-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
executable file
·73 lines (62 loc) · 1.12 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
body {
background: #F2EDE7;
}
h1 {
font-size: 28px;
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4);
color: #4195CD;
font-variant: small-caps;
font-weight: bold;
padding-left: 10px;
text-shadow: 3px 3px 3px #95CEF4;
}
#header {
background-color: #F2EDE7;
border: 1px solid #CCCCCC;
height: 20px;
left: 0;
width: 100%;
}
#toolbar {
background: -moz-linear-gradient(center top , #FEFFFF 0%, #F5F5F5 100%) repeat scroll 0 0 transparent;
border-bottom: 1px solid #E9E8E8;
border-top: 1px solid #E9E8E8;
color: #707070;
font-size: 11px;
font-style: italic;
padding-top: 2px;
z-index: 100;
}
#toolbar p {
margin-bottom: 0;
margin-right: 10px;
text-align: right;
}
#blocPrincipal {
width: 600px;
height: 400px;
margin: 0 auto;
background-color: #ffffff;
box-shadow: 0 1px 10px #8A7E6B;
margin-top: 100px;
}
#blocHeader {
background: none repeat scroll 0 0 #FCFAF7;
margin-bottom: 40px;
}
form {
padding-left: 20px;
}
#creer {
margin-right: 40px;
margin-top: 10px;
}
#supprimer {
margin-right: 10px;
}
#loading {
display: none;
}
.right {
float: right;
}