Ticket #489: white_css.patch

File white_css.patch, 8.6 KB (added by Simek, 16 years ago)
  • white.css

     
    11a:link, a:visited, a:active {
    2     color: blue;
     2        color: blue;
    33}
    44
    55body, table, select {
    6     background-color: white;
    7     font-family: Verdana, Arial, Sans-Serif;
    8     font-size: 12px;
     6        background-color: white;
     7        font-family: Verdana, Arial, Sans-Serif;
     8        font-size: 12px;
    99}
    1010
    1111body {
    12     color: black;
     12        color: black;
    1313}
    1414
     15input, select {
     16        vertical-align: middle;
     17}
     18
     19h1, h2 {
     20        font-size: x-large;
     21        font-weight: normal;
     22        margin-top: 10px;
     23}
     24
     25h3, h4 {
     26        font-size: small;
     27        font-weight: bold;
     28}
     29
     30img {
     31        border: 0px;
     32}
     33
    1534th{
    16     background-color: #c0c0c0;
    17     font-weight: bold;
    18     border: 1px solid white;
     35        background-color: #c0c0c0;
     36        font-weight: bold;
     37        border: 1px solid white;
    1938}
    2039
    2140td {
    22     border: 1px solid white;
     41        border: 1px solid white;
    2342}
    2443
    2544td.bordered {
    26     border: 1px solid gray;
     45        border: 1px solid gray;
    2746}
    2847
    2948td.shaded {
    30     background-color: #f0f0f0;
     49        background-color: #f0f0f0;
    3150}
    3251
    3352td.indent {
    34     border-left: 4px solid white;
     53        border-left: 4px solid white;
    3554}
    3655
    3756td.heading {
    38     background-color: #d8d8d8;
    39     font-weight: bold;
     57        background-color: #d8d8d8;
     58        font-weight: bold;
    4059}
    4160
    4261td.heading2 {
    43     background-color:#c0c0ff;
    44     font-weight: bold;
     62        background-color: #c0c0ff;
     63        font-weight: bold;
    4564}
    4665
    4766td.fieldname {
    48     background-color: #eeeeee;
    49     text-align: right;
    50     vertical-align: top;
     67        background-color: #eeeeee;
     68        text-align: right;
     69        vertical-align: top;
    5170}
    5271
    5372td.fieldvalue {
    54     vertical-align: top;
    55 #font-weight: bold;
     73        vertical-align: top;
     74        font-weight: bold;
    5675}
    5776
    5877td.fieldname_error {
    59     background-color: #ff8888;
    60     text-align: right;
    61     vertical-align: top;
     78        background-color: #ff8888;
     79        text-align: right;
     80        vertical-align: top;
    6281}
    6382
    6483td.fieldvalue_error {
    65     background-color: #ff8888;
    66     vertical-align: top;
    67     font-weight: bold;
     84        background-color: #ff8888;
     85        vertical-align: top;
     86        font-weight: bold;
    6887}
    6988
    7089td.category {
    71     background-color: #dddddd;
     90        background-color: #dddddd;
    7291}
    7392
    7493td.navbar {
    75     border: 0px;
    76     text-align: center;
     94        border: 0px;
     95        text-align: center;
    7796}
    7897
    79 a.navbar:link {
    80     color: #ff9711;
    81     text-decoration: none;
     98a.navbar:link, a.navbar:visited {
     99        color: #ff9711;
     100        text-decoration: none;
    82101}
    83102
    84 a.navbar:visited {
    85     color: #ff9711;
    86     text-decoration: none;
    87 }
    88 
    89103a.navbar:hover {
    90     color: #ffc060;
    91     text-decoration: underline;
     104        color: #ffc060;
     105        text-decoration: underline;
    92106}
    93107
    94108tr.row0 {
    95     background-color: #d9d9d9;
    96     text-align: left;
     109        background-color: #d9d9d9;
     110        text-align: left;
    97111}
    98112
    99113tr.row1 {
    100     background-color: #eeeeee;
    101     text-align: left;
     114        background-color: #eeeeee;
     115        text-align: left;
    102116}
    103117
    104118tr.row_hd0 {
    105     background-color: rgb(207,250,207);
     119        background-color: #cffacf;
    106120}
    107121
    108122tr.row_hd1 {
    109     background-color: rgb(222,250,222);
     123        background-color: #defade;
    110124}
    111125
    112126tr.subtitle {
    113     background-color: #eeeeee;
    114     font-weight: bold;
     127        background-color: #eeeeee;
     128        font-weight: bold;
    115129}
    116130
    117131tr.message {
    118     background-color: #e0e0e0;
     132        background-color: #e0e0e0;
    119133}
    120134
    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 
    142135.title {
    143     font-size: small;
    144     font-weight: bold;
     136        font-size: small;
     137        font-weight: bold;
    145138}
    146139
    147140.description {
    148     font-size: 80%;
    149     font-weight: normal;
     141        font-size: 80%;
     142        font-weight: normal;
    150143}
    151144
    152145.authorcol {
    153     width: 120px;
    154     overflow: hidden;
     146        width: 120px;
     147        overflow: hidden;
    155148}
    156149
    157150.cellwrap{
    158     width: 100%;
    159     overflow: auto;
     151        width: 100%;
     152        overflow: auto;
    160153}
    161154
    162155blockquote {
    163     border-left: 2px solid blue;
    164     background: #DDDDDD;
    165     padding-left: 3px;
    166     padding-bottom: 0px;
    167     margin-bottom: 0px;
    168     margin-left: 10px;
    169     font-style: italic;
     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;
    170163}
    171164
    172165#blockquote.postbody {
    173     border-style: inset;
    174     border-color: blue;
    175     background-color: rgb(240,240,255);
    176     padding-left: 5px;
    177     padding-bottom: 0px;
    178     margin-bottom: 0px;
    179     margin-left: 15px;
    180     margin-right: 160px;
    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;
    182175}
    183176
    184177#thread {
    185     width: 100%;
    186     table-layout: fixed;
    187     overflow: overflow;
    188     word-wrap: break-word;
     178        width: 100%;
     179        table-layout: fixed;
     180        overflow: overflow;
     181        word-wrap: break-word;
    189182}
    190183
    191184.sigdelim {
    192     width: 60%;
    193     height: 1px;
    194     background-color: black;
    195     color: black;
    196     border: 0;
    197     margin-right: 100%;
     185        width: 60%;
     186        height: 1px;
     187        background-color: black;
     188        color: black;
     189        border: 0px;
     190        margin-right: 100%;
    198191}
    199192
    200 td.postheader{
    201     background-color: rgb(220,210,210);
    202     border-bottom: 1px solid rgb(190,190,200);
    203     border-left: none;
    204     border-right: none;
     193td.postheader, td.postfooter{
     194        background-color: #dcd2d2;
     195        border-top: 1px solid #bebec8;
     196        border-left: none;
     197        border-right: none;
    205198}
    206199
    207200td.postbody {
    208     font-size: 9pt;
     201        font-size: 9pt;
    209202}
    210203
    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;
     204tr.helpdeskseperator {
     205        height: 10pt;
    216206}
    217207
    218 tr.helpdeskseperator{
    219     height: 10pt;
     208tr.postseperator {
     209        background-color: #c8c8c8;
    220210}
    221211
    222 tr.postseperator{
    223     background-color: rgb(200,200,200);
     212tr.postseperator td {
     213        border-top: 1px solid #aaaaaa;
     214        border-bottom: 1px solid #aaaaaa;
    224215}
    225216
    226 tr.postseperator td{
    227     border-top: 1px solid rgb(170,170,170);
    228     border-bottom: 1px solid rgb(170,170,170);
     217td.threadline {
     218        text-align: left;
     219        font-weight: bold;
    229220}
    230221
    231 td.threadline {
    232     text-align:left;
     222td.lastpost {
     223        text-align: right;
    233224}
    234225
     226td.threadauthor {
     227        text-align: left;
     228}
     229
     230td.threadicon {
     231        width: 1%;
     232        text-align: right;
     233}
     234
    235235td.running {
    236     background-color: #00ff00;
     236        background-color: #00ff00;
    237237}
    238238
    239239td.notrunning {
    240     background-color: #ff0000;
     240        background-color: #ff0000;
    241241}
    242242 
    243243td.disabled {
    244     background-color: #ff8800;
     244        background-color: #ff8800;
    245245}
    246246
    247247span.note {
    248     font-weight: normal;
    249     font-size: 0.9em;
     248        font-weight: normal;
     249        font-size: 0.9em;
    250250}
    251251
    252252span.news_date {
    253     color: rgb(100,100,100);
    254     font-size: 0.9em;
     253        color: #646464;
     254        font-size: 0.9em;
    255255}
    256256
    257257.code {
    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;
     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;
    266266}
    267267
    268268* html body .code {
    269     /* IE hack */
    270     white-space: normal;
     269        /* IE hack */
     270        white-space: normal;
    271271}
    272272
    273273#news {
    274     background-color: #dddddd;
    275     vertical-align: top;
     274        background-color: #dddddd;
     275        vertical-align: top;
    276276}
    277277
    278278#news h2, #uotd h2, #mainnav h2 {
    279     font-size: 1.2em;
    280     font-weight: bold;
     279        font-size: 1.2em;
     280        font-weight: bold;
    281281}
    282282
    283283#news h3 {
    284     color: #666666;
    285     font-size: 1em;
    286     margin-bottom: 2px;
     284        color: #666666;
     285        font-size: 1em;
     286        margin-bottom: 2px;
    287287}
    288288
    289289#news p {
    290     margin-top: 0px;
     290        margin-top: 0px;
    291291}
    292292
    293293#uotd {
    294     background-color: #ffeeff;
    295     vertical-align: top;
     294        background-color: #ffeeff;
     295        vertical-align: top;
    296296}
    297297
    298298.smalltext {
    299     font-size: 0.8em;
     299        font-size: 0.8em;
    300300}
    301301
    302302.error {
    303     color: #ff0000;
    304     font-weight: bold;
    305     font-size: 1.1em;
     303        color: #ff0000;
     304        font-weight: bold;
     305        font-size: 1.1em;
    306306}
    307307
    308308.notice {
    309     color: #009900;
    310     font-weight: bold;
    311     font-size: 1.1em;
     309        color: #009900;
     310        font-weight: bold;
     311        font-size: 1.1em;
    312312}
    313313
    314314#preview {
    315     border: 2px solid #cccccc;
    316     background-color: #eeeeee;
    317     margin: 1em;
    318     padding: 0.2em;
     315        border: 2px solid #cccccc;
     316        background-color: #eeeeee;
     317        margin: 1em;
     318        padding: 0.2em;
    319319}
    320320
    321321#preview .header {
    322     font-weight: bold;
    323     font-size: 1.3em;
    324     border-bottom: 1px solid #cccccc;
     322        font-weight: bold;
     323        font-size: 1.3em;
     324        border-bottom: 1px solid #cccccc;
    325325}
    326326
    327327input.btn {
    328     padding:0px 2px;
    329 }
     328        padding: 0px 2px;
     329}
     330 No newline at end of file