/* Theme Name: Bare Theme URI: http://www.shellbang.info/wordpress/bare/ Author URI: http://www.shellbang.info/ Description: A bare bones, minimal theme. Start from scratch while keeping all required functionality. Author: jbell Version: 1.0 License: GNU General Public License License URI: license.txt Tags: microformats, one-column */ /* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html -------------------------------------------------------------- */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { background: transparent; border: 0; margin: 0; padding: 0; vertical-align: baseline; } body { line-height: 1; } h1, h2, h3, h4, h5, h6 { clear: both; font-weight: normal; } ol, ul { list-style: none; } blockquote { quotes: none; } blockquote:before, blockquote:after { content: ''; content: none; } del { text-decoration: line-through; } /* tables still need 'cellspacing="0"' in the markup */ table { border-collapse: collapse; border-spacing: 0; } a img { border: none; } #site-title{ padding: 2px; } #site-description{ padding: 2px; } #main{ margin: 4px; } #container{ margin: 4px; } .post{ padding: 4px; } .menu{ padding: 4px; } .entry-title{ margin: 2px; } .entry-meta{ margin: 4px; } .entry-content{ margin: 4px; } .entry-content p{ padding: 4px; } #commentform{ display: table; width: 60%; } #commentform p{ display: table-row; margin: 4px; } #commentform label{ display: table-cell; width: 70%; vertical-align: top; } #commentform input{ display: table-cell; } .children li{ margin-left: 10px; } .commentlist li{ padding-top: 4px; padding-bottom: 4px; border-bottom: 1px solid #000000; } .recentcomments{ padding-top: 4px; padding-bottom: 4px; border-bottom: 1px solid #000000; } .gallery .gallery-caption{ color: #000000; } .home .sticky{ border: none; } .bypostauthor{ border: none; } .aligncenter { display: block; margin-left: auto; margin-right: auto; } .alignleft { float: left; } .alignright { float: right; } .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-dd { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; } /* =Layout -------------------------------------------------------------- */ /* LAYOUT: One column DESCRIPTION: Empty content layout */