]>
Commit | Line | Data |
---|---|---|
7dc32473 MG |
1 | html,body{ |
2 | background-color: black; | |
3 | color: white; | |
4 | } | |
5 | ||
6 | div#title,div#subtitle{ | |
7 | font-family: "Liberation Mono","DejaVu Sans Mono","Lucida Console",monospace; | |
8 | font-weight: bold; | |
9 | text-align: center; | |
10 | padding: 0; | |
11 | margin: 0; | |
12 | } | |
13 | ||
14 | div#title{ | |
15 | font-size: 7em; | |
16 | } | |
17 | ||
18 | div#subtitle{ | |
19 | font-size: 3em; | |
20 | } | |
21 | ||
22 | div#result{ | |
23 | padding: 0.5em; | |
24 | text-align: center; | |
25 | /* border: thin dotted white; */ | |
26 | } | |
27 | ||
28 | textarea{ | |
29 | width: 100%; | |
30 | height: 10em; | |
31 | display: block; | |
32 | } | |
33 | ||
34 | table,td,th{ | |
35 | text-align: center; | |
36 | border-collapse: collapse; | |
37 | border: thin dotted white; | |
38 | padding: 0.1em; | |
39 | } | |
40 | ||
41 | table{ | |
42 | width: 98%; | |
43 | margin: 1% | |
44 | } | |
45 | ||
46 | table.upsstats{ | |
47 | width: auto; | |
48 | margin: 1em auto; | |
49 | } | |
50 | ||
51 | table.upsstats table, table.upsstats table tr, table.upsstats table th, table.upsstats table td { | |
52 | border-width: 0; | |
53 | width: auto; | |
54 | } | |
55 | ||
56 | a:link,a:visited{ | |
57 | color: white; | |
58 | } | |
59 | ||
60 | table.alternating>tbody>tr:nth-child(odd){ | |
61 | background-color: #222; | |
62 | } | |
63 | ||
64 | span.i{ | |
65 | color: #F00; | |
66 | } | |
67 | ||
68 | span.Eval{ | |
69 | color: #0F0; | |
70 | } | |
71 | ||
72 | div.centertext{ | |
73 | text-align: center; | |
74 | } | |
75 | ||
76 | h1.nomargintop{ | |
77 | margin-top: 0; | |
78 | } | |
79 | ||
80 | span.yes{ | |
81 | color: #0F0; | |
82 | } | |
83 | ||
84 | span.no{ | |
85 | color: #F00; | |
86 | } | |
87 | ||
88 | span.lowyes{ | |
89 | color: #8F8; | |
90 | } | |
91 | ||
92 | td.size{ | |
93 | color: #EEE; | |
94 | font-size: 0.9em; | |
95 | } | |
96 | ||
97 | ul.stats{ | |
98 | margin:0; | |
99 | padding:0; | |
100 | } | |
101 | ||
102 | ul.stats li{ | |
103 | display: inline-block; | |
104 | margin-right: 1em; | |
105 | } | |
106 | ||
107 | a.nounderline:link{ | |
108 | text-decoration: none; | |
109 | } | |
110 | ||
111 | td.r0{ | |
112 | color: green; | |
113 | } | |
114 | ||
115 | td.r10{ | |
116 | color: gold; | |
117 | } | |
118 | ||
119 | td.r1{ | |
120 | color: darkred; | |
121 | } | |
122 | ||
123 | td.r3{ | |
124 | color: aqua; | |
125 | } | |
126 | ||
127 | td.r-1{ | |
128 | color: red; | |
129 | } | |
130 | ||
131 | table.sample, table.sample th, tample.sample td{ | |
132 | width: auto; | |
133 | vertical-align: top; | |
134 | margin: 0; | |
135 | padding: 0.2em 1em; | |
136 | text-align: left !important; | |
137 | } | |
138 | ||
139 | nav ul{ | |
140 | list-style: none; | |
141 | padding: 0; | |
142 | text-align: center; | |
143 | } | |
144 | ||
145 | nav li a{ | |
146 | padding: 0.5em; | |
147 | display: inline-block; | |
148 | text-decoration: none; | |
149 | } | |
150 | ||
151 | nav li{ | |
152 | margin: 0.5em; | |
153 | background-color: #222; | |
154 | display: inline-block; | |
155 | border: thin dotted white; | |
156 | } | |
157 | ||
158 | nav li:hover{ | |
159 | background-color: #444; | |
160 | } | |
161 | ||
162 | footer{ | |
163 | width: 60em; | |
164 | margin: auto; | |
165 | margin-top: 6em; | |
166 | white-space: pre-wrap; | |
167 | font-size: 75%; | |
168 | color: #777; | |
169 | } | |
170 | ||
171 | a.disabled{ | |
172 | pointer-events: none; | |
173 | text-decoration: none; | |
174 | } | |
175 | ||
176 | #admin{ | |
177 | font-size: 75%; | |
178 | color: #777; | |
179 | position: absolute; | |
180 | top: 1px; | |
181 | right: 1px; | |
182 | } |