OpenCores
URL https://opencores.org/ocsvn/scarts/scarts/trunk

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [libjava/] [classpath/] [doc/] [www.gnu.org/] [savannah.css] - Blame information for rev 14

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 14 jlechner
/*
2
 *
3
 * the savannah project
4
 * copyright 2002 (c) mathieu roy 
5
 * see the changelog file for a detailed list of changes
6
 *
7
 *  http://savannah.gnu.org
8
 *
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.
13
 *
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.
18
 *
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.
22
 *
23
 * $id: savannah.css,v 1.33 2002/10/29 10:53:12 yeupou exp $
24
 *
25
 *
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
30
 *
31
*/
32
 
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;
43
}
44
 
45
a { text-decoration: none; color: #841212;}
46
a:hover { text-decoration: underline; color: #ff0000; }
47
a:active { color: #ff0000; }
48
 
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; }
57
 
58
pre,tt { font-family: courier,sans-serif; }
59
input {
60
        background-color: #fff9e0;
61
        color: #841212;
62
}
63
input:hover { color: #ff0000; }
64
select {
65
         background-color: #fff9e0;
66
         color: #841212;
67
}
68
 
69
/* commented out because of a bug in Mozilla 1.2* and 1.1
70
select:hover { color: #ff0000; }
71
*/
72
textarea {
73
           background-color: #fff9e0;
74
           color: #000000;
75
}
76
textarea:hover { color: #ff0000; }
77
.footer { font-size: x-small; color: #333333; }
78
.standardtable { width: 99%; border-spacing: 0; border: 0; color: #333333; }
79
 
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;
89
}
90
 
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; }
93
 
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; }
99
 
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; }
106
 
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; }
117
 
118
/* index.php */
119
.indexcenter { vertical-align: top; width: 65%; color: #333333; }
120
.indexright { vertical-align: top; width: 35%; color: #333333; }
121
 
122
/* tabs */
123
.tabselect { color: #000000; font-weight: bold; }
124
.tabselect:visited { font-weight: bold;}
125
.tabselect:hover { color:#ff0000; font-weight: bold; }
126
 
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; }
130
 
131
 
132
 
133
/* this is the original sourceforge css.. we let this stuff here until this savaannah css is fully used */
134
 
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; }
140
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.