diff -r 0d9a58d2c515 -r 0d28b7c10758 web/wp-content/themes/bgw/style.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/wp-content/themes/bgw/style.css Fri Mar 12 13:29:04 2010 +0000 @@ -0,0 +1,490 @@ +/* +Theme Name: BGW +Theme URI: http://www.simplewpthemes.com +Description: 3 sidebar theme, simple & clean +Version: 1.0 +Author: sin2384 +Author URI: http://www.simplewpthemes.com +Tags: gray, fixed width, two columns, widgetized +*/ +@import url("css/comments.css"); +@import url("css/reset.css"); +@import url("css/superfish.css"); +@import url("css/featuredcats.css"); +* { + margin: 0; + padding: 0; +} +/***************LINKS*************************/ + +a:link, a:visited { + color: #B40000; + text-decoration: none; +} + +a:hover { + color: #000; +} +/***************END LINKS*************************/ + +html body { + background: #a6a6a5; + font-size: 12px; + font-family: Tahoma; +} + +/***************LAYOUT*************************/ + +#mainwrap { + margin: 0 auto; + width: 960px; + clear: both; +} +#header { + width: 100%; + height: 133px; + background: url(images/header.gif) repeat-x; +} +#headin { + margin: 0 auto; + width: 960px; +} + + +#blogtitle { + color: #fff; + text-transform: uppercase; + float: left; + position: relative; + top: 10px; + left: 0px; +} +#heading { + color: #fff; +} + +.description { + text-transform: none; + margin-left: 7px; + margin-bottom: 24px; + +} +.adv { + float: right; + margin: 0; + padding: 0; + position: relative; + top: 12px; +} + +/***************NAVIGATION*************************/ + + +#top { + clear: both; + width: 960px; + height: 40px; + position: relative; + z-index: 1; + top: 17px; +} + + + +#top li { + /* + ili ides vako + obrisi display:inline; + float: left; + background: url(images/navleft.jpg) no-repeat scroll center left; + margin: 2px; + */ +} + +#top li a { + float: left; + display: block; + padding: 14px; + color: #fff; + /* + display: block; + padding: 10px; + color: #ccc; + background: url(images/navright.jpg) no-repeat scroll center right; + */ +} +#top li ul { + margin-top: 10px; +} + + +#top li li { + background: #A6A6A5; + width: 250px; +} +#top li ul li:hover, #top li ul li a:hover { + background: #F8BC12; + color: #fff; +} + + +#top li.current_page_item a, #top li a:hover, .sf-with-ul a:hover { + background: #F8BC12 ; + color: #000; +} +#top ul li ul { + position: absolute; + top: 35px; +} + + +/***************NAVIGATION*************************/ + + + +/* Twitter, RSS, Email + +#topsoc { + float: right; + margin-top: 10px; +} +.tweet, .rss, .mail { + float: left; + margin-left: 20px; + margin-right: 5px; + display: inline; +} + +End Twitter, RSS, Email */ + +.aboutimage { + float: left; + border: 1px solid #ccc; + padding: 2px; + margin: 0px 5px 5px 5px; +} +#s { + width: 200px; + float: right; + margin: 5px; + padding: 5px; + border: 1px solid #000; + background: #F8F8F8 url(images/search.gif) no-repeat scroll right bottom; +} + + +#wrapp { + background: #fff; + overflow:hidden; +} + + +#contentwrap { + float: left; + width: 480px; + background: #fff; +} + +#sidebar { + float: left; + width: 148px; + background: #e5e5e5; + border: 1px solid #ccc; + margin-top: 4px; +} + +/* ADVERT */ + +.advert{ + float: right; + padding:5px; + width: 315px; + margin: 0px 0px 10px 0; + display: inline; + background: #959494; + } + +.advert img{ + padding:5px; + border:none; + margin:10px; + float: left; + } + + /* END ADVERT */ + +.custom_images { + margin-bottom: 15px; +} +.custom_images img { + margin: 0 3px;padding: 0; +} + + +#sidebar2 { + float: right; + width: 325px; + background: #e5e5e5; + margin-top: 4px; + color: #fff; +} + + + +#sidebar3 { + clear: both; + width: 100%; + background: #202020 url(images/sidebar3.gif) repeat-x; overflow:hidden; + color: red; +} +.swrap { + margin: 0 auto; + width: 960px; + padding: 50px 0 10px 0; +} +.widget2 h3 { + color: #d0d0d0; + font-weight: normal; + margin-bottom: 25px; +} + + +.widget2 { + float: left; + width: 200px; + font-size: 10px; + text-transform: uppercase; + margin: 0 15px; +} +.widget2 ul li { + line-height: 25px; + background: url(images/dart2.gif) no-repeat scroll 0px 4px; + padding-left: 20px; +} +.widget2 a:link, .widget2 a:visited { + color: #fff; +} + + +#footer { + width: 100%; + clear: both; + text-align: center; + height: 30px; + padding: 30px 0 0px 0; + background: url(images/footer.gif) repeat-x; + color: #fff; +} +#footer a { + color: #fff; +} +.sponsors { + text-align: center; +} +.sponsors a{ + color: #1B1A1A; +} + + +.inside { + padding: 10px; +} +.in2 { + padding: 10px; +} +.clear { + clear: both; +} + + +/***************END LAYOUT*************************/ + +/***************WP STYLES*************************/ + +#sidebar h3, .widget h3 { + padding: 7px; + font-size: 14px; + color: #444847; +} + +.side-widget { + width: 140px; + float: left; + margin-bottom: 10px; +} + + +.side-widget ul li, .widget ul li { + line-height: 30px; + padding: 0 15px; + border-bottom: 1px solid #ccc; + background: url(images/dart.png) no-repeat scroll 0px 10px; +} +* html .side-widget ul li { + padding: 0 0 0 13px; +} + + +.side-widget a, .side-widget a:visited { + color: #484848; +} +.side-widget a:hover { + color: #000; +} + + +.side-widget ul li ul li, .widget ul li ul li { + width: 108px; + margin-left: -14px; + padding-left: 13px; + border-bottom: 0; + border-top: 1px solid #ccc; +} +* html .side-widget li { + +} +.widget { + float: left; + color: #484848; +} + + + +.widget li { + line-height: 20px; +} + + +.widget a:link, .widget a:visited { + color: #484848; +} +.widget a:hover { + color: #000; +} + + +/***************POST STYLES*************************/ +.post h2 { + margin: 5px 0px; + text-transform: uppercase; + } + +.post h2 a, post h2 a:visited { + color: #b40000; + font-size: 14px; +} + +.post h2 a:hover { + +} + +.meta { + background: #f0f0f0; + padding: 5px; + color: #000; + display: block; + border-top: 1px solid #ccc; +} + + +.cat { + +} + +.author { + +} +.edit { + +} +.comm { + background: url(images/comm.gif) repeat-x; + padding: 2px 4px 4px 4px; + float: right; +} +.comm a{ + color: #fff; +} + +a.more-link { + background: url(images/more.gif) repeat-x; + padding: 2px 4px 4px 4px; + color: #fff; + float: right; + margin-right: 5px; + display: inline; +} + + +.postmetadata { + margin-top: 2px; +} + +.post { + padding-bottom: 30px; + border-bottom: 1px dotted #ccc; +} + + + +.entry { + line-height: 20px; + font-size: 10px; + margin: 10px 0 0 0; + font-size: 12px; +} + +.entry li { + margin-left: 20px; + list-style: circle; +} + +.entry ol li { + list-style: decimal; +} + +blockquote { + border-left: 10px solid #666666; + margin-left: 20px; +} + +blockquote p { + padding: 10px; +} + +.alignleft { + float: left; + margin: 0 5px 5px 0px; +} + +.alignright { + float: right; + margin: 0 5px 5px 5px; +} +/***************END POST STYLES*************************/ +#calendar_wrap { + text-align: center; +} + +caption { + background: #ccc; +} + +#wp-calendar { + +} + +th { + padding: 6px; +} + +td a:link { + background: #CCCCCC; + padding: 1px 6px; + color: #fff; + line-height: 29px; +} + +/***************END WP STYLES*************************/ + +