-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyles_popup.css
93 lines (78 loc) · 1019 Bytes
/
styles_popup.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
body
{
background-color:#ffffff;
margin:0px;
margin-top:20px;
padding:0px;
}
h2
{
font-family:verdana;
text-align:left;
color:#000000;
}
div, p
{
font-family:verdana;
font-size:12px;
text-align:left;
color:#000000;
}
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:350px;
padding:0px;
}
#top
{
background-color:#7AB800;
background-image:url('dupes_top.jpg');
padding:10px;
width:330px;
margin-bottom:1px;
}
#middle
{
background-color:#dbe7c2;
overflow:hidden;
padding:10px;
width:330px;
}
#col1
{
float:left;
width:50px;
border-left-style:none;
}
#col2
{
float:right;
width:288px;
padding-right:10px;
border-right-style:none;
}
#bottom
{
clear:both;
background-color:#7AB800;
background-image:url('dupes_bottom.jpg');
padding:10px;
width:330px;
margin-top:1px;
}