-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
wget
$ wget \ --recursive \ --no-clobber \ --page-requisites \ --html-extension \ --convert-links \ --restrict-file-names=windows \ --domains btbatw.org \ --no-parent \ btbatw.org/2017/
- Loading branch information
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" | ||
xmlns:content="http://purl.org/rss/1.0/modules/content/" | ||
xmlns:dc="http://purl.org/dc/elements/1.1/" | ||
xmlns:atom="http://www.w3.org/2005/Atom" | ||
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" | ||
|
||
> | ||
<channel> | ||
<title>Comments for </title> | ||
<atom:link href="http://btbatw.org/2018/comments/feed/" rel="self" type="application/rss+xml" /> | ||
<link>http://btbatw.org/2018</link> | ||
<description></description> | ||
<lastBuildDate>Thu, 15 Mar 2018 00:23:35 +0000</lastBuildDate> | ||
<sy:updatePeriod>hourly</sy:updatePeriod> | ||
<sy:updateFrequency>1</sy:updateFrequency> | ||
<generator>https://wordpress.org/?v=4.9.18</generator> | ||
<item> | ||
<title>Comment on Markup: HTML Tags and Formatting by Asad Zaman</title> | ||
<link>http://btbatw.org/2018/2016/02/12/markup-html-tags-and-formatting/#comment-4</link> | ||
<dc:creator><![CDATA[Asad Zaman]]></dc:creator> | ||
<pubDate>Tue, 25 Oct 2016 17:45:19 +0000</pubDate> | ||
<guid isPermaLink="false">http://demos.famethemes.com/onepress-plus/?p=37#comment-4</guid> | ||
<description><![CDATA[Creative and Amazing Theme. Great (Y)]]></description> | ||
<content:encoded><![CDATA[<p>Creative and Amazing Theme. Great (Y)</p> | ||
]]></content:encoded> | ||
</item> | ||
</channel> | ||
</rss> |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,177 @@ | ||
/* =General CSS | ||
-------------------------------------------------------------- */ | ||
.full_width, | ||
.one_half, | ||
.one_third, | ||
.two_third, | ||
.one_fourth, | ||
.three_fourth, | ||
.one_fifth, | ||
.two_fifth, | ||
.three_fifth, | ||
.four_fifth, | ||
.one_sixth, | ||
.five_sixth { | ||
float: left; | ||
} | ||
.clear_column { | ||
clear:both; | ||
display:block; | ||
font-size:0; height:0; | ||
line-height:0; width:100%; | ||
overflow: hidden; | ||
} | ||
|
||
/* =Shortcodes Templates | ||
-------------------------------------------------------------- */ | ||
|
||
/* =Default Template (no margin) | ||
-------------------------------------------------------------- */ | ||
.full_width { | ||
width: 100%; | ||
} | ||
.one_half { | ||
width: 50%; | ||
} | ||
.one_third { | ||
width: 33.3%; | ||
} | ||
.two_third { | ||
width: 66.6%; | ||
} | ||
.one_fourth { | ||
width: 25%; | ||
} | ||
.three_fourth { | ||
width: 75%; | ||
} | ||
.one_fifth { | ||
width: 20%; | ||
} | ||
.two_fifth { | ||
width: 40%; | ||
} | ||
.three_fifth { | ||
width: 60%; | ||
} | ||
.four_fifth { | ||
width: 80%; | ||
} | ||
.one_sixth { | ||
width: 16.6%; | ||
} | ||
.five_sixth { | ||
width: 83.4%; | ||
} | ||
|
||
/* =Responsive | ||
-------------------------------------------------------------- */ | ||
/* Maximum width of 600 pixels. */ | ||
@media screen and (max-width: 600px) { | ||
.full_width, | ||
.one_half, | ||
.one_third, | ||
.two_third, | ||
.one_fourth, | ||
.three_fourth, | ||
.one_fifth, | ||
.two_fifth, | ||
.three_fifth, | ||
.four_fifth, | ||
.one_sixth, | ||
.five_sixth { | ||
clear: both; | ||
width: 100%; | ||
margin-left: 0; | ||
margin-right: 0; | ||
margin-bottom: 1em; | ||
} | ||
} | ||
|
||
/* =Small Margins Template | ||
-------------------------------------------------------------- */ | ||
/* | ||
.full_width { | ||
width: 100%; | ||
} | ||
.one_half { | ||
width: 49% !important; | ||
margin-right: 2% !important; | ||
} | ||
.one_half.last_column { | ||
width: 49% !important; | ||
margin-right: 0px !important; | ||
} | ||
.one_third { | ||
width: 32% !important; | ||
margin-right: 2% !important; | ||
} | ||
.one_third.last_column { | ||
width: 32% !important; | ||
margin-right: 0px !important; | ||
} | ||
.two_third { | ||
width: 66% !important; | ||
margin-right: 2% !important; | ||
} | ||
.two_third.last_column { | ||
width: 66% !important; | ||
margin-right: 0px !important; | ||
} | ||
.one_fourth { | ||
width: 23.5% !important; | ||
margin-right: 2% !important; | ||
} | ||
.one_fourth.last_column { | ||
width: 23.5% !important; | ||
margin-right: 0px !important; | ||
} | ||
.three_fourth { | ||
width: 74.5% !important; | ||
margin-right: 2% !important; | ||
} | ||
.three_fourth.last_column { | ||
width: 74.5% !important; | ||
margin-right: 0px !important; | ||
} | ||
.one_fifth { | ||
width: 18.4% !important; | ||
margin-right: 2% !important; | ||
} | ||
.one_fifth.last_column { | ||
width: 18.4% !important; | ||
margin-right: 0px !important; | ||
} | ||
.two_fifth { | ||
width: 39% !important; | ||
margin-right: 2% !important; | ||
} | ||
.two_fifth.last_column { | ||
width: 39% !important; | ||
margin-right: 0px !important; | ||
} | ||
.three_fifth { | ||
width: 59% !important; | ||
margin-right: 2% !important; | ||
} | ||
.three_fifth.last_column { | ||
width: 59% !important; | ||
margin-right: 0px !important; | ||
} | ||
.four_fifth { | ||
width: 79.6% !important; | ||
margin-right: 2% !important; | ||
} | ||
.four_fifth.last_column { | ||
width: 79.6% !important; | ||
margin-right: 0px !important; | ||
} | ||
.one_sixth { | ||
width: 15% !important; | ||
margin-right: 2% !important; | ||
} | ||
.one_sixth.last_column { | ||
width: 15% !important; | ||
margin-right: 0px !important; | ||
} | ||
*/ |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,110 @@ | ||
div.wpcf7 { | ||
margin: 0; | ||
padding: 0; | ||
} | ||
|
||
div.wpcf7 .screen-reader-response { | ||
position: absolute; | ||
overflow: hidden; | ||
clip: rect(1px, 1px, 1px, 1px); | ||
height: 1px; | ||
width: 1px; | ||
margin: 0; | ||
padding: 0; | ||
border: 0; | ||
} | ||
|
||
div.wpcf7-response-output { | ||
margin: 2em 0.5em 1em; | ||
padding: 0.2em 1em; | ||
border: 2px solid #ff0000; | ||
} | ||
|
||
div.wpcf7-mail-sent-ok { | ||
border: 2px solid #398f14; | ||
} | ||
|
||
div.wpcf7-mail-sent-ng, | ||
div.wpcf7-aborted { | ||
border: 2px solid #ff0000; | ||
} | ||
|
||
div.wpcf7-spam-blocked { | ||
border: 2px solid #ffa500; | ||
} | ||
|
||
div.wpcf7-validation-errors, | ||
div.wpcf7-acceptance-missing { | ||
border: 2px solid #f7e700; | ||
} | ||
|
||
.wpcf7-form-control-wrap { | ||
position: relative; | ||
} | ||
|
||
span.wpcf7-not-valid-tip { | ||
color: #f00; | ||
font-size: 1em; | ||
font-weight: normal; | ||
display: block; | ||
} | ||
|
||
.use-floating-validation-tip span.wpcf7-not-valid-tip { | ||
position: absolute; | ||
top: 20%; | ||
left: 20%; | ||
z-index: 100; | ||
border: 1px solid #ff0000; | ||
background: #fff; | ||
padding: .2em .8em; | ||
} | ||
|
||
span.wpcf7-list-item { | ||
display: inline-block; | ||
margin: 0 0 0 1em; | ||
} | ||
|
||
span.wpcf7-list-item-label::before, | ||
span.wpcf7-list-item-label::after { | ||
content: " "; | ||
} | ||
|
||
.wpcf7-display-none { | ||
display: none; | ||
} | ||
|
||
div.wpcf7 .ajax-loader { | ||
visibility: hidden; | ||
display: inline-block; | ||
background-image: url('../../images/ajax-loader.gif'); | ||
width: 16px; | ||
height: 16px; | ||
border: none; | ||
padding: 0; | ||
margin: 0 0 0 4px; | ||
vertical-align: middle; | ||
} | ||
|
||
div.wpcf7 .ajax-loader.is-active { | ||
visibility: visible; | ||
} | ||
|
||
div.wpcf7 div.ajax-error { | ||
display: none; | ||
} | ||
|
||
div.wpcf7 .placeheld { | ||
color: #888; | ||
} | ||
|
||
div.wpcf7 .wpcf7-recaptcha iframe { | ||
margin-bottom: 0; | ||
} | ||
|
||
div.wpcf7 input[type="file"] { | ||
cursor: pointer; | ||
} | ||
|
||
div.wpcf7 input[type="file"]:disabled { | ||
cursor: default; | ||
} |