-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
149 lines (128 loc) · 1.82 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
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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
body, input
{
font-family: "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
color: #44352C;
}
a
{
color: #9B9C83;
text-decoration:none;
border-bottom: 1px orange dashed;
}
a:hover
{
color: #0080FF;
}
#container
{
border: 1px #9B9C83 solid;
-moz-border-radius: 8px;
margin: auto;
padding: 5px;
width: 700px;
}
#title
{
color: #CC6633;
margin: 0;
}
ul#navigation, ul#form
{
list-style-type: none;
padding: 0;
margin: 0;
}
ul#navigation
{
float: right;
}
ul#form
{
clear: both;
}
ul#navigation li
{
float: left;
margin: 0;
padding: 5px 0;
border-top: 2px #BFAA9B solid;
}
ul#navigation li a
{
font-weight: bold;
color: #ffffff;
background-color: #AA8E79;
padding: 5px 15px;
margin-left: 1px;
text-decoration: none;
border-bottom: 0 #ffffff solid;
}
ul#navigation li a:hover
{
color: #44352C;
}
ul#form li
{
width: 700px;
}
#footer
{
color: #9B9C83;
font-size: small;
text-align: right;
}
#address_bar
{
border-top: 2px #BFAA9B solid;
border-bottom: 3px #44352C solid;
background-color: #AA8E79;
text-align: center;
padding: 5px 0;
color: #ffffff;
}
#go
{
background-color: #ffffff;
font-weight: bold;
color: #AA8E79;
border: 0 #ffffff solid;
padding: 2px 5px;
}
#address_box
{
width: 500px;
}
.option
{
padding: 2px 0;
background-color: #EEEBEA;
}
.option label
{
border-bottom: 2px #ffffff solid;
}
form
{
margin: 0;
}
#error, #auth
{
background-color: #BF6464;
border-top: 1px solid #44352C;
border-bottom: 1px solid #44352C;
width: 700px;
clear: both;
}
#auth
{
background-color: #94C261;
}
#error p, #auth p, #auth form
{
margin: 5px;
}
#phproxy_form {
position: absolute;
left: 300px;
top: 150px;
}