Subversion Repositories eFlore/Applications.cel

Rev

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

Rev Author Line No. Line
3122 delphine 1
@CHARSET "UTF-8";
2
 
3
form {
4
	font-family: Muli,sans-serif;
5
	float: none;
6
	width: 48%;
7
}
8
h2 {
9
	font-family: Muli,sans-serif;
10
    font-size: 21.5px;
11
    font-weight: 700;
12
    line-height: 1.15;
13
}
14
 
15
label {
16
    color: #606060;
17
    display: block;
18
    font-size: 1.5rem;
19
    margin-bottom: 0.4rem;
20
    margin-top: 2rem;
21
    font-weight: 700;
22
}
23
 
24
h1#widget-titre::before {
25
    content: "";
26
    display: block;
27
    height: 100%;
28
    left: -5rem;
29
    position: absolute;
30
    width: 0.4rem;
31
 
32
}
33
 
34
h1#widget-titre {
35
	font-size: 2.6rem;
36
    font-weight: 700;
37
    line-height: 3.2rem;
38
    margin-bottom: 0;
39
    margin-left: 0;
40
    margin-right: 0;
41
    margin-top: 0;
42
    position: relative;
43
    color: #232323;
44
    font-family: Ubuntu,sans-serif;
45
}
46
 
47
.droite {
48
    background-color: #f8f5ef;
49
    color: #232323;
50
    float: right;
51
    padding-bottom: 1rem;
52
    padding-left: 1rem;
53
    padding-right: 1rem;
54
    padding-top: 1rem;
55
    width: 48%;
56
}
57
 
58
.clear {
59
  clear: both;
60
  height: 0; overflow: hidden; /* Précaution pour IE 7 */
61
}