-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweb.css
57 lines (54 loc) · 906 Bytes
/
web.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
body {
font-family: Arial, Helvetica, sans-serif;
}
td {
font-family: Arial, Helvetica, sans-serif;
}
th {
font-family: Arial, Helvetica, sans-serif;
}
body {
background-color: #FFD99F;
font-family: Arial, Helvetica, sans-serif;
}
#footer {
font-size: x-small;
font-style: italic;
text-align: center;
}
.submit {
background-color: #E6D8AE;
border: thin outset #FFB55F;
}
#configure .code {
width: 4em;
}
#configure .title {
width: 12em;
}
h1 {
color: #000000;
font-style: italic;
}
h2 {
font-size: large;
}
#menubar a {
width: auto;
margin: 0.2em;
padding: 0.2em;
vertical-align: middle;
text-align: center;
background-color: #E6D8AE;
color: #000000;
border: thin solid #7F5A2F;
text-decoration: none;
}
#menubar {
background-color: #FFB55F;
margin: 0.75em;
padding: 0.75em;
}
#contents {
background-color: #FFEFD9;
}