Subversion Repositories eFlore/Applications.cel

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2954 mathias 1
@CHARSET "UTF-8";
2
 
3
body {
4
	padding-left: 24px;
5
	padding-right: 24px;
6
}
7
 
8
h1 {
9
	margin-bottom: 0;
10
	margin-top: 0;
11
}
12
 
13
.sous-titre {
14
	font-size: 0.8em;
15
	margin-bottom: 25px;
16
}
17
 
18
.requete {
19
	border: solid green 1px;
20
	margin-bottom: 40px;
21
	background-color: #fbfbff;
22
	border-radius: 4px;
23
	box-shadow: 5px 5px #d0d0d0;
24
	padding: 20px;
25
}
26
 
27
.requete h4 {
28
	margin-top: 0;
29
	margin-bottom: 8px;
30
}
31
 
32
.sql {
33
	font-family: monospace;
34
	margin-bottom: 15px;
35
}
36
 
37
.graphique {
38
	border: solid red 1px;
39
}
40
 
41
.canvas-graphique {
42
	border: dashed blue 1px;
43
}