Ticket #666: doc_white.css.2.patch

File doc_white.css.2.patch, 3.2 kB (added by Simek, 2 years ago)

updated

  • white.css

    old new  
    88 
    99pre { 
    1010    font-size: medium; 
     11    background-color: rgb(213, 240, 255); 
    1112} 
    1213 
    1314code { 
     
    1920} 
    2021 
    2122a:link, :visited, :active{ 
    22        color: rgb(0, 105, 161); 
     23    color: rgb(0, 105, 161); 
    2324    text-decoration: none; 
    24        font-weight: bold; 
     25    font-weight: bold; 
    2526} 
    2627 
    2728a:hover { 
    2829    color: rgb(232, 174, 0); 
    29         font-weight: bold; 
    3030} 
    3131 
     32body { 
     33    background-color: white; 
     34    color: black; 
     35} 
     36 
    3237body , table , input , select { 
    33        font-family: "Trebuchet MS", Verdana, Arial, Sans Serif; 
     38    font-family: "Trebuchet MS", Verdana, Arial, Sans Serif; 
    3439    font-size: 15px; 
    3540} 
    3641 
    3742table.box { 
    3843    border: solid lightblue; 
    39     padding: 8
     44    padding: 8px
    4045} 
    4146 
    42 body { 
    43         background-color: white; 
    44     color: black; 
    45 } 
    46  
    4747span.title{ 
    4848    font-variant: small-caps; 
    4949    font-size: 2em; 
    5050} 
     51 
    5152span.subtitle{ 
    5253    font-size: 1.3em; 
    5354} 
     55 
    5456span.section_title{ 
    5557    font-size: 1.2em; 
    56        font-weight: bold; 
     58    font-weight: bold; 
    5759    text-align: center; 
    5860} 
    5961 
    60  
    6162span.note{ 
    62        font-weight: normal; 
     63    font-weight: normal; 
    6364    font-size: 0.9em; 
    6465} 
     66 
    6567span.news_date { 
    6668    color: rgb(100,100,100); 
    6769    font-size: 0.9em; 
    6870} 
    6971 
    70 pre { 
    71         background-color: rgb( 213, 240, 255); 
    72 } 
    73  
    7472th { 
    75        background-color: rgb(200, 221, 250); 
    76        color: black; 
    77        font-weight: bold; 
    78         border: 1px solid lightgray; 
     73    background-color: rgb(200, 221, 250); 
     74    color: black; 
     75    font-weight: bold; 
     76    border: 1px solid lightgray; 
    7977} 
    8078 
    8179td.indent { 
    82          border-left: 4px solid white; 
     80    border-left: 4px solid white; 
    8381} 
    8482 
    8583td.heading { 
     84    background-color: rgb(223, 240, 255); 
     85    border: 1px solid lightgray; 
    8686#background-color: rgb(157, 221, 255); 
    8787#font-weight: bold; 
    88         background-color: rgb(223, 240, 255); 
    89         border: 1px solid lightgray; 
    9088} 
    9189 
    9290td.fieldname { 
    93         background-color: rgb(235, 248, 255); 
     91    background-color: rgb(235, 248, 255); 
    9492#border: 1px solid gray; 
    9593} 
    9694 
    9795td.category { 
    98         border: 1px solid black; 
     96    border: 1px solid black; 
    9997} 
    10098 
    10199tr.row0 { 
    102         background-color: rgb(217,217,217); 
     100    background-color: rgb(217,217,217); 
    103101} 
    104102 
    105103tr.row1 { 
    106         background-color: rgb(237,237,237); 
     104    background-color: rgb(237,237,237); 
    107105} 
    108106 
    109107tr.subtitle { 
    110        background-color: white; 
    111        color: black; 
    112        font-weight: bold; 
     108    background-color: white; 
     109    color: black; 
     110    font-weight: bold; 
    113111} 
    114112 
    115 input , select { 
    116        vertical-align: middle; 
     113input, select { 
     114    vertical-align: middle; 
    117115} 
    118116 
    119117img { 
     
    121119} 
    122120 
    123121.title { 
    124        font-size: small; 
    125        font-weight: bold; 
     122    font-size: small; 
     123    font-weight: bold; 
    126124} 
    127125 
    128126.description { 
    129        font-size: 80%; 
    130        font-weight: normal; 
     127    font-size: 80%; 
     128    font-weight: normal; 
    131129} 
    132130 
    133 select.selectbox
    134        font-size: 12px; 
    135     height:20px; 
     131select.selectbox, input.small
     132    font-size: 12px; 
     133    height: 20px; 
    136134} 
    137135 
    138 input.small { 
    139         font-size: 12px; 
    140     height:22px; 
    141 } 
    142  
    143136/* testing for button style */ 
    144137input.btn { 
    145     padding:0px 2px; 
    146         font-size: 80%; 
    147         font-weight: normal; 
    148 
    149  
     138    padding: 0px 2px; 
     139    font-size: 80%; 
     140    font-weight: normal; 
     141

If this page is incomplete or incorrect, please edit it or add it to the wiki to-do list. To do this, you must be logged in; click Login or Register above.