|
1
|
/* General settings for the entire page */ |
|
2
|
body { |
|
3
|
margin: 0ex 0ex; |
|
4
|
padding: 0px; |
|
5
|
background-color: #fef3bc; |
|
6
|
font-family: sans-serif; |
|
7
|
} |
|
8
|
|
|
9
|
/* The project logo in the upper left-hand corner of each page */ |
|
10
|
div.logo { |
|
11
|
display: inline; |
|
12
|
text-align: center; |
|
13
|
vertical-align: bottom; |
|
14
|
font-weight: bold; |
|
15
|
font-size: 2.5em; |
|
16
|
color: #a09048; |
|
17
|
} |
|
18
|
|
|
19
|
/* The page title centered at the top of each page */ |
|
20
|
div.title { |
|
21
|
display: table-cell; |
|
22
|
font-size: 2em; |
|
23
|
font-weight: bold; |
|
24
|
text-align: left; |
|
25
|
padding: 0 0 0 5px; |
|
26
|
color: #a09048; |
|
27
|
vertical-align: bottom; |
|
28
|
width: 100%; |
|
29
|
} |
|
30
|
|
|
31
|
/* The login status message in the top right-hand corner */ |
|
32
|
div.status { |
|
33
|
display: table-cell; |
|
34
|
text-align: right; |
|
35
|
vertical-align: bottom; |
|
36
|
color: #a09048; |
|
37
|
padding: 5px 5px 0 0; |
|
38
|
font-size: 0.8em; |
|
39
|
font-weight: bold; |
|
40
|
} |
|
41
|
|
|
42
|
/* The header across the top of the page */ |
|
43
|
div.header { |
|
44
|
display: table; |
|
45
|
width: 100%; |
|
46
|
} |
|
47
|
|
|
48
|
/* The main menu bar that appears at the top of the page beneath |
|
49
|
** the header */ |
|
50
|
div.mainmenu { |
|
51
|
padding: 5px 10px 5px 10px; |
|
52
|
font-size: 0.9em; |
|
53
|
font-weight: bold; |
|
54
|
text-align: center; |
|
55
|
letter-spacing: 1px; |
|
56
|
background-color: #a09048; |
|
57
|
color: black; |
|
58
|
} |
|
59
|
|
|
60
|
/* The submenu bar that *sometimes* appears below the main menu */ |
|
61
|
div.submenu { |
|
62
|
padding: 3px 10px 3px 0px; |
|
63
|
font-size: 0.9em; |
|
64
|
text-align: center; |
|
65
|
background-color: #c0af58; |
|
66
|
color: white; |
|
67
|
} |
|
68
|
div.mainmenu a, div.mainmenu a:visited, div.submenu a, div.submenu a:visited { |
|
69
|
padding: 3px 10px 3px 10px; |
|
70
|
color: white; |
|
71
|
text-decoration: none; |
|
72
|
} |
|
73
|
div.mainmenu a:hover, div.submenu a:hover { |
|
74
|
color: #a09048; |
|
75
|
background-color: white; |
|
76
|
} |
|
77
|
|
|
78
|
/* All page content from the bottom of the menu or submenu down to |
|
79
|
** the footer */ |
|
80
|
div.content { |
|
81
|
padding: 1ex 5px; |
|
82
|
} |
|
83
|
div.content a { color: #706532; } |
|
84
|
div.content a:link { color: #706532; } |
|
85
|
div.content a:visited { color: #704032; } |
|
86
|
div.content a:hover { background-color: white; color: #706532; } |
|
87
|
|
|
88
|
/* Some pages have section dividers */ |
|
89
|
div.section { |
|
90
|
margin-bottom: 0px; |
|
91
|
margin-top: 1em; |
|
92
|
padding: 3px 3px 0 3px; |
|
93
|
font-size: 1.2em; |
|
94
|
font-weight: bold; |
|
95
|
background-color: #a09048; |
|
96
|
color: white; |
|
97
|
} |
|
98
|
|
|
99
|
/* The "Date" that occurs on the left hand side of timelines */ |
|
100
|
div.divider { |
|
101
|
background: #e1d498; |
|
102
|
border: 2px #a09048 solid; |
|
103
|
font-size: 1em; font-weight: normal; |
|
104
|
padding: .25em; |
|
105
|
margin: .2em 0 .2em 0; |
|
106
|
float: left; |
|
107
|
clear: left; |
|
108
|
} |
|
109
|
|
|
110
|
/* The footer at the very bottom of the page */ |
|
111
|
div.footer { |
|
112
|
font-size: 0.8em; |
|
113
|
margin-top: 12px; |
|
114
|
padding: 5px 10px 5px 10px; |
|
115
|
text-align: right; |
|
116
|
background-color: #a09048; |
|
117
|
color: white; |
|
118
|
} |
|
119
|
|
|
120
|
/* Hyperlink colors */ |
|
121
|
div.footer a { color: white; } |
|
122
|
div.footer a:link { color: white; } |
|
123
|
div.footer a:visited { color: white; } |
|
124
|
div.footer a:hover { background-color: white; color: #558195; } |
|
125
|
|
|
126
|
/* <verbatim> blocks */ |
|
127
|
pre.verbatim { |
|
128
|
background-color: #f5f5f5; |
|
129
|
padding: 0.5em; |
|
130
|
} |
|
131
|
|
|
132
|
/* The label/value pairs on (for example) the ci page */ |
|
133
|
table.label-value th { |
|
134
|
vertical-align: top; |
|
135
|
text-align: right; |
|
136
|
padding: 0.2ex 2ex; |
|
137
|
} |
|
138
|
|