/[svn]/web/trunk/www.linuxsampler.org/index.css
ViewVC logotype

Contents of /web/trunk/www.linuxsampler.org/index.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 782 - (show annotations) (download) (as text)
Mon Sep 26 21:58:35 2005 UTC (18 years, 6 months ago) by schoenebeck
File MIME type: text/css
File size: 3575 byte(s)
show scroll bar if needed

1 body {
2 background: rgb(220,220,220);
3 }
4
5 #mainwindow {
6 border: 1px solid black;
7 background: white;
8 overflow: auto;
9 width: 100%;
10 padding: 0;
11 }
12
13 #contents {
14 margin: 0;
15 }
16
17
18 h2 {
19 font-size: 14pt;
20 font-family: sans-serif;
21 border: none;
22 background: rgb(240,240,240);
23 margin: 0.8em 2em;
24 padding: 0.4em 0.4em;
25 }
26
27 h3 {
28 font-size: 14pt;
29 font-family: sans-serif;
30 font-weight: normal;
31 border: none;
32 background: rgb(240,240,240);
33 margin: 0.8em 2em;
34 padding: 0.4em 0.4em;
35 }
36
37 .hidden
38 {
39 display: none;
40 }
41
42 img {
43 border: none;
44 display: block;
45 }
46
47 table th {
48 font-size: 14pt;
49 font-family: sans-serif;
50 font-weight: bold;
51 background: rgb(240,240,240);
52 }
53
54 .code {
55 width: 100%;
56 background-color: #F6F6F6;
57 border: 2px outset GhostWhite;
58 padding-left: 3px;
59 padding-right: 3px;
60 padding-top: 3px;
61 padding-bottom: 3px;
62 }
63
64 table.default {
65 font-size: 12pt;
66 font-family: sans-serif;
67 text-align: justify;
68 font-style: normal;
69 font-weight: normal;
70 padding: 1em 2.2em;
71 }
72
73 td.default {
74 padding: 0.6em;
75 }
76
77 .formatmatrix {
78 font-size: 12pt;
79 font-family: sans-serif;
80 text-align: justify;
81 font-style: normal;
82 font-weight: normal;
83 }
84
85 .formatmatrix th{
86 border: 1px solid rgb(200,200,200);
87 }
88
89 .formatmatrix td {
90 padding: 0.6em;
91 }
92
93 .formatmatrix tr.white td {
94 border: 1px solid rgb(240, 240, 240);
95 }
96
97 .formatmatrix tr.grey td {
98 background: rgb(230, 230, 230);
99 border: none;
100 }
101
102 .formatmatrix tr.green td {
103 background: rgb(180, 255, 180);
104 border: none;
105 }
106
107 .formatmatrix tr.red td {
108 background: rgb(255, 180, 180);
109 border: none;
110 }
111
112 .linkstable {
113 font-size: 12pt;
114 font-family: sans-serif;
115 text-align: justify;
116 font-style: normal;
117 font-weight: normal;
118 }
119
120 .linkstable a {
121 text-decoration: none;
122 }
123
124 .linkstable a:hover {
125 text-decoration: underline;
126 }
127
128 table.default {
129 margin-left: 2cm
130 }
131
132 p.default {
133 font-size: 12pt;
134 font-family: sans-serif;
135 text-align: justify;
136 font-style: normal;
137 font-weight: normal;
138 padding: 1em 2.2em;
139 }
140
141 table.pure {
142 font-size: 12pt;
143 font-family: sans-serif;
144 font-style: normal;
145 font-weight: normal;
146 }
147
148 div.groupbox {
149 background: rgb(240, 240, 240);
150 font-size: 12pt;
151 font-family: sans-serif;
152 text-align: justify;
153 font-style: normal;
154 font-weight: normal;
155 margin: 1em 3em 1em 3em;
156 padding: 1em 1em 1em 2.2em;
157 }
158
159 p.groupbox {
160 border: none;
161 background: rgb(240, 240, 240);
162 font-size: 12pt;
163 font-family: sans-serif;
164 text-align: justify;
165 font-style: normal;
166 font-weight: normal;
167 margin: 1em 3em 1em 3em;
168 padding: 1em 1em 1em 2.2em;
169 }
170
171 span.default {
172 font-size: 12pt;
173 font-family: sans-serif;
174 text-align: justify;
175 font-style: normal;
176 font-weight: normal;
177 }
178
179 ul {
180 /* list-style-type:circle; */
181 border: none;
182 background: rgb(240, 240, 240);
183 list-style-image: url("gfx/okay.png");
184 margin: 1em 3em 1em 3em;
185 padding: 1em 1em 1em 2.2em;
186 }
187
188 ol.default {
189 /* list-style-type:circle; */
190 border: none;
191 background: rgb(240, 240, 240);
192 margin: 1em 3em 1em 3em;
193 padding: 1em 1em 1em 2.2em;
194 }
195
196 li {
197 padding: 0.2em 0.2em 0.2em 0.2em;
198 font-size: 12pt;
199 font-family: sans-serif;
200 text-align: justify;
201 }
202
203 li.ok {
204 list-style-image: url("gfx/okay_green.png");
205 padding: 0.2em 0.2em 0.2em 0.2em;
206 font-size: 12pt;
207 font-family: sans-serif;
208 text-align: justify;
209 }
210
211 li.false {
212 list-style-image: url("gfx/x.png");
213 padding: 0.2em 0.2em 0.2em 0.2em;
214 font-size: 12pt;
215 font-family: sans-serif;
216 text-align: justify;
217 }
218
219 li.partly {
220 list-style-image: url("gfx/yellow_light.png");
221 padding: 0.2em 0.2em 0.2em 0.2em;
222 font-size: 12pt;
223 font-family: sans-serif;
224 text-align: justify;
225 }

  ViewVC Help
Powered by ViewVC