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