| 1 | body
|
|---|
| 2 | {
|
|---|
| 3 | font-family : Arial, sans-serif;
|
|---|
| 4 | }
|
|---|
| 5 |
|
|---|
| 6 | .Main
|
|---|
| 7 | {
|
|---|
| 8 | text-align: center;
|
|---|
| 9 | }
|
|---|
| 10 |
|
|---|
| 11 | .BasicTable
|
|---|
| 12 | {
|
|---|
| 13 | border-width: thin;
|
|---|
| 14 | border-style: solid;
|
|---|
| 15 | border-color: red;
|
|---|
| 16 | padding: 0px 0px 0px 0px;
|
|---|
| 17 | border-collapse: collapse;
|
|---|
| 18 | }
|
|---|
| 19 | .BasicTable td
|
|---|
| 20 | {
|
|---|
| 21 | border-width: 2px;
|
|---|
| 22 | border-style: solid;
|
|---|
| 23 | border-color: Silver;
|
|---|
| 24 | padding: 2px;
|
|---|
| 25 | }
|
|---|
| 26 | .BasicTable th
|
|---|
| 27 | {
|
|---|
| 28 | border-width: 2px;
|
|---|
| 29 | border-style: solid;
|
|---|
| 30 | border-color: Silver;
|
|---|
| 31 | padding: 2px;
|
|---|
| 32 | }
|
|---|
| 33 |
|
|---|
| 34 | .WideTable
|
|---|
| 35 | {
|
|---|
| 36 | border-color: #A0A0A0;
|
|---|
| 37 | border-style: solid;
|
|---|
| 38 | border-width: 1px 1px 0px 0px;
|
|---|
| 39 | border-spacing: 0px;
|
|---|
| 40 | text-align: center;
|
|---|
| 41 | margin-left: auto;
|
|---|
| 42 | margin-right: auto;
|
|---|
| 43 | }
|
|---|
| 44 |
|
|---|
| 45 | .WideTable th
|
|---|
| 46 | {
|
|---|
| 47 | border-color: #A0A0A0;
|
|---|
| 48 | border-style: solid;
|
|---|
| 49 | border-width: 0px 0px 1px 1px;
|
|---|
| 50 | padding: 1px 5px 1px 5px;
|
|---|
| 51 | background-color: #F0F0FF
|
|---|
| 52 | }
|
|---|
| 53 |
|
|---|
| 54 | .WideTable td
|
|---|
| 55 | {
|
|---|
| 56 | border-color: #A0A0A0;
|
|---|
| 57 | border-style: solid;
|
|---|
| 58 | border-width: 0px 0px 1px 1px;
|
|---|
| 59 | padding: 1px 5px 1px 5px;
|
|---|
| 60 | text-align: center;
|
|---|
| 61 | }
|
|---|
| 62 |
|
|---|
| 63 | h3
|
|---|
| 64 | {
|
|---|
| 65 | margin-bottom: 3px;
|
|---|
| 66 | }
|
|---|
| 67 |
|
|---|
| 68 | li.Tree {
|
|---|
| 69 | list-style: outside url(images/blank.png);
|
|---|
| 70 | margin-left: -20px;
|
|---|
| 71 | padding: 0px 0px 0px -10px;
|
|---|
| 72 | cursor: pointer;
|
|---|
| 73 | }
|
|---|
| 74 |
|
|---|
| 75 | li.Open {
|
|---|
| 76 | list-style: outside url(images/open.png);
|
|---|
| 77 | margin-left: 0px;
|
|---|
| 78 | padding: 0px 0px 0px -10px;
|
|---|
| 79 | cursor: pointer;
|
|---|
| 80 | }
|
|---|
| 81 |
|
|---|
| 82 | li.Close {
|
|---|
| 83 | list-style: outside url(images/close.png);
|
|---|
| 84 | margin-left: 0px;
|
|---|
| 85 | }
|
|---|
| 86 |
|
|---|
| 87 | ul.NoEnd {
|
|---|
| 88 | margin-left: 20px;
|
|---|
| 89 | padding-left: 20px;
|
|---|
| 90 | background-repeat: repeat-y;
|
|---|
| 91 | background-image: url(images/line1.png);
|
|---|
| 92 | }
|
|---|
| 93 |
|
|---|
| 94 | ul.End {
|
|---|
| 95 | margin-left: 20px;
|
|---|
| 96 | padding-left: 20px;
|
|---|
| 97 | }
|
|---|
| 98 |
|
|---|
| 99 | div.NewsItem {
|
|---|
| 100 |
|
|---|
| 101 | }
|
|---|
| 102 |
|
|---|
| 103 | div.NewsItemContent {
|
|---|
| 104 | }
|
|---|
| 105 |
|
|---|
| 106 | div.NewsItemLink {
|
|---|
| 107 | display: inline;
|
|---|
| 108 | padding-right: 5px;
|
|---|
| 109 | }
|
|---|
| 110 |
|
|---|
| 111 | div.NewsTreeItem {
|
|---|
| 112 |
|
|---|
| 113 | }
|
|---|
| 114 |
|
|---|
| 115 | #MainTitle {
|
|---|
| 116 | background-color: #F08080;
|
|---|
| 117 | padding: 1px 10px 0px 10px;
|
|---|
| 118 | margin-top: 0px;
|
|---|
| 119 | margin-left: 0px;
|
|---|
| 120 | border-bottom-style: dotted;
|
|---|
| 121 | border-bottom-width: thin;
|
|---|
| 122 | color: White;
|
|---|
| 123 | }
|
|---|
| 124 |
|
|---|
| 125 | #MainTitleText {
|
|---|
| 126 | margin: 2px 0px 2px 0px;
|
|---|
| 127 | padding: 0px 0px 0px 0px;
|
|---|
| 128 | background-repeat: no-repeat;
|
|---|
| 129 | }
|
|---|
| 130 |
|
|---|
| 131 | #MainMenu {
|
|---|
| 132 | background-color: #F5F5F5;
|
|---|
| 133 | padding: 2px 5px 2px 5px;
|
|---|
| 134 | margin-top: 0px;
|
|---|
| 135 | border-bottom-style: dotted;
|
|---|
| 136 | border-bottom-width: thin;
|
|---|
| 137 | }
|
|---|
| 138 |
|
|---|
| 139 | form {
|
|---|
| 140 | padding: 0px 0px 0px 0px;
|
|---|
| 141 | margin: 0px 0px 0px 0px;
|
|---|
| 142 | }
|
|---|
| 143 |
|
|---|
| 144 | .MenuItem {
|
|---|
| 145 | padding: 2px 3px 1px 3px;
|
|---|
| 146 | float: left;
|
|---|
| 147 | }
|
|---|
| 148 |
|
|---|
| 149 | .MenuItem2 {
|
|---|
| 150 | padding: 0px 3px 0px 3px;
|
|---|
| 151 | margin-top: 0px;
|
|---|
| 152 | text-align: right;
|
|---|
| 153 | width: 100%;
|
|---|
| 154 | }
|
|---|
| 155 |
|
|---|
| 156 | #Online {
|
|---|
| 157 | padding: 1px 3px 2px 3px;
|
|---|
| 158 | display: inline;
|
|---|
| 159 | right: 10px;
|
|---|
| 160 | }
|
|---|
| 161 |
|
|---|
| 162 | #Content {
|
|---|
| 163 | padding: 4px 10px 10px 10px;
|
|---|
| 164 | margin-left: 0px;
|
|---|
| 165 | }
|
|---|
| 166 |
|
|---|
| 167 | div.NewsItem {
|
|---|
| 168 | border: thin dotted #97ADFF;
|
|---|
| 169 | background: #F6F7FF;
|
|---|
| 170 | margin-top: 5px;
|
|---|
| 171 | padding: 0px 5px 5px 5px;
|
|---|
| 172 | }
|
|---|
| 173 |
|
|---|
| 174 | h4.NewsItemTitle {
|
|---|
| 175 | border-bottom-width: thin;
|
|---|
| 176 | border-bottom-style: solid;
|
|---|
| 177 | margin-top: 0px;
|
|---|
| 178 | margin-bottom: 0px;
|
|---|
| 179 | }
|
|---|
| 180 |
|
|---|
| 181 | #NewsGroupTree {
|
|---|
| 182 | margin-left: -20px;
|
|---|
| 183 | }
|
|---|
| 184 |
|
|---|
| 185 | #NewsGroupTreeSection {
|
|---|
| 186 | float: left;
|
|---|
| 187 | width: 50%;
|
|---|
| 188 | }
|
|---|
| 189 |
|
|---|
| 190 | #NewsGroupTreeTitle {
|
|---|
| 191 | padding: 0px;
|
|---|
| 192 | border-bottom-color: Silver;
|
|---|
| 193 | border-bottom-style: solid;
|
|---|
| 194 | border-bottom-width: thin;
|
|---|
| 195 | }
|
|---|
| 196 |
|
|---|
| 197 | #NewsSection {
|
|---|
| 198 | margin: 0px 0px 0px 50%;
|
|---|
| 199 | }
|
|---|
| 200 |
|
|---|
| 201 | #NewsSection {
|
|---|
| 202 |
|
|---|
| 203 | }
|
|---|
| 204 |
|
|---|
| 205 | #AddNewsForm {
|
|---|
| 206 |
|
|---|
| 207 | }
|
|---|
| 208 |
|
|---|
| 209 | div.Form {
|
|---|
| 210 | border: thin solid;
|
|---|
| 211 | background: #F0F8FF;
|
|---|
| 212 | padding: 0px;
|
|---|
| 213 | width: 450px;
|
|---|
| 214 | padding: 5px 5px 5px 5px;
|
|---|
| 215 | }
|
|---|
| 216 |
|
|---|
| 217 | #AdminInfo {
|
|---|
| 218 | clear: both;
|
|---|
| 219 | border-top-style: dotted;
|
|---|
| 220 | border-top-width: thin;
|
|---|
| 221 | text-align: center;
|
|---|
| 222 | font-size: smaller;
|
|---|
| 223 | margin-top: 0px;
|
|---|
| 224 | padding-top: 0px;
|
|---|
| 225 | }
|
|---|
| 226 |
|
|---|
| 227 | table.Table {
|
|---|
| 228 | border: thin dotted;
|
|---|
| 229 | }
|
|---|
| 230 |
|
|---|
| 231 | table.Table tr td {
|
|---|
| 232 | font-size: smaller;
|
|---|
| 233 | border: thin dotted;
|
|---|
| 234 | padding: 1px 3px 1px 3px;
|
|---|
| 235 | margin: 0px 0px 0px 0px;
|
|---|
| 236 | }
|
|---|
| 237 |
|
|---|
| 238 | table.Table tr th {
|
|---|
| 239 | background: #F6F6F6;
|
|---|
| 240 | font-size: smaller;
|
|---|
| 241 | border: thin dotted;
|
|---|
| 242 | padding: 1px 3px 1px 3px;
|
|---|
| 243 | margin: 0px 0px 0px 0px;
|
|---|
| 244 | }
|
|---|
| 245 |
|
|---|
| 246 | h3 {
|
|---|
| 247 | font-size: large;
|
|---|
| 248 | padding: 0px 0px 0px 0px;
|
|---|
| 249 | margin: 0px 0px 0px 0px;
|
|---|
| 250 | }
|
|---|
| 251 |
|
|---|
| 252 | li a img {
|
|---|
| 253 | padding: 0px 0px 0px 0px;
|
|---|
| 254 | border: none;
|
|---|
| 255 | }
|
|---|
| 256 |
|
|---|
| 257 | #rsslink
|
|---|
| 258 | {
|
|---|
| 259 | text-align: right;
|
|---|
| 260 | }
|
|---|
| 261 |
|
|---|
| 262 | #NewsList table
|
|---|
| 263 | {
|
|---|
| 264 | }
|
|---|
| 265 |
|
|---|
| 266 | #NewsList h3
|
|---|
| 267 | {
|
|---|
| 268 | border-bottom-color: Silver;
|
|---|
| 269 | border-bottom-style: solid;
|
|---|
| 270 | border-bottom-width: thin;
|
|---|
| 271 | margin-bottom: 5px;
|
|---|
| 272 | }
|
|---|
| 273 |
|
|---|
| 274 | div.sysmessage
|
|---|
| 275 | {
|
|---|
| 276 | background: #ffe0e0;
|
|---|
| 277 | border-left-width: 10;
|
|---|
| 278 | border-left-color: Red;
|
|---|
| 279 | border-left-style: solid;
|
|---|
| 280 | padding: 5px 5px 5px 5px;
|
|---|
| 281 | font-size: medium;
|
|---|
| 282 | color: Maroon;
|
|---|
| 283 | margin-top: 5px;
|
|---|
| 284 | margin-bottom: 5px;
|
|---|
| 285 | }
|
|---|
| 286 |
|
|---|
| 287 | div.Title
|
|---|
| 288 | {
|
|---|
| 289 | border-bottom-color: Silver;
|
|---|
| 290 | border-bottom-style: solid;
|
|---|
| 291 | border-bottom-width: thin;
|
|---|
| 292 | font-size: large;
|
|---|
| 293 | font-weight: bold;
|
|---|
| 294 | margin-bottom: 5px;
|
|---|
| 295 | }
|
|---|
| 296 |
|
|---|
| 297 | #odber {
|
|---|
| 298 | font-size: small;
|
|---|
| 299 | font-style: italic;
|
|---|
| 300 | }
|
|---|
| 301 |
|
|---|
| 302 | Table2 {
|
|---|
| 303 | border: 0px;
|
|---|
| 304 | }
|
|---|
| 305 |
|
|---|
| 306 | Table2 tr {
|
|---|
| 307 | background-color: #d9dCFF;
|
|---|
| 308 | }
|
|---|
| 309 |
|
|---|
| 310 | Table2 th {
|
|---|
| 311 | background-color: #897CFF;
|
|---|
| 312 | color: White;
|
|---|
| 313 | }
|
|---|
| 314 |
|
|---|
| 315 | Table2 td {
|
|---|
| 316 | padding: 3 3 3 3;
|
|---|
| 317 | }
|
|---|
| 318 |
|
|---|
| 319 | .StatTable {
|
|---|
| 320 | font-size: small;
|
|---|
| 321 | margin-left: auto;
|
|---|
| 322 | margin-right: auto;
|
|---|
| 323 | margin-bottom: 16px;
|
|---|
| 324 | border-left: thin solid Black;
|
|---|
| 325 | border-top: thin solid Black;
|
|---|
| 326 | }
|
|---|
| 327 |
|
|---|
| 328 | .StatTable th {
|
|---|
| 329 | background-color: #e8e8ff;
|
|---|
| 330 | border-right: thin solid Black;
|
|---|
| 331 | border-bottom: thin solid Black;
|
|---|
| 332 | }
|
|---|
| 333 |
|
|---|
| 334 | .StatTable td {
|
|---|
| 335 | border-right: thin solid Black;
|
|---|
| 336 | border-bottom: thin solid Black;
|
|---|
| 337 | padding: 3px 3px 3px 3px;
|
|---|
| 338 | }
|
|---|
| 339 |
|
|---|
| 340 | .StatTable tr {
|
|---|
| 341 | border: thin solid Black;
|
|---|
| 342 | }
|
|---|
| 343 |
|
|---|
| 344 | .StatList {
|
|---|
| 345 | text-align: center;
|
|---|
| 346 | margin-bottom: 16px;
|
|---|
| 347 | }
|
|---|
| 348 |
|
|---|
| 349 | .SourceCode {
|
|---|
| 350 | font-family: monospace;
|
|---|
| 351 | font-size: larger;
|
|---|
| 352 | border: solid #dddddd 1px;
|
|---|
| 353 | background-color: #FFFFF0;
|
|---|
| 354 | padding: 6px;
|
|---|
| 355 | float: none;
|
|---|
| 356 | page: auto;
|
|---|
| 357 | width: auto;
|
|---|
| 358 | }
|
|---|
| 359 |
|
|---|
| 360 | .Footer
|
|---|
| 361 | {
|
|---|
| 362 | border-style: solid;
|
|---|
| 363 | border-top-color: gray;
|
|---|
| 364 | border-width: 1px 0 0 0;
|
|---|
| 365 | margin-top: 20px;
|
|---|
| 366 | padding-top: 2px;
|
|---|
| 367 | font-size: 10px;
|
|---|
| 368 | text-align: center;
|
|---|
| 369 | }
|
|---|
| 370 |
|
|---|
| 371 | .Footer li
|
|---|
| 372 | {
|
|---|
| 373 | padding-left: 3px;
|
|---|
| 374 | padding-right: 3px;
|
|---|
| 375 | display: inline;
|
|---|
| 376 | }
|
|---|
| 377 |
|
|---|