-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
88 lines (71 loc) · 918 Bytes
/
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
a:hover {
background-color:#EAEAEA;
color:#000
}
a:active {
text-decoration:underline;
color:#FFF
}
.required {
color:red
}
.valid {
background-color:#8FF783
}
.invalid {
background-color:#FF8080
}
.notice {
background-color:#FAF796
}
* {
margin:0;
padding:0
}
.searchbox {
margin-bottom:0;
width:300px;
font-size:15px;
padding:2px 0 5px 5px
}
.button {
width:100px;
height:27px;
border:1px solid #000
}
.subButton {
width:100px;
height:27px
}
ul {
list-style-type:none;
margin:0;
padding:0
}
li {
display:inline
}
.menu {
background-color:#8FA5BD;
border-top:1px solid #000;
border-bottom:1px solid #000
}
.menuitem {
font-size:15px;
font-weight:700
}
.bold {
font-weight:700
}
.ctable {
border:1px solid #000;
border-collapse:collapse
}
.logobg {
background-image:url('http://www.footesbooks.com/images/logobg.png');
background-repeat:repeat-x
}
a:link,a:visited {
text-decoration:none;
color:#000
}