Changeset 9567
- Timestamp:
- 09/24/08 14:07:05 (4 months ago)
- Files:
-
- art/themes/coffee-n-cream/layout.html (modified) (1 diff)
- art/themes/coffee-n-cream/style.css (modified) (11 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
art/themes/coffee-n-cream/layout.html
r9562 r9567 19 19 <a href="{site-url}">{site-name}</a> 20 20 </div> 21 <div class="description">{site-description}</div> 21 22 </div> 22 23 art/themes/coffee-n-cream/style.css
r9562 r9567 1 1 * {margin: 0; padding: 0;} 2 a {color: #963;}3 a:hover {color: #C60;}4 2 body { 5 3 background: #655A46 url(img/bg.gif); … … 7 5 font: normal 62.5% "Lucida Sans Unicode",sans-serif; 8 6 } 7 8 a {color: #963; text-decoration: none;} 9 a:hover {color: #c60;} 9 10 10 11 input, textarea, button, select { … … 28 29 border: 1px solid #aa9988; 29 30 background-color: #998877; 31 } 32 33 input[type="checkbox"] { 34 width: 16px; 35 padding: 2px; 36 border: 1px solid #d6d3d3; 37 background: #fcfaea; 30 38 } 31 39 … … 55 63 } 56 64 h1,h2,h3 {color: #654; padding-top: 6px;} 65 h1 {font-size: 1.5em;} 66 h2 {font-size: 1.3em;} 67 h3 {font-size: 1.1em;} 57 68 58 69 /* misc */ … … 75 86 76 87 /* title */ 77 .title {padding: 32px;}88 .title {padding:25px 32px 5px;} 78 89 .title a { 79 90 color: #E4DBCF; 80 91 font: normal 3.4em "Lucida Sans Unicode","Trebuchet MS",sans-serif; 92 } 93 .description { 94 padding:0px 32px; 95 color: #E4DBCF; 96 font: normal 1em "Lucida Sans Unicode","Trebuchet MS",sans-serif; 81 97 } 82 98 … … 160 176 .clearer {clear: both;} 161 177 162 .wide .gadget {margin: 5px auto;}163 164 178 /* chatbox */ 165 179 .chatbox .content label {display: block; font-weight: bold;} … … 179 193 } 180 194 181 input, textarea {width: 280px;}182 input:hover, textarea:hover {183 border: 1px solid #d6d3d3;184 width: 280px;185 }186 195 /* Common styles for all gadgets */ 187 196 .clearfix:after { … … 204 213 .pager span:hover a {color: #fff;} 205 214 .pager span.pager_current:hover {background: transparent;} 215 216 #main h1 { 217 padding: 2px; 218 text-align: left; 219 margin-bottom: 8px; 220 } 221 .gadget {margin-bottom: 10px;} 222 .wide .gadget {margin-bottom: 2px;} 223 .gadget .actions { 224 margin:0px 5px; 225 font-size: 11px; 226 text-align: right; 227 border-top: 1px dotted #f0ddaa; 228 } 229 .gadget .actions div {text-align: left;} 206 230 207 231 /*Tag-Clud*/ … … 344 368 345 369 /* Poll */ 346 .poll .content input {border: none; width: 12px;}347 370 .poll .content label {padding-left: 2px;} 348 .poll_result table {width: 98%; margin: 0px; padding:0px; font-size:10pt;} 371 .poll_result table { 372 width: 98%; 373 margin: 0px; 374 padding:0px; 375 font-size:10pt; 376 text-align: left; 377 } 349 378 .poll_result th { border: 1px solid #d3d7cf; } 350 .poll_result td {font-size:9pt; padding:4px; padding-left:2px; border: 1px solid #d3d7cf;} 379 .poll_result td { 380 font-size:9pt; 381 padding:4px; 382 padding-left:2px; 383 border: 1px solid #d3d7cf; 384 } 351 385 .poll_result .txt_percent {width: 28px;} 352 386 .poll_result .img_percent {width: 128px;} … … 362 396 .loginbox .content label {font-weight: bold;} 363 397 .loginbox input {width: 95%;} 364 .loginbox #login_remember {width: 16px; border: none;}398 .loginbox #login_remember {width: 16px;} 365 399 .users p {clear: left; padding-bottom:4px; padding-left: 150px;} 366 400 .users p label {font-weight: bold; float:left; width: 145px; font-weight: bold; margin-left: -150px;} … … 372 406 .contact .content label {display: block; font-weight: bold; padding-top:5px;} 373 407 .contact input, .contact select {width: 70%;} 374 .contact .content textarea {width: 9 9%;}408 .contact .content textarea {width: 95%;} 375 409 376 410 .sidenav .filebrowser_initial li a {background: none; display: inline;}
