comparison preprocess_datasets/look.css @ 0:ebf6607b4e6a draft

Uploaded
author proteomisc
date Sat, 02 Dec 2023 14:15:26 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:ebf6607b4e6a
1 /* css racine */
2
3 body {
4 /* font-family: Comic Sans MS;*/
5 }
6
7 div.research {
8 background-color: #33ffff; /*#208090 */ /*#228491*/;
9 color: #0000ff; /* ffffff */
10 }
11
12 div.ensg {
13 background-color: #bbee00;
14 color: #0000ff;
15 }
16
17 div.research span.invisible {
18 visibility:hidden;
19 }
20
21 kbd {
22 color: #000000;
23 }
24
25 pre {
26 color: #000000;
27 }
28
29 A:link {
30 color: #0000ee; /*#ffffff;*/
31 }
32
33 A:active {
34 color: #ff0000; /* #ffffff */
35 }
36
37 A:hover {
38 /* font-size: 2em; */
39 text-decoration: none;
40 color: #0000ee; /* ffffff */
41 background-color: #FFFF33;
42 }
43
44 h3 {
45 color: #FF0000;
46 }
47
48 h4 {
49 color: #FF0000;
50 }
51
52 div.correction {
53 color: #008800;
54 /* color: #000000; */
55 }
56
57 div.detail {
58 font-size: 70%;
59 }
60
61 div.section {
62 text-align: center;
63 font-size: 140%;
64 color: #FF0000;
65 }
66
67 div.subsection {
68 text-align: left;
69 font-size: 120%;
70 color: #bb0000;
71 background-color: #FFFF33;
72 }
73
74 div.titreDuModule {
75 text-align: center;
76 font-size: 200%;
77 color: #FF0099;
78 }
79
80 div.formation {
81 text-align: center;
82 font-size: 120%;
83 color: #FF0099;
84 }
85
86 div.ensg.titreDuModule {
87 text-align: center;
88 font-size: 200%;
89 color: #FF0099;
90 }
91
92 div.ensg.formation {
93 text-align: center;
94 font-size: 120%;
95 color: #FF0099;
96 }
97
98 span.indice {
99 font-size: 70%;
100 }
101
102 span.question {
103 color: #bb0000;
104 }
105
106 span.tresImportant {
107 color: #bb0000;
108 font-size: 200%
109 }
110
111 span.assezImportant {
112 color: #bb0000;
113 font-size: 150%
114 }
115
116 span.important {
117 color: #bb0000;
118 }
119
120 span.crucial {
121 color: #bb0000;
122 }
123
124 span.crucial:hover {
125 font-size: 400%;
126 }
127
128 acronym {
129 text-decoration: none;
130 }
131
132 div.theoreme:before {
133 content: "Théorème : ";
134 }
135
136 div.theoreme:after {
137 content: "emèroéhT";
138 }
139
140 div.theoreme ul li:before {
141 content: "1 alinéa ";
142 }
143
144 div.theoreme li:after {
145 content: " ce qui termine l'alinéa";
146 }
147
148 div.tpID {
149 background-color: #33ffff;
150 color: #0000ff;
151 }
152
153 div.tpR {
154 font-family: serif;
155 color: #000000;
156 background-color: #fff;
157 }
158
159 div.tpR span.detail {
160 font-size: 75%;
161 }
162
163 div.tpR div.correction:before {
164 content: "Idée de la correction : ";
165 }
166
167 div.tpR div.correction {
168 background-color: #00ffff;
169 border: solid #009999;
170 padding: 0.5em;
171 margin-left: 2em;
172 border-width: 1px;
173 }
174
175 div.tpR div.exercices:before {
176 content: "Exercices : ";
177 }
178 div.tpR div.exercices {
179 background-color: #00ee00;
180 border: solid #00cc00;
181 padding: 0.5em;
182 margin-left: 2em;
183 border-width: 1px;
184 }
185
186 div.tpR div.solution:before {
187 content: "Solution : ";
188 }
189 div.tpR div.solution {
190 background-color: #ff00ff;
191 border: solid #990099;
192 padding: 0.5em;
193 margin-left: 2em;
194 border-width: 1px;
195 }
196
197 div.tpR div.exercice:before {
198 content: "Exercice : ";
199 }
200 div.tpR div.exercice {
201 background-color: #00ee00;
202 border: solid #00cc00;
203 padding: 0.5em;
204 margin-left: 2em;
205 border-width: 1px;
206 }
207
208 div.tpR div.questions:before {
209 content: "Questions : ";
210 }
211 div.tpR div.questions {
212 background-color: #ff99ff;
213 border: solid #ff99ff;
214 padding: 0.5em;
215 margin-left: 2em;
216 border-width: 1px;
217 }
218
219 div.tpR span.index {
220 /* background-color: #ffff33;*/
221 }
222
223 div.tpR h1 {
224 font-family: sans-serif;
225 color: #000;
226 border-style: solid;
227 background-color: #ddf;
228 border-color: #88f;
229 border-width: 1px;
230 padding-left: 0.5em;
231 }
232
233 div.tpR h2 {
234 font-family: sans-serif;
235 color: #000;
236 border-style: solid;
237 border-color: #8f8;
238 background-color: #dfd;
239 border-width: 1px;
240 padding-left: 0.5em;
241 }
242
243 div.tpR h3 {
244 font-family: sans-serif;
245 color: #000;
246 border-style: solid;
247 background-color: #fdd;
248 border-color: #f88;
249 border-width: 1px;
250 padding-left: 0.5em;
251 }
252
253 div.tpR a:link {
254 color: #00f
255 }
256
257 div.tpR a:visited {
258 color: #f0f
259 }
260
261 div.tpR p {
262 margin-left: 1em;
263 }
264
265 div.tpR pre {
266 background-color: #eee;
267 border: solid #ccc;
268 padding: 0.5em;
269 margin-left: 2em;
270 border-width: 1px;
271 }
272
273 .redify pre {
274 color: #ff0000;
275 }
276
277 div.tpR hr {
278 border-style: solid;
279 border-color: #02c;
280 background-color: #ddf;
281 border-color: #88f;
282 border-width: 1px;
283 padding-top: 1px;
284 padding-bottom: 1px;
285 }
286
287 div.pp {
288 color: #FF0000;
289 }
290
291 div.infobulle{
292 position: absolute;
293 visibility : hidden;
294 border: 1px solid Black;
295 padding: 10px;
296 font-family: Verdana, Arial;
297 font-size: 13px;
298 background-color: #ffffff;
299 -moz-border-radius: 20px; /* pour avoir des coins arrondis */
300 }
301
302 /* http://www.w3schools.com/CSS/css_display_visibility.asp */
303 span.commentPub{
304 background-color: #77ff33;
305 }
306
307 span.moreCommentOnPub{
308 /* position: absolute;*/
309 /* visibility : hidden;*/
310 /* border: 1px solid Black;
311 padding: 10px;
312 font-family: Verdana, Arial;
313 font-size: 13px;*/
314 background-color: #77ff33;
315 -moz-border-radius: 3em 1em /* 20px; pour avoir des coins arrondis */
316 border-radius: 3em 1em; /* 20px; pour avoir des coins arrondis */
317 }