Ticket #457: white.patch

File white.patch, 1.9 KB (added by Simek, 17 years ago)
  • white.css

     
    1 a:link {
     1a:link, a:visited, a:active {
    22        color: blue;
    33}
    44
    5 a:visited {
    6         color: blue;
    7 }
    8 
    9 a:active {
    10         color: blue;
    11 }
    12 
    135body , table , input , select {
    146        font-family: Verdana, Arial, Sans Serif;
    157        font-size: small;
     
    179
    1810body {
    1911        background-color: white;
    20     color: black;
     12        color: black;
    2113}
    2214
    2315table {
    24     border: 0px;
     16        border: 0px;
    2517}
    2618
    2719table.bordered {
    28       border: 1px solid black;
     20        border: 1px solid black;
    2921}
    3022
    3123th {
    32         background-color: #ffffcc;
     24        background-color: #FFFFCC;
    3325        font-weight: bold;
    3426}
    3527
    3628td {
    37     border: 1px solid white;
     29        border: 1px solid white;
    3830}
    3931
    4032td.bordered {
    41         border: 1px solid grey;
     33        border: 1px solid grey;
    4234}
    4335
    4436td.indent {
    45          border-left: 4px solid white;
     37        border-left: 4px solid white;
    4638}
    4739
    4840td.heading {
    49         background-color: rgb(217,217,217);
    50             font-weight: bold;
     41        background-color: #D9D9D9;
     42        font-weight: bold;
    5143}
    5244
    5345td.fieldname {
    54         background-color: rgb(237,237,237);
     46        background-color: #EDEDED;
    5547}
    5648
    5749td.category {
    58         border: 1px solid black;
     50     border: 1px solid black;
    5951}
    6052
     53td.running {
     54        background-color: #00FF00;
     55}
     56
     57td.notrunning {
     58        background-color: #FF0000;
     59}
     60
     61td.disabled {
     62        background-color: #FF8800;
     63}
     64
    6165tr.row0 {
    62         background-color: rgb(217,217,217);
     66        background-color: #D9D9D9;
    6367}
    6468
    6569tr.row1 {
    66         background-color: rgb(237,237,237);
     70        background-color: #EDEDED;
    6771}
    6872
    6973tr.subtitle {
     
    7377}
    7478
    7579tr.message {
    76     background-color:#E0E0EF;
     80        background-color: #E0E0EF;
    7781}
    7882
    7983input , select {
     
    9498}
    9599
    96100img {
    97     border: 0px;
     101        border: 0px;
    98102}
    99103
    100104.title {
     
    105109.description {
    106110        font-size: 80%;
    107111        font-weight: normal;
    108 }
     112}
     113 No newline at end of file