]> ruin.nu Git - ndwebbie.git/blob - htdocs/stylesheets/grey.css
Need to escape whitespaces when using /x
[ndwebbie.git] / htdocs / stylesheets / grey.css
1 body {
2         font-family: sans-serif;
3         color: black;
4         background-color: #D9D9D9;
5 }
6
7 legend {
8         color: black;
9         background: white;
10         border-style: solid;
11         border-width: 1px;
12         padding: 1px;
13 }
14 table.boards td {
15         /*border-style: solid;
16         border-width: 1px;*/
17         padding: 2px;
18         border-collapse: separate;
19         border-spacing: 15pt;
20         font-size: larger;
21 }
22 table.boards{
23         border-collapse: separate;
24         border-spacing: 5px;
25 }
26 table.boards th {
27         font-size: larger;
28 }
29 table.boards tr.even {
30         background: white;
31 }
32
33 table.boards a {
34         text-decoration: none;
35         width: 100%;
36         display: block;
37 }
38 fieldset.forum-post {
39         width: 40em;
40 }
41 fieldset.forum-post legend b {
42         font-size: larger;
43 }
44 div.leftinfo{
45         float: left;
46         padding-right: 2em;
47 }
48 p.claimlinks{
49         clear: both;
50 }
51
52 ul.linkbar {
53         list-style-type: none;
54         width: 13.5em;
55         padding: 0;
56         margin: 0;
57 }
58 ul.linkbar li {
59         background: white;
60         color: black;
61         margin: 0.5em 0;
62         padding: 0.3em;
63         /*border-right: 1em solid black;*/
64 }
65 ul.linkbar a {
66         text-decoration: none;
67         width: 100%;
68         display: block;
69 }
70 input.coordsinput {
71         width: 4em;
72 }
73 input.small {
74         width: 1.7em;
75 }
76 tr.odd {
77         background: white;
78         color: black;
79 }
80 tr.total {
81         background: black;
82         color: red;
83 }
84
85 td.ingal{
86         background: blue;
87         color: black;
88 }
89 td.Defend{
90         background: green;
91         color: black;
92 }
93 td.AllyDef{
94         background: #00FF00;
95         color: black;
96 }
97 td.Attack{
98         background: red;
99         color: black;
100 }
101
102 a.Unclaim{
103         color: green;
104 }
105 input.Unclaim{
106         background: green;
107 }
108 a.Claim{
109         color: blue;
110 }
111 a.Join{
112         color: #00AAAA;
113 }
114 input.Join{
115         background: #00AAAA;
116 }
117
118 td.Friendly{
119         background: green;
120         color: black;
121 }
122 td.Friendly a{
123         color: yellow;
124         background: green;
125 }
126 td.Hostile{
127         background: red;
128         color: black;
129 }
130 td.NAP{
131         background: blue;
132         color: white;
133 }
134 td.NAP a{
135         color: yellow;
136         background: blue;
137 }
138 table.old{
139         border: outset 1pt;
140         border-collapse: separate;
141         border-color: red;
142 }
143
144 table.closedPlanet{
145         border: outset 2pt;
146         border-collapse: separate;
147         border-color: red;
148 }
149 li.bash{
150         color: #FF9933;
151 }
152 div.clear {
153         clear: both;
154         height: 0;
155         margin: 0;
156         padding: 0;
157         line-height: 0.0;
158         font-size: 1px;
159 }
160
161 td.LowestPrio{
162         background: red;
163         color: black;
164 }
165 td.MediumPrio{
166         background: yellow;
167         color: black;
168 }
169 td.HighestPrio{
170         background: green;
171         color: black;
172 }
173 span.newposts,span.unreadposts {
174         font-weight: bold;
175 }
176 span.newposts {
177         color: red;
178 }