Ticket #803: white.css.cleanup.and.improvements.patch

File white.css.cleanup.and.improvements.patch, 6.3 KB (added by Simek, 15 years ago)
  • white.css

     
    3030h3, h4 { font-weight: bold; }
    3131
    3232hr {
    33     size: 0px;
     33    size: 0;
    3434    border-top: 2px solid #e8e8e8;
    3535    margin: 8px 2px;
    3636}
     
    4444    border: 2px solid #e8e8e8;
    4545    -moz-border-radius: 6px;
    4646    -webkit-border-radius: 6px;
     47    -khtml-border-radius: 6px;
     48    border-radius: 6px;
    4749}
    4850
    4951th {
     
    6567
    6668td.heading {
    6769    font-weight: bold;
    68     margin: 4px 0px;
     70    margin: 4px 0;
    6971    padding: 8px;
    7072    background-color: #d8d8d8;
    7173}
    7274
    7375td.fieldname {
    74     background-color: #eeeeee;
     76    background-color: #eee;
    7577    text-align: right;
    7678    padding-right: 10px;
    77     margin: 2px 0px;
     79    margin: 2px 0;
    7880}
    7981
    8082td.fieldvalue {
    81     margin: 2px 0px;
     83    margin: 2px 0;
    8284    vertical-align: middle;
    8385}
    8486
    8587td.fieldname_error {
    86     background-color: #ff8888;
     88    background-color: #f88;
    8789    text-align: right;
    8890}
    8991
    9092td.fieldvalue_error {
    91     background-color: #ff8888;
     93    background-color: #f88;
    9294    font-weight: bold;
    9395}
    9496
    9597td.navbar {
    96     border: 0px;
     98    border: 0;
    9799    text-align: center;
    98100    vertical-align: middle;
    99101}
     
    109111    text-align: left;
    110112}
    111113.row1 {
    112     background-color: #eeeeee;
     114    background-color: #eee;
    113115    text-align: left;
    114116}
    115117
     
    132134    border: 1px solid #d8d8d8;
    133135    -moz-border-radius: 5px;
    134136    -webkit-border-radius: 5px;
     137    -khtml-border-radius: 5px;
     138    border-radius: 5px;
    135139    padding: 2px 4px;
    136140    font-size: 12px;
    137141}
    138142
    139 input[type="button"], input[type="submit"], input.btn {
    140     margin: 2px 0px;
     143input[type="button"],
     144input[type="submit"],
     145input.btn {
     146    margin: 2px 0;
    141147    background: #d4d0c8;
    142148    margin-right: 0.6em;
    143149    color: #203C66;
     
    148154
    149155/* IE6 doesn't understand [type=XXXX] so we factor this out into its own */
    150156.button {
    151     margin: 2px 0px;
     157    margin: 2px 0;
    152158    background: #d4d0c8;
    153159    margin-right: 0.6em;
    154160    white-space: nowrap;
     
    164170    text-decoration:none;
    165171}
    166172
    167 input[type="button"]:hover, input[type="submit"]:hover, input.btn:hover, .forum_toplinks a:hover {
     173input[type="button"]:hover,
     174input[type="submit"]:hover,
     175input.btn:hover,
     176.forum_toplinks a:hover {
    168177    background: #edece8;
    169178}
    170179
     
    178187    display: inline;
    179188}
    180189
     190img,
     191img.userimg {
     192    border: 0;
     193}
    181194
    182 img { border: 0px; }
    183 
    184 img.userimg { border: 0px; }
    185 
    186195/*   Main Page   */
    187196
    188197#news {
     
    192201    margin: 4px;
    193202    -moz-border-radius: 10px;
    194203    -webkit-border-radius: 10px;
     204    -khtml-border-radius: 10px;
     205    border-radius: 10px;
    195206}
    196207
    197 #news h2, #uotd h2, #mainnav h2 {
    198     margin-top: 0px;
     208#news h2,
     209#uotd h2,
     210#mainnav h2 {
     211    margin-top: 0;
    199212    font-size: 1.2em;
    200213    font-weight: bold;
    201214}
    202215
    203216#news h3 {
    204     color: #666666;
     217    color: #666;
    205218    font-size: 1em;
    206219    margin-bottom: 2px;
    207220}
    208221
    209222#news p {
    210     margin-top: 0px;
     223    margin-top: 0
    211224}
    212225
    213226#uotd {
    214227    background-color: #d3d3d3;
    215     border: 2px solid #eeeeee;
     228    border: 2px solid #eee;
    216229    padding: 10px;
    217230    margin: 4px;
    218231    -moz-border-radius: 10px;
    219232    -webkit-border-radius: 10px;
     233    -khtml-border-radius: 10px;
     234    border-radius: 10px;
    220235}
    221236
    222237/*   Forum   */
    223238
    224239td.category , tr.subtitle{
    225     background-color: #dddddd;
    226     border: 0px;
     240    background-color: #ddd;
     241    border: 0;
    227242    font-weight: bold;
    228     margin: 6px 0px;
     243    margin: 6px 0;
    229244}
    230245
    231246th {
     
    235250}
    236251
    237252td.postheader {
    238     background-color: #eeeeee;
     253    background-color: #eee;
    239254    height: 24px;
    240255    margin-left: 4px;
    241256    padding-left: 8px;
    242     -moz-border-radius: 0px 0px 10px 10px;
    243     -webkit-border-radius: 0px 0px 10px 10px;
     257    -moz-border-radius: 0 10px;
     258    -webkit-border-radius-bottomleft: 10px;
     259    -webkit-border-radius-bottomright: 10px;
     260    -khtml-border-radius-bottomleft: 10px;
     261    -khtml-border-radius-bottomright: 10px;
     262    border-radius-bottomleft: 10px;
     263    border-radius-bottomright: 10px;
    244264}
    245265
    246266td.postbody {
     
    250270}
    251271
    252272td.postfooter {
    253     background-color: #eeeeee;
     273    background-color: #eee;
    254274    height: 26px;
    255275    margin-left: 4px;
    256276    padding-left: 8px;
    257     -moz-border-radius: 10px 10px 0px 0px;
    258     -webkit-border-radius: 10px 10px 0px 0px;
     277    -moz-border-radius: 10px 10px 0 0;
     278    -khtml-border-radius-topleft: 10px;
     279    -khtml-border-radius-topright: 10px;
     280    -webkit-border-radius-topleft: 10px;
     281    -webkit-border-radius-topright: 10px;
     282    border-radius-topleft: 10px;
     283    border-radius-topright: 10px;
    259284}
    260285
    261286tr.helpdeskseperator { height: 10pt; }
    262287
    263288tr.postseperator {
    264289    background-color: #c8c8c8;
    265     border: 1px solid #aaaaaa;
    266     margin: 4px 0px;
     290    border: 1px solid #aaa;
     291    margin: 4px 0;
    267292}
    268293
    269294td.threadline { text-align: left; }
     
    301326    width: 120px;
    302327    margin-left: 2px;
    303328    -moz-border-radius: 10px;
    304     -webkit-border-radius: 10px;
     329    -webkit-border-radius: 10px;
     330    -khtml-border-radius: 10px;
     331    border-radius: 10px;
    305332}
    306333
    307334.authorinfo img {
     
    315342    border-left: 2px solid #0089e1;
    316343    background-color: #f5fffa;
    317344    padding: 2px 6px;
    318     margin: 0px 6px 0px 10px;
     345    margin: 0 6px 0 10px;
    319346    font-style: italic;
    320347}
    321348
     
    344371    color: #646464;
    345372    font-size: 0.9em;
    346373}
    347 span.news_title {
    348     font-weight: bold;
    349 }
    350 
     374span.news_title,
    351375span.inboxunread {
    352376    font-weight: bold;
    353377}
    354378
    355379span.highlight {
    356     background-color: #ffffcc;
     380    background-color: #ffc;
    357381}
    358382
    359383.nobr{
     
    364388    font-family: "Courier New", courier, monospace;
    365389    display: block;
    366390    margin-left: 5em;
    367     border-left: 3px solid #ccaaaa;
     391    border-left: 3px solid #caa;
    368392    padding-left: 1em;
    369393    white-space: nowrap;
    370394    overflow: auto;
     
    375399}
    376400
    377401.error {
    378     color: #ff0000;
     402    color: #f00;
    379403    font-weight: bold;
    380404    font-size: 1.1em;
    381405}
    382406
    383407.notice {
    384     color: #009900;
     408    color: #090;
    385409    font-weight: bold;
    386410    font-size: 1.1em;
    387411}
    388412
    389413#preview {
    390     border: 2px solid #cccccc;
    391     background-color: #eeeeee;
     414    border: 2px solid #ccc;
     415    background-color: #eee;
    392416    margin: 1em;
    393417    padding: 0.2em;
    394418}
     
    396420#preview .header {
    397421    font-weight: bold;
    398422    font-size: 1.3em;
    399     border-bottom: 1px solid #cccccc;
     423    border-bottom: 1px solid #ccc;
    400424}
    401425
    402426/*   Server Status Page   */