-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
85 lines (73 loc) · 1.4 KB
/
style.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
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
83
84
body {
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #333333;
padding: 10px;
width: 900px;
margin: 0px auto;
line-height: 1.4em;
}
pre {
font-family: monospace;
background-color: #eee;
padding: 2px;
padding-left: 10px;
margin-left: 20px;
margin-right: 20px;
border-left: 3px solid #ccc;
line-height: 1.3em;
}
hr {
height: 1px;
color: #aaaaaa;
background-color: #aaaaaa;
border: 0;
}
h1 {
border-bottom: 1px solid #aaa;
text-align: center;
font-variant: small-caps;
padding-bottom: 0.5em;
}
h2 {
font-variant: small-caps;
letter-spacing: 0.10em;
}
form {
border: none;
margin: 0;
}
textarea {
border: 1px solid #aaaaaa;
color: Black;
background-color: white;
width: 100%;
padding: 0.1em;
overflow: auto;
}
input {
margin-top:1px;
padding: 0 0.4em !important;
background-color: White;
border: 1px solid #aaaaaa;
}
a, ulink{
color: #333;
text-decoration:none;
border-bottom: 1px #333 dotted;
display: inline;
}
a:hover {
color: #333;
text-decoration: None;
border-bottom: 1px #000 solid;
}
a:visited {
color: #333;
}
img { display: block; margin-left: auto; margin-right: auto; }
.tt { font-family: monospace; }
table.nav { width: 100%; }
table.nav td { width: 33%; }
table.nav td.prev { text-align: left; }
table.nav td.up { text-align: center; }
table.nav td.next { text-align: right; }