| author | Anthony Ly <anthonyly.com@gmail.com> |
| Mon, 29 Oct 2012 11:21:54 +0100 | |
| changeset 17 | 5229a85e53e7 |
| parent 14 | 1d931d99393b |
| permissions | -rw-r--r-- |
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
1 |
body{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
2 |
background-color: #e9ecf0; |
| 2 | 3 |
height: 100%; |
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
4 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
5 |
a{color:#000;} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
6 |
div.wrap{ |
| 2 | 7 |
min-height:100%; |
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
8 |
background-color: #FFF; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
9 |
width: 960px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
10 |
margin: 0 auto; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
11 |
font-family: "Times New Roman"; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
12 |
font-size: 13px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
13 |
-moz-box-shadow: 0 0 14px 5px #888; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
14 |
-webkit-box-shadow: 0 0 14px 5px #888; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
15 |
box-shadow: 0 0 14px 5px #888; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
16 |
padding-bottom: 16px; |
| 2 | 17 |
height: 100%; |
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
18 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
19 |
/*header*/ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
20 |
div.header{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
21 |
position: relative; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
22 |
height: 128px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
23 |
margin-bottom: 1px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
24 |
} |
| 14 | 25 |
div.header div.logo{ |
26 |
width: 164px; |
|
27 |
height: 105px; |
|
28 |
background: url(../img/back-logo.png) 0 0 no-repeat; |
|
29 |
top: 0; |
|
30 |
left: 66px; |
|
31 |
position: absolute; |
|
32 |
} |
|
33 |
div.header div.logo div.date{ |
|
34 |
|
|
35 |
height: 66px; |
|
36 |
left: 93px; |
|
37 |
position: absolute; |
|
38 |
text-align: center; |
|
39 |
top: 4px; |
|
40 |
width: 47px; |
|
41 |
} |
|
42 |
div.header div.logo div.date span.year{ |
|
43 |
font-size: 40px; |
|
44 |
display: block; |
|
45 |
} |
|
46 |
div.header div.logo div.date span.text{ |
|
47 |
font-size: 10px; |
|
48 |
display: block; |
|
49 |
} |
|
|
5
16413123bc8c
ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents:
4
diff
changeset
|
50 |
/*recherche-wrap*/ |
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
51 |
div.recherche-wrap{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
52 |
position: absolute; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
53 |
left: 324px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
54 |
padding-top: 10px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
55 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
56 |
div.recherche-wrap h1{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
57 |
margin-bottom: 4px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
58 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
59 |
|
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
60 |
div.recherche-wrap input.input-recherche{ |
|
5
16413123bc8c
ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents:
4
diff
changeset
|
61 |
width: 218px; |
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
62 |
height: 24px; |
|
5
16413123bc8c
ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents:
4
diff
changeset
|
63 |
padding: 0 30px 0 6px; |
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
64 |
border: 1px solid black; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
65 |
margin-right: 2px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
66 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
67 |
div.recherche-wrap form p input, div.recherche-wrap form p a{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
68 |
float: left; |
|
5
16413123bc8c
ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents:
4
diff
changeset
|
69 |
|
|
16413123bc8c
ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents:
4
diff
changeset
|
70 |
} |
|
16413123bc8c
ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents:
4
diff
changeset
|
71 |
div.recherche-wrap form p{ |
|
16413123bc8c
ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents:
4
diff
changeset
|
72 |
position: relative; |
|
16413123bc8c
ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents:
4
diff
changeset
|
73 |
} |
|
16413123bc8c
ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents:
4
diff
changeset
|
74 |
div.recherche-wrap form p a.photo{ |
|
16413123bc8c
ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents:
4
diff
changeset
|
75 |
position: absolute; |
|
16413123bc8c
ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents:
4
diff
changeset
|
76 |
width: 18px; |
|
16413123bc8c
ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents:
4
diff
changeset
|
77 |
height: 18px; |
|
16413123bc8c
ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents:
4
diff
changeset
|
78 |
background: url(../img/photo.jpg) no-repeat 2px 4px; |
|
16413123bc8c
ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents:
4
diff
changeset
|
79 |
left: 230px; |
|
16413123bc8c
ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents:
4
diff
changeset
|
80 |
top: 2px; |
|
16413123bc8c
ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents:
4
diff
changeset
|
81 |
z-index: 2; |
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
82 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
83 |
div.recherche-wrap input.recherche-submit{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
84 |
width: 54px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
85 |
height: 26px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
86 |
cursor: pointer; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
87 |
border: none; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
88 |
margin-right: 6px; |
|
5
16413123bc8c
ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents:
4
diff
changeset
|
89 |
background-color: #000; |
|
16413123bc8c
ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents:
4
diff
changeset
|
90 |
background-image: url(../img/zoom-button.png); |
|
16413123bc8c
ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents:
4
diff
changeset
|
91 |
background-repeat: no-repeat; |
|
16413123bc8c
ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents:
4
diff
changeset
|
92 |
background-position: 20px 6px; |
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
93 |
} |
|
5
16413123bc8c
ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents:
4
diff
changeset
|
94 |
div.recherche-wrap p a.plus-button{ |
|
16413123bc8c
ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents:
4
diff
changeset
|
95 |
width: 30px; |
|
16413123bc8c
ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents:
4
diff
changeset
|
96 |
height: 26px; |
|
16413123bc8c
ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents:
4
diff
changeset
|
97 |
display: block; |
|
16413123bc8c
ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents:
4
diff
changeset
|
98 |
background-color: #000; |
|
16413123bc8c
ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents:
4
diff
changeset
|
99 |
background-image: url(../img/plus-button.png); |
|
16413123bc8c
ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents:
4
diff
changeset
|
100 |
background-repeat: no-repeat; |
|
16413123bc8c
ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents:
4
diff
changeset
|
101 |
background-position: 8px 6px; |
|
16413123bc8c
ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents:
4
diff
changeset
|
102 |
} |
|
16413123bc8c
ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents:
4
diff
changeset
|
103 |
div.recherche-wrap p a.plus-button:hover, div.recherche-wrap input.recherche-submit:hover{ |
|
16413123bc8c
ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents:
4
diff
changeset
|
104 |
background-color: #333; |
|
16413123bc8c
ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents:
4
diff
changeset
|
105 |
} |
|
16413123bc8c
ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents:
4
diff
changeset
|
106 |
|
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
107 |
ul.header-menu{ |
| 14 | 108 |
background: url(../img/bg-nav-left.png) repeat-x 0 0; |
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
109 |
position: absolute; |
| 14 | 110 |
height: 39px; |
111 |
top: 89px; |
|
112 |
width: 716px; |
|
113 |
left: -2px; |
|
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
114 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
115 |
ul.header-menu li{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
116 |
float: left; |
| 14 | 117 |
line-height: 28px; |
118 |
padding: 8px 10px 0 10px; |
|
119 |
} |
|
120 |
ul.header-menu li a.home{ |
|
121 |
width: 28px; |
|
122 |
height: 28px; |
|
123 |
display: block; |
|
124 |
background:url(../img/home-sprite.png) 0 -28px no-repeat; |
|
125 |
} |
|
126 |
ul.header-menu li a.home:hover{ |
|
127 |
background-position: 0 0; |
|
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
128 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
129 |
ul.header-menu li a{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
130 |
font-size: 16px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
131 |
color: #e4e36e; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
132 |
text-decoration: none; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
133 |
} |
| 2 | 134 |
ul.header-menu li a:hover{ |
135 |
color: #FFF; |
|
136 |
} |
|
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
137 |
div.login-wrap{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
138 |
padding-top: 10px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
139 |
position: absolute; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
140 |
left: 727px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
141 |
} |
|
17
5229a85e53e7
maj des bouttons/segments annotations articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
14
diff
changeset
|
142 |
div.login-wrap form p, |
|
5229a85e53e7
maj des bouttons/segments annotations articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
14
diff
changeset
|
143 |
div.login-wrap h2{ |
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
144 |
margin-bottom: 4px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
145 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
146 |
div.login-wrap form input{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
147 |
width: 160px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
148 |
height: 19px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
149 |
border: 1px solid #656565; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
150 |
line-height: 19px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
151 |
padding: 0 3px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
152 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
153 |
div.login-wrap form p.submit-wrap input{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
154 |
float: left; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
155 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
156 |
div.login-wrap form input.password{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
157 |
width: 134px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
158 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
159 |
div.login-wrap form input.submit-button{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
160 |
background-color: #000; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
161 |
color: #FFF; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
162 |
height: 21px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
163 |
width: 26px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
164 |
cursor: pointer; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
165 |
border: none; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
166 |
} |
|
4
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
167 |
div.login-wrap form input.submit-button:hover{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
168 |
background-color: #333; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
169 |
} |
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
170 |
p.password-lost{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
171 |
padding-left: 18px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
172 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
173 |
p.password-lost a { |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
174 |
color: #000; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
175 |
text-decoration: none; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
176 |
font-size: 10px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
177 |
} |
|
5
16413123bc8c
ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents:
4
diff
changeset
|
178 |
p.password-lost a:hover{ |
|
16413123bc8c
ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents:
4
diff
changeset
|
179 |
text-decoration: underline; |
|
16413123bc8c
ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents:
4
diff
changeset
|
180 |
} |
| 2 | 181 |
/*dossier documentaire*/ |
182 |
div.dossier-documentaire{ |
|
183 |
|
|
184 |
padding: 0 6px; |
|
185 |
|
|
186 |
||
187 |
position: absolute; |
|
188 |
left: 714px; |
|
189 |
top:128px; |
|
190 |
z-index: 10;background-color:rgba(0,125,173,.8); |
|
191 |
} |
|
192 |
div.dossier-documentaire-inner{ |
|
193 |
padding: 12px 4px; |
|
194 |
width: 224px;background: url(../img/documentaire-bg.jpg); |
|
195 |
} |
|
196 |
div.dossier-documentaire h2{ |
|
197 |
height: 18px; |
|
198 |
line-height: 18px; |
|
199 |
color: #FFF; |
|
200 |
border-bottom: 1px solid #FFF; |
|
201 |
} |
|
202 |
div.dossier-documentaire ul{ |
|
203 |
padding: 6px 0; |
|
204 |
} |
|
205 |
div.dossier-documentaire ul li{ |
|
206 |
width: 224px; |
|
207 |
} |
|
208 |
div.dossier-documentaire ul li a{ |
|
209 |
display: block; |
|
210 |
overflow: auto; |
|
211 |
padding: 1px 0; |
|
212 |
} |
|
213 |
div.dossier-documentaire ul li a:hover{ |
|
214 |
background-color:rgba(221,221,221,.6); |
|
215 |
} |
|
216 |
div.dossier-documentaire span.documentaire-texte,div.dossier-documentaire img{ |
|
217 |
float: left; |
|
218 |
} |
|
219 |
||
220 |
div.dossier-documentaire img{ |
|
221 |
margin-right: 6px; |
|
222 |
} |
|
223 |
div.dossier-documentaire span.documentaire-texte{ |
|
224 |
color: #FFF; |
|
225 |
max-width: 142px; |
|
226 |
display: block; |
|
227 |
} |
|
228 |
div.dossier-documentaire span.documentaire-texte h3{ |
|
229 |
font-weight: bold; |
|
230 |
margin-bottom: 2px; |
|
231 |
} |
|
232 |
div.dossier-documentaire span.documentaire-texte p{ |
|
233 |
font-size: 11px; |
|
234 |
} |
|
235 |
div.dossier-documentaire a.documentaire-lien { |
|
236 |
width: 168px; |
|
237 |
display: block; |
|
238 |
height: 16px; |
|
239 |
background-image: url(../img/documentaire-lien.jpg); |
|
240 |
background-repeat: no-repeat; |
|
241 |
background-position: 0 0; |
|
242 |
width: 225px; |
|
243 |
margin-bottom: 10px; |
|
244 |
} |
|
245 |
div.dossier-documentaire a.documentaire-lien:hover{ |
|
246 |
background-position: 0 -16px; |
|
247 |
} |
|
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
248 |
a.dossier-button{ |
| 14 | 249 |
background: url("../img/dossier-icon.jpg") no-repeat scroll 6px 5px #007DAD; |
250 |
color: #FFFFFF; |
|
251 |
height: 27px; |
|
252 |
left: 714px; |
|
253 |
line-height: 27px; |
|
254 |
padding-left: 40px; |
|
255 |
position: absolute; |
|
256 |
text-decoration: none; |
|
257 |
top: 101px; |
|
258 |
width: 208px; |
|
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
259 |
} |
|
4
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
260 |
a.dossier-button:hover{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
261 |
color: #ddd; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
262 |
} |
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
263 |
div.content-wrap{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
264 |
width:950px; |
| 2 | 265 |
padding: 0 5px; |
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
266 |
} |
|
4
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
267 |
/* FRISE */ |
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
268 |
div.frise{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
269 |
background: #333; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
270 |
height: 114px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
271 |
} |
|
4
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
272 |
/* CLUSTER */ |
| 2 | 273 |
div.cluster-containment{ |
274 |
position: absolute; |
|
275 |
height: 22px; |
|
| 14 | 276 |
|
| 2 | 277 |
} |
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
278 |
div.cluster-wrap{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
279 |
position: relative; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
280 |
height: 22px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
281 |
border-top: 1px solid #313131; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
282 |
border-bottom: 1px solid #313131; |
| 14 | 283 |
margin-bottom: 1px; |
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
284 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
285 |
div.cluster-visible{ |
| 2 | 286 |
left: 20px; |
287 |
position: absolute; |
|
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
288 |
width: 912px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
289 |
margin: 0 auto; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
290 |
height: 22px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
291 |
overflow: hidden; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
292 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
293 |
ul.cluster{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
294 |
|
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
295 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
296 |
ul.cluster li:first-child{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
297 |
background: none; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
298 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
299 |
ul.cluster li{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
300 |
padding-top: 4px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
301 |
float: left; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
302 |
padding: 2px 4px 0 6px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
303 |
line-height: 22px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
304 |
background: url(../img/cluster-item-bar.jpg) no-repeat 0 6px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
305 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
306 |
ul.cluster li a{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
307 |
padding: 0 16px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
308 |
text-decoration: none; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
309 |
color: #000; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
310 |
font-style: italic; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
311 |
height: 18px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
312 |
line-height: 18px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
313 |
display: block; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
314 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
315 |
ul.cluster li a:hover{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
316 |
background-color: #c51810; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
317 |
color: #FFF; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
318 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
319 |
|
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
320 |
a.cluster-arrow{ |
| 2 | 321 |
z-index: 2; |
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
322 |
position: absolute; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
323 |
width: 19px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
324 |
height: 22px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
325 |
display: block; |
| 14 | 326 |
background: url(../img/cluster-arrows.png) no-repeat; |
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
327 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
328 |
a.cluster-arrow.arrow-right{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
329 |
right: 0; |
| 14 | 330 |
background: url(../img/cluster-arrows.png) no-repeat -19px 0; |
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
331 |
} |
| 11 | 332 |
a.cluster-arrow.arrow-right:hover{ |
333 |
background-position: -19px -22px; |
|
334 |
} |
|
335 |
a.cluster-arrow.arrow-right:active{ |
|
336 |
background-position: -19px -44px; |
|
337 |
} |
|
338 |
a.cluster-arrow.arrow-left:hover{ |
|
339 |
background-position: 0 -22px; |
|
340 |
} |
|
341 |
a.cluster-arrow.arrow-left:active{ |
|
342 |
background-position: 0 -44px; |
|
343 |
} |
|
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
344 |
/*content*/ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
345 |
div.content{ |
| 2 | 346 |
height: 100%; |
347 |
width: 950px; |
|
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
348 |
border-top:2px solid #c51810; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
349 |
border-bottom:2px solid #c51810; |
|
4
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
350 |
padding: 1px 0; |
| 2 | 351 |
|
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
352 |
} |
| 11 | 353 |
|
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
354 |
div.content-left,div.content-right{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
355 |
float: left; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
356 |
} |
|
4
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
357 |
/* content-left */ |
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
358 |
div.content-left{ |
| 2 | 359 |
width: 188px; |
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
360 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
361 |
div.content-left h2{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
362 |
padding: 10px 0 10px 10px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
363 |
font-size: 26px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
364 |
line-height: 26px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
365 |
border-bottom: 1px solid #c51810; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
366 |
margin-bottom: 1px; |
| 14 | 367 |
width: 176px; |
368 |
||
369 |
} |
|
370 |
div.content-left div.widget-wrapper{ |
|
371 |
background: url(../img/border-dotted.png) repeat-y 187px 0 #eeeeee; |
|
372 |
padding-right: 2px; |
|
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
373 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
374 |
div.content-left div.widget-wrap{ |
| 2 | 375 |
height: 100%; |
376 |
min-height: 320px; |
|
377 |
padding: 14px 0; |
|
| 14 | 378 |
|
| 2 | 379 |
border: 5px solid #e0dde0; |
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
380 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
381 |
div.content-left div.widget-wrap div.widget{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
382 |
width: 160px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
383 |
margin: 0 auto; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
384 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
385 |
div.content-left div.widget-wrap div.widget h3{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
386 |
padding: 2px 0; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
387 |
border-bottom: 1px solid #c51810; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
388 |
margin-bottom: 4px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
389 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
390 |
div.content-left div.widget-wrap div.widget h3 a{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
391 |
font-size: 16px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
392 |
text-decoration: none; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
393 |
color : #c51810; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
394 |
padding-left: 12px; |
| 2 | 395 |
background-position: 0px 6px; |
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
396 |
background-repeat: no-repeat; |
| 2 | 397 |
background-image: url(../img/dossier-title-arrow-hide.jpg); |
398 |
||
399 |
} |
|
400 |
div.content-left div.widget-wrap div.widget h3 a.open{ |
|
401 |
background-position: 0px 7px; |
|
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
402 |
background-image: url(../img/dossier-title-arrow-show.jpg); |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
403 |
} |
|
4
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
404 |
/* content-left.documentaire */ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
405 |
div.content-wrap div.header-documentaire{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
406 |
height: 34px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
407 |
width: 100%; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
408 |
padding-bottom: 1px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
409 |
border-bottom: 4px solid #313131; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
410 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
411 |
div.content-wrap div.header-documentaire a.retour{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
412 |
padding-left: 12px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
413 |
display: block; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
414 |
line-height: 34px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
415 |
font-size: 24px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
416 |
background-color: #007dad; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
417 |
color: #FFF; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
418 |
width: 176px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
419 |
text-decoration: none; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
420 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
421 |
div.content-wrap div.header-documentaire a.retour:hover{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
422 |
background-color: #4fa3c4; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
423 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
424 |
div.content-wrap div.header-documentaire h2{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
425 |
padding-left: 50px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
426 |
background: url(../img/header-documentaire-titre-icon.jpg) no-repeat 12px 6px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
427 |
color: #007dad; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
428 |
font-size: 24px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
429 |
line-height: 34px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
430 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
431 |
|
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
432 |
div.content-wrap div.header-documentaire a.retour, div.content-wrap div.header-documentaire h2{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
433 |
float: left; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
434 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
435 |
div.content div.documentaire.content-left div.widget-wrap{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
436 |
background-color: #4fa3c4; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
437 |
border: 5px solid #007dad; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
438 |
color: #FFF; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
439 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
440 |
div.content div.documentaire.content-left div.widget h3{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
441 |
border-bottom: 1px solid #000; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
442 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
443 |
div.content div.documentaire.content-left div.widget h3 a, |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
444 |
div.documentaire.content-left .widget-inner form.filtre-date label, |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
445 |
div.documentaire.content-left .widget-inner h4, |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
446 |
div.documentaire.content-left .widget-inner a{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
447 |
color: #FFF; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
448 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
449 |
div.content-left.documentaire div.widget-wrap div.widget h3 a{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
450 |
background-image: url(../img/dossier-documentaire-title-arrow-hide.jpg); |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
451 |
|
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
452 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
453 |
div.content-left.documentaire div.widget-wrap div.widget h3 a.open{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
454 |
background-image: url(../img/dossier-documentaire-title-arrow-show.jpg); |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
455 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
456 |
/* WIDGET */ |
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
457 |
.widget-inner{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
458 |
padding: 8px 0 8px 16px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
459 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
460 |
.widget-inner h4{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
461 |
color: #c51810; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
462 |
padding: 5px 0; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
463 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
464 |
.widget-inner form p{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
465 |
margin-bottom: 4px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
466 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
467 |
.widget-inner form.filtre-date label{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
468 |
color: #c51810; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
469 |
width:26px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
470 |
display: inline-block; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
471 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
472 |
.widget-inner form.filtre-date input[type=text]{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
473 |
width: 90px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
474 |
height: 12px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
475 |
border: 1px solid #828282; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
476 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
477 |
.widget-inner form.filtre-categorie p{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
478 |
margin-bottom: 8px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
479 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
480 |
.widget-inner form.filtre-categorie input[type=checkbox]{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
481 |
margin: 0 10px 0 0; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
482 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
483 |
.widget.links .widget-inner a{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
484 |
color: #000; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
485 |
} |
| 2 | 486 |
.widget.links .widget-inner a:hover{ |
487 |
text-decoration: none; |
|
488 |
} |
|
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
489 |
.widget.links .widget-inner ul{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
490 |
padding-left: 16px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
491 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
492 |
.widget.links .widget-inner ul li{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
493 |
margin-bottom: 4px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
494 |
list-style-image: url(../img/widget-list-item.jpg); |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
495 |
} |
| 2 | 496 |
.widget.affichage li a span.visuel{ |
497 |
width: 39px; |
|
498 |
height: 36px; |
|
499 |
display: block; |
|
500 |
|
|
501 |
background-position: 0 0; |
|
502 |
background-repeat: none; |
|
503 |
margin-bottom: 4px; |
|
504 |
} |
|
505 |
.widget.affichage li{ |
|
506 |
float: left; |
|
507 |
margin-right: 24px; |
|
508 |
} |
|
509 |
.widget.affichage li a.treemap span.visuel{ |
|
510 |
background-image: url(../img/treemap-sprite.jpg); |
|
511 |
} |
|
512 |
.widget.affichage li a.liste span.visuel{ |
|
513 |
background-image: url(../img/liste-sprite.jpg); |
|
|
12
7c1ff03a40a7
align du widget affichage : treemap / liste
Anthony Ly <anthonyly.com@gmail.com>
parents:
11
diff
changeset
|
514 |
|
|
7c1ff03a40a7
align du widget affichage : treemap / liste
Anthony Ly <anthonyly.com@gmail.com>
parents:
11
diff
changeset
|
515 |
} |
|
7c1ff03a40a7
align du widget affichage : treemap / liste
Anthony Ly <anthonyly.com@gmail.com>
parents:
11
diff
changeset
|
516 |
.widget.affichage li a.liste span, .widget.affichage li a.treemap span { |
|
7c1ff03a40a7
align du widget affichage : treemap / liste
Anthony Ly <anthonyly.com@gmail.com>
parents:
11
diff
changeset
|
517 |
text-align: center; |
|
7c1ff03a40a7
align du widget affichage : treemap / liste
Anthony Ly <anthonyly.com@gmail.com>
parents:
11
diff
changeset
|
518 |
display: block; |
|
7c1ff03a40a7
align du widget affichage : treemap / liste
Anthony Ly <anthonyly.com@gmail.com>
parents:
11
diff
changeset
|
519 |
font-size: 11px; |
|
7c1ff03a40a7
align du widget affichage : treemap / liste
Anthony Ly <anthonyly.com@gmail.com>
parents:
11
diff
changeset
|
520 |
|
| 2 | 521 |
} |
522 |
.widget.affichage li a.treemap:hover span.visuel, .widget.affichage li a.treemap.active span.visuel{ |
|
523 |
background-position: 0 -36px; |
|
524 |
} |
|
525 |
.widget.affichage li a.liste:hover span.visuel, .widget.affichage li a.liste.active span.visuel{ |
|
526 |
background-position: 0 -36px; |
|
527 |
} |
|
528 |
.widget.affichage li a{ |
|
529 |
text-decoration: none; |
|
530 |
font-size: 12px; |
|
531 |
color: #C51810; |
|
532 |
} |
|
|
4
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
533 |
.widget.recherche form input[type=text]{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
534 |
float: left; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
535 |
width: 100px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
536 |
height: 17px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
537 |
padding: 0 2px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
538 |
border: 1px solid #828282; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
539 |
margin-right: 6px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
540 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
541 |
.widget.recherche form input[type=submit]{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
542 |
float: left; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
543 |
width: 20px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
544 |
height: 18px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
545 |
background-image: url(../img/widget-button-recherche.jpg); |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
546 |
background-repeat: no-repeat; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
547 |
border:none; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
548 |
cursor: pointer; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
549 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
550 |
.widget.recherche form input[type=submit]:hover{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
551 |
background-position: -20px 0; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
552 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
553 |
/* content-right */ |
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
554 |
div.content-right{ |
| 14 | 555 |
width: 761px; |
556 |
padding-left: 1px; |
|
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
557 |
} |
| 2 | 558 |
/*articles*/ |
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
559 |
div.articles{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
560 |
padding-left: 1px; |
| 14 | 561 |
overflow: auto; |
562 |
border-bottom: 1px solid #e0dde0; |
|
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
563 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
564 |
|
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
565 |
div.articles div.article{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
566 |
|
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
567 |
padding: 12px 0 6px 0; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
568 |
float: left; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
569 |
border-bottom: 1px solid #e0dde0; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
570 |
|
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
571 |
} |
| 14 | 572 |
div.articles div.article:hover{ |
573 |
background-color: #eee; |
|
574 |
} |
|
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
575 |
div.article div.inner-article{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
576 |
width: 177px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
577 |
padding-left: 12px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
578 |
border-right: 1px solid #e0dde0; |
|
6
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
579 |
min-height: 250px; |
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
580 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
581 |
div.article:nth-child(4n+4) div.inner-article{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
582 |
border-right: none; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
583 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
584 |
div.articles div.article h2{ |
|
17
5229a85e53e7
maj des bouttons/segments annotations articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
14
diff
changeset
|
585 |
font-size: 20px; |
|
5229a85e53e7
maj des bouttons/segments annotations articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
14
diff
changeset
|
586 |
margin-bottom: 2px; |
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
587 |
} |
| 2 | 588 |
div.articles div.article h2 a{ |
589 |
text-decoration: none; |
|
590 |
} |
|
591 |
div.articles div.article h2 a:hover{ |
|
592 |
color:#C51810; |
|
593 |
} |
|
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
594 |
div.articles div.article p.author{ |
| 14 | 595 |
font-family: Arial; |
596 |
font-size: 8px; |
|
597 |
line-height: 10px; |
|
| 2 | 598 |
margin-bottom: 10px; |
599 |
} |
|
|
17
5229a85e53e7
maj des bouttons/segments annotations articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
14
diff
changeset
|
600 |
p.number-article{ |
|
5229a85e53e7
maj des bouttons/segments annotations articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
14
diff
changeset
|
601 |
font-size: 10px; |
|
5229a85e53e7
maj des bouttons/segments annotations articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
14
diff
changeset
|
602 |
overflow: hidden; |
| 14 | 603 |
} |
|
17
5229a85e53e7
maj des bouttons/segments annotations articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
14
diff
changeset
|
604 |
p.author a:hover, |
|
5229a85e53e7
maj des bouttons/segments annotations articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
14
diff
changeset
|
605 |
p.number-article a:hover{ |
| 2 | 606 |
text-decoration: none; |
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
607 |
} |
|
17
5229a85e53e7
maj des bouttons/segments annotations articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
14
diff
changeset
|
608 |
p.author, |
|
5229a85e53e7
maj des bouttons/segments annotations articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
14
diff
changeset
|
609 |
p.author a, |
|
5229a85e53e7
maj des bouttons/segments annotations articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
14
diff
changeset
|
610 |
p.number-article, |
|
5229a85e53e7
maj des bouttons/segments annotations articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
14
diff
changeset
|
611 |
p.number-article a{ |
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
612 |
color: #c51810; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
613 |
} |
|
17
5229a85e53e7
maj des bouttons/segments annotations articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
14
diff
changeset
|
614 |
p.number-article{ |
|
5229a85e53e7
maj des bouttons/segments annotations articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
14
diff
changeset
|
615 |
line-height: 22px; |
|
5229a85e53e7
maj des bouttons/segments annotations articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
14
diff
changeset
|
616 |
} |
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
617 |
div.article div.article-content{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
618 |
width: 168px; |
| 2 | 619 |
min-height: 105px; |
620 |
} |
|
621 |
div.article div.article-content ul.links li{ |
|
622 |
list-style-image: url(../img/article-link-arrow.jpg); |
|
623 |
} |
|
624 |
div.article div.article-content ul.links li a:hover{ |
|
625 |
text-decoration: none; |
|
626 |
} |
|
627 |
div.article div.article-content ul.links{ |
|
628 |
margin-top: 10px; |
|
629 |
clear: both; |
|
630 |
padding-left: 20px; |
|
631 |
} |
|
632 |
div.article-visuel-wrap{ |
|
633 |
display: block; |
|
634 |
float: right; |
|
635 |
margin-left: 10px; |
|
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
636 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
637 |
div.article div.article-content img.article-visuel{ |
| 2 | 638 |
|
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
639 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
640 |
div.article div.article-content p.resume{ |
| 2 | 641 |
|
642 |
} |
|
|
17
5229a85e53e7
maj des bouttons/segments annotations articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
14
diff
changeset
|
643 |
.article-annotations{ |
|
5229a85e53e7
maj des bouttons/segments annotations articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
14
diff
changeset
|
644 |
width: 160px; |
|
5229a85e53e7
maj des bouttons/segments annotations articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
14
diff
changeset
|
645 |
height: 4px; |
|
5229a85e53e7
maj des bouttons/segments annotations articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
14
diff
changeset
|
646 |
border:1px solid #edebed; |
|
5229a85e53e7
maj des bouttons/segments annotations articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
14
diff
changeset
|
647 |
background-color: #898989; |
|
5229a85e53e7
maj des bouttons/segments annotations articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
14
diff
changeset
|
648 |
margin-bottom: 6px; |
|
5229a85e53e7
maj des bouttons/segments annotations articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
14
diff
changeset
|
649 |
} |
|
5229a85e53e7
maj des bouttons/segments annotations articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
14
diff
changeset
|
650 |
.article-annotations a{ |
|
5229a85e53e7
maj des bouttons/segments annotations articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
14
diff
changeset
|
651 |
float: left; |
|
5229a85e53e7
maj des bouttons/segments annotations articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
14
diff
changeset
|
652 |
display: block; |
|
5229a85e53e7
maj des bouttons/segments annotations articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
14
diff
changeset
|
653 |
width: 100%; |
|
5229a85e53e7
maj des bouttons/segments annotations articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
14
diff
changeset
|
654 |
height: 4px; |
|
5229a85e53e7
maj des bouttons/segments annotations articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
14
diff
changeset
|
655 |
background-image: url(../img/border-right-annotation-value.png); |
|
5229a85e53e7
maj des bouttons/segments annotations articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
14
diff
changeset
|
656 |
background-repeat: repeat-y; |
|
5229a85e53e7
maj des bouttons/segments annotations articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
14
diff
changeset
|
657 |
background-position: right top; |
|
5229a85e53e7
maj des bouttons/segments annotations articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
14
diff
changeset
|
658 |
} |
|
5229a85e53e7
maj des bouttons/segments annotations articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
14
diff
changeset
|
659 |
.article-annotations a.blue{ |
|
5229a85e53e7
maj des bouttons/segments annotations articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
14
diff
changeset
|
660 |
background-color: #429dd4; |
|
5229a85e53e7
maj des bouttons/segments annotations articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
14
diff
changeset
|
661 |
} |
|
5229a85e53e7
maj des bouttons/segments annotations articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
14
diff
changeset
|
662 |
.article-annotations a.green{ |
|
5229a85e53e7
maj des bouttons/segments annotations articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
14
diff
changeset
|
663 |
background-color: #73c263; |
|
5229a85e53e7
maj des bouttons/segments annotations articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
14
diff
changeset
|
664 |
} |
|
5229a85e53e7
maj des bouttons/segments annotations articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
14
diff
changeset
|
665 |
.article-annotations a.red{ |
|
5229a85e53e7
maj des bouttons/segments annotations articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
14
diff
changeset
|
666 |
background-color: #d64752; |
|
5229a85e53e7
maj des bouttons/segments annotations articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
14
diff
changeset
|
667 |
} |
|
5229a85e53e7
maj des bouttons/segments annotations articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
14
diff
changeset
|
668 |
.add-annotation{ |
|
5229a85e53e7
maj des bouttons/segments annotations articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
14
diff
changeset
|
669 |
width: 22px; |
|
5229a85e53e7
maj des bouttons/segments annotations articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
14
diff
changeset
|
670 |
height: 17px; |
|
5229a85e53e7
maj des bouttons/segments annotations articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
14
diff
changeset
|
671 |
display: block; |
|
5229a85e53e7
maj des bouttons/segments annotations articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
14
diff
changeset
|
672 |
background: url(../img/article-annotations-add-comment-sprite.png) no-repeat 0 0; |
|
5229a85e53e7
maj des bouttons/segments annotations articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
14
diff
changeset
|
673 |
float: right; |
|
5229a85e53e7
maj des bouttons/segments annotations articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
14
diff
changeset
|
674 |
margin-right: 14px; |
|
5229a85e53e7
maj des bouttons/segments annotations articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
14
diff
changeset
|
675 |
} |
|
5229a85e53e7
maj des bouttons/segments annotations articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
14
diff
changeset
|
676 |
.add-annotation:hover{ |
|
5229a85e53e7
maj des bouttons/segments annotations articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
14
diff
changeset
|
677 |
background-position: -22px 0; |
|
5229a85e53e7
maj des bouttons/segments annotations articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
14
diff
changeset
|
678 |
} |
|
5229a85e53e7
maj des bouttons/segments annotations articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
14
diff
changeset
|
679 |
/* annotations |
|
6
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
680 |
div.article div.article-content ul.annotations{ |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
681 |
margin-top: 10px; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
682 |
} |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
683 |
div.article div.article-content ul.annotations li{ |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
684 |
float: left; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
685 |
margin-right: 4px; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
686 |
} |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
687 |
div.article div.article-content ul.annotations li a{ |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
688 |
display: block; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
689 |
text-decoration: none; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
690 |
} |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
691 |
div.article div.article-content ul.annotations li a.comment{ |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
692 |
width: 24px; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
693 |
height: 20px; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
694 |
background-image: url(../img/article-annotations-comment-sprite.png); |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
695 |
background-repeat: no-repeat; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
696 |
} |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
697 |
div.article div.article-content ul.annotations li a.comment.number{ |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
698 |
position: relative; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
699 |
background-position: 0 0; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
700 |
} |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
701 |
div.article div.article-content ul.annotations li a.comment.number:hover{ |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
702 |
position: relative; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
703 |
background-position: 0 -20px; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
704 |
} |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
705 |
div.article div.article-content ul.annotations li a.comment.number span.number-value{ |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
706 |
color: #FFF; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
707 |
font-size: 9px; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
708 |
position: absolute; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
709 |
width: 18px; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
710 |
height: 11px; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
711 |
line-height: 11px; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
712 |
text-align: center; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
713 |
top: 0; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
714 |
right: 0; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
715 |
} |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
716 |
div.article div.article-content ul.annotations li a.comment.add{ |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
717 |
position: relative; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
718 |
background-position: -25px 0; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
719 |
} |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
720 |
div.article div.article-content ul.annotations li a.comment.add:hover{ |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
721 |
position: relative; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
722 |
background-position: -25px -20px; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
723 |
} |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
724 |
div.article div.article-content ul.annotations li a.value{ |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
725 |
position: relative; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
726 |
width: 9px; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
727 |
height: 20px; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
728 |
display: block; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
729 |
} |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
730 |
div.article div.article-content ul.annotations li a.value span.inner-value, |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
731 |
div.article div.article-content ul.annotations li a.value span.inner-signe{ |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
732 |
position: absolute; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
733 |
background-image: url(../img/article-annotations-value-sprite.png); |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
734 |
background-repeat: no-repeat; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
735 |
display: block; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
736 |
width: 9px; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
737 |
height: 100%; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
738 |
bottom: 0; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
739 |
left: 0; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
740 |
} |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
741 |
div.article div.article-content ul.annotations li a.value span.inner-signe{ |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
742 |
background-position: 0 3px; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
743 |
z-index: 2; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
744 |
} |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
745 |
div.article div.article-content ul.annotations li a.value.plus span.inner-value{ |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
746 |
background-position: 0 -17px; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
747 |
} |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
748 |
div.article div.article-content ul.annotations li a.value.plus span.inner-signe{ |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
749 |
background-position: 0 3px; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
750 |
} |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
751 |
div.article div.article-content ul.annotations li a.value.moins span.inner-value{ |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
752 |
background-position: -9px -17px; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
753 |
} |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
754 |
div.article div.article-content ul.annotations li a.value.moins span.inner-signe{ |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
755 |
background-position: -9px 3px; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
756 |
} |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
757 |
div.article div.article-content ul.annotations li a.value.egal span.inner-value{ |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
758 |
background-position: -18px -17px; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
759 |
} |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
760 |
div.article div.article-content ul.annotations li a.value.egal span.inner-signe{ |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
761 |
background-position: -18px 3px; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
762 |
} |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
763 |
div.article div.article-content ul.annotations li a.value.unknow span.inner-value{ |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
764 |
background-position: -27px -17px; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
765 |
} |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
766 |
div.article div.article-content ul.annotations li a.value.unknow span.inner-signe{ |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
767 |
background-position: -27px 3px; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
768 |
} |
|
17
5229a85e53e7
maj des bouttons/segments annotations articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
14
diff
changeset
|
769 |
*/ |
|
6
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
770 |
|
| 2 | 771 |
/*pagination*/ |
772 |
div.pagination{ |
|
773 |
height: 35px; |
|
774 |
line-height: 35px; |
|
775 |
text-align: center; |
|
776 |
clear: both; |
|
777 |
font-size: 18px; |
|
778 |
border-bottom: 1px solid #E0DDE0; |
|
779 |
margin-bottom: 10px; |
|
780 |
} |
|
781 |
div.pagination a.active,div.pagination a:hover{ |
|
782 |
text-decoration: none; |
|
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
783 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
784 |
/*footer*/ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
785 |
div.footer{ |
| 2 | 786 |
padding: 16px 0; |
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
787 |
font-size: 12px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
788 |
} |
| 2 | 789 |
div.footer a:hover{ |
790 |
text-decoration: none; |
|
791 |
} |
|
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
792 |
div.footer h2{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
793 |
font-size: 20px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
794 |
margin-bottom: 10px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
795 |
} |
| 2 | 796 |
div.footer-information, div.footer-raccourci,div.footer-partenaire{ |
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
797 |
float: left; |
| 2 | 798 |
|
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
799 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
800 |
div.footer-information { |
| 2 | 801 |
width: 180px; |
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
802 |
padding-left: 6px; |
| 2 | 803 |
margin-right: 16px; |
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
804 |
} |
| 2 | 805 |
div.footer-raccourci{ |
806 |
width: 220px; |
|
807 |
margin-right: 16px; |
|
808 |
} |
|
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
809 |
|
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
810 |
div.footer ul li{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
811 |
margin-bottom: 4px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
812 |
} |
| 2 | 813 |
div.footer-partenaire{ |
814 |
margin-right: 12px; |
|
815 |
} |
|
816 |
div.footer-partenaire ul li{ |
|
817 |
height: 55px; |
|
818 |
float: left; |
|
819 |
margin-right: 12px; |
|
820 |
line-height: 55px; |
|
| 14 | 821 |
} |
822 |
div.footer-partenaire ul li a{ |
|
823 |
overflow: hidden; |
|
824 |
display: inline-block; |
|
825 |
vertical-align: middle; |
|
826 |
} |
|
827 |
div.footer-partenaire ul li a img{ |
|
828 |
vertical-align: middle; |
|
829 |
} |
|
830 |
div.footer-partenaire ul li a.iri{ |
|
831 |
width: 90px; |
|
832 |
height: 38px; |
|
833 |
background: url(../img/logo-iri.png) 0 -38px no-repeat; |
|
| 2 | 834 |
} |
| 14 | 835 |
div.footer-partenaire ul li a.alcatel{ |
836 |
width: 135px; |
|
837 |
height: 29px; |
|
838 |
background: url(../img/logo-alcatel.png) 0 -29px no-repeat; |
|
839 |
} |
|
840 |
div.footer-partenaire ul li a.cea{ |
|
841 |
width: 50px; |
|
842 |
height: 41px; |
|
843 |
background: url(../img/logo-cea.png) 0 -41px no-repeat; |
|
844 |
} |
|
| 2 | 845 |
|
| 14 | 846 |
div.footer-partenaire ul li a.iri:hover, |
847 |
div.footer-partenaire ul li a.alcatel:hover, |
|
848 |
div.footer-partenaire ul li a.cea:hover{ |
|
849 |
background-position: 0 0; |
|
| 2 | 850 |
} |
| 14 | 851 |
|
| 2 | 852 |
div.footer-texte{ |
853 |
float: left; |
|
854 |
padding-top: 30px; |
|
855 |
width: 180px; |
|
856 |
} |
|
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
857 |
div.copyright{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
858 |
background-color: #eeeeee; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
859 |
height: 18px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
860 |
width: 100%; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
861 |
line-height: 18px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
862 |
text-align: center; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
863 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
864 |
div.copyright a{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
865 |
text-decoration: none; |
| 2 | 866 |
} |
|
4
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
867 |
div.copyright a:hover{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
868 |
text-decoration: underline; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
869 |
} |
| 2 | 870 |
/* Home Actus */ |
871 |
div.actu { |
|
872 |
float: left; |
|
873 |
position: relative; |
|
874 |
} |
|
875 |
div.actu div.inner-actu{ |
|
876 |
width: 100%; |
|
877 |
background-color:rgba(0,0,0,.7); |
|
878 |
height: 40px; |
|
879 |
position: absolute; |
|
880 |
bottom: 0; |
|
881 |
} |
|
882 |
div.actu div.inner-actu h2{ |
|
883 |
color: #FFF; |
|
884 |
line-height: 40px; |
|
885 |
font-size: 24px; |
|
886 |
padding-left: 10px; |
|
887 |
} |
|
888 |
div.actu div.inner-actu h2 a{ |
|
889 |
color: #FFF; |
|
890 |
text-decoration: none; |
|
891 |
} |
|
892 |
div.actu div.inner-actu div.links{ |
|
| 14 | 893 |
display: none; |
| 2 | 894 |
position: absolute; |
895 |
bottom: 0; |
|
896 |
right: 0; |
|
| 3 | 897 |
} |
| 14 | 898 |
div.actu:hover div.inner-actu div.links{ |
899 |
display: block; |
|
900 |
} |
|
|
6
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
901 |
div.actu div.links ul li{ |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
902 |
float: left; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
903 |
margin: 0 0 1px 1px; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
904 |
} |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
905 |
div.actu div.links ul li a{ |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
906 |
display: block; |
| 11 | 907 |
width: 28px; |
908 |
height: 28px; |
|
|
6
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
909 |
background-color: #007dad; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
910 |
background-repeat: no-repeat; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
911 |
} |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
912 |
div.actu div.links ul li a:hover{ |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
913 |
background-color: #4FA3C4; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
914 |
} |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
915 |
div.actu div.links ul li a.trash{ |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
916 |
background-image: url(../img/home-button-trash.png); |
| 11 | 917 |
background-position: 8px 5px; |
|
6
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
918 |
} |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
919 |
div.actu div.links ul li a.file{ |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
920 |
background-image: url(../img/home-button-file.png); |
| 11 | 921 |
background-position: 2px 6px; |
922 |
text-decoration: none; |
|
923 |
position: relative; |
|
924 |
} |
|
925 |
div.actu div.links ul li a.file span{ |
|
926 |
color: #0F85B2; |
|
927 |
display: block; |
|
928 |
font-size: 11px; |
|
929 |
left: 8px; |
|
930 |
position: absolute; |
|
931 |
text-align: center; |
|
932 |
top: 6px; |
|
933 |
width: 18px; |
|
|
6
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
934 |
} |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
935 |
div.actu div.links ul li a.comment{ |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
936 |
background-image: url(../img/home-button-comment.png); |
| 11 | 937 |
background-position: 4px 6px; |
|
6
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
938 |
} |
| 3 | 939 |
|
940 |
/* FRISE */ |
|
| 8 | 941 |
div.frise { |
942 |
position: relative; |
|
943 |
} |
|
944 |
div.streamgraph { |
|
945 |
position: absolute; left: 0; width: 100%; top: 0; height: 100%; |
|
946 |
background: #fff; |
|
| 3 | 947 |
} |
948 |
div.frise .ui-slider-horizontal { |
|
| 9 | 949 |
height: 20px; |
950 |
position: absolute; |
|
951 |
width: 100%; |
|
952 |
bottom: 0; |
|
| 3 | 953 |
background: none repeat scroll 0 0 transparent; |
| 9 | 954 |
border: none; |
| 3 | 955 |
-webkit-border-radius: 0; |
956 |
-moz-border-radius: 0; |
|
957 |
border-radius: 0; |
|
958 |
} |
|
959 |
div.frise .ui-slider-horizontal .ui-slider-handle{ |
|
960 |
top: inherit; |
|
961 |
bottom: 0; |
|
962 |
} |
|
963 |
div.frise .ui-slider-horizontal .ui-slider-range{ |
|
964 |
background: none repeat scroll 0 0 transparent; |
|
965 |
} |
|
966 |
.ui-slider-handle.ui-state-default.ui-corner-all{ |
|
967 |
cursor: pointer; |
|
|
4
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
968 |
width: 19px; |
| 3 | 969 |
height: 28px; |
| 14 | 970 |
background: url(../img/frise-cursor.png) -1px 0 no-repeat; |
| 3 | 971 |
border: none; |
972 |
-webkit-border-radius: 0; |
|
973 |
-moz-border-radius: 0; |
|
974 |
border-radius: 0; |
|
|
4
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
975 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
976 |
|
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
977 |
/* page dossier documentaire */ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
978 |
div.dossier-similaire, div.dossiers{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
979 |
float: left; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
980 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
981 |
/* dossier-similaire */ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
982 |
div.dossier-similaire{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
983 |
padding-top: 22px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
984 |
width: 204px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
985 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
986 |
div.dossier-similaire div.widget{ |
|
5
16413123bc8c
ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents:
4
diff
changeset
|
987 |
margin-bottom: 10px; |
|
4
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
988 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
989 |
div.dossier-similaire div.widget h3{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
990 |
border-bottom: 1px solid #007dad; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
991 |
padding-bottom: 2px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
992 |
|
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
993 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
994 |
div.dossier-similaire div.widget h3 a{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
995 |
font-size: 14px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
996 |
color: #007dad; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
997 |
display: block; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
998 |
background: url(../img/dossier-similaire-title-hide.jpg) no-repeat 2px 4px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
999 |
padding-left: 14px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1000 |
text-decoration: none; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1001 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1002 |
div.dossier-similaire div.widget h3 a.open{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1003 |
background: url(../img/dossier-similaire-title-show.jpg) no-repeat 2px 4px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1004 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1005 |
div.dossier-similaire div.widget ul{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1006 |
padding-left: 20px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1007 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1008 |
div.dossier-similaire div.widget ul li{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1009 |
color: #313131; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1010 |
margin-bottom: 4px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1011 |
list-style-image: url(../img/documentaire-widget-list-item.jpg); |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1012 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1013 |
div.dossier-similaire div.widget ul li a{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1014 |
color: #313131; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1015 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1016 |
div.dossier-similaire div.widget ul li a:hover{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1017 |
text-decoration: none; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1018 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1019 |
/* dossiers */ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1020 |
div.dossiers{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1021 |
width: 525px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1022 |
} |
| 14 | 1023 |
div.content-right div.dossiers > ul{ |
|
4
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1024 |
border-bottom: 1px solid #e0dde0; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1025 |
} |
| 14 | 1026 |
li.item-dossier:first-child{ |
1027 |
border-top: none; |
|
1028 |
} |
|
1029 |
li.item-dossier{ |
|
1030 |
padding-top: 8px; |
|
1031 |
border-top: 1px solid #e0dde0; |
|
1032 |
} |
|
1033 |
li.item-dossier:hover{ |
|
1034 |
background-color: #f3f1f3; |
|
1035 |
} |
|
|
4
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1036 |
div.dossiers{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1037 |
padding: 10px 0 0 14px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1038 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1039 |
li.item-dossier .dossier-col-left,li.item-dossier .dossier-col-right{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1040 |
float: left; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1041 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1042 |
/*item left*/ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1043 |
li.item-dossier .dossier-col-left .dossier-content{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1044 |
padding-bottom: 10px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1045 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1046 |
li.item-dossier .dossier-col-left{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1047 |
width: 294px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1048 |
margin-right: 6px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1049 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1050 |
li.item-dossier .dossier-col-left h2{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1051 |
margin-bottom: 6px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1052 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1053 |
li.item-dossier .dossier-col-left h2 a{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1054 |
text-decoration: none; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1055 |
font-size: 22px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1056 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1057 |
li.item-dossier .dossier-col-left h2 a:hover{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1058 |
color: #C51810; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1059 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1060 |
li.item-dossier .dossier-col-left .dossier-content img{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1061 |
float: left; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1062 |
margin: 0 8px 8px 0; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1063 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1064 |
/*item right*/ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1065 |
li.item-dossier div.dossier-col-right{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1066 |
width: 200px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1067 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1068 |
|
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1069 |
li.item-dossier div.dossier-col-right ul.links{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1070 |
padding-left: 20px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1071 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1072 |
li.item-dossier div.dossier-col-right ul.links li { |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1073 |
list-style-image: url("../img/article-link-arrow.jpg"); |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1074 |
margin-bottom: 1px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1075 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1076 |
li.item-dossier div.dossier-col-right ul.links li a:hover{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1077 |
text-decoration: none; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1078 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1079 |
|
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1080 |
li.item-dossier div.dossier-col-right h3{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1081 |
color: #C51810; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1082 |
margin-bottom: 6px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1083 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1084 |
li.item-dossier div.dossier-col-right ul.annotations{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1085 |
float: right; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1086 |
|
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1087 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1088 |
li.item-dossier div.dossier-col-right ul.annotations li a{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1089 |
width: 20px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1090 |
height: 20px; |
| 14 | 1091 |
background-image: url(../img/dossier-annotation-sprite.png); |
|
4
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1092 |
background-repeat: no-repeat; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1093 |
display: block; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1094 |
|
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1095 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1096 |
li.item-dossier div.dossier-col-right ul.annotations li a.share{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1097 |
background-position: -6px -2px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1098 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1099 |
li.item-dossier div.dossier-col-right ul.annotations li a.share:hover{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1100 |
background-position: -36px -2px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1101 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1102 |
li.item-dossier div.dossier-col-right ul.annotations li a.favorite{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1103 |
background-position: -6px -21px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1104 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1105 |
li.item-dossier div.dossier-col-right ul.annotations li a.favorite:hover{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1106 |
background-position: -36px -21px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1107 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1108 |
li.item-dossier div.dossier-col-right ul.annotations li a.trash{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1109 |
background-position: -7px -41px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1110 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1111 |
li.item-dossier div.dossier-col-right ul.annotations li a.trash:hover{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1112 |
background-position: -37px -41px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1113 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1114 |
li.item-dossier div.dossier-col-right ul.annotations li a.edit{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1115 |
background-position: -7px -60px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1116 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1117 |
li.item-dossier div.dossier-col-right ul.annotations li a.edit:hover{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
1118 |
background-position: -37px -60px; |
| 11 | 1119 |
} |
1120 |
/*datepicker*/ |
|
1121 |
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all{ |
|
1122 |
font-size: 13px; |
|
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
1123 |
} |