Ticket #716: white.css.patch
File white.css.patch, 4.0 KB (added by , 16 years ago) |
---|
-
white.css
5 5 text-decoration: none; 6 6 } 7 7 8 a:hover { 9 text-decoration: underline; 10 } 8 a:hover { text-decoration: underline; } 11 9 12 10 body { 13 11 background-image: url("img/gray_gradient.png"); … … 40 38 } 41 39 42 40 table { 41 background-color: white; 43 42 border: 2px solid #e8e8e8; 44 padding: 2px;45 margin: 2px 2px 2px2px;46 47 background-color: white;43 padding: 4px; 44 margin: 2px; 45 -moz-border-radius: 6px; 46 -webkit-border-radius: 6px; 48 47 } 49 48 50 49 th { … … 65 64 66 65 td.heading { 67 66 font-weight: bold; 68 67 margin: 4px 0px; 69 68 padding: 8px; 70 69 background-color: #d8d8d8; 71 70 } … … 74 73 background-color: #eeeeee; 75 74 text-align: right; 76 75 padding-right: 10px; 77 margin: 2px 0px; 76 margin: 2px 0px; 77 vertical-align: middle; 78 78 } 79 79 80 80 td.fieldvalue { 81 81 margin: 2px 0px; 82 82 vertical-align: middle; 83 83 } 84 84 … … 102 102 background-color: #e8e8e8; 103 103 text-align: center; 104 104 vertical-align: middle; 105 -moz-border-radius: 4px; 106 -webkit-border-radius: 4px; 105 107 } 106 108 107 109 tr.row0 { … … 123 125 124 126 input, select, textarea{ 125 127 border: 1px solid #d8d8d8; 126 background color: #eeeeee;127 -moz-border-radius: 5px;128 -moz-border-radius: 5px; 129 -webkit-border-radius: 5px; 128 130 padding: 2px; 129 131 font-size: 12px; 130 132 } … … 145 147 146 148 #news { 147 149 background-color: #dff0ff; 148 149 150 150 border: 2px solid lightblue; 151 padding: 10px; 152 margin: 4px; 151 153 -moz-border-radius: 10px; 154 -webkit-border-radius: 10px; 152 155 } 153 156 154 157 #news h2, #uotd h2, #mainnav h2 { … … 163 166 margin-bottom: 2px; 164 167 } 165 168 166 #news p { 167 margin-top: 0px; 168 } 169 #news p { margin-top: 0px; } 169 170 170 171 #uotd { 171 172 background-color: #eeeeee; 172 173 174 173 border: 2px solid lightgray; 174 padding: 10px; 175 margin: 4px; 175 176 -moz-border-radius: 10px; 177 -webkit-border-radius: 10px; 176 178 } 177 179 178 180 /* Forum */ 179 181 180 182 td.category , tr.subtitle{ 181 183 background-color: #dddddd; 182 184 border: 0px; 183 185 font-weight: bold; 184 186 margin: 6px 0px; 185 187 } 186 188 187 189 th { 188 190 font-weight: bold; 189 190 191 margin: 4px 2px; 192 padding: 4px; 191 193 } 192 194 193 195 td.postheader { 194 196 background-color: rgb(220,210,210); 195 197 border-bottom: 1px solid rgb(190,190,200); 196 border-left: none;197 border-right: none;198 border-top: none;198 border-left: 0px; 199 border-right: 0px; 200 border-top: 0px; 199 201 margin-left: 4px; 200 202 } 201 203 202 204 td.postbody { 203 205 font-size: 9pt; 204 206 margin-left: 4px; 205 207 } 206 208 207 209 td.postfooter { 208 210 background-color: rgb(220,210,210); 209 211 margin-left: 4px; 210 212 } 211 213 212 214 tr.helpdeskseperator { height: 10pt; } … … 214 216 tr.postseperator { 215 217 background-color: rgb(200,200,200); 216 218 border: 1px solid rgb(170,170,170); 217 219 margin: 4px 0px; 218 220 } 219 221 220 222 tr.postseperator td { 221 border: none;223 border: 0px; 222 224 } 223 225 224 226 td.threadline { text-align: left; } … … 247 249 border-left: 2px solid blue; 248 250 border-color: blue; 249 251 background-color: rgb(240,240,255); 250 252 padding: 0px 0px 0px 5px; 251 253 margin: 0px 100px 0px 15px; 252 254 font-style: italic; 253 255 } … … 266 268 height: 1px; 267 269 background-color: black; 268 270 color: black; 269 border: 0 ;271 border: 0px; 270 272 margin-right: 100%; 271 273 } 272 274 … … 286 288 font-size: 0.9em; 287 289 } 288 290 289 span.inboxunread { 290 font-weight: bold; 291 } 291 span.inboxunread { font-weight: bold; } 292 292 293 span.highlight { 294 background-color: #ffffcc; 295 } 293 span.highlight { background-color: #ffc; } 296 294 297 295 .code { 298 296 font-family: "Courier New", courier, monospace; … … 305 303 color: #000000; 306 304 } 307 305 308 .smalltext { 309 font-size: 0.8em; 310 } 306 .smalltext { font-size: 0.8em; } 311 307 312 308 .error { 313 309 color: #ff0000;