Ticket #666: doc_white.css.patch

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

     
    77
    88
    99pre {
    10     font-size: medium;
     10        font-size: medium;
     11        background-color: rgb(213, 240, 255);
    1112}
    1213
    1314code {
    14     font-size: medium;
     15        font-size: medium;
    1516}
    1617
    1718a.heading {
    18     font-size: 14px;
     19        font-size: 14px;
    1920}
    2021
    2122a:link, :visited, :active{
    2223        color: rgb(0, 105, 161);
    23     text-decoration: none;
     24        text-decoration: none;
    2425        font-weight: bold;
    2526}
    2627
    2728a:hover {
    28     color: rgb(232, 174, 0);
    29         font-weight: bold;
     29        color: rgb(232, 174, 0);
    3030}
    3131
     32body {
     33        background-color: white;
     34        color: black;
     35}
     36
    3237body , table , input , select {
    3338        font-family: "Trebuchet MS", Verdana, Arial, Sans Serif;
    34     font-size: 15px;
     39        font-size: 15px;
    3540}
    3641
    3742table.box {
    38     border: solid lightblue;
    39     padding: 8;
     43        border: solid lightblue;
     44        padding: 8px;
    4045}
    4146
    42 body {
    43         background-color: white;
    44     color: black;
    45 }
    46 
    4747span.title{
    48     font-variant: small-caps;
    49     font-size: 2em;
     48        font-variant: small-caps;
     49        font-size: 2em;
    5050}
     51
    5152span.subtitle{
    52     font-size: 1.3em;
     53        font-size: 1.3em;
    5354}
     55
    5456span.section_title{
    55     font-size: 1.2em;
     57        font-size: 1.2em;
    5658        font-weight: bold;
    57     text-align: center;
     59        text-align: center;
    5860}
    5961
    60 
    6162span.note{
    6263        font-weight: normal;
    63     font-size: 0.9em;
     64        font-size: 0.9em;
    6465}
     66
    6567span.news_date {
    66     color: rgb(100,100,100);
    67     font-size: 0.9em;
     68        color: rgb(100,100,100);
     69        font-size: 0.9em;
    6870}
    6971
    70 pre {
    71         background-color: rgb( 213, 240, 255);
    72 }
    73 
    7472th {
    7573        background-color: rgb(200, 221, 250);
    7674        color: black;
    7775        font-weight: bold;
    78         border: 1px solid lightgray;
     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 {
     
    112110        font-weight: bold;
    113111}
    114112
    115 input , select {
     113input, select {
    116114        vertical-align: middle;
    117115}
    118116
    119117img {
    120     border: 0px;
     118        border: 0px;
    121119}
    122120
    123121.title {
     
    130128        font-weight: normal;
    131129}
    132130
    133 select.selectbox {
     131select.selectbox, input.small {
    134132        font-size: 12px;
    135     height:20px;
     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;
     138        padding: 0px 2px;
    146139        font-size: 80%;
    147140        font-weight: normal;
    148 }
    149 
     141}
     142 No newline at end of file