web/wp-content/themes/elegant-box/styles/brown/default.css
changeset 1 0d28b7c10758
equal deleted inserted replaced
0:0d9a58d2c515 1:0d28b7c10758
       
     1 body {
       
     2 	background:#D6BF91;
       
     3 	color:#271a00;
       
     4 }
       
     5 blockquote,pre {
       
     6 	background:#EDE1CB;
       
     7 	border:1px dashed #A07828;
       
     8 }
       
     9 a {
       
    10 	color:#432d00;
       
    11 }
       
    12 a:hover {
       
    13 	color: #722d00;
       
    14 }
       
    15 textarea,.textfield {
       
    16 	background:#FFF;
       
    17 	border:1px solid #A07828;
       
    18 	padding:3px;
       
    19 	font-size:12px;
       
    20 }
       
    21 .valid {
       
    22 	color:#119900;
       
    23 }
       
    24 .invalid {
       
    25 	color:#ff4a00;
       
    26 }
       
    27 .button,
       
    28 a#cancel-comment-reply-link {
       
    29 	background:#704818;
       
    30 	border-color:#704818 #503818 #503818 #704818;
       
    31 	color:#FFFFFF;
       
    32 }
       
    33 .button:hover,
       
    34 a#cancel-comment-reply-link:hover {
       
    35 	background:#482d10;
       
    36 	border-color:#0D1F5B #503818 #503818 #0D1F5B;
       
    37 }
       
    38 .sided,
       
    39 .wp-caption {
       
    40 	background:#FFF;
       
    41 	border:1px solid #A07828;
       
    42 }
       
    43 a .sided:hover {
       
    44 	border-color:#722d00;
       
    45 }
       
    46 .boxcaption,
       
    47 .box,
       
    48 #related_posts,
       
    49 #related_posts ul li {
       
    50 	border-color:#A07828;
       
    51 	background:#FFF;
       
    52 }
       
    53 .boxcaption h3,
       
    54 #related_posts h3,
       
    55 .messagebox .content {
       
    56 	background:#F3ECDC;
       
    57 }
       
    58 .bottom_separator {
       
    59 	border-bottom:1px dashed #A07828;
       
    60 }
       
    61 
       
    62 /* header START */
       
    63 #header {
       
    64 	border-bottom:1px solid #A07828;
       
    65 }
       
    66 #header .inner {
       
    67 	background:#EDE1CB;
       
    68 	border-bottom:1px solid #FFF;
       
    69 }
       
    70 #header .caption {
       
    71 	border-color:#A98337;
       
    72 }
       
    73 #title a {
       
    74 	color:#271A00;
       
    75 	text-decoration:none;
       
    76 }
       
    77 #title a:hover {
       
    78 	color:#722D00;
       
    79 }
       
    80 #tagline {
       
    81 	color:#593B00;
       
    82 }
       
    83 #navigation li a {
       
    84 	border-color:#C2A365;
       
    85 }
       
    86 #searchbox .textfield {
       
    87 	border:1px solid #C8AB71;
       
    88 	background:#FAF6F0 url(search_background.gif) no-repeat right !important;
       
    89 	background:#FAF6F0 url(search_background_ie.gif) no-repeat right;
       
    90 	background-position:0 0 !important;
       
    91 	background-position:0 -21px;
       
    92 }
       
    93 #searchbox .textfield:focus {
       
    94 	border:1px solid #A07828;
       
    95 	background:#FFF url(search_background.gif) no-repeat right !important;
       
    96 	background-position:0 -21px !important;
       
    97 }
       
    98 #searchbox .searchtip {
       
    99 	color:#DACCB6;
       
   100 }
       
   101 #navigation li a#feed img {
       
   102 	background-image:url(feed_switch.gif);
       
   103 }
       
   104 #navigation li a#twitter img {
       
   105 	background-image:url(twitter_switch.gif);
       
   106 }
       
   107 /* header END */
       
   108 
       
   109 /* submenu START */
       
   110 #navigation li ul {
       
   111 	background:#DCC699;
       
   112 	border-color:#A07828;
       
   113 }
       
   114 /* submenu END */
       
   115 
       
   116 /* main START */
       
   117 #container {
       
   118 	background:#F9FCFF url(background.gif) repeat;
       
   119 }
       
   120 #content {
       
   121 	background:#FAF6F0 url(content_background.gif) repeat-y top right;
       
   122 	border:solid 1px #A07828;
       
   123 }
       
   124 #bottom .postnav {
       
   125 	border-top:1px dashed #A07828;
       
   126 }
       
   127 #bottom .anchor span {
       
   128 	background:url(go_top.gif) no-repeat left center;
       
   129 }
       
   130 #notice {
       
   131 	border:1px solid #A07828;
       
   132 }
       
   133 #notice .inner {
       
   134 	background:#E7D8BB;
       
   135 	border:1px solid #FFF;
       
   136 }
       
   137 #notice .icon {
       
   138 	background:url(notice.gif) no-repeat top left;
       
   139 }
       
   140 #notice .content .separator {
       
   141 	border-right:1px solid #A07828;
       
   142 }
       
   143 .post .title h2 {
       
   144 	color:#432d00;
       
   145 	padding-bottom:3px;
       
   146 	border-bottom:1px solid #E8DABE;
       
   147 }
       
   148 .post .title a {
       
   149 	color:#432d00;
       
   150 	text-decoration:none;
       
   151 }
       
   152 .post .title a:hover {
       
   153 	color:#722d00;
       
   154 }
       
   155 .post .info,
       
   156 #related_posts .excerpt {
       
   157 	color:#C2A365;
       
   158 }
       
   159 .post .comments {
       
   160 	background:url(comment.gif) no-repeat bottom left;
       
   161 }
       
   162 .post .content table {
       
   163 	border-color:#C2A365;
       
   164 }
       
   165 .post .content th,
       
   166 .post .content td {
       
   167 	border-color:#C2A365;
       
   168 }
       
   169 .post .content tr.even td {
       
   170 	background:#F3ECDC;
       
   171 }
       
   172 .post .content th {
       
   173 	background:#D6BF91;
       
   174 }
       
   175 /* main START */
       
   176 
       
   177 /* sidebar START */
       
   178 #sidebar {
       
   179 	background:#E7D8BB;
       
   180 	border-left:1px solid #C2A365;
       
   181 }
       
   182 #sidebar h3,
       
   183 .widget .showcase {
       
   184 	background:#D6BF91;
       
   185 }
       
   186 #sidebar a h3 {
       
   187 	color:#271a00;
       
   188 }
       
   189 #styleswitcher,#sidebar a:hover h3 {
       
   190 	background:#C0A061;
       
   191 }
       
   192 #styleswitcher span.color {
       
   193 	background:#FFF;
       
   194 	border:1px solid #666;
       
   195 }
       
   196 #styleswitcher #style-brown {
       
   197 	margin-top:0px;
       
   198 }
       
   199 #styleswitcher #style-brown a img {
       
   200 	background:#906838;
       
   201 	width:12px;
       
   202 	height:12px;
       
   203 }
       
   204 .widget ul li {
       
   205 	border-bottom:1px solid #D6BF91;
       
   206 }
       
   207 .widget ul li ul li {
       
   208 	border-top:1px solid #D6BF91;
       
   209 }
       
   210 .sidedate {
       
   211 	color:#B28E46;
       
   212 }
       
   213 /* sidebar END */
       
   214 
       
   215 /* footer START */
       
   216 #footer {
       
   217 	border-top:1px solid #A07828;
       
   218 }
       
   219 #footer .inner {
       
   220 	background:#D6BF91;
       
   221 	border-top:1px solid #F1E8D6;
       
   222 }
       
   223 /* footer END */
       
   224 
       
   225 /* comments START */
       
   226 .commentlist .comment {
       
   227 	background:#FFF;
       
   228 	border-color:#A07828;
       
   229 }
       
   230 .userinfo {
       
   231 	background:#F3ECDC;
       
   232 }
       
   233 .userinfo .userpic {
       
   234 	border:1px solid #A07828;
       
   235 	background-color:#FFF;
       
   236 }
       
   237 #comments_rss {
       
   238 	background:url(feed.gif) no-repeat top left;
       
   239 }
       
   240 #trackbacks,
       
   241 #trackbacks li {
       
   242 	border-color:#A07828;
       
   243 }
       
   244 #trackbacks .caption {
       
   245 	background:#F3ECDC;
       
   246 }
       
   247 #trackbacks li small {
       
   248 	color:#C2A365;
       
   249 }
       
   250 /* comments END */
       
   251 
       
   252 /* calendar START */
       
   253 #calendar_wrap {
       
   254 	background:#D6BF91;
       
   255 }
       
   256 #wp-calendar th {
       
   257 	background:#C9A969;
       
   258 }
       
   259 /* calendar END */
       
   260 
       
   261 /* wp-pagenavi START */
       
   262 .wp-pagenavi a:hover {
       
   263 	background:#D6BF91;
       
   264 }
       
   265 .wp-pagenavi span.current {
       
   266 	background:#EDE1CB;
       
   267 }
       
   268 /* wp-pagenavi END */
       
   269 
       
   270 /* wp-recentcomments START */
       
   271 .rc_item .rc_avatar img {
       
   272 	background:#FFF;
       
   273 	border-color:#A07828;
       
   274 }
       
   275 /* wp-recentcomments END */
       
   276 
       
   277 /* wp-syntax START */
       
   278 .wp_syntax {
       
   279 	background:#FAF6F0;
       
   280 	border:1px solid #C2A365;
       
   281 }
       
   282 .wp_syntax .line_numbers {
       
   283 	background:#E7D8BB;
       
   284 }
       
   285 /* wp-syntax END */