Changeset 9663
- Timestamp:
- 10/13/08 12:02:14 (3 months ago)
- Files:
-
- art/themes/coolwater/style.css (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
art/themes/coolwater/style.css
r9661 r9663 92 92 } 93 93 ul li { 94 list-style-image: url( bullet.gif);94 list-style-image: url(images/bullet.gif); 95 95 } 96 96 … … 138 138 } 139 139 tr { 140 height: 32px;141 140 background: #fff; 142 141 } 143 142 td { 144 padding-left: 12px;145 padding-right: 12px;143 padding-left: 5px; 144 padding-right: 5px; 146 145 border: 1px solid #E5F0FB; 147 146 } … … 310 309 311 310 /* Common styles */ 311 .clearfix:after { 312 height: 0; 313 clear: both; 314 width: 100%; 315 content: "."; 316 display: block; 317 visibility: hidden; 318 } 319 320 /** pager **/ 321 .pager {text-align: center; color: #888; font-size: 90%; margin: 2em auto 0.8em auto;} 322 .pager span {padding: 0.3em 0.4em; margin: 0 0.1em; border: 1px solid #999;} 323 span.pager_previous, span.pager_next {border: 2px solid #999;} 324 span.pager_previous {margin-right: 0.7em;} 325 span.pager_next {margin-left: 0.7em;} 326 .pager span a {text-decoration: none;} 327 .pager span:hover {background-color: #666;} 328 .pager span:hover a {color: #fff;} 329 .pager span.pager_current:hover {background: transparent;} 330 331 /* Used for simple responses (messages saved in session) */ 332 .simple-response-msg { 333 font-size: 9pt; 334 border: 1px solid #8CD530; 335 background-color: #A1E35B; 336 color: #2666C3; 337 padding: .3em; 338 } 339 312 340 .gadget {margin-bottom: 10px;} 313 341 .wide .gadget {margin-bottom: 2px;} … … 404 432 border: 1px solid #d3d7cf; 405 433 width: 100%; 434 margin:0px; 406 435 } 407 436 .calendar #cal-header { … … 412 441 padding: 2px; 413 442 text-align: center; 443 background: #306bc1 url(images/button-bg.jpg) repeat-x 0 0; 414 444 } 415 445 .calendar #cal-header a { … … 421 451 .calendar #cal-header #arrow-right {margin-right: 2px; float: right;} 422 452 .calendar .weekday { 423 color: # babdb6;424 background: # eee;453 color: #777777; 454 background: #F4F8FD; 425 455 font-size: 10px; 426 456 font-weight: bold; … … 443 473 .calendar .day a {color: #3465a4; text-decoration: underline;} 444 474 .calendar .today { 445 background-color: # 777;475 background-color: #A1E35B; 446 476 color: #fff; 447 477 font-size: 10px; … … 555 585 .search_results .snippet div a {float: left; font-weight: bold;} 556 586 .search_results .snippet p {clear:both; text-align: left;} 557 .search_results .snippet {float: left; width: 4 80px;}587 .search_results .snippet {float: left; width: 420px;} 558 588 .search_results .gadget_logo {float: right;} 559 589 … … 623 653 .wide .preferences input, .wide .preferences select {width: 320px;} 624 654 .wide .preferences .actions {text-align:left; margin-left: 148px;} 625 626 627 /* display and additional classes */628 .clear { clear: both; }
