Ticket #489: white_css.patch
File white_css.patch, 8.6 KB (added by , 17 years ago) |
---|
-
white.css
1 1 a:link, a:visited, a:active { 2 2 color: blue; 3 3 } 4 4 5 5 body, table, select { 6 7 8 6 background-color: white; 7 font-family: Verdana, Arial, Sans-Serif; 8 font-size: 12px; 9 9 } 10 10 11 11 body { 12 12 color: black; 13 13 } 14 14 15 input, select { 16 vertical-align: middle; 17 } 18 19 h1, h2 { 20 font-size: x-large; 21 font-weight: normal; 22 margin-top: 10px; 23 } 24 25 h3, h4 { 26 font-size: small; 27 font-weight: bold; 28 } 29 30 img { 31 border: 0px; 32 } 33 15 34 th{ 16 17 18 35 background-color: #c0c0c0; 36 font-weight: bold; 37 border: 1px solid white; 19 38 } 20 39 21 40 td { 22 41 border: 1px solid white; 23 42 } 24 43 25 44 td.bordered { 26 45 border: 1px solid gray; 27 46 } 28 47 29 48 td.shaded { 30 49 background-color: #f0f0f0; 31 50 } 32 51 33 52 td.indent { 34 53 border-left: 4px solid white; 35 54 } 36 55 37 56 td.heading { 38 39 57 background-color: #d8d8d8; 58 font-weight: bold; 40 59 } 41 60 42 61 td.heading2 { 43 background-color:#c0c0ff;44 62 background-color: #c0c0ff; 63 font-weight: bold; 45 64 } 46 65 47 66 td.fieldname { 48 49 50 67 background-color: #eeeeee; 68 text-align: right; 69 vertical-align: top; 51 70 } 52 71 53 72 td.fieldvalue { 54 55 #font-weight: bold;73 vertical-align: top; 74 font-weight: bold; 56 75 } 57 76 58 77 td.fieldname_error { 59 60 61 78 background-color: #ff8888; 79 text-align: right; 80 vertical-align: top; 62 81 } 63 82 64 83 td.fieldvalue_error { 65 66 67 84 background-color: #ff8888; 85 vertical-align: top; 86 font-weight: bold; 68 87 } 69 88 70 89 td.category { 71 90 background-color: #dddddd; 72 91 } 73 92 74 93 td.navbar { 75 76 94 border: 0px; 95 text-align: center; 77 96 } 78 97 79 a.navbar:link {80 81 98 a.navbar:link, a.navbar:visited { 99 color: #ff9711; 100 text-decoration: none; 82 101 } 83 102 84 a.navbar:visited {85 color: #ff9711;86 text-decoration: none;87 }88 89 103 a.navbar:hover { 90 91 104 color: #ffc060; 105 text-decoration: underline; 92 106 } 93 107 94 108 tr.row0 { 95 96 109 background-color: #d9d9d9; 110 text-align: left; 97 111 } 98 112 99 113 tr.row1 { 100 101 114 background-color: #eeeeee; 115 text-align: left; 102 116 } 103 117 104 118 tr.row_hd0 { 105 background-color: rgb(207,250,207);119 background-color: #cffacf; 106 120 } 107 121 108 122 tr.row_hd1 { 109 background-color: rgb(222,250,222);123 background-color: #defade; 110 124 } 111 125 112 126 tr.subtitle { 113 114 127 background-color: #eeeeee; 128 font-weight: bold; 115 129 } 116 130 117 131 tr.message { 118 132 background-color: #e0e0e0; 119 133 } 120 134 121 input, select {122 vertical-align: middle;123 }124 125 h1, h2 {126 color: black;127 font-size: x-large;128 font-weight: normal;129 margin-top: 10px;130 }131 132 h3, h4 {133 color: black;134 font-size: small;135 font-weight: bold;136 }137 138 img {139 border: 0px;140 }141 142 135 .title { 143 144 136 font-size: small; 137 font-weight: bold; 145 138 } 146 139 147 140 .description { 148 149 141 font-size: 80%; 142 font-weight: normal; 150 143 } 151 144 152 145 .authorcol { 153 154 146 width: 120px; 147 overflow: hidden; 155 148 } 156 149 157 150 .cellwrap{ 158 159 151 width: 100%; 152 overflow: auto; 160 153 } 161 154 162 155 blockquote { 163 164 background: #DDDDDD;165 166 167 168 169 156 border-left: 2px solid blue; 157 background: #dddddd; 158 padding-left: 3px; 159 padding-bottom: 0px; 160 margin-bottom: 0px; 161 margin-left: 10px; 162 font-style: italic; 170 163 } 171 164 172 165 #blockquote.postbody { 173 174 175 background-color: rgb(240,240,255);176 177 178 179 180 181 font-style: oblique 166 border-style: inset; 167 border-color: blue; 168 background-color: #f0f0ff; 169 padding-left: 5px; 170 padding-bottom: 0px; 171 margin-bottom: 0px; 172 margin-left: 15px; 173 margin-right: 160px; 174 font-style: oblique; 182 175 } 183 176 184 177 #thread { 185 186 187 188 178 width: 100%; 179 table-layout: fixed; 180 overflow: overflow; 181 word-wrap: break-word; 189 182 } 190 183 191 184 .sigdelim { 192 193 194 195 196 border: 0;197 185 width: 60%; 186 height: 1px; 187 background-color: black; 188 color: black; 189 border: 0px; 190 margin-right: 100%; 198 191 } 199 192 200 td.postheader {201 background-color: rgb(220,210,210);202 border-bottom: 1px solid rgb(190,190,200);203 204 193 td.postheader, td.postfooter{ 194 background-color: #dcd2d2; 195 border-top: 1px solid #bebec8; 196 border-left: none; 197 border-right: none; 205 198 } 206 199 207 200 td.postbody { 208 201 font-size: 9pt; 209 202 } 210 203 211 td.postfooter{ 212 background-color: rgb(220,210,210); 213 border-top: 1px solid rgb(190,190,200); 214 border-left: none; 215 border-right: none; 204 tr.helpdeskseperator { 205 height: 10pt; 216 206 } 217 207 218 tr. helpdeskseperator{219 height: 10pt;208 tr.postseperator { 209 background-color: #c8c8c8; 220 210 } 221 211 222 tr.postseperator{ 223 background-color: rgb(200,200,200); 212 tr.postseperator td { 213 border-top: 1px solid #aaaaaa; 214 border-bottom: 1px solid #aaaaaa; 224 215 } 225 216 226 t r.postseperator td{227 border-top: 1px solid rgb(170,170,170);228 border-bottom: 1px solid rgb(170,170,170);217 td.threadline { 218 text-align: left; 219 font-weight: bold; 229 220 } 230 221 231 td. threadline{232 text-align:left;222 td.lastpost { 223 text-align: right; 233 224 } 234 225 226 td.threadauthor { 227 text-align: left; 228 } 229 230 td.threadicon { 231 width: 1%; 232 text-align: right; 233 } 234 235 235 td.running { 236 236 background-color: #00ff00; 237 237 } 238 238 239 239 td.notrunning { 240 240 background-color: #ff0000; 241 241 } 242 242 243 243 td.disabled { 244 244 background-color: #ff8800; 245 245 } 246 246 247 247 span.note { 248 249 248 font-weight: normal; 249 font-size: 0.9em; 250 250 } 251 251 252 252 span.news_date { 253 color: rgb(100,100,100);254 253 color: #646464; 254 font-size: 0.9em; 255 255 } 256 256 257 257 .code { 258 259 260 261 262 263 264 265 258 font-family: "Consolas", "Courier New", courier, monospace; 259 display: block; 260 margin-left: 5em; 261 border-left: 3px solid #ccaaaa; 262 padding-left: 1em; 263 white-space: nowrap; 264 overflow: auto; 265 color: #000000; 266 266 } 267 267 268 268 * html body .code { 269 270 269 /* IE hack */ 270 white-space: normal; 271 271 } 272 272 273 273 #news { 274 275 274 background-color: #dddddd; 275 vertical-align: top; 276 276 } 277 277 278 278 #news h2, #uotd h2, #mainnav h2 { 279 280 279 font-size: 1.2em; 280 font-weight: bold; 281 281 } 282 282 283 283 #news h3 { 284 285 286 284 color: #666666; 285 font-size: 1em; 286 margin-bottom: 2px; 287 287 } 288 288 289 289 #news p { 290 290 margin-top: 0px; 291 291 } 292 292 293 293 #uotd { 294 295 294 background-color: #ffeeff; 295 vertical-align: top; 296 296 } 297 297 298 298 .smalltext { 299 299 font-size: 0.8em; 300 300 } 301 301 302 302 .error { 303 304 305 303 color: #ff0000; 304 font-weight: bold; 305 font-size: 1.1em; 306 306 } 307 307 308 308 .notice { 309 310 311 309 color: #009900; 310 font-weight: bold; 311 font-size: 1.1em; 312 312 } 313 313 314 314 #preview { 315 316 317 318 315 border: 2px solid #cccccc; 316 background-color: #eeeeee; 317 margin: 1em; 318 padding: 0.2em; 319 319 } 320 320 321 321 #preview .header { 322 323 324 322 font-weight: bold; 323 font-size: 1.3em; 324 border-bottom: 1px solid #cccccc; 325 325 } 326 326 327 327 input.btn { 328 padding:0px 2px; 329 } 328 padding: 0px 2px; 329 } 330 No newline at end of file