Subversion Repositories eFlore/Applications.cel

Rev

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

Rev Author Line No. Line
3120 delphine 1
@CHARSET "UTF-8";
2
 
3
body {
4
	font-family: Muli,sans-serif;
5
	font-size: 0.8rem;
6
	font-weight: 300;
7
}
8
}
9
h1, h2, h3, h4, h5 {
10
	font-family: Muli,sans-serif;
11
}
12
 
13
form {
14
	font-family: Muli,sans-serif;
15
	float: none;
16
}
17
 
18
h1 {
19
	font-weight: 700;
20
}
21
 
22
h2 {
23
    font-weight: 700;
24
    line-height: 1.15;
25
}
26
 
27
button {
28
	   -moz-border-bottom-colors: none;
29
    -moz-border-left-colors: none;
30
    -moz-border-right-colors: none;
31
    -moz-border-top-colors: none;
32
    background-color: #a2b93b;
33
    border-bottom-color: currentcolor;
34
    border-bottom-left-radius: 0.2rem;
35
    border-bottom-right-radius: 0.2rem;
36
    border-bottom-style: none;
37
    border-bottom-width: 0;
38
    border-image-outset: 0 0 0 0;
39
    border-image-repeat: stretch stretch;
40
    border-image-slice: 100% 100% 100% 100%;
41
    border-image-source: none;
42
    border-image-width: 1 1 1 1;
43
    border-left-color: currentcolor;
44
    border-left-style: none;
45
    border-left-width: 0;
46
    border-right-color: currentcolor;
47
    border-right-style: none;
48
    border-right-width: 0;
49
    border-top-color: currentcolor;
50
    border-top-left-radius: 0.2rem;
51
    border-top-right-radius: 0.2rem;
52
    border-top-style: none;
53
    border-top-width: 0;
54
    color: #fff;
55
    cursor: pointer;
56
    display: inline-block;
57
    font-family: Ubuntu,sans-serif;
58
    font-size: 1.3rem;
59
    font-weight: 500;
60
    letter-spacing: 0.1rem;
61
    line-height: 1.5rem;
62
    padding-bottom: 1.25rem;
63
    padding-left: 2rem;
64
    padding-right: 2rem;
65
    padding-top: 1.25rem;
66
    text-align: center;
67
    text-decoration-color: currentcolor;
68
    text-decoration-line: none;
69
    text-decoration-style: solid;
70
    text-transform: uppercase;
71
    transition-delay: 0s;
72
    transition-duration: 0.2s;
73
    transition-property: background;
74
    transition-timing-function: ease;
75
}
76
 
77
label {
78
    color: #606060;
79
    display: block;
80
    font-size: 0.9rem;
81
    font-weight: 700;
82
}
83
 
84
h1#widget-titre::before {
85
    content: "";
86
    display: block;
87
    height: 100%;
88
    left: -5rem;
89
    position: absolute;
90
    width: 0.4rem;
91
}
92
 
93
h1#widget-titre {
94
	font-size: 2.6rem;
95
    font-weight: 700;
96
    line-height: 3.2rem;
97
    margin-bottom: 0;
98
    margin-left: 0;
99
    margin-right: 0;
100
    margin-top: 0;
101
    position: relative;
102
    color: #232323;
103
    font-family: Ubuntu,sans-serif;
104
}
105
 
106
.droite {
107
    background-color: #f8f5ef;
108
    color: #232323;
109
    float: right;
110
    padding-bottom: 1rem;
111
    padding-left: 1rem;
112
    padding-right: 1rem;
113
    padding-top: 1rem;
114
    width: 48%;
115
}
116
 
117
.clear {
118
  clear: both;
119
  height: 0; overflow: hidden; /* Précaution pour IE 7 */
120
}
121
 
122
.ui-widget{
123
		font-family: Muli,sans-serif;
124
}