[2] | 1 | #debug {
|
---|
| 2 | background-color: #990066;
|
---|
[24] | 3 | padding: 2px;
|
---|
[2] | 4 | }
|
---|
| 5 |
|
---|
| 6 | /* General settings */
|
---|
| 7 | body {
|
---|
| 8 | font-family: Verdana, Helvetica, sans-serif;
|
---|
| 9 | font-size: 12px;
|
---|
| 10 | margin-left: 0px;
|
---|
| 11 | margin-right: 0px;
|
---|
| 12 | /* background-color: #deadDD;*/
|
---|
[39] | 13 | background-color: #f8f8f8;
|
---|
[2] | 14 | }
|
---|
| 15 | hr {
|
---|
| 16 | background-color: #666;
|
---|
| 17 | height: 1px;
|
---|
| 18 | border: 0;
|
---|
| 19 | }
|
---|
[38] | 20 | img {
|
---|
| 21 | border: 0px;
|
---|
| 22 | }
|
---|
| 23 | fieldset {
|
---|
| 24 | border: none;
|
---|
| 25 | padding: 0px;
|
---|
| 26 | margin: 0px;
|
---|
| 27 | }
|
---|
[2] | 28 |
|
---|
| 29 | table.login {
|
---|
| 30 | text-align: center;
|
---|
| 31 | border: thin solid #000000;
|
---|
| 32 | background-color: #CCCCFF;
|
---|
| 33 | }
|
---|
| 34 | table.list {
|
---|
| 35 | background-color: #F0F0F0;
|
---|
| 36 | }
|
---|
[38] | 37 | table.container {
|
---|
| 38 | background-color: #FFFFFF;
|
---|
| 39 | border: none;
|
---|
| 40 | }
|
---|
[2] | 41 | table.wholepage {
|
---|
| 42 | width: 100%;
|
---|
| 43 | }
|
---|
[38] | 44 |
|
---|
[2] | 45 | tr.row0 {
|
---|
| 46 | background-color: #FFFFFF;
|
---|
| 47 | }
|
---|
| 48 | tr.row1 {
|
---|
| 49 | background-color: #DDDDDD;
|
---|
| 50 | }
|
---|
| 51 | tr.tableheader {
|
---|
| 52 | background-color: #CCCCCC;
|
---|
| 53 | padding: 3px;
|
---|
[48] | 54 | text-align: left;
|
---|
[2] | 55 | }
|
---|
| 56 | tr.darkrowheader {
|
---|
| 57 | background-color: #CCCCCC;
|
---|
| 58 | padding: 3px;
|
---|
| 59 | }
|
---|
| 60 | tr.datalinelight {
|
---|
| 61 | background-color: #F0F0F0;
|
---|
[48] | 62 | text-align: left;
|
---|
[2] | 63 | }
|
---|
[38] | 64 |
|
---|
[2] | 65 | td.tblsubmit {
|
---|
[38] | 66 | background-color: #F0F0F0;
|
---|
[2] | 67 | text-align: center;
|
---|
| 68 | }
|
---|
| 69 | td.inputlabel {
|
---|
| 70 | text-align: right;
|
---|
| 71 | padding: 3px;
|
---|
| 72 | }
|
---|
[39] | 73 | td.datahead_l {
|
---|
| 74 | background-color: #F0F0F0;
|
---|
| 75 | border-bottom: 1px solid #666666;
|
---|
| 76 | text-align: left;
|
---|
| 77 | }
|
---|
| 78 | td.datahead_s {
|
---|
| 79 | background-color: #F0F0F0;
|
---|
| 80 | border-bottom: 1px solid #666666;
|
---|
| 81 | width: 1%;
|
---|
| 82 | white-space: nowrap;
|
---|
| 83 | }
|
---|
[59] | 84 | td.data_nowrap {
|
---|
| 85 | white-space: nowrap;
|
---|
| 86 | }
|
---|
[2] | 87 | td.data {
|
---|
| 88 | padding: 3px;
|
---|
| 89 | }
|
---|
| 90 | td.title {
|
---|
| 91 | text-align: center;
|
---|
| 92 | }
|
---|
| 93 | td.menu {
|
---|
| 94 | width: 200px;
|
---|
| 95 | white-space: nowrap;
|
---|
| 96 | border: thin solid #000000;
|
---|
| 97 | background-color: #ffccee;
|
---|
| 98 | vertical-align: top;
|
---|
| 99 | }
|
---|
| 100 | td.defaults {
|
---|
| 101 | background-color: #DDDDDD;
|
---|
| 102 | }
|
---|
[34] | 103 | td.errhead {
|
---|
| 104 | font-weight: bold;
|
---|
| 105 | font-size: 110%;
|
---|
| 106 | color: red;
|
---|
| 107 | background-color: #404040;
|
---|
| 108 | text-align: center;
|
---|
| 109 | padding: 3px;
|
---|
| 110 | border: solid 2px #FF0000;
|
---|
| 111 | }
|
---|
[33] | 112 | td.err {
|
---|
| 113 | border: solid 2px #FF0000;
|
---|
| 114 | color: red;
|
---|
| 115 | background-color: #e0e0e0;
|
---|
| 116 | }
|
---|
| 117 | td.warn {
|
---|
| 118 | border: solid 2px #FFFF00;
|
---|
| 119 | color: #333300;
|
---|
| 120 | background-color: #e0e0e0;
|
---|
| 121 | }
|
---|
[41] | 122 | td.leftthird {
|
---|
| 123 | width: 36%;
|
---|
| 124 | text-align: left;
|
---|
| 125 | }
|
---|
| 126 | td.rightthird {
|
---|
| 127 | width: 36%;
|
---|
| 128 | text-align: right;
|
---|
| 129 | }
|
---|
[33] | 130 |
|
---|
[2] | 131 | .meat {
|
---|
| 132 | align: center;
|
---|
| 133 | width: 100%;
|
---|
| 134 | }
|
---|
| 135 | input {
|
---|
| 136 | font-size: 10px;
|
---|
| 137 | }
|
---|
[24] | 138 | ul {
|
---|
| 139 | margin-left: 10px;
|
---|
| 140 | padding: 0px;
|
---|
[42] | 141 | list-style: none outside none;
|
---|
[24] | 142 | }
|
---|
[41] | 143 | /* F*** ME BUT THIS LOOKS LIKE CRAP! */
|
---|
| 144 | /* Need to find a way to vertically centre the plus image on the text. >:( */
|
---|
[42] | 145 | /*li.hassub {
|
---|
[41] | 146 | list-style: none outside url('../images/plus.gif');
|
---|
| 147 | }
|
---|
| 148 | li.leaf {
|
---|
| 149 | list-style: none outside none;
|
---|
[42] | 150 | } */
|
---|
| 151 |
|
---|
[41] | 152 | #grptree {
|
---|
[42] | 153 | //margin-left: 15px;
|
---|
[41] | 154 | }
|
---|
[2] | 155 | /* general classes */
|
---|
| 156 | .errmsg {
|
---|
| 157 | font-weight: bold;
|
---|
| 158 | font-family: Verdana, Arial, Helvetica, sans-serif;
|
---|
| 159 | font-size:100%;
|
---|
| 160 | color: red;
|
---|
| 161 | background-color: #404040;
|
---|
| 162 | text-align: center;
|
---|
| 163 | border: thin solid #FFFFFF;
|
---|
| 164 | padding: 5px;
|
---|
| 165 | width: 70%;
|
---|
| 166 | }
|
---|
| 167 | .right {
|
---|
| 168 | right: 3px;
|
---|
| 169 | }
|
---|
[39] | 170 | .center {
|
---|
| 171 | text-align: center;
|
---|
| 172 | }
|
---|
[2] | 173 |
|
---|
| 174 | #header {
|
---|
| 175 | border-bottom: thin solid #000000;
|
---|
| 176 | clear: both;
|
---|
| 177 | float: left;
|
---|
| 178 | width: 100%;
|
---|
| 179 | }
|
---|
| 180 | #footer {
|
---|
| 181 | border-top: thin solid #000000;
|
---|
| 182 | clear: both;
|
---|
| 183 | }
|
---|
| 184 | #contact {
|
---|
| 185 | font-size: 10px;
|
---|
| 186 | position: absolute;
|
---|
| 187 | right: 10px;
|
---|
| 188 | text-align: right;
|
---|
| 189 | }
|
---|
| 190 |
|
---|
| 191 | #main {
|
---|
| 192 | position: relative;
|
---|
| 193 | float: right;
|
---|
| 194 | width: 100%;
|
---|
| 195 | }
|
---|
| 196 | #login {
|
---|
| 197 | margin-top: 50px;
|
---|
| 198 | margin-bottom: 50px;
|
---|
| 199 | padding: 3px;
|
---|
| 200 | border: thin solid #000000;
|
---|
| 201 | }
|
---|
| 202 | #tableholder {
|
---|
| 203 | padding: 2px;
|
---|
| 204 | background: #FFFFFF;
|
---|
| 205 | width: 70%;
|
---|
| 206 | }
|
---|
| 207 | #menu {
|
---|
| 208 | border-right: thin solid #000000;
|
---|
| 209 | margin-right: 5px;
|
---|
| 210 | padding: 3px;
|
---|
| 211 | }
|
---|
[39] | 212 | #soadetail {
|
---|
| 213 | text-align: left;
|
---|
| 214 | }
|
---|
| 215 | /* somewhat generic/reusable */
|
---|
[41] | 216 | #datatablewrapper {
|
---|
| 217 | border: none;
|
---|
[39] | 218 | width: 98%;
|
---|
[41] | 219 | margin-left: 1%;
|
---|
| 220 | margin:right: 1%;
|
---|
[39] | 221 | }
|
---|