/[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 610 - (show annotations) (download) (as text)
Sat Jun 4 18:27:05 2005 UTC (18 years, 10 months ago) by schoenebeck
File MIME type: text/css
File size: 3513 byte(s)
LS Roadmap added to Features site

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

  ViewVC Help
Powered by ViewVC