- <![CDATA[
/*
Theme Name: Football World
Theme URI: http://www.ezwpthemes.com/templates/football-world.html
Description: This theme is designed and coded by <a href="http://www.ezwpthemes.com/">EZwpthemes</a>.
Version: 1.0
Author: EZwpthemes
Author URI: http://www.ezwpthemes.com/
Tags: green, fixed width, two columns, right sidebar, threaded comments, widget ready, pagenavi, social bookmarking, valid xhtml, valid css
*/
.Navbar {display: none !important;}
/* Variable definitions
====================
<Variable name="bgcolor" description="Page Background Color"
type="color" default="#fff" value="#ffffff">
<Variable name="textcolor" description="Text Color"
type="color" default="#333" value="#333333">
<Variable name="linkcolor" description="Link Color"
type="color" default="#58a" value="#5588aa">
<Variable name="pagetitlecolor" description="Blog Title Color"
type="color" default="#666" value="#666666">
<Variable name="descriptioncolor" description="Blog Description Color"
type="color" default="#999" value="#999999">
<Variable name="titlecolor" description="Post Title Color"
type="color" default="#c60" value="#cc6600">
<Variable name="bordercolor" description="Border Color"
type="color" default="#ccc" value="#cccccc">
<Variable name="sidebarcolor" description="Sidebar Title Color"
type="color" default="#999" value="#999999">
<Variable name="sidebartextcolor" description="Sidebar Text Color"
type="color" default="#666" value="#666666">
<Variable name="visitedlinkcolor" description="Visited Link Color"
type="color" default="#999" value="#999999">
<Variable name="bodyfont" description="Text Font"
type="font" default="normal normal 100% Georgia, Serif" value="normal normal 100% Georgia, Serif">
<Variable name="headerfont" description="Sidebar Title Font"
type="font"
default="normal normal 78% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif" value="normal normal 78% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif">
<Variable name="pagetitlefont" description="Blog Title Font"
type="font"
default="normal normal 200% Georgia, Serif" value="normal normal 200% Georgia, Serif">
<Variable name="descriptionfont" description="Blog Description Font"
type="font"
default="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif" value="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif">
<Variable name="postfooterfont" description="Post Footer Font"
type="font"
default="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif" value="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif">
<Variable name="startSide" description="Side where text starts in blog language"
type="automatic" default="left" value="left">
<Variable name="endSide" description="Side where text ends in blog language"
type="automatic" default="right" value="right">
*/
/* (CSS Start) */
/* Based on YUI http://developer.yahoo.com/yui/reset/
and Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre, code, form, div, fieldset, legend, button, input, textarea, th, td {
margin: 0;
padding: 0;
}
fieldset, img {
border: 0;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
address, caption, cite, code, dfn,
em, strong, th, var, optgroup {
font-style: normal;
font-weight: normal;
}
#blog_title ,.post_title ,h1 ,h2 ,h3 ,h4, h5, h6 {
font-size: 100%;
font-weight: normal;
}
abbr, acronym {
border: 0;
font-variant: normal;
}
input, button, textarea,
select, optgroup, option {
font-family: inherit;
font-size: inherit;
font-style: inherit;
font-weight: inherit;
}
code, kbd, samp, tt {
font-size: 100%;
}
/*@purpose To enable resizing for IE */
input, button, textarea, select {
font-size: 100%;
}
body {
line-height: 1.2;
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}
caption, th {
text-align: left;
}
sup, sub {
font-size: 100%;
vertical-align: baseline;
}
/* remember to highlight anchors and inserts somehow! */
ins {
text-decoration: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
/* Define */
h1 {
font-size: 2.8em;
}
h2, h3, h4 {
font-size: 2em;
}
a {
text-decoration: none;
}
blockquote {
margin: 5px 20px;
padding: 5px;
}
blockquote p, code {
padding: 10px 20px;
display: block;
}
code {
display: block;
margin: 5px 20px;
}
strong, em, caption, th {
font-style: normal;
font-weight: bold;
}
cite {
font-style: italic;
font-weight: normal;
}
sub, sup {
font-size: .8em;
}
sub {
vertical-align: sub;
}
sup {
vertical-align: super;
}
small {
font-size: 1em;
}
:focus {
outline: 1px #666 dotted;
}
input:focus, div:focus {
outline: 0;
}
input {
margin: 3px;
vertical-align: middle;
}
/* Layout */
body {
font-size: 62.5%; /* Resets 1em to 10px */
color: #000;
background: #fff;
line-height: 1.4;
}
#outer-wrapper , #wrap2 , #wrap4 ,
#header-wrapper , #content-wrapper , #footer-wrapper {
margin: 0 auto;
}
#header-wrapper {
position: relative;
}
/* Wordpress */
.entry p {
margin: 10px 0 10px 0;
}
.entry ul {
padding-left: 20px;
list-style-type: square;
}
.entry ol {
padding-left: 25px;
list-style-type: decimal;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
font-weight: bold;
margin: 5px 0;
}
acronym, abbr, span.caps {
font-size: 0.9em;
letter-spacing: .07em;
cursor: help;
border-bottom: 1px dashed #666;
}
.endline {
clear: both;
}
/* Images */
p img {
max-width: 100%; /* not working in IE6 */
}
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
}
/* 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;
}
.wp-caption img {
border: 0 none;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
}
/* Clear Fix */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
display: block;
}
/* End hide from IE Mac */
/* end of clearfix */
/* Global */
body {
color: #000;
background: #0B5210 url(http://2.bp.blogspot.com/-X8aM2XI_zdo/TtNNecWXMkI/AAAAAAAAAo8/BoDyu-gXdyE/s1600/body_bg.jpg) center top repeat-y;
font-family: Verdana, Geneva, sans-serif;
}
a, .post a {
text-decoration: none;
color: #000;
}
a:hover, .post a:hover {
color: #900;
text-decoration: none;
}
#blog_title ,.post-title ,h1 ,h2 ,h3 ,h4 {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}
blockquote, code {
color: #333;
font-family: Verdana, Geneva, sans-serif;
border: 1px dashed #999;
}
blockquote {
background: #F8F4AB;
}
code {
background: #F5D582;
}
/* Layout */
#outer-wrapper {
min-width: 998px; /* not working in IE6 */
overflow: hidden;
background: url(http://4.bp.blogspot.com/-yKnbAVHH7dk/TtNNj61E2-I/AAAAAAAAApM/PxQ-n51Fueo/s1600/container_bg.jpg) repeat-y center top;
}
#wrap2 {
padding: 0 0 5px 0;
background: url(http://3.bp.blogspot.com/-n0lYQvl3wBA/TtNNhcOdWoI/AAAAAAAAApE/uMO_cumz4lE/s1600/bottom_frame.jpg) no-repeat center bottom;
}
#wrap4 {
background: url(http://3.bp.blogspot.com/-3uLGfnCxsn8/TtNNwmDYT7I/AAAAAAAAArU/gDHG6uqPoTk/s1600/top_frame.jpg) no-repeat center top;
}
#wrap5 {
margin: 0 auto;
background: url(http://2.bp.blogspot.com/-uLj-K8-q2Vk/TtNNuv38IYI/AAAAAAAAArM/VVlHaIn6B9Q/s1600/top_container.jpg) no-repeat center 261px;
}
#header-wrapper , #content-wrapper , #footer-wrapper {
width: 998px;
}
#header-wrapper {
height: 258px;
}
#content-wrapper {
min-height: 900px;
padding: 0px 0 20px 0;
}
#footer-wrapper {
clear: both;
height: 32px;
position: relative;
}
/* Footer */
.credit {
font-size: 1.1em;
text-align: center;
padding: 0px 100px 0px 100px;
}
.credit, .credit a, .credit a:hover {
color: #c8d8ba;
}
/* Header */
#header-wrapper #blog_title {
font-size: 3em; /* Blog Title */
padding: 60px 200px 0px 283px;
text-align: left;
}
#header-wrapper h2 {
font-size: 1.4em; /* Blog Description */
text-align: left;
padding: 0px 200px 0px 285px;
}
#header-wrapper #blog_title, #header-wrapper #blog_title a, #header-wrapper h2 {
color: #C35C00;
}
/* menu */
#menu {
width: 706px;
height: 26px;
position: absolute;
left: 111px;
top: 190px;
overflow: hidden;
}
#menu ul li {
padding: 0 12px;
font-size: 1.4em; /* Menu Font Size */
font-weight: bold;
text-align: center;
float: left;
}
#menu ul li a {
padding: 0px 0 0px 0px;
line-height: 2;
color: #FFFFFF;
}
#menu ul li a:hover {
color: #ff4;
}
#menu ul ul li {
font-size: 1em;
}
/* searchform */
#searchform {
overflow: hidden;
position: absolute;
left: 43px;
top: 191px;
}
.searchtext {
width: 139px;
color: #000;
border: 0;
font-size: 1.2em;
background: url(http://2.bp.blogspot.com/-qAkZ8bcQQfY/TtNNp3wpeUI/AAAAAAAAAq8/XVNxDvICiKA/s1600/spacer.gif);
padding: 0;
margin: 7px 2px 0px 0px;
float: left;
}
#searchsubmit {
border: 0;
margin: 0 0 0px 0;
width: 60px;
height: 28px;
float: left;
}
#rss {
position: absolute;
right: 23px;
top: 174px;
}
#rss img {
width: 35px;
height: 39px;
}
/* Content */
#main-wrapper {
width: 657px;
padding: 4px 0px 0 0px;
display: inline;
margin: 0 0 0 49px;
float: left;
}
.post {
padding: 0px 0 0px 0;
margin: 0px 0 0px 0px;
background: url(http://1.bp.blogspot.com/-bqXco97TxKY/TtNNlAiL18I/AAAAAAAAApk/1ay0DfN5lbs/s1600/post_bg.png) left top repeat-y;
position: relative;
}
.post_top {
background: url(http://1.bp.blogspot.com/-FwLUlqwgt94/TtNNmK9XPhI/AAAAAAAAAp0/AcSTqp0gVgU/s1600/post_top.png) left top no-repeat;
}
.post_bottom {
background: url(http://4.bp.blogspot.com/-5Q1sDzfU61o/TtNNlaiVylI/AAAAAAAAAps/5EO5p-oZ3CQ/s1600/post_bottom.png) left bottom no-repeat;
padding-bottom: 30px;
}
.post .post-title {
margin: 0px 5px 0 0px;
padding: 27px 100px 15px 60px;
font-size: 1.4em; /* Post Title */
}
.post .post-title a {
color: #0F8B81;
}
.post .post-title a:hover {
color: #07675F;
}
.edit_post {
width: 83%;
color: #333;
margin: 0 auto;
margin-top: 10px;
padding: 5px 10px;
background: #ffc;
border: 1px dashed #999;
}
.edit_post a {
font-style: italic;
color: #33C;
}
.edit_post a.post-edit-link {
margin-right: 15px;
font-style: normal;
color: #E5631C;
text-decoration: underline;
}
.edit_post a:hover.post-edit-link {
color: #33c;
}
.entry {
overflow: hidden;
margin: 0 50px 0px 55px;
padding: 10px 0;
font-size: 1.2em;
width: 552px;
}
.entry a {
color: #1f85da;
text-decoration: underline;
}
.tags, .tags a, .postmetadata, .postmetadata a {
color: #6C6A6A;
}
.post_path {
font-size: 1.1em;
margin: 0 20px 0 55px;
padding: 7px 7px 12px 12px;
background: url(http://3.bp.blogspot.com/-HhZPxbr6xKM/TtNNdxNqwEI/AAAAAAAAAo0/0x1G_RgbPoc/s1600/arrow.gif) left 10px no-repeat;
}
.postmetadata {
padding: 2px 50px 0 55px;
text-align: left;
font-size: 1.1em;
}
.tags {
font-size: 1.2em;
margin: 10px 50px 0 55px;
}
.tags a {
text-decoration: underline;
}
.read_comments {
text-align: left;
font-weight: normal;
color: #dad8d9;
font-size: 11px;
position: absolute;
right: 5px;
top: 27px;
}
.bookmark {
margin: 18px 50px 5px 55px;
}
.wp-pagenavi {
padding: 5px 50px 5px 55px;
line-height: 20px;
}
.post-footer {
padding: 10px 50px 10px 55px;
}
.read_comments a {
color: #f3f5f4;
padding-right: 5px;
}
.read_comments a:hover {
color: #ff4;
}
.notfound {
margin: 100px auto;
text-align:center;
font-size: 4em;
font-weight: bold;
color: #7e2d17;
}
/* welcome */
#welcome {
color: #cecfce;
font-weight: normal;
font-size: 11px;
padding: 54px 0px 48px 29px;
}
#welcome p {
width: 171px;
height: 122px;
padding: 0px 0 0px 0px;
overflow: hidden;
}
/* Sidebar */
#sidebar-wrapper {
width: 262px;
display: inline;
padding: 0px 0px 54px 0px;
margin: 0px 30px 0px 0px;
overflow: hidden;
float: right;
position: relative;
color: #FFFFFF;
}
#sidebar_main {
padding: 0px 0 0px 0;
margin: 0px 0 0 0;
background: url(http://1.bp.blogspot.com/-8c3srptpA7k/TtNNoBS2xHI/AAAAAAAAAqc/5QjVYQQ0boM/s1600/sidebar_main_bg.jpg) repeat-y left top;
}
#sidebar_main h2 {
padding: 13px 30px 21px 73px;
font-size: 16px;
color: #DFD14E;
position: relative;
background: url(http://4.bp.blogspot.com/--zxN0dk2eWQ/TtNNnbkKrtI/AAAAAAAAAqM/tHm3PaW6RAo/s1600/sidebar_header_bg.jpg) no-repeat left top;
}
#sidebar_main .widget {
overflow: hidden;
font-size: 1.2em;
padding: 0px 0 22px 0px;
margin: 0 10px 0 0px;
background: url(http://2.bp.blogspot.com/-fsRm7IxXzKo/TtNNoUK5mwI/AAAAAAAAAqk/E39Uhhbe7iY/s1600/sidebar_main_li.jpg) no-repeat left bottom;
}
#sidebar_main ul li a {
color: #cdd7d8;
}
#sidebar_main ul li a:hover {
color: #fff;
}
#sidebar_main .widget-content {
padding: 0 30px 0 40px;
background: none;
}
#sidebar_main ul ul li {
font-size: 1em;
border: none;
padding: 6px 0px 6px 20px;
background: url(http://4.bp.blogspot.com/-K9V6V69gsPU/TtNNn7QGnTI/AAAAAAAAAqU/vPIj3lDDPko/s1600/sidebar_li_bg.jpg) no-repeat left 9px;
position: relative;
}
#sidebar_main ul ul ul {
padding: 0;
margin: 0;
}
#sidebar_main ul ul ul li {
font-size: 1em;
margin: 0;
width: 90%;
}
#sidebar_main .textwidget {
margin: 7px 0;
}
#sidebar-wrapper select {
font-size: 1em;
margin: 7px 0 0px 20px;
width: 77%;
}
#sidebar-wrapper ul li div ,#sidebar_ul li object {
padding: 0 30px 0px 20px;
}
#sidebar-wrapper ul li div div {
padding: 0;
}
/* Sidebar sub */
#sidebar_sub {
width: 262px;
overflow: hidden;
margin: 0px 0 0px 0px;
padding: 0px 0 0px 0px;
color: #c1c1c1;
}
#sidebar_sub a {
color: #c1c1c1;
}
#sidebar_sub a:hover {
color:#fff;
}
#sidebar_sub h2 {
font-size: 15px;
padding: 23px 70px 22px 50px;
text-align: left;
color: #fff;
background: url(http://2.bp.blogspot.com/-8BnQfH4KfDE/TtNNox_Jb3I/AAAAAAAAAqs/bT1h3YkR5sE/s1600/sidebar_sub_header_bg.jpg) no-repeat left 3px;
font-family: "Times New Roman";
}
#sidebar_sub h2 span {
width: 0;
height: 0;
display: block;
overflow: hidden;
}
#sidebar_sub .recent_posts {
}
#sidebar_sub .recent_comments {
}
#sidebar_sub .widget {
font-size: 1.2em;
padding: 0px 0px 12px 0px;
}
#sidebar_sub .widget-content {
padding: 0px 50px 0 25px;
margin: 0;
}
#sidebar_sub ul ul li {
font-size: 1em;
padding: 6px 0 6px 25px;
background: url(http://2.bp.blogspot.com/-vN8ZEkmGgSI/TtNNpQA_s6I/AAAAAAAAAq0/v5zaYbz3cYE/s1600/sidebar_sub_li.jpg) no-repeat left 8px;
border-bottom: 1px dashed #3c3c3c;
}
#sidebar_sub ul ul ul {
margin: 0;
padding: 0;
background: none;
}
#sidebar_sub ul ul ul li {
width: 75%;
margin: 0;
font-size: 1em;
border-bottom: none;
}
#sidebar_sub ul li div ,#sidebar_sub_ul li object {
padding: 0px 50px 0 25px;
}
#sidebar_sub ul li div div {
padding: 0;
}
/* PageNavi*/
.wp-pagenavi a {
padding: 2px 4px;
margin: 2px;
text-decoration: none;
border: 1px solid #06c;
color: #06c;
background-color: #fff;
}
.wp-pagenavi a:hover {
border: 1px solid #000;
color: #000;
}
.wp-pagenavi span.pages, .wp-pagenavi span.current, .wp-pagenavi span.extend {
padding: 2px 4px;
margin: 2px;
border: 1px solid #000;
color: #000;
background-color: #fff;
}
/* Calendar */
#wp-calendar {
empty-cells: show;
margin: 0px auto 0;
margin-bottom: 15px;
width: 100%;
color: #ccc;
}
#wp-calendar #next a {
padding-right: 10px;
text-align: right;
font-size: 11px;
}
#wp-calendar #prev a {
padding-left: 10px;
text-align: left;
font-size: 11px;
}
#wp-calendar #prev a:hover, #wp-calendar #next a:hover {
color: #000;
}
#wp-calendar a {
display: block;
font-weight: bold;
text-decoration: none;
}
#wp-calendar a:hover {
background: #fc0;
color: #000;
}
#wp-calendar caption {
text-align: center;
padding-bottom: 10px;
width: 100%;
font: bold 13px Verdana, Arial, Sans-Serif;
}
#wp-calendar td {
text-align: center;
padding: 3px 0;
font-size: 12px;
text-align: center;
}
#wp-calendar th {
text-align: center;
font-style: normal;
font-size: 12px;
text-transform: capitalize;
}
/* Social Bookmarking */
.bookmark ul {
display: inline;
}
.bookmark ul li {
background: none;
display: inline;
list-style-type: none;
}
.bookmark_line img {
border: 0;
}
/* Comments */
h3#comments {
padding: 0 0 0 46px;
}
h3#comments, #respond h3 {
padding-top: 10px;
font-size: 1.4em;
color: #333;
}
#commentform {
margin: 5px 0 0 0px;
}
#commentform input {
width: 170px;
padding: 2px;
margin: 5px 5px 1px 0;
font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#commentform textarea {
width: 98%;
padding: 2px;
font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#commentform p {
margin: 5px 0;
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#commentform #submit {
margin: 0 0 5px auto;
float: right;
}
#respond {
width: 85%;
padding: 0 0 0 10px;
color: #333;
margin: 0 auto;
}
#respond:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.commentlist {
padding: 0 0 0 0px;
margin: 0 auto;
width: 85%;
}
.commentlist li {
margin: 15px 0 0px;
padding: 5px 5px 10px 10px;
list-style: none;
font-weight: bold;
font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {
margin-right: -5px;
margin-left: 10px;
font-size: 1em;
}
.commentlist p {
margin: 10px 5px 10px 0;
font-weight: normal;
line-height: 1.5em;
font-size: 1.2em;
text-transform: none;
}
.commentlist li .avatar {
float: right;
border: 1px solid #333;
padding: 2px;
background: #fff;
}
.commentlist li a {
color: #000;
}
.commentlist cite, .commentlist cite a {
font-weight: bold;
font-style: normal;
font-size: 1.2em;
}
#main-wrapper .comment-body p a {
text-decoration: underline;
}
.nocomments {
text-align: center;
}
.commentmetadata {
font-size: 1.2em;
display: block;
font-weight: normal;
}
.thread-alt {
background-color: #dcbea4;
}
.thread-even {
background-color: #e3cbb3;
}
.depth-1 {
border: 1px solid #000;
}
.alt {
border-left: 1px solid #666; /* odd page */
background-color: #C29581;
padding: 10px;
}
.even {
border-left: 1px solid #666; /* even page */
background-color: #D0AD9E;
}
/* For Blogger */ #sidebar_main ul li div { padding: 0; margin:0; } #sidebar_main ul ul { background: none; } #sidebar_sub ul li div { padding: 0; margin: 0;} #comments { width: 85%; margin: 0 auto;}
#sidebar-wrapper #sidebar-main {
margin: 0;
padding: 0;
}
#sidebar_sub #sidebar-sub {
margin: 0;
padding: 0;
}
#welcome1 .widget {
padding: 0;
margin: 0;
}
#sidebar-wrapper #ArchiveList ul li {
padding-left: 0;
}
#sidebar-wrapper #ArchiveList ul ul li {
padding-left: 8px;
}
body#layout #searchform {
display: none;
}
body#layout #rss {
display: none;
}
#ArchiveList ul li {text-indent: 0!important;}
#comments {
padding-left: 15px;
}
#comments h4 {
margin:1em 0;
font-weight: bold;
font-size: 1.2em;
line-height: 1.4em;
text-transform:uppercase;
letter-spacing:.2em;
color: $sidebarcolor;
}
#comments-block {
margin:1em 0 1.5em;
line-height:1.6em;
}
#comments-block .comment-author {
margin:.5em 0;
}
#comments-block .comment-body {
margin:.25em 0 0;
}
#comments-block .comment-footer {
margin:-.25em 0 2em;
line-height: 1.4em;
text-transform:uppercase;
letter-spacing:.1em;
}
#comments-block .comment-body p {
margin:0 0 .75em;
}
.deleted-comment {
font-style:italic;
color:gray;
}
#blog-pager-newer-link {
float: $startSide;
}
#blog-pager-older-link {
float: $endSide;
}
#blog-pager {
padding: 0 15px;
text-align: center;
}
.feed-links {
display:none;
}
#calendarDisplay {
display: none;
}
#bcalendar {
width: 100%;
}
#bcNavigation {
display: none;
}
.BlogArchive ul ul ul li { width: 100%;}
/* (CSS End) */
]]>
Tidak ada komentar:
Posting Komentar