[1451] | 1 | body {
|
---|
| 2 | font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
|
---|
| 3 | background-color: #FFFFF0;
|
---|
| 4 | color: black;
|
---|
| 5 | margin: 10px;
|
---|
| 6 | text-align: justify;
|
---|
| 7 | }
|
---|
| 8 |
|
---|
| 9 | h1 { margin-bottom: 0px; margin-top: 0px; }
|
---|
| 10 | h2 { margin-bottom: 0px; }
|
---|
| 11 |
|
---|
| 12 | p.small { margin: 0px; font-size: smaller; }
|
---|
| 13 |
|
---|
| 14 | a { text-decoration: none; color: #C69500; }
|
---|
| 15 | a:hover { text-decoration: underline; color: black; }
|
---|
| 16 |
|
---|
| 17 | div.head {
|
---|
| 18 | border: 1px solid #c0c0c0;
|
---|
| 19 | text-align: left;
|
---|
| 20 | width: 100%;
|
---|
| 21 | margin-bottom: 10px;
|
---|
| 22 | background: #FFFFFF;
|
---|
| 23 | }
|
---|
| 24 |
|
---|
| 25 | div.menu {
|
---|
| 26 | width: 120px;
|
---|
| 27 | position: relative;
|
---|
| 28 | float: left;
|
---|
| 29 | border: 1px solid #c0c0c0;
|
---|
| 30 | background: #FFFFFF;
|
---|
| 31 | }
|
---|
| 32 | div#menu a.home { color: #000000; background: #c0c0c0; border: 1px solid #000000; }
|
---|
| 33 | div#menu a.home:hover { background: #c0c0c0; border: 1px solid #000000; }
|
---|
| 34 | div#menu a {
|
---|
| 35 | text-align: center;
|
---|
| 36 | width: 118px;
|
---|
| 37 | margin: 0px;
|
---|
| 38 | display: block;
|
---|
| 39 | border: 1px solid #FFFFFF
|
---|
| 40 | }
|
---|
| 41 |
|
---|
| 42 | div#menu a:hover { border: 1px solid #000000; background: #c0c0c0; text-decoration: none; }
|
---|
| 43 |
|
---|
| 44 | div.content {
|
---|
| 45 | border: 1px solid #c0c0c0;
|
---|
| 46 | margin-left: 130px;
|
---|
| 47 | margin-top: 0px;
|
---|
| 48 | padding: 10px;
|
---|
| 49 | background: #FFFFFF;
|
---|
| 50 | }
|
---|
| 51 |
|
---|
| 52 | div.footer {
|
---|
| 53 | border: 1px solid #c0c0c0;
|
---|
| 54 | margin-left: 130px;
|
---|
| 55 | margin-top: 10px;
|
---|
| 56 | padding: 10px;
|
---|
| 57 | background: #FFFFFF;
|
---|
| 58 | }
|
---|
| 59 |
|
---|
| 60 |
|
---|
| 61 | table.uniques {
|
---|
| 62 | border: 1px solid #c0c0c0;
|
---|
| 63 | padding: 5px;
|
---|
| 64 | text-align: left;
|
---|
| 65 | }
|
---|
| 66 | table.uniques td {
|
---|
| 67 | padding-left: 10px;
|
---|
| 68 | }
|
---|
| 69 |
|
---|
| 70 | table.penalty {
|
---|
| 71 | border: 1px solid #c0c0c0;
|
---|
| 72 | padding: 5px;
|
---|
| 73 | text-align: left;
|
---|
| 74 | }
|
---|
| 75 | table.penalty th {
|
---|
| 76 | text-align: right;
|
---|
| 77 | }
|
---|
| 78 | table.penalty td {
|
---|
| 79 |
|
---|
| 80 | }
|
---|
| 81 |
|
---|
| 82 | /* Styles for the userlist */
|
---|
| 83 | li.online { font-weight: bold; }
|
---|
| 84 | li.offline { color: #c0c0c0; }
|
---|
| 85 | a.offline { color: #707070; }
|
---|
| 86 | #map {
|
---|
| 87 | width: 500px;
|
---|
| 88 | height: 500px;
|
---|
| 89 | background-image: url(newmap.png);
|
---|
| 90 | }
|
---|
| 91 |
|
---|
| 92 |
|
---|
| 93 | table.forum {
|
---|
| 94 | border: 1px solid #c0c0c0;
|
---|
| 95 | table-layout: fixed;
|
---|
| 96 | overflow: auto;
|
---|
| 97 | }
|
---|
| 98 |
|
---|
| 99 | table.forum td,tr,caption,thead,tfoot,th {
|
---|
| 100 | padding-left: 10px;
|
---|
| 101 | padding-right: 10px;
|
---|
| 102 | }
|
---|
| 103 | .tdblue { background-color: #ffffdf; }
|
---|
| 104 | .tdgray { background-color: #eeeee0; }
|
---|
| 105 | .tdred {
|
---|
| 106 | border: 1px solid red;
|
---|
| 107 | background-color: #FFCCCC;
|
---|
| 108 | }
|
---|
| 109 | .smallest {
|
---|
| 110 | font-size: 11px;
|
---|
| 111 | }
|
---|