-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcss.css
77 lines (71 loc) · 1.24 KB
/
css.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
/* CSS Document */
.menu {
font-family: Arial, Helvetica, sans-serif;
font-size: medium;
font-weight: bold;
color: #666666;
position:absolute;
right:30px;
top:80px;
height:269px;
z-index:1;
visibility: visible;
text-align:right;
}
.menuitem {
margin-bottom: 5px;
}
body,td,th {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: medium;
color: #333333;
margin-right: auto;
margin-left: auto;
}
.main {
background-color: #FFFFFF;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
border: none;
line-height: 150%;
}
.center {height: 200px; width: 500px; left: 50%; margin: -195px 0px 0px -250px; padding: 0px; position: absolute; top: 48%; }
#a:link {
color: #FF6600;
}
a:visited {
color: #FF6600;
text-decoration: none;
}
a:hover {
color: #FF9900;
text-decoration: none;
}
a:link {
color: #FF6600;
text-decoration: none;
}
div.tooltip
{
text-align: left;
width:175px;
font-family: Verdana, Arial;
font-size: 11px;
line-height: 15px;
margin: 0;
padding: 5px;
position: absolute;
border: 1px solid #000;
z-index: 100;
background: #FFFFF0;
-moz-border-radius: 5px;
-moz-opacity: .95;
opacity: .95;
filter: alpha(opacity=95);
display: none;
}
a:active {
text-decoration: none;
}