Changeset 9663

Show
Ignore:
Timestamp:
10/13/08 12:02:14 (3 months ago)
Author:
afz
Message:

coolwater ready

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • art/themes/coolwater/style.css

    r9661 r9663  
    9292} 
    9393ul li { 
    94 list-style-image: url(bullet.gif);  
     94list-style-image: url(images/bullet.gif);  
    9595} 
    9696 
     
    138138} 
    139139tr { 
    140 height: 32px; 
    141140background: #fff; 
    142141} 
    143142td { 
    144 padding-left: 12px; 
    145 padding-right: 12px; 
     143padding-left: 5px; 
     144padding-right: 5px; 
    146145border: 1px solid #E5F0FB;  
    147146} 
     
    310309 
    311310/* Common styles */ 
     311.clearfix:after { 
     312height: 0; 
     313clear: both; 
     314width: 100%; 
     315content: "."; 
     316display: block; 
     317visibility: 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;} 
     323span.pager_previous, span.pager_next {border: 2px solid #999;} 
     324span.pager_previous {margin-right: 0.7em;} 
     325span.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 { 
     333font-size: 9pt; 
     334border: 1px solid #8CD530; 
     335background-color: #A1E35B; 
     336color: #2666C3; 
     337padding: .3em; 
     338} 
     339 
    312340.gadget {margin-bottom: 10px;} 
    313341.wide .gadget {margin-bottom: 2px;} 
     
    404432border: 1px solid #d3d7cf; 
    405433width: 100%; 
     434margin:0px; 
    406435} 
    407436.calendar #cal-header { 
     
    412441padding: 2px; 
    413442text-align: center; 
     443background: #306bc1 url(images/button-bg.jpg) repeat-x 0 0; 
    414444} 
    415445.calendar #cal-header a { 
     
    421451.calendar #cal-header #arrow-right {margin-right: 2px; float: right;} 
    422452.calendar .weekday { 
    423 color: #babdb6
    424 background: #eee
     453color: #777777
     454background: #F4F8FD
    425455font-size: 10px; 
    426456font-weight: bold; 
     
    443473.calendar .day a {color: #3465a4; text-decoration: underline;} 
    444474.calendar .today { 
    445 background-color: #777
     475background-color: #A1E35B
    446476color: #fff; 
    447477font-size: 10px; 
     
    555585.search_results .snippet div a {float: left; font-weight: bold;} 
    556586.search_results .snippet p {clear:both; text-align: left;} 
    557 .search_results .snippet {float: left; width: 480px;} 
     587.search_results .snippet {float: left; width: 420px;} 
    558588.search_results .gadget_logo {float: right;} 
    559589 
     
    623653.wide .preferences input, .wide .preferences select {width: 320px;} 
    624654.wide .preferences .actions {text-align:left; margin-left: 148px;} 
    625  
    626  
    627 /* display and additional classes */ 
    628 .clear { clear: both; }