/* General Basic */ html body { color: ; font-family: ; background-color: ; background-image:url(); background-repeat: ; background-position: ; background-attachment: ; } a { text-decoration:none; outline:none; color:; } a:hover { text-decoration: underline; color:; } #container,#header-top-body { width: ; } #header-top{ display:none !important; } /* Code and Pre */ code, pre { background: ; color: ; width:80%; margin:15px 30px 0 10px; } /* Header */ #header a { color: ; text-decoration: none; } #header a:hover { color: ; text-decoration: none; } #header-name { font-size:; } #header-name,#header-name span { font-family: ; } #header-name span { color: ; font-size:; } /* Header Menu List */ /* navigation in header. background */ #header #headermenu{ background:#FFFFFF none repeat scroll 0 0; } #header #headermenu a{ color: #0000FF; } #header #headermenu li a{ color: #0000FF; } #header #headermenu li a:hover { background: #FFFFFF; color: #0000FF; font-weight: bold; text-decoration: underline; } /* Entry */ #entry { background: ; } #entry-single { background: ; } .entry-body { color: ; font-size: ; } /* Sticky Posts */ .sticky .entry-name { border:; border-radius:5px; } /* Link color in posts,only in posts content*/ .entry-body a{ color: ; text-decoration: none; } .entry-body a:hover{ color: ; text-decoration: underline; } /* Title of the Posts*/ .entry-name{ background:; font-size: ; } .entry-name a { text-decoration: none; color: ; } .entry-name a:hover { text-decoration: none; color: ; } /* Post Meta */ .entry-meta { color:; } .entry-meta a { color: ; } .entry-meta a:hover { color: ; } .entry-info { color:; } .entry-info a { color:; } .entry-info a:hover { color: ; } /* Comments */ .comment-entry-alt { background: ; } .comment-entry-owner { background: ; } .comment-content { background: ; } #commentform input, .comment-input, #commentform textarea { background: ; color:#000000; } .comment-input, #commentform textarea { border:; } #commentform textarea { font-size: 16px; } #commentform input:focus, #commentform textarea:focus { background: ; } #comments-guidelines-info,#loading,#errors { background: ; color:; } .feedback-footer { color:; } /* Sidebar */ #sidebar{ border-left:; background-color: ; color:; } #sidebar a { color:; text-decoration: none; } #sidebar a:hover { text-decoration: underline; color:; } #sidebar h2,#sidebar h3, h2.widgettitle { color: ; text-decoration: none; font-size:; background:; } #sidebar h2 a , #sidebar h3 a , h2.widgettitle a { color: ; text-decoration: none; } #sidebar h2 a:hover , #sidebar h3 a:hover , h2.widgettitle a:hover { text-decoration: none; color: ; } #sidebar li { border-bottom: ; } #sidebar li a { color: ; text-decoration: none; } #sidebar li a:hover { text-decoration: underline; color: ; } /* Navigation in content.*/ .content-nav{ background-color: ; border:; color:; font-size:; } .content-nav a{ color:; } .content-nav a:hover{ color:; text-decoration: underline; } /* Footer */ #footer { color: ; } #footer a { color: ; } #footer a:hover { color: ; } #footer li { border-left:; } /* Selected text. background color*/ selection { background-color:#FFFFFF; color:#000000; } *::-moz-selection { background-color:#FFFFFF; color:#000000; } /* Begin for WordPress2.6 Captions*/ .wp-caption { background-color:#FFFFFF; border: #EEEEEE 1px solid; } /* Subscribe in sidebar */ #sidebar .feedicon { border: #EEEEEE 1px solid; background-color: #FFFFFF; }