/*
Theme Name: Weaver
Theme URI: [URL]http://wpweaver.info/themes/twenty-ten-weaver[/URL]
Description: The Easiest Way to Customize Your Theme! With Weaver 2, you are in control. Make your theme look just how you want by starting with one of over 20 predefined themes. Use the simple "check-box" interface to easily change colors, fonts, header and footer, menus, sidebars, theme width, and much more. Then, take control of your content using powerful Per Page and Per Post options, including unlimited custom widget areas. Over 15 page templates, including "Page with Posts" to show posts and content where and how you want. Easy for the newcomer, comprehensive for the expert. Context sensitive help; translations available for nearly every language; Internet Explorer support; WP Multisite features; PageNavi plugin supported; active support forum.
Author: Bruce Wampler
Author URI: [URL]http://wpweaver.info[/URL]
Version: 2.0
License: GNU General Public License (GPL), v2 (or newer)
License URI: [URL]http://www.gnu.org/licenses/gpl-2.0.html[/URL]
Tags: custom-header, custom-colors, custom-background, custom-menu, theme-options, left-sidebar, right-sidebar, fixed-width, three-columns, two-columns, black, blue, brown, green, orange, red, tan, dark, white, light, translation-ready, rtl-language-support, editor-style
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
New, combined style sheet - as of Weaver Version 1.5
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ATTENTION !!!!!!!!!!!!!!!!!!!!!!!!!!!
DO NOT EDIT THIS FILE! The Weaver Theme has been designed so that editing style.css is no longer required!
If you need to make changes to the styles rules, add override CSS rules to the <HEAD> Section in the
Advanced Options tab of the Weaver admin panel.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
*/
/* =Reset default browser CSS. Based on work by Eric Meyer: [URL]http://meyerweb.com/eric/tools/css/reset/index.html[/URL]
-------------------------------------------------------------- */
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;
}
a img {
border: none;
}
/* =Weaver helpers
-------------------------------------------------------------- */
.aligncenter { /* required for theme submission to WP */
display: block;
margin-left: auto;
margin-right: auto;
}
.alignleft {
float: left;
}
.alignright {
float: right;
}
.ttw-center { /* generic utility center class - use in Heading Insert Code area maybe */
clear: both;
display:block;
margin-left:auto;
margin-right:auto;
}
.wvr-show-posts {
overflow: hidden;
}
.wvr-show-posts .hentry {
margin-bottom: 24px;
}
Alles anzeigen