Changeset 9562
- Timestamp:
- 09/24/08 06:40:23 (4 months ago)
- Files:
-
- art/themes/coffee-n-cream/style.css (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
art/themes/coffee-n-cream/style.css
r9522 r9562 7 7 font: normal 62.5% "Lucida Sans Unicode",sans-serif; 8 8 } 9 input { 9 10 input, textarea, button, select { 10 11 color: #555; 12 padding: 2px 3px; 13 background: #fcfaea; 14 border: 1px solid #d6d3d3; 11 15 font: normal 1.1em "Lucida Sans Unicode",sans-serif; 12 16 } 17 18 button { 19 color: #fcfaea; 20 font-size: .9em; 21 border: 1px solid #aa9988; 22 background-color: #887766; 23 } 24 25 input[type="button"], input[type="submit"], input[type="reset"] { 26 color: #fcfaea; 27 font-size: .9em; 28 border: 1px solid #aa9988; 29 background-color: #998877; 30 } 31 13 32 p,cite,code,ul { 14 33 font-size: 1.2em; … … 64 83 /* navigation */ 65 84 .navigation { 66 background: #FFF url(img/bgnavigation.gif) repeat -x;85 background: #FFF url(img/bgnavigation.gif) repeat; 67 86 font: bold 1.2em Verdana,sans-serif; 68 height: 44px;87 min-height: 44px; 69 88 margin: 0 auto; 70 padding: 018px;89 padding: 1px 18px; 71 90 width: 725px; 72 91 } 92 *html .navigation {height: 44px;} 73 93 .navigation a {color: #543;} 74 94 .navigation a:hover {background: #CEBDA1; color: #420;} … … 78 98 79 99 /* sub navigation */ 80 .sidenav {float: right; width: 218px;} 100 .sidenav { 101 float: right; 102 width: 218px; 103 } 81 104 .sidenav h2 { 82 105 background: #BCB39F url(img/sidenavh1.gif) repeat-x; … … 106 129 /* content */ 107 130 .main-content { 108 padding-top: 12px;109 131 float: left; 110 132 width: 68%; … … 138 160 .clearer {clear: both;} 139 161 140 .wide .gadget {margin -bottom: 10px;}162 .wide .gadget {margin: 5px auto;} 141 163 142 164 /* chatbox */ … … 157 179 } 158 180 159 input, textarea { 160 font-size: 1.1em; 161 background: #fcfaea; 181 input, textarea {width: 280px;} 182 input:hover, textarea:hover { 162 183 border: 1px solid #d6d3d3; 163 184 width: 280px; 164 185 } 165 input:hover, textarea:hover {166 font-size: 1.1em;167 background: #fcfaea;168 border: 1px solid #d6d3d3;169 width: 280px;170 }171 input{margin-bottom: 3px;}172 186 /* Common styles for all gadgets */ 173 187 .clearfix:after { … … 231 245 .comment_form p {clear: left; padding-bottom:4px; padding-left: 185px;} 232 246 .comment_form p label {font-weight: bold; float:left; width: 180px; font-weight: bold; margin-left: -185px;} 233 .comment_form input, .comment_form select, .comment_form textarea { padding: 2px; width: 250px; font-size: 10pt;}247 .comment_form input, .comment_form select, .comment_form textarea {width: 250px;} 234 248 .comment_form span {font-size: 8pt; display: block;} 235 249 .comment_form .actions {text-align:left; margin-left: 188px;} … … 252 266 text-decoration: none; 253 267 } 254 .blog-entry-nav, .blog-page-nav {268 .blog-entry-nav, .blog-page-nav { 255 269 padding: 4px; 256 270 height: 15px; 257 font-size: 80%;271 font-size: 11px; 258 272 display: block; 259 273 margin-bottom: 5px; 260 border: 1px solid #d 3d7cf;261 background-color: # fafafa;274 border: 1px solid #ddddcc; 275 background-color: #ccc3af; 262 276 } 263 277 .blog-entry-nav .float-left {float:left} … … 347 361 /* users */ 348 362 .loginbox .content label {font-weight: bold;} 349 .loginbox input {width: 9 9%;}363 .loginbox input {width: 95%;} 350 364 .loginbox #login_remember {width: 16px; border: none;} 351 365 .users p {clear: left; padding-bottom:4px; padding-left: 150px;} 352 366 .users p label {font-weight: bold; float:left; width: 145px; font-weight: bold; margin-left: -150px;} 353 .users input, .users select, .users textarea { padding: 2px; width: 70%; font-size: 10pt;}367 .users input, .users select, .users textarea {width: 70%;} 354 368 .users span {font-size: 8pt; display: block;} 355 369 .users .actions {text-align:left; margin-left: 155px;}
