This repository was archived by the owner on Feb 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstyle.css
More file actions
98 lines (83 loc) · 1.3 KB
/
style.css
File metadata and controls
98 lines (83 loc) · 1.3 KB
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
body
{
margin: 10px 0px 0px 0px;
padding: 0px;
font-size: 12px;
}
form, input
{
margin: 0px;
padding: 0px;
}
body, input
{
font-family: 'lucida sans unicode', lucida, helvetica, verdana, arial, sans-serif;
}
body
{
background-color: #FFFFCC;
color: #ffffff;
}
input
{
font-size: 10px;
font-weight: bold;
color: #000000;
}
.title
{
margin-left: 3px;
font-size: 25px;
color: #ffffff;
border-bottom: 1px solid #ffffff;
}
.error
{
font-size: 12px;
background-color: #F8E6CB;
color: #000000;
border-bottom: 1px solid #97CCA8;
}
#container
{
-moz-border-radius: 20px;
border: 1px solid #CCCDD7;
width: 730px;
margin: auto;
background-color: #99CC66;
}
#menu
{
-moz-border-radius: 0 30px 0 0;
border-left: 1px solid #CCCDD7;
border-bottom: 1px solid #CCCDD7;
float: right;
height: 20px;
background-color: #ffffff;
color: #336600;
}
.option
{
height: 25px;
border-bottom: 1px solid #ffffff;
background-color: #7FB24C;
}
.shade
{
background-color: #E1F3CF;
}
.head
{
background-color: #A2AACE;
}
a:link, a:visited
{
color: #8A3545;
text-decoration: none;
}
a:hover, a:active
{
color: #8A3545;
text-decoration: underline;
background-color: transparent;
}