PR target/27599
[official-gcc.git] / libjava / classpath / doc / www.gnu.org / savannah.css
blob5ec8f09c9e5841d81e72946d481bffdec3a66863
1 /*
3 * the savannah project
4 * copyright 2002 (c) mathieu roy <yeupou@gnu.org>
5 * see the changelog file for a detailed list of changes
7 * http://savannah.gnu.org
9 * this program is free software; you can redistribute it and/or
10 * modify it under the terms of the gnu general public license
11 * as published by the free software foundation; either version 2
12 * of the license, or (at your option) any later version.
14 * this program is distributed in the hope that it will be useful,
15 * but without any warranty; without even the implied warranty of
16 * merchantability or fitness for a particular purpose. see the
17 * gnu general public license for more details.
19 * you should have received a copy of the gnu general public license
20 * along with this program; if not, write to the free software
21 * foundation, inc., 59 temple place - suite 330, boston, ma 02110-1301, usa.
23 * $id: savannah.css,v 1.33 2002/10/29 10:53:12 yeupou exp $
26 * as savannah.theme is the default theme of images, this css
27 * is the default css2 style definition
28 * any valuable changes added that any theme should implement
29 * should be implemented here
33 /* general stuff */
34 body {
35 margin-top: 0.5%;
36 margin-left: 0.5%;
37 margin-right: 0.5%;
38 margin-bottom: 0.5%;
39 background-color: #ffffff;
40 font-family: arial,helvetica;
41 font-size: small;
42 color: #333333;
45 a { text-decoration: none; color: #841212;}
46 a:hover { text-decoration: underline; color: #ff0000; }
47 a:active { color: #ff0000; }
49 .smaller { font-size: smaller; }
50 .small { font-size: small; }
51 .xsmall { font-size: xx-small; }
52 .center { text-align: center; }
53 .left { text-align: left; }
54 .error { font-weight: bold; color: #ff0000; }
55 .bold { font-weight: bold; }
56 .feedback { color: red; }
58 pre,tt { font-family: courier,sans-serif; }
59 input {
60 background-color: #fff9e0;
61 color: #841212;
63 input:hover { color: #ff0000; }
64 select {
65 background-color: #fff9e0;
66 color: #841212;
69 /* commented out because of a bug in Mozilla 1.2* and 1.1
70 select:hover { color: #ff0000; }
72 textarea {
73 background-color: #fff9e0;
74 color: #000000;
76 textarea:hover { color: #ff0000; }
77 .footer { font-size: x-small; color: #333333; }
78 .standardtable { width: 99%; border-spacing: 0; border: 0; color: #333333; }
80 /* content frame specific */
81 .contenttable {
82 background-color: #ffffff;
83 vertical-align: top;
84 width: 99%;
85 border-spacing: 0;
86 border-bottom: thin solid #333333;
87 border-top: thin solid #333333;
88 border-right: thin solid #333333;
91 /* group menu specific (see tabs and tabselect too) */
92 .groupmenutable { background-color: #f9e4a2; width: 100% ; border-top: thin solid #000000; border-bottom: thin solid #000000; }
94 /* left menu specific */
95 .menutable { vertical-align: top; background-color: #f4d495; width: 150px; border-spacing: 0; border: 0; font-size: small;}
96 .menutitle { vertical-align: top; font-weight: bold; text-align: left; color: #333333; }
97 .menuitem { vertical-align: top; text-align: right; color: #333333; }
98 .menusearch { font-size: xx-small; }
100 /* classic box */
101 .boxtable { width: 99%; vertical-align: top; border-spacing: 1px; border: 0; }
102 .boxtitle { background-image: url("/images/savannah.theme/leopard.png"); background-color: #eddb5a; font-weight: bold; text-align: center; text-transform: capitalize; color: #000000; }
103 .boxitem { /*background-image: url("/images/savannah.theme/sand.png");*/ background-color: #fff9e0; text-align: left; color: #333333; }
104 .boxitemalt { background-color: #ffffff; text-align: left; color: #333333; }
105 .boxhighlight { background-color: #ffe0db; text-align: left; color: #333333; }
107 /* priority */
108 .priora { background-color: #f9f7f2; }
109 .priorb { background-color: #f4f0e8; }
110 .priorc { background-color: #efeade; }
111 .priord { background-color: #eae3d5; }
112 .priore { background-color: #e2dbcc; }
113 .priorf { background-color: #ddd7c7; }
114 .priorg { background-color: #d8d1be; }
115 .priorh { background-color: #d6ceb8; }
116 .priori { background-color: #d3caaf; }
118 /* index.php */
119 .indexcenter { vertical-align: top; width: 65%; color: #333333; }
120 .indexright { vertical-align: top; width: 35%; color: #333333; }
122 /* tabs */
123 .tabselect { color: #000000; font-weight: bold; }
124 .tabselect:visited { font-weight: bold;}
125 .tabselect:hover { color:#ff0000; font-weight: bold; }
127 .titlebar { text-decoration:none; color:#000000; font-size: small; font-weight: bold; }
128 .develtitle { color:#000000; font-weight: bold; }
129 .legallink { color:#000000; font-weight: bold; }
133 /* this is the original sourceforge css.. we let this stuff here until this savaannah css is fully used */
135 span.center { text-align: center; }
136 span.boxspace { font-size: 2pt; }
137 span.alignright { text-align: right }
138 span.maintitlebar { font-size: 10pt; color: #ffffff; }
139 span.titlebar { text-align: center; font-size: larger; color: #000000; font-weight: bold; }