• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/* $Id$ */
2body {
3  background: #FFFFFF;
4  color: #000000;
5  font-family: Verdana, Arial, Helvetica, sans-serif;
6  margin: 0;
7  padding: 0;
8  text-align: justify;
9}
10
11#content {
12  margin: 10px 5em 10px 10em;
13  padding: 0;
14  font-family: Verdana, Arial, Helvetica, sans-serif;
15  font-size: 14px;
16}
17
18#menu {
19  position: fixed;
20  top: 10px;
21  left: 10px;
22  background: #17529D;
23  border: 1px outset #808080;
24  text-align: center;
25  width: 7em;
26}
27
28#menu ul {
29  list-style: none;
30  margin: 0;
31  padding: 0.1em 0.5em;
32}
33
34#menu a {
35  border-bottom: 2px solid #ABD74C;
36  color: white;
37  display: block;
38  font-weight: bold;
39  padding: 10px;
40  text-decoration: none;
41}
42
43#menu a:hover {
44  background: #82A439;
45}
46
47#submenu {
48  left: 20px;
49  background: #17529D;
50  border: 2px solid #ABD74C;
51  text-align: center;
52  width: 7em;
53}
54
55#submenu ul {
56  list-style: none;
57  margin: 0;
58  padding: 0.1em 0.5em;
59}
60
61#submenu a {
62  border-bottom: 2px solid #ABD74C;
63  color: white;
64  display: block;
65  font-weight: bold;
66  padding: 10px;
67  text-decoration: none;
68}
69
70#submenu a:hover {
71  background: #82A439;
72}
73
74
75
76#footer {
77  border-top: 1px solid;
78  padding: 4px;
79  text-align: center;
80  font-size: x-small;
81  color: silver;
82}
83
84#footer img {
85   margin: 0px 10px;
86}
87
88ul.sitemap {
89  padding: 0px;
90}
91
92ul.sitemap li {
93  list-style: none;
94}
95
96table {
97  background:white;
98  color:black;
99  font-family: Verdana, Arial, Helvetica, sans-serif;
100  font-size: 12px;
101  border: 1px #ABD74C solid;
102  margin-bottom: 5px;
103}
104
105table th {
106  background-color: #DFFF9C;
107  border-bottom: 1px  #ABD74C solid;
108}
109
110table td {
111  border-bottom: 1px  #ABD74C solid;
112}
113
114table.devlist th {
115  font-size: 18px;
116}
117
118.code {
119  font-family: Courier, fixed;
120  white-space: pre;
121}
122
123h3#latest_release {
124  text-align: center;
125  background: #CFF57C;
126  border: 2px solid #ABD74C;
127}
128
129.hilight {
130  text-align: center;
131  background: #CFF57C;
132  border: 2px solid #ABD74C;
133}
134
135.settingtitle {
136  border-bottom: 1px solid #ABD74C;
137}
138
139img {
140  border: 0px;
141}
142