Initial: static site migrated from S3
This commit is contained in:
30
blog/wp-content/plugins/akismet/_inc/form.js?ver=4.0.8
Normal file
30
blog/wp-content/plugins/akismet/_inc/form.js?ver=4.0.8
Normal file
@@ -0,0 +1,30 @@
|
||||
var ak_js = document.getElementById( "ak_js" );
|
||||
|
||||
if ( ! ak_js ) {
|
||||
ak_js = document.createElement( 'input' );
|
||||
ak_js.setAttribute( 'id', 'ak_js' );
|
||||
ak_js.setAttribute( 'name', 'ak_js' );
|
||||
ak_js.setAttribute( 'type', 'hidden' );
|
||||
}
|
||||
else {
|
||||
ak_js.parentNode.removeChild( ak_js );
|
||||
}
|
||||
|
||||
ak_js.setAttribute( 'value', ( new Date() ).getTime() );
|
||||
|
||||
var commentForm = document.getElementById( 'commentform' );
|
||||
|
||||
if ( commentForm ) {
|
||||
commentForm.appendChild( ak_js );
|
||||
}
|
||||
else {
|
||||
var replyRowContainer = document.getElementById( 'replyrow' );
|
||||
|
||||
if ( replyRowContainer ) {
|
||||
var children = replyRowContainer.getElementsByTagName( 'td' );
|
||||
|
||||
if ( children.length > 0 ) {
|
||||
children[0].appendChild( ak_js );
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
blog/wp-content/themes/componentowl/images/search.gif
Normal file
BIN
blog/wp-content/themes/componentowl/images/search.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 409 B |
32
blog/wp-content/themes/componentowl/javascripts/theme.js
Normal file
32
blog/wp-content/themes/componentowl/javascripts/theme.js
Normal file
@@ -0,0 +1,32 @@
|
||||
(function($) {
|
||||
|
||||
$(document).ready(function() {
|
||||
|
||||
$(".d-menu li").each(function() {
|
||||
var $this = $(this);
|
||||
var dropdown = $this.find(".dropdown");
|
||||
if (dropdown.size() == 1) {
|
||||
$this.hover(function() {
|
||||
$this.addClass("with-dropdown-hover");
|
||||
dropdown.show();
|
||||
}, function() {
|
||||
$this.removeClass("with-dropdown-hover");
|
||||
dropdown.hide();
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
$("input.inline-label").each(function() {
|
||||
$(this).data("initial_value", $(this).val());
|
||||
});
|
||||
$("input.inline-label").focus(function() {
|
||||
var el = $(this);
|
||||
el.addClass("inline-label-focus");
|
||||
if (el.val() == el.data("initial_value")) {
|
||||
el.val("");
|
||||
}
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
})(jQuery);
|
||||
797
blog/wp-content/themes/componentowl/style.css
Normal file
797
blog/wp-content/themes/componentowl/style.css
Normal file
@@ -0,0 +1,797 @@
|
||||
/*
|
||||
Theme Name: ComponentOwl
|
||||
Theme URI: http://www.componentowl.com/
|
||||
Description: ComponentOwl WordPress Theme.
|
||||
Version: 1.0
|
||||
Author: Ondrej Zabojnik
|
||||
Author URI: http://www.dextronet.com/
|
||||
Tags: blue, custom header, fixed width, two columns, widgets
|
||||
|
||||
*/
|
||||
|
||||
|
||||
|
||||
/* COWL THEME */
|
||||
|
||||
html { height: 100%; }
|
||||
body { height: 100%; font-size: 14px; font-family: arial, sans-serif;
|
||||
background: #fefefe url(images/bg.png) top repeat-x; color: #000; text-align: center; }
|
||||
|
||||
a { color: #825900; outline: none; }
|
||||
a:hover { color: #000; }
|
||||
a:active { color: #ab7500; }
|
||||
|
||||
input[type=text], input[type=password], textarea, select { padding: 2px; border: 1px solid; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
|
||||
background-color: #fff; border-color: #abadb3 #dbdfe6 #e3e9ef #e2e3ea;}
|
||||
input[type=text]:focus, input[type=password]:hover, input[type=password]:focus, input[type=text]:hover, textarea:focus, textarea:hover, select:focus, select:hover {
|
||||
border-color: #d6a140 #efd9b2 #f3e3c6 #f2e1c1;
|
||||
}
|
||||
input { font-size: 13px; }
|
||||
input.required, textarea.required { border-color: #dea110 #f1c354 #f2d58f #f2d58f !important; background-color: #fff8e9; }
|
||||
|
||||
.inline-label-focus { color: #000 !important; }
|
||||
.inline-label { color: #85878d; }
|
||||
|
||||
.plain-border { border: 1px solid #4c4c4c; }
|
||||
.centered { display: block; margin-left: auto; margin-right: auto; }
|
||||
|
||||
h1 { margin: 0; padding: 0; }
|
||||
|
||||
.blog-name { color: #000; font-size: 36px; margin: 15px 0 0; }
|
||||
.blog-name a { color: inherit; text-decoration: none; }
|
||||
.blog-description { font-size: 14px; font-weight: bold; font-family: arial, sans-serif; margin: 0 0 35px; }
|
||||
|
||||
.image-link { display: block; text-indent: -9999em; }
|
||||
|
||||
ul.common li { padding: 2px 0 3px 23px; background: url(images/arrow-bullet.gif) 4px 5px no-repeat; }
|
||||
|
||||
.postmetadata { font-size: 12px; color: #9e9e9e; margin: 3px 0 0; }
|
||||
.postmetadata a { color: #9e9e9e; }
|
||||
.postmetadata a:hover { color: #000; }
|
||||
|
||||
.postinfobar { padding: 3px; font-size: 12px; border-top: 1px dotted #a8906b; overflow: hidden; width: 100%; }
|
||||
.postinfobar .comments { float: right; font-weight: bold; }
|
||||
.altbar { margin-top: 8px; }
|
||||
|
||||
.entry p { margin-top: 4px; line-height: 1.5em; color: #222222; font-family: sans-serif; }
|
||||
|
||||
#sidebar { padding: 6px 0 8px; }
|
||||
|
||||
#searchform-sidebar .search { border-color: #daba82; border-width: 2px; }
|
||||
#searchform-sidebar .search:focus, #searchform-sidebar .search:hover { border-color: #d6a140; }
|
||||
|
||||
#searchform-sidebar { margin: 12px 0 0; padding: 0 0 12px; position: relative; border-bottom: 1px dotted #a8906b; }
|
||||
#s-sidebar { width: 191px; vertical-align: middle; margin: 0; }
|
||||
#searchsubmit-sidebar { position: absolute; right: 3px; top: 2px; }
|
||||
|
||||
.dextronet-sidebar-ad-box p { margin: 0 !important; }
|
||||
.dextronet-sidebar-ad-box img { margin-top: 5px; }
|
||||
.dextronet-sidebar-ad-box .download { display: block; margin-top: 8px; padding: 5px 0; color: #fff; font-weight: bold; text-align: center; background: #5caf1f;
|
||||
text-decoration: none; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
|
||||
}
|
||||
.dextronet-sidebar-ad-box .download:hover { background: #825900; }
|
||||
|
||||
#facebook_like iframe { height: 35px !important; }
|
||||
|
||||
.tip { margin: 10px 0; border: 1px solid #d2d24b; padding: 3px 5px 3px 26px;
|
||||
background: #ffffbb url(images/icons/lightbulb.gif) 5px 50% no-repeat; }
|
||||
|
||||
.dextronet-newsletter-box { margin-top: 10px; background: #e1effc url(http://www.componentowl.com/blog/wp-content/themes/componentowl/images/ss-bg.gif) 0 0 no-repeat; }
|
||||
.dextronet-newsletter-box img { margin: 5px; }
|
||||
.dextronet-newsletter-box form { padding: 5px; font-size: 12px; text-align: center; background: url(http://www.componentowl.com/blog/wp-content/themes/componentowl/images/ss-bg.gif) 100% 100% no-repeat; }
|
||||
.dextronet-newsletter-box div { padding: 3px 0; }
|
||||
.dextronet-newsletter-box .email { width: 135px; }
|
||||
.dextronet-newsletter-box input { margin-bottom: 3px; }
|
||||
|
||||
.dextronet-feeds { margin: 15px 0 0; padding-bottom: 12px; border-bottom: 1px dotted #a8906b; }
|
||||
.dextronet-feeds .links { margin: 0 !important; list-style: none; padding: 0 !important; }
|
||||
.dextronet-feeds .links li { margin: 0 !important; }
|
||||
.dextronet-feeds .links a { padding: 7px 0 10px 37px; display: block; }
|
||||
.dextronet-feeds .links .rss { background: url(images/rss.png) 0 50% no-repeat; }
|
||||
.dextronet-feeds .links .twitter { background: url(images/twitter.png) 0 50% no-repeat; }
|
||||
|
||||
.product-ad { overflow: hidden; width: 100%; margin: 25px 0; border: 1px solid #86bcea; border-left: none; border-right: none; padding: 8px 0; }
|
||||
.product-ad .screenshot { float: left; margin: 0 15px 0 0; }
|
||||
.product-ad h3 { font-size: 26px; margin: 0; }
|
||||
.product-ad p { font-size: 16px; margin: 0; font-weight: bold; }
|
||||
.product-ad .buttons { padding-top: 14px; }
|
||||
|
||||
.entry { padding-top: 10px; }
|
||||
.entry h1, .entry h2 { color: #000; padding: 0; margin: 0; }
|
||||
.entry h1 { font-size: 1.2em; margin: 20px 0 10px; }
|
||||
.entry h2 { font-size: 1em; margin: 20px 0 8px; }
|
||||
|
||||
.dbtn-c {
|
||||
border-bottom: 1px solid #ecdfb9;
|
||||
border-right: 1px solid #ecdfb9;
|
||||
display: inline-block;
|
||||
}
|
||||
.dbtn-w {
|
||||
background: #efe5c6;
|
||||
border-color: #ac995e #9f8d55 #9f8d55 #ac995e;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
display: block;
|
||||
height: 30px;
|
||||
}
|
||||
.dbtn {
|
||||
background: url(../../../../images/dbtn.png) repeat-x;
|
||||
border: none;
|
||||
color: #000000;
|
||||
cursor: pointer;
|
||||
font: 15px arial, sans-serif;
|
||||
height: 30px;
|
||||
margin: 0;
|
||||
outline: none;
|
||||
vertical-align: top;
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
a.dbtn { display: block; height: 30px; line-height: 30px; text-decoration: none; }
|
||||
.dbtn:active { background: #decd9b; }
|
||||
.dbtn-hilight { border-color: #cfe3a6; }
|
||||
.dbtn-hilight .dbtn-w {
|
||||
background: #e8f2d3;
|
||||
border-color: #9bc842 #84b12a #84b12a #9bc842;
|
||||
}
|
||||
.dbtn-hilight .dbtn { background-image: url(../../../../images/dbtn-hilight.png); font-weight: bold; }
|
||||
.dbtn-hilight .dbtn:active { background: #bad782; }
|
||||
|
||||
|
||||
/* MAIN STRUCTURE */
|
||||
|
||||
.d-main { float: left; width: 650px; }
|
||||
.d-sidebar { float: right; width: 200px; }
|
||||
|
||||
.d-placing { margin: auto; text-align: left; width: 900px; }
|
||||
.d-page { position: relative; min-height: 100%; }
|
||||
|
||||
.d-header { height: 47px; }
|
||||
.d-logo { float: right; margin-top: 15px; }
|
||||
.d-menu { float: left; margin: 0; padding: 0; }
|
||||
.d-menu li { float: left; position: relative; padding-right: 35px !important; list-style: none; }
|
||||
.d-menu .menu-item { display: block; position: relative; z-index: 99; padding: 12px 0 1px; color: #fff; text-decoration: none; }
|
||||
.d-menu .active .menu-item { border-bottom: 1px solid #bb983b; padding-bottom: 2px; }
|
||||
.d-menu .menu-item:hover { border-bottom: 2px solid #bb983b; padding-bottom: 1px; color: #fff; }
|
||||
.d-menu .featured { color: #fecb33 !important; }
|
||||
|
||||
.d-menu .dropdown { position: absolute; top: 30px; left: -20px; width: 250px; }
|
||||
.d-menu .dropdown .outer { position: relative; z-index: 97; padding-left: 6px; background: url(../../../../images/dropdown-o.png) 0 100% no-repeat; }
|
||||
.d-menu .dropdown .shadowbox { position: relative; z-index: 98; padding: 0 8px 8px 0; background: url(../../../../images/dropdown-s.png) 100% 100% no-repeat; }
|
||||
.d-menu .dropdown .inner { position: relative; overflow: auto; height: 100%; z-index: 99; padding: 12px 14px; background: #362919; border: 1px solid #1c1410; border-top: none; }
|
||||
.d-menu .dropdown a, .d-menu .dropdown a:hover { color: #fff; }
|
||||
|
||||
.dropdown-submenu .inner { padding: 10px 0 0 !important; }
|
||||
.dropdown-submenu a { padding: 10px 14px; display: block; text-decoration: none; }
|
||||
.dropdown-submenu a:hover { background-color: #bb983b; }
|
||||
.dropdown-submenu li { padding: 0; margin: 0; }
|
||||
.dropdown-submenu img { display: block; float: left; margin: 4px 10px 0 0; }
|
||||
|
||||
.dropdown .featured-item { font-size: 16px; font-weight: bold; }
|
||||
.dropdown .subline { display: block; font-size: 12px; color: #fff; padding-top: 3px; }
|
||||
.dropdown .dropdown-category { background-color: #876234; color: #fff; font-weight: bold; padding: 5px 8px; }
|
||||
|
||||
.d-content-wrap { padding-bottom: 80px; overflow: hidden; height: 100%; padding-top: 40px }
|
||||
.d-footer { position: absolute; bottom: 0; right: 0; width: 100%; padding: 13px 0 17px; color: #fff; font-size: 11px;
|
||||
background: #3a2c18 url(images/footer-bg.png) repeat-x; }
|
||||
.d-footer a { color: #fff; }
|
||||
.d-footer a:hover { color: #f4c179; }
|
||||
.d-footer .copy { font-size: 11px; padding-left: 140px; background: url(../../../../images/dextronet.gif) 0 12px no-repeat; }
|
||||
.d-footer .social { padding: 10px 0 4px; }
|
||||
.d-footer .social span { padding: 0 3px; }
|
||||
|
||||
/* /MAIN STRUCTURE */
|
||||
/* /COWL THEME */
|
||||
|
||||
|
||||
#page {
|
||||
background-color: white;
|
||||
border: 1px solid #959596;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.widecolumn .entry p {
|
||||
font-size: 1.05em;
|
||||
}
|
||||
|
||||
.narrowcolumn .entry, .widecolumn .entry {
|
||||
line-height: 1.4em;
|
||||
}
|
||||
|
||||
.widecolumn {
|
||||
line-height: 1.6em;
|
||||
}
|
||||
|
||||
.narrowcolumn .postmetadata {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.thread-alt {
|
||||
background-color: #f8f8f8;
|
||||
}
|
||||
.thread-even {
|
||||
background-color: white;
|
||||
}
|
||||
.depth-1 {
|
||||
border: 1px solid #ddd;
|
||||
}
|
||||
|
||||
small {
|
||||
font-family: arial, Sans-Serif;
|
||||
font-size: 0.9em;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
h2, h3 {
|
||||
font-family: arial, helvetica, Sans-Serif;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#headerimg .description {
|
||||
font-size: 1.2em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 1.70em;
|
||||
}
|
||||
|
||||
h2.pagetitle {
|
||||
font-size: 1.55em;
|
||||
}
|
||||
|
||||
#sidebar h2 {
|
||||
font-family: arial, Helvetica, Sans-Serif;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 1.25em;
|
||||
}
|
||||
|
||||
#headerimg .description {
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
}
|
||||
|
||||
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
|
||||
text-decoration: none;
|
||||
}
|
||||
h2 a:hover { color: #000; }
|
||||
|
||||
.entry p a:visited {
|
||||
color: #585348;
|
||||
}
|
||||
|
||||
.sticky {
|
||||
background: #f7f7f7;
|
||||
padding: 0 10px 10px;
|
||||
}
|
||||
.sticky h2 {
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
.commentlist li, #commentform input, #commentform textarea {
|
||||
font: 0.9em arial, helvetica, Sans-Serif;
|
||||
}
|
||||
.commentlist li ul li {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
.commentlist li {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.commentlist li .avatar {
|
||||
float: right;
|
||||
border: 1px solid #eee;
|
||||
padding: 2px;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.commentlist cite, .commentlist cite a {
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
text-decoration: none;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
.commentlist p {
|
||||
font-weight: normal;
|
||||
line-height: 1.5em;
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
#commentform p {
|
||||
font-family: arial, Sans-Serif;
|
||||
}
|
||||
|
||||
.commentmetadata {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
#sidebar {
|
||||
font: 1em arial, Sans-Serif;
|
||||
}
|
||||
|
||||
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, blockquote, strike {
|
||||
color: #777;
|
||||
}
|
||||
|
||||
code {
|
||||
font: 1.1em 'Courier New', Courier, Fixed;
|
||||
}
|
||||
|
||||
acronym, abbr, span.caps
|
||||
{
|
||||
font-size: 0.9em;
|
||||
letter-spacing: .07em;
|
||||
}
|
||||
|
||||
#wp-calendar #prev a, #wp-calendar #next a {
|
||||
font-size: 9pt;
|
||||
}
|
||||
|
||||
#wp-calendar a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#wp-calendar caption {
|
||||
font: bold 1.3em arial, Sans-Serif;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#wp-calendar th {
|
||||
font-style: normal;
|
||||
text-transform: capitalize;
|
||||
}
|
||||
/* End Typography & Colors */
|
||||
|
||||
|
||||
|
||||
/* Begin Structure */
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#page {
|
||||
background-color: white;
|
||||
margin: 20px auto;
|
||||
padding: 0;
|
||||
width: 760px;
|
||||
border: 1px solid #959596;
|
||||
}
|
||||
|
||||
.narrowcolumn {
|
||||
float: left;
|
||||
padding: 0 0 20px 45px;
|
||||
margin: 0px 0 0;
|
||||
width: 450px;
|
||||
}
|
||||
|
||||
.widecolumn {
|
||||
padding: 10px 0 20px 0;
|
||||
margin: 5px 0 0 150px;
|
||||
width: 450px;
|
||||
}
|
||||
|
||||
.post {
|
||||
margin: 0 0 40px;
|
||||
}
|
||||
|
||||
.post hr {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.widecolumn .post {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.narrowcolumn .postmetadata {
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
.widecolumn .postmetadata {
|
||||
margin: 30px 0;
|
||||
}
|
||||
|
||||
.widecolumn .smallattachment {
|
||||
text-align: center;
|
||||
float: left;
|
||||
width: 128px;
|
||||
margin: 5px 5px 5px 0px;
|
||||
}
|
||||
|
||||
.widecolumn .attachment {
|
||||
text-align: center;
|
||||
margin: 5px 0px;
|
||||
}
|
||||
|
||||
.postmetadata {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.clear {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
#footer {
|
||||
padding: 0;
|
||||
margin: 0 auto;
|
||||
width: 760px;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
#footer p {
|
||||
margin: 0;
|
||||
padding: 20px 0;
|
||||
text-align: center;
|
||||
}
|
||||
/* End Structure */
|
||||
|
||||
|
||||
|
||||
/* Begin Headers */
|
||||
|
||||
h2 {
|
||||
margin: 25px 0 0;
|
||||
}
|
||||
|
||||
h2.pagetitle {
|
||||
margin-top: 30px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#sidebar h2 {
|
||||
margin: 5px 0 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
h3 {
|
||||
padding: 0;
|
||||
margin: 30px 0 0;
|
||||
}
|
||||
|
||||
h3.comments {
|
||||
padding: 0;
|
||||
margin: 40px auto 20px ;
|
||||
}
|
||||
/* End Headers */
|
||||
|
||||
|
||||
|
||||
/* Begin Images */
|
||||
p img {
|
||||
padding: 0;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
/* Using 'class="alignright"' on an image will (who would've
|
||||
thought?!) align the image to the right. And using 'class="centered',
|
||||
will of course center the image. This is much better than using
|
||||
align="center", being much more futureproof (and valid) */
|
||||
|
||||
img.centered {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
img.alignright {
|
||||
padding: 4px;
|
||||
margin: 0 0 2px 7px;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
img.alignleft {
|
||||
padding: 4px;
|
||||
margin: 0 7px 2px 0;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.alignright {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.alignleft {
|
||||
float: left;
|
||||
}
|
||||
/* End Images */
|
||||
|
||||
|
||||
|
||||
/* Begin Lists
|
||||
|
||||
Special stylized non-IE bullets
|
||||
Do not work in Internet Explorer, which merely default to normal bullets. */
|
||||
|
||||
html>body .entry ul {
|
||||
margin-left: 0px;
|
||||
padding: 0 0 0 30px;
|
||||
list-style: none;
|
||||
padding-left: 10px;
|
||||
text-indent: -10px;
|
||||
}
|
||||
|
||||
html>body .entry li {
|
||||
margin: 7px 0 8px 10px;
|
||||
}
|
||||
|
||||
.entry ul li:before {
|
||||
content: "\00BB \0020";
|
||||
}
|
||||
|
||||
.entry ol {
|
||||
padding: 0 0 0 35px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.entry ol li {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.postmetadata ul, .postmetadata li {
|
||||
display: inline;
|
||||
list-style-type: none;
|
||||
list-style-image: none;
|
||||
}
|
||||
|
||||
#sidebar ul, #sidebar ul ol {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#sidebar ul li {
|
||||
list-style-type: none;
|
||||
list-style-image: none;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
#sidebar ul p, #sidebar ul select {
|
||||
margin: 5px 0 8px;
|
||||
}
|
||||
|
||||
#sidebar ul ul, #sidebar ul ol {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#sidebar ul ul ul, #sidebar ul ol {
|
||||
margin: 0 0 0 10px;
|
||||
}
|
||||
|
||||
ol li, #sidebar ul ol li {
|
||||
list-style: decimal outside;
|
||||
}
|
||||
|
||||
#sidebar ul ul li, #sidebar ul ol li {
|
||||
margin: 3px 0 0;
|
||||
padding: 0;
|
||||
}
|
||||
/* End Entry Lists */
|
||||
|
||||
|
||||
|
||||
/* Begin Form Elements */
|
||||
|
||||
.entry form { /* This is mainly for password protected posts, makes them look better. */
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
select {
|
||||
width: 130px;
|
||||
}
|
||||
|
||||
#commentform input {
|
||||
width: 170px;
|
||||
padding: 2px;
|
||||
margin: 5px 5px 1px 0;
|
||||
}
|
||||
|
||||
#commentform {
|
||||
margin: 5px 10px 0 0;
|
||||
}
|
||||
#commentform textarea {
|
||||
width: 100%;
|
||||
padding: 2px;
|
||||
}
|
||||
#respond:after {
|
||||
content: ".";
|
||||
display: block;
|
||||
height: 0;
|
||||
clear: both;
|
||||
visibility: hidden;
|
||||
}
|
||||
#commentform #submit {
|
||||
margin: 0 0 5px auto;
|
||||
float: right;
|
||||
}
|
||||
/* End Form Elements */
|
||||
|
||||
|
||||
|
||||
/* Begin Comments*/
|
||||
.alt {
|
||||
margin: 0;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.commentlist {
|
||||
padding: 0;
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
.commentlist li {
|
||||
margin: 15px 0 10px;
|
||||
padding: 5px 5px 10px 10px;
|
||||
list-style: none;
|
||||
|
||||
}
|
||||
.commentlist li ul li {
|
||||
margin-right: -5px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.commentlist p {
|
||||
margin: 10px 5px 10px 0;
|
||||
}
|
||||
.children { padding: 0; }
|
||||
|
||||
#commentform p {
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
||||
.nocomments {
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.commentmetadata {
|
||||
margin: 0;
|
||||
display: block;
|
||||
}
|
||||
/* End Comments */
|
||||
|
||||
|
||||
|
||||
/* Begin Sidebar */
|
||||
|
||||
#sidebar form {
|
||||
margin: 0;
|
||||
}
|
||||
/* End Sidebar */
|
||||
|
||||
|
||||
|
||||
/* Begin Calendar */
|
||||
#wp-calendar {
|
||||
empty-cells: show;
|
||||
margin: 10px auto 0;
|
||||
width: 155px;
|
||||
}
|
||||
|
||||
#wp-calendar #next a {
|
||||
padding-right: 10px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#wp-calendar #prev a {
|
||||
padding-left: 10px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#wp-calendar a {
|
||||
display: block;
|
||||
}
|
||||
|
||||
#wp-calendar caption {
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#wp-calendar td {
|
||||
padding: 3px 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#wp-calendar td.pad:hover { /* Doesn't work in IE */
|
||||
background-color: #fff; }
|
||||
/* End Calendar */
|
||||
|
||||
|
||||
|
||||
/* Begin Various Tags & Classes */
|
||||
acronym, abbr, span.caps {
|
||||
cursor: help;
|
||||
}
|
||||
|
||||
acronym, abbr {
|
||||
border-bottom: 1px dashed #999;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
margin: 15px 30px 0 10px;
|
||||
padding-left: 20px;
|
||||
border-left: 5px solid #ddd;
|
||||
}
|
||||
|
||||
blockquote cite {
|
||||
margin: 5px 0 0;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.screen-reader-text {
|
||||
position: absolute;
|
||||
left: -1000em;
|
||||
}
|
||||
|
||||
hr {
|
||||
display: none;
|
||||
}
|
||||
|
||||
a img {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.navigation {
|
||||
display: block;
|
||||
text-align: center;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 60px;
|
||||
}
|
||||
/* End Various Tags & Classes*/
|
||||
|
||||
|
||||
|
||||
/* Captions */
|
||||
.aligncenter,
|
||||
div.aligncenter {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.wp-caption {
|
||||
border: 1px solid #ddd;
|
||||
text-align: center;
|
||||
background-color: #f3f3f3;
|
||||
padding-top: 4px;
|
||||
margin: 10px;
|
||||
-moz-border-radius: 3px;
|
||||
-khtml-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.wp-caption img {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0 none;
|
||||
}
|
||||
|
||||
.wp-caption p.wp-caption-text {
|
||||
font-size: 11px;
|
||||
line-height: 17px;
|
||||
padding: 0 4px 5px;
|
||||
margin: 0;
|
||||
}
|
||||
/* End captions */
|
||||
|
||||
|
||||
/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
|
||||
It won't be a stylish marriage, I can't afford a carriage.
|
||||
But you'll look sweet upon the seat of a bicycle built for two." */
|
||||
BIN
blog/wp-content/uploads/2014/07/blv-sub-item-checkboxes.png
Normal file
BIN
blog/wp-content/uploads/2014/07/blv-sub-item-checkboxes.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.0 KiB |
BIN
blog/wp-content/uploads/2014/08/blv-overlay.png
Normal file
BIN
blog/wp-content/uploads/2014/08/blv-overlay.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 27 KiB |
Reference in New Issue
Block a user