-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommon.css
More file actions
55 lines (46 loc) · 846 Bytes
/
common.css
File metadata and controls
55 lines (46 loc) · 846 Bytes
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
body {
background-color: black;
font-family: "Arial";
font-size: larger;
padding: 1em;
}
a {
color: #8C1335;
text-decoration: none;
}
div#container {
width: 100%;
margin: 0 auto;
border: 1px solid #139A76;
background-color: #ffffff;
}
h1 {
background-color: #139A76;
margin: 0px;
padding: .5em;
font-weight: bold;
text-align: center;
}
fieldset {
margin: 1em;
padding: 1em;
border: 1px solid #6BB973;
}
legend {
margin: 0 1em;
padding: 0.1em 1em;
border: 1px solid #6BB973;
font-size: larger;
font-weight: bold;
text-align: center;
}
input {
float: left;
}
input.text {
width: 100%;
}
label {
margin: 0px 1em;
float: left;
}