Changeset 9784
- Timestamp:
- 11/03/08 17:13:19 (2 months ago)
- Files:
-
- art/themes/coolwater/style.rtl.css (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
art/themes/coolwater/style.rtl.css
r9701 r9784 4 4 body { 5 5 background: #caced1; 6 font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;6 font: 70%/1.5em Tahoma, Verdana, arial, sans-serif; 7 7 color: #777; 8 8 text-align: center; … … 30 30 31 31 button { 32 color: #fff; 33 height: 22px; 34 margin: 0px; 35 padding:2px 3px 3px; 36 font: bold 10px Tahoma, Arial, Sans-serif; 37 border: 1px solid #306bc1; 38 background: #306bc1 url(images/button-bg.jpg) repeat-x 0 0; 39 } 40 41 input[type="button"], input[type="submit"], input[type="reset"] { 32 42 color: #fff; 33 43 height: 22px; … … 39 49 } 40 50 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 51 51 input[type="checkbox"] { 52 52 width: 16px; … … 57 57 58 58 /* headers */ 59 h1, h2, h3 { font-family: 'Trebuchet MS', Tahoma, Sans-serif; text-align: right;}59 h1, h2, h3 { font-family: Tahoma, 'Trebuchet MS', Sans-serif; text-align: right;} 60 60 h1 { 61 61 font-size: 180%; … … 190 190 position: absolute; 191 191 margin: 0; padding: 0; 192 font: bolder 2.5em 'Trebuchet MS', Arial, Sans-serif; 193 letter-spacing: -3px; 192 font: bolder 2.2em 'Trebuchet MS', Arial, Sans-serif; 194 193 color: #fff; 195 194 text-transform: none; … … 203 202 position: absolute; 204 203 margin: 0; padding: 0; 205 font: bold 13px 'Trebuchet MS', Arial, Sans-serif;204 font: bold 13px Tahoma, 'Trebuchet MS', Arial, Sans-serif; 206 205 text-transform: none; 207 206 color: #FFF; … … 217 216 margin: 0 auto; padding: 0; 218 217 background: #81C524 url(images/bgheader.jpg) repeat; 219 font: bold 1 6px/40px "trebuchet MS", Arial, Tahoma, Sans-serif;218 font: bold 12px/40px Tahoma, "trebuchet MS", Arial, Sans-serif; 220 219 min-height: 40px; 221 220 width: 790px; … … 234 233 } 235 234 #main h2 { 236 font: normal 1 80% 'Trebuchet MS', Tahoma, Arial, Sans-serif;235 font: normal 150% Tahoma, 'Trebuchet MS', Arial, Sans-serif; 237 236 padding: 0; 238 237 margin-bottom: 0; … … 254 253 #sidebar h2 { 255 254 margin: 15px 5px 10px 5px; 256 font: bold 1. 4em 'Trebuchet MS', Tahoma, Sans-serif;255 font: bold 1.1em Tahoma, 'Trebuchet MS', Sans-serif; 257 256 color: #555; 258 257 }
