| Line | |
|---|
| 1 | html,body
|
|---|
| 2 | {
|
|---|
| 3 | height: 100%;
|
|---|
| 4 | font-family: sans-serif;
|
|---|
| 5 | }
|
|---|
| 6 |
|
|---|
| 7 | #MainTable
|
|---|
| 8 | {
|
|---|
| 9 | width: 100%;
|
|---|
| 10 | }
|
|---|
| 11 |
|
|---|
| 12 | #MainTable td
|
|---|
| 13 | {
|
|---|
| 14 | border-width: 0px 1px 0px 0px;
|
|---|
| 15 | border-style: solid;
|
|---|
| 16 | border-color: silver;
|
|---|
| 17 | padding: 0px 1px 0px 1px;
|
|---|
| 18 | }
|
|---|
| 19 |
|
|---|
| 20 | #MainTable td .Panel
|
|---|
| 21 | {
|
|---|
| 22 | border-width: 0px 0px 0px 0px;
|
|---|
| 23 | border-style: solid;
|
|---|
| 24 | border-color: #e0e0ff;
|
|---|
| 25 | padding: 10px 5px 10px 5px;
|
|---|
| 26 | }
|
|---|
| 27 |
|
|---|
| 28 | #MainTable td .PanelTitle
|
|---|
| 29 | {
|
|---|
| 30 | border-width: 0px 0px 2px 0px;
|
|---|
| 31 | border-style: solid;
|
|---|
| 32 | border-color: #6060ff;
|
|---|
| 33 | font-weight: bold;
|
|---|
| 34 | margin: 0px 0px 3px 0px;
|
|---|
| 35 | }
|
|---|
| 36 |
|
|---|
| 37 | #MainTable td .PanelTitleRight
|
|---|
| 38 | {
|
|---|
| 39 | border-width: 0px 0px 2px 0px;
|
|---|
| 40 | border-style: solid;
|
|---|
| 41 | border-color: #6060ff;
|
|---|
| 42 | margin: 0px 0px 3px 0px;
|
|---|
| 43 | text-align: right;
|
|---|
| 44 | }
|
|---|
| 45 |
|
|---|
| 46 | #MainTable td td
|
|---|
| 47 | {
|
|---|
| 48 | border-width: 0px 0px 0px 0px;
|
|---|
| 49 | border-style: solid;
|
|---|
| 50 | border-color: silver;
|
|---|
| 51 | }
|
|---|
| 52 |
|
|---|
| 53 | form
|
|---|
| 54 | {
|
|---|
| 55 | margin: 10px 10px 10px 10px;
|
|---|
| 56 | }
|
|---|
| 57 |
|
|---|
| 58 | .MenuItem
|
|---|
| 59 | {
|
|---|
| 60 | float: left;
|
|---|
| 61 | }
|
|---|
| 62 |
|
|---|
| 63 | .MenuItem2
|
|---|
| 64 | {
|
|---|
| 65 | text-align: right;
|
|---|
| 66 | width: 100%;
|
|---|
| 67 | font-weight: normal;
|
|---|
| 68 | display: block;
|
|---|
| 69 | }
|
|---|
| 70 |
|
|---|
| 71 | .Footer
|
|---|
| 72 | {
|
|---|
| 73 | border-style: solid;
|
|---|
| 74 | border-top-color: gray;
|
|---|
| 75 | border-width: 1px 0 0 0;
|
|---|
| 76 | margin-top: 20px;
|
|---|
| 77 | padding-top: 2px;
|
|---|
| 78 | font-size: 10px;
|
|---|
| 79 | text-align: center;
|
|---|
| 80 | }
|
|---|
| 81 |
|
|---|
| 82 | .Footer ul li
|
|---|
| 83 | {
|
|---|
| 84 | display: inline;
|
|---|
| 85 | padding-left: 5px;
|
|---|
| 86 | padding-right: 5px;
|
|---|
| 87 | }
|
|---|
| 88 |
|
|---|
| 89 | .Navigation
|
|---|
| 90 | {
|
|---|
| 91 | border-style: solid;
|
|---|
| 92 | border-bottom-color: gray;
|
|---|
| 93 | border-width: 0 0 1px 0;
|
|---|
| 94 | margin-bottom: 3px;
|
|---|
| 95 | padding-bottom: 2px;
|
|---|
| 96 | }
|
|---|
| 97 |
|
|---|
| 98 | .Navigation img
|
|---|
| 99 | {
|
|---|
| 100 | margin: 0px 0px 0px 0px;
|
|---|
| 101 | padding: 0px 0px 0px 0px;
|
|---|
| 102 | border-width: 0px 0px 0px 0px;
|
|---|
| 103 | vertical-align: middle;
|
|---|
| 104 | }
|
|---|
| 105 |
|
|---|
| 106 | #Title
|
|---|
| 107 | {
|
|---|
| 108 | padding: 3px;
|
|---|
| 109 | font-size: 20px;
|
|---|
| 110 | border-style: solid;
|
|---|
| 111 | border-color: blue;
|
|---|
| 112 | border-width: 1px;
|
|---|
| 113 | background-color: #F0F0FF;
|
|---|
| 114 | margin-bottom: 4px;
|
|---|
| 115 | }
|
|---|
| 116 |
|
|---|
| 117 | .RSSIcon
|
|---|
| 118 | {
|
|---|
| 119 | margin: 0px 0px 0px 0px;
|
|---|
| 120 | border-width: 0px;
|
|---|
| 121 | }
|
|---|
| 122 | div.HalfWidth
|
|---|
| 123 | {
|
|---|
| 124 | text-align: center;
|
|---|
| 125 | }
|
|---|
| 126 |
|
|---|
| 127 | fieldset.HalfWidth
|
|---|
| 128 | {
|
|---|
| 129 | }
|
|---|
| 130 |
|
|---|
| 131 | .SystemMessage
|
|---|
| 132 | {
|
|---|
| 133 | background: #FFEDED;
|
|---|
| 134 | border: 1px solid #992A2A;
|
|---|
| 135 | border-top: 0;
|
|---|
| 136 | margin: 5px;
|
|---|
| 137 | padding: 0;
|
|---|
| 138 | width: auto;
|
|---|
| 139 | }
|
|---|
| 140 |
|
|---|
| 141 | .SystemMessage h3
|
|---|
| 142 | {
|
|---|
| 143 | background: #E3A0A0;
|
|---|
| 144 | border: 1px solid #992A2A;
|
|---|
| 145 | border-left: 0;
|
|---|
| 146 | border-right: 0;
|
|---|
| 147 | color: white;
|
|---|
| 148 | font-size: small;
|
|---|
| 149 | font-weight: bold;
|
|---|
| 150 | margin: 0;
|
|---|
| 151 | padding: 5px;
|
|---|
| 152 | }
|
|---|
| 153 |
|
|---|
| 154 | .SystemMessage div
|
|---|
| 155 | {
|
|---|
| 156 | background: transparent;
|
|---|
| 157 | border: 0;
|
|---|
| 158 | color: #992A2A;
|
|---|
| 159 | margin: 0;
|
|---|
| 160 | padding: 8px;
|
|---|
| 161 | }
|
|---|
| 162 |
|
|---|
| 163 | .Centred
|
|---|
| 164 | {
|
|---|
| 165 | text-align: center;
|
|---|
| 166 | margin-left: auto;
|
|---|
| 167 | margin-right: auto;
|
|---|
| 168 | }
|
|---|
| 169 |
|
|---|
| 170 | .Form
|
|---|
| 171 | {
|
|---|
| 172 | width: 500px;
|
|---|
| 173 | text-align: center;
|
|---|
| 174 | margin-left: auto;
|
|---|
| 175 | margin-right: auto;
|
|---|
| 176 | }
|
|---|
| 177 |
|
|---|
| 178 | .BasicTable
|
|---|
| 179 | {
|
|---|
| 180 | width: 100%;
|
|---|
| 181 | text-align: center;
|
|---|
| 182 | margin-left: auto;
|
|---|
| 183 | margin-right: auto;
|
|---|
| 184 | vertical-align: top:
|
|---|
| 185 | }
|
|---|
| 186 |
|
|---|
| 187 | .BasicTable td
|
|---|
| 188 | {
|
|---|
| 189 | text-align: left;
|
|---|
| 190 | vertical-align: top;
|
|---|
| 191 | padding: 3px 3px 3px 3px;
|
|---|
| 192 | }
|
|---|
| 193 |
|
|---|
| 194 | .BasicTable .Header
|
|---|
| 195 | {
|
|---|
| 196 | text-align: right;
|
|---|
| 197 | padding: 3px 3px 3px 3px;
|
|---|
| 198 | }
|
|---|
| 199 |
|
|---|
| 200 | .WideTable
|
|---|
| 201 | {
|
|---|
| 202 | border-color: black;
|
|---|
| 203 | border-style: solid;
|
|---|
| 204 | border-width: 1px 1px 0px 0px;
|
|---|
| 205 | border-spacing: 0px;
|
|---|
| 206 | text-align: center;
|
|---|
| 207 | margin-left: auto;
|
|---|
| 208 | margin-right: auto;
|
|---|
| 209 | border-collapse: collapse;
|
|---|
| 210 | }
|
|---|
| 211 |
|
|---|
| 212 | .WideTable th
|
|---|
| 213 | {
|
|---|
| 214 | border-color: black;
|
|---|
| 215 | border-style: solid;
|
|---|
| 216 | border-width: 0px 0px 1px 1px;
|
|---|
| 217 | padding: 1px 5px 1px 5px;
|
|---|
| 218 | background-color: #F0F0FF
|
|---|
| 219 | }
|
|---|
| 220 |
|
|---|
| 221 | .WideTable td
|
|---|
| 222 | {
|
|---|
| 223 | border-color: black;
|
|---|
| 224 | border-style: solid;
|
|---|
| 225 | border-width: 0px 0px 1px 1px;
|
|---|
| 226 | padding: 1px 5px 1px 5px;
|
|---|
| 227 | text-align: center;
|
|---|
| 228 | }
|
|---|
| 229 |
|
|---|
| 230 | .BasicTable .Header
|
|---|
| 231 | {
|
|---|
| 232 | text-align: center;
|
|---|
| 233 | }
|
|---|
| 234 |
|
|---|
| 235 | .Pager
|
|---|
| 236 | {
|
|---|
| 237 | text-align: center;
|
|---|
| 238 | }
|
|---|
| 239 |
|
|---|
| 240 | .UserMenu
|
|---|
| 241 | {
|
|---|
| 242 | width: 15%;
|
|---|
| 243 | }
|
|---|
| 244 |
|
|---|
| 245 | .Content
|
|---|
| 246 | {
|
|---|
| 247 | }
|
|---|
| 248 |
|
|---|
| 249 | h4
|
|---|
| 250 | {
|
|---|
| 251 | text-align: center;
|
|---|
| 252 | margin-bottom: 3px;
|
|---|
| 253 | }
|
|---|
| 254 |
|
|---|
| 255 | .News
|
|---|
| 256 | {
|
|---|
| 257 | font-size: small;
|
|---|
| 258 | width: 20%;
|
|---|
| 259 | border-style: solid;
|
|---|
| 260 | border-width: 1px;
|
|---|
| 261 | border-color: black;
|
|---|
| 262 | padding-left: 3px;
|
|---|
| 263 | }
|
|---|
| 264 |
|
|---|
| 265 | .News div
|
|---|
| 266 | {
|
|---|
| 267 | padding-top: 7px;
|
|---|
| 268 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.