Merge branch 'master' into gruntmaster
[gruntmaster-page.git] / static / gm.css
CommitLineData
7dc32473
MG
1html,body{
2 background-color: black;
3 color: white;
4}
5
6div#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
14div#title{
15 font-size: 7em;
16}
17
18div#subtitle{
19 font-size: 3em;
20}
21
22div#result{
23 padding: 0.5em;
24 text-align: center;
25/* border: thin dotted white; */
26}
27
28textarea{
29 width: 100%;
30 height: 10em;
31 display: block;
32}
33
34table,td,th{
35 text-align: center;
36 border-collapse: collapse;
37 border: thin dotted white;
38 padding: 0.1em;
39}
40
41table{
42 width: 98%;
43 margin: 1%
44}
45
46table.upsstats{
47 width: auto;
48 margin: 1em auto;
49}
50
51table.upsstats table, table.upsstats table tr, table.upsstats table th, table.upsstats table td {
52 border-width: 0;
53 width: auto;
54}
55
56a:link,a:visited{
57 color: white;
58}
59
60table.alternating>tbody>tr:nth-child(odd){
61 background-color: #222;
62}
63
64span.i{
65 color: #F00;
66}
67
68span.Eval{
69 color: #0F0;
70}
71
72div.centertext{
73 text-align: center;
74}
75
76h1.nomargintop{
77 margin-top: 0;
78}
79
80span.yes{
81 color: #0F0;
82}
83
84span.no{
85 color: #F00;
86}
87
88span.lowyes{
89 color: #8F8;
90}
91
92td.size{
93 color: #EEE;
94 font-size: 0.9em;
95}
96
97ul.stats{
98 margin:0;
99 padding:0;
100}
101
102ul.stats li{
103 display: inline-block;
104 margin-right: 1em;
105}
106
107a.nounderline:link{
108 text-decoration: none;
109}
110
111td.r0{
112 color: green;
113}
114
115td.r10{
116 color: gold;
117}
118
119td.r1{
120 color: darkred;
121}
122
123td.r3{
124 color: aqua;
125}
126
127td.r-1{
128 color: red;
129}
130
131table.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
139nav ul{
140 list-style: none;
141 padding: 0;
142 text-align: center;
143}
144
145nav li a{
146 padding: 0.5em;
147 display: inline-block;
148 text-decoration: none;
149}
150
151nav li{
152 margin: 0.5em;
153 background-color: #222;
154 display: inline-block;
155 border: thin dotted white;
156}
157
158nav li:hover{
159 background-color: #444;
160}
161
162footer{
163 width: 60em;
164 margin: auto;
165 margin-top: 6em;
166 white-space: pre-wrap;
167 font-size: 75%;
168 color: #777;
169}
170
171a.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}
This page took 0.019273 seconds and 4 git commands to generate.