forked from c-ares/c-ares.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cares.css
83 lines (71 loc) · 1.31 KB
/
cares.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
BODY {
background-color: #ffffff;
max-width: 50em;
margin-left: auto;
margin-right: auto;
}
P {
font-family: sans-serif;
color: black;
background-color: white;
padding-left: 5px;
}
.title {
padding-bottom: 10px;
font-family: arial, helvetica, ariel, sans-serif;
color: black;
font-size: 200%;
font-weight: bold;
}
.subtitle {
border-bottom: solid 1px black;
font-family: arial, helvetica, ariel, sans-serif;
font-size: 140%;
}
.box {
}
/* the left-side menu */
.menu {
border-color: black;
border-width: 1px;
border-style: solid;
color: #000000;
background-color: #ffffff;
text-align: left;
padding: 2px 2px 2px 2px;
}
.menu a {
text-decoration: none;
font-family: sans-serif;
}
.funcmenu {
border: outset 1px #000000;
float: right;
background: #ffffff;
padding: 4px 4px 4px 4px;
}
.funcmenu a {
text-decoration: none;
font-family: sans-serif;
color: #003000;
padding: 0px 0px 0px 0px;
}
.funcmenu div {
padding: 1px 1px 1px 1px;
}
.itemselect {
background-color: #e0e0ff;
}
/* a non-selected item in the main menu, with the mouse hovering */
.funcmenu a:hover {
text-decoration: none;
background-color: #e0e0ff;
color: #000000;
white-space: nowrap;
padding: 0px 0px 0px 0px;
font-family: sans-serif;
}
tr.odd {
color: #000000;
background-color: #e0e0ff;
}