-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
52 lines (42 loc) · 1.03 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
body { background-color: #DDD; }
.content {
background-color: #f5f5f5;
padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px;
margin-top: 10px; margin-right: 10px; margin-bottom: 10px; margin-left: 10px;
}
a.navlink:link { color: #003366; font-weight: bold; text-decoration: none; }
a.navlink:visited { color: #003366; font-weight: bold; text-decoration: none; }
a.navlink:hover { color: #CCCCCC; font-weight: bold; text-decoration: none; }
td {
font-family: Tahoma; font-size: 13px;
vertical-align: center;
}
.title {
font-size: 24px; font-weight: normal; color: #FFFFFF;
margin-top: 5px; margin-bottom: 5px; margin-left: 20px;
padding-top: 5px; padding-bottom: 5px; padding-left: 20px;
}
ul, li{
margin:0;
padding:0 0 0 15px;
}
.column{
float: left;
margin: 0 20px 0 0;
}
fieldset {
padding: 1em;
font:80%/1 sans-serif;
}
label {
float:left;
width:25%;
margin-right:0.5em;
padding-top:0.2em;
text-align:right;
font-weight:bold;
}
img.resize {
width:220px;
height:300px;
}