-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsudo.css
53 lines (46 loc) · 1.55 KB
/
sudo.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
/*
Copyright December 2006 Thomas Whaples
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more detailsudo.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
body {
width: 400px;
margin-left: auto;
margin-right: auto;
}
h1,h3 { text-align: center; margin: 0pt; }
#sudo table * input {
width: 20pt;
height: 20pt;
font-family: fixed;
font-size: 14pt;
text-align: center;
vertical-align: middle;
border: thin gray solid;
}
form#sudo {
text-align: center;
border: 1px #CCF solid;
padding: 50px;
padding-bottom: 20px;
background: #EEF;
}
#sudo table {
border: 1px #99C solid;
background: white;
}
#sudo * tr, #sudo * td { border: 0px; padding: 1px; }
td.stripeA { background: #FAA; }
td.stripeB { background: #AAF; }
.user { color: #006; font-weight: bold;}
.system { color: green; }
.error { color: white; font-weight: bold; background: red;}