This repository was archived by the owner on Sep 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyles.css
More file actions
83 lines (71 loc) · 1.25 KB
/
styles.css
File metadata and controls
83 lines (71 loc) · 1.25 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
.main {
padding: 10px 10px 10px 10px;
margin-right: auto;
margin-left: auto;
width: 34em;
text-align: left;
vertical-align: top;
background: #448;
border: 1px #ccc solid;
border-radius: 10px;
}
.f {
padding-left: 5px;
border-bottom: 1px #000 solid;
border-right: 1px #000 solid;
border-left: 1px #202 solid;
border-top: 1px #202 solid;
}
.ta {
width: 100%;
height: 200px;
overflow: auto;
border: 2px solid white;
background: #eef;
}
.it0 {
background: #eef;
padding: 5px;
}
.it1 {
background: #ccd;
padding: 5px;
}
.its {
background: #f34;
padding: 5px;
}
.status {
position: absolute;
margin-left: 50px;
color: #f23;
font-size: 8em;
}
body { margin: 0px; font-size: 1.5em; text-align: center; background: #fff; }
select:focus, input:focus, textarea:focus,
select.iefocus, input.iefocus, textarea.iefocus {
background: #ddf;
}
select, input {
background: #aaf;
font-size: 0.8em;
}
textarea {
background: #aaf;
font-size: 1.05em;
}
.error {
position: absolute;
background: #f22;
}
.debug {
text-align: left;
font-size: 0.8em;
margin-left: 5%;
width: 90%;
border-top: 5px solid black;
}
/*
FILE ARCHIVED ON 08:07:02 Apr 10, 2011 AND RETRIEVED FROM THE
INTERNET ARCHIVE ON 10:32:58 Apr 04, 2021.
*/