Changeset 9784

Show
Ignore:
Timestamp:
11/03/08 17:13:19 (2 months ago)
Author:
afz
Message:

update coolwater

Files:

Legend:

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

    r9701 r9784  
    44body { 
    55background: #caced1; 
    6 font: 70%/1.5em Verdana, Tahoma, arial, sans-serif; 
     6font: 70%/1.5em Tahoma, Verdana, arial, sans-serif; 
    77color: #777; 
    88text-align: center; 
     
    3030 
    3131button { 
     32color: #fff; 
     33height: 22px; 
     34margin: 0px; 
     35padding:2px 3px 3px; 
     36font: bold 10px Tahoma, Arial, Sans-serif;  
     37border: 1px solid #306bc1; 
     38background: #306bc1 url(images/button-bg.jpg) repeat-x 0 0;  
     39} 
     40 
     41input[type="button"], input[type="submit"], input[type="reset"] { 
    3242color: #fff; 
    3343height: 22px; 
     
    3949} 
    4050 
    41 input[type="button"], input[type="submit"], input[type="reset"] { 
    42 color: #fff; 
    43 height: 22px; 
    44 margin: 0px; 
    45 padding:2px 3px 3px; 
    46 font: bold 12px Arial, Sans-serif;  
    47 border: 1px solid #306bc1; 
    48 background: #306bc1 url(images/button-bg.jpg) repeat-x 0 0;  
    49 } 
    50  
    5151input[type="checkbox"] { 
    5252width: 16px; 
     
    5757 
    5858/* headers */ 
    59 h1, h2, h3 { font-family: 'Trebuchet MS', Tahoma, Sans-serif; text-align: right;} 
     59h1, h2, h3 { font-family: Tahoma, 'Trebuchet MS', Sans-serif; text-align: right;} 
    6060h1 { 
    6161font-size: 180%; 
     
    190190position: absolute; 
    191191margin: 0; padding: 0; 
    192 font: bolder 2.5em 'Trebuchet MS', Arial, Sans-serif; 
    193 letter-spacing: -3px; 
     192font: bolder 2.2em 'Trebuchet MS', Arial, Sans-serif; 
    194193color: #fff; 
    195194text-transform: none; 
     
    203202position: absolute; 
    204203margin: 0; padding: 0; 
    205 font: bold 13px 'Trebuchet MS', Arial, Sans-serif; 
     204font: bold 13px Tahoma, 'Trebuchet MS', Arial, Sans-serif; 
    206205text-transform: none; 
    207206color: #FFF; 
     
    217216margin: 0 auto; padding: 0; 
    218217background: #81C524 url(images/bgheader.jpg) repeat; 
    219 font: bold 16px/40px "trebuchet MS", Arial, Tahoma, Sans-serif; 
     218font: bold 12px/40px Tahoma, "trebuchet MS", Arial, Sans-serif; 
    220219min-height: 40px; 
    221220width: 790px; 
     
    234233} 
    235234#main h2 { 
    236 font: normal 180% 'Trebuchet MS', Tahoma, Arial, Sans-serif; 
     235font: normal 150% Tahoma, 'Trebuchet MS', Arial, Sans-serif; 
    237236padding: 0;  
    238237margin-bottom: 0; 
     
    254253#sidebar h2 { 
    255254margin: 15px 5px 10px 5px; 
    256 font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif; 
     255font: bold 1.1em Tahoma, 'Trebuchet MS', Sans-serif; 
    257256color: #555; 
    258257}