-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyles.css
124 lines (104 loc) · 1.3 KB
/
styles.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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
body
{
background-color:#ffffff;
margin:0px;
margin-top:30px;
padding:0px;
}
h2
{
font-family:verdana;
text-align:left;
color:#000000;
}
h3
{
font-family:verdana;
color:#000000;
margin-top:0px;
margin-bottom:10px;
}
div, p
{
font-family:verdana;
font-size:12px;
text-align:left;
color:#000000;
}
input, textarea
{
font-family:courier new;
font-size:12px;
resize:none;
resize:vertical;
}
a:link , a:visited
{
color:#5f7c28;
text-decoration:none;
}
a:hover, a:active
{
color:#008000;
text-decoration:none;
}
.menu
{
text-align:right;
padding:5px 10px;
}
.center
{
margin:auto;
width:750px;
padding:0px;
}
.warning
{
color:#FF0000;
font-style:italic;
}
.small
{
font-size:10px;
}
.col
{
padding:20px;
}
#top
{
background-color:#7AB800;
background-image:url('dupes_top.jpg');
padding-top:10px;
padding-left:20px;
width:730px;
margin-bottom:1px;
}
#middle
{
background-color:#dbe7c2;
background-image:url('line.png');
overflow-y:hidden;
}
#col1
{
float:left;
width:270px;
}
#col2
{
float:right;
width:409px;
padding-right:10px;
}
#bottom
{
clear:both;
background-color:#7AB800;
background-image:url('dupes_bottom.jpg');
padding-left:20px;
padding-top:20px;
width:730px;
margin-top:1px;
}