-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.css
53 lines (47 loc) · 1.02 KB
/
default.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
a:link {text-decoration: none; color: black; }
a:visited {text-decoration: none; color: black; }
a:active {text-decoration: none; color: black; }
a:hover {text-decoration: underline; color: black; }
#menu {
width: 100%;
background: #fff;
float: left;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 8em;
float: left;
}
#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}
table.main {
border-width: 1px;
border-spacing: 0px;
border-style: outset;
border-color: gray;
border-collapse: separate;
background-color: white;
}
table.main td {
border-width: 1px;
padding: 2px;
border-style: inset;
border-color: gray;
background-color: white;
}
table.main th {
border-width: 1px;
padding: 2px;
border-style: inset;
border-color: gray;
background-color: white;
}