Ticket #457: white.patch
File white.patch, 1.9 KB (added by , 17 years ago) |
---|
-
white.css
1 a:link {1 a:link, a:visited, a:active { 2 2 color: blue; 3 3 } 4 4 5 a:visited {6 color: blue;7 }8 9 a:active {10 color: blue;11 }12 13 5 body , table , input , select { 14 6 font-family: Verdana, Arial, Sans Serif; 15 7 font-size: small; … … 17 9 18 10 body { 19 11 background-color: white; 20 12 color: black; 21 13 } 22 14 23 15 table { 24 16 border: 0px; 25 17 } 26 18 27 19 table.bordered { 28 20 border: 1px solid black; 29 21 } 30 22 31 23 th { 32 background-color: # ffffcc;24 background-color: #FFFFCC; 33 25 font-weight: bold; 34 26 } 35 27 36 28 td { 37 29 border: 1px solid white; 38 30 } 39 31 40 32 td.bordered { 41 33 border: 1px solid grey; 42 34 } 43 35 44 36 td.indent { 45 37 border-left: 4px solid white; 46 38 } 47 39 48 40 td.heading { 49 background-color: rgb(217,217,217);50 41 background-color: #D9D9D9; 42 font-weight: bold; 51 43 } 52 44 53 45 td.fieldname { 54 background-color: rgb(237,237,237);46 background-color: #EDEDED; 55 47 } 56 48 57 49 td.category { 58 50 border: 1px solid black; 59 51 } 60 52 53 td.running { 54 background-color: #00FF00; 55 } 56 57 td.notrunning { 58 background-color: #FF0000; 59 } 60 61 td.disabled { 62 background-color: #FF8800; 63 } 64 61 65 tr.row0 { 62 background-color: rgb(217,217,217);66 background-color: #D9D9D9; 63 67 } 64 68 65 69 tr.row1 { 66 background-color: rgb(237,237,237);70 background-color: #EDEDED; 67 71 } 68 72 69 73 tr.subtitle { … … 73 77 } 74 78 75 79 tr.message { 76 background-color:#E0E0EF;80 background-color: #E0E0EF; 77 81 } 78 82 79 83 input , select { … … 94 98 } 95 99 96 100 img { 97 101 border: 0px; 98 102 } 99 103 100 104 .title { … … 105 109 .description { 106 110 font-size: 80%; 107 111 font-weight: normal; 108 } 112 } 113 No newline at end of file