| author | Anthony Ly <anthonyly.com@gmail.com> |
| Tue, 16 Oct 2012 14:23:59 +0200 | |
| changeset 11 | 95df5542a1ce |
| parent 9 | 86ddd934464a |
| child 12 | 7c1ff03a40a7 |
| 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 |
} |
| 11 | 294 |
a.cluster-arrow.arrow-right:hover{ |
295 |
background-position: -19px -22px; |
|
296 |
} |
|
297 |
a.cluster-arrow.arrow-right:active{ |
|
298 |
background-position: -19px -44px; |
|
299 |
} |
|
300 |
a.cluster-arrow.arrow-left:hover{ |
|
301 |
background-position: 0 -22px; |
|
302 |
} |
|
303 |
a.cluster-arrow.arrow-left:active{ |
|
304 |
background-position: 0 -44px; |
|
305 |
} |
|
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
306 |
/*content*/ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
307 |
div.content{ |
| 2 | 308 |
height: 100%; |
309 |
width: 950px; |
|
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
310 |
border-top:2px solid #c51810; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
311 |
border-bottom:2px solid #c51810; |
|
4
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
312 |
padding: 1px 0; |
| 2 | 313 |
|
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
314 |
} |
| 11 | 315 |
|
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
316 |
div.content-left,div.content-right{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
317 |
float: left; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
318 |
} |
|
4
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
319 |
/* content-left */ |
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
320 |
div.content-left{ |
| 2 | 321 |
width: 188px; |
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
322 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
323 |
div.content-left h2{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
324 |
padding: 10px 0 10px 10px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
325 |
font-size: 26px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
326 |
line-height: 26px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
327 |
border-bottom: 1px solid #c51810; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
328 |
margin-bottom: 1px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
329 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
330 |
div.content-left div.widget-wrap{ |
| 2 | 331 |
height: 100%; |
332 |
min-height: 320px; |
|
333 |
padding: 14px 0; |
|
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
334 |
background-color: #eeeeee; |
| 2 | 335 |
border: 5px solid #e0dde0; |
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
336 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
337 |
div.content-left div.widget-wrap div.widget{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
338 |
width: 160px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
339 |
margin: 0 auto; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
340 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
341 |
div.content-left div.widget-wrap div.widget h3{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
342 |
padding: 2px 0; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
343 |
border-bottom: 1px solid #c51810; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
344 |
margin-bottom: 4px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
345 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
346 |
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
|
347 |
font-size: 16px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
348 |
text-decoration: none; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
349 |
color : #c51810; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
350 |
padding-left: 12px; |
| 2 | 351 |
background-position: 0px 6px; |
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
352 |
background-repeat: no-repeat; |
| 2 | 353 |
background-image: url(../img/dossier-title-arrow-hide.jpg); |
354 |
||
355 |
} |
|
356 |
div.content-left div.widget-wrap div.widget h3 a.open{ |
|
357 |
background-position: 0px 7px; |
|
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
358 |
background-image: url(../img/dossier-title-arrow-show.jpg); |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
359 |
} |
|
4
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
360 |
/* content-left.documentaire */ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
361 |
div.content-wrap div.header-documentaire{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
362 |
height: 34px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
363 |
width: 100%; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
364 |
padding-bottom: 1px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
365 |
border-bottom: 4px solid #313131; |
|
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 a.retour{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
368 |
padding-left: 12px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
369 |
display: block; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
370 |
line-height: 34px; |
|
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 |
background-color: #007dad; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
373 |
color: #FFF; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
374 |
width: 176px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
375 |
text-decoration: none; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
376 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
377 |
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
|
378 |
background-color: #4fa3c4; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
379 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
380 |
div.content-wrap div.header-documentaire h2{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
381 |
padding-left: 50px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
382 |
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
|
383 |
color: #007dad; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
384 |
font-size: 24px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
385 |
line-height: 34px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
386 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
387 |
|
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
388 |
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
|
389 |
float: left; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
390 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
391 |
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
|
392 |
background-color: #4fa3c4; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
393 |
border: 5px solid #007dad; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
394 |
color: #FFF; |
|
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 div.documentaire.content-left div.widget h3{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
397 |
border-bottom: 1px solid #000; |
|
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 |
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
|
400 |
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
|
401 |
div.documentaire.content-left .widget-inner h4, |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
402 |
div.documentaire.content-left .widget-inner a{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
403 |
color: #FFF; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
404 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
405 |
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
|
406 |
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
|
407 |
|
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
408 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
409 |
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
|
410 |
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
|
411 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
412 |
/* WIDGET */ |
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
413 |
.widget-inner{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
414 |
padding: 8px 0 8px 16px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
415 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
416 |
.widget-inner h4{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
417 |
color: #c51810; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
418 |
padding: 5px 0; |
|
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 p{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
421 |
margin-bottom: 4px; |
|
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-date label{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
424 |
color: #c51810; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
425 |
width:26px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
426 |
display: inline-block; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
427 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
428 |
.widget-inner form.filtre-date input[type=text]{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
429 |
width: 90px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
430 |
height: 12px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
431 |
border: 1px solid #828282; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
432 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
433 |
.widget-inner form.filtre-categorie p{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
434 |
margin-bottom: 8px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
435 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
436 |
.widget-inner form.filtre-categorie input[type=checkbox]{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
437 |
margin: 0 10px 0 0; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
438 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
439 |
.widget.links .widget-inner a{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
440 |
color: #000; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
441 |
} |
| 2 | 442 |
.widget.links .widget-inner a:hover{ |
443 |
text-decoration: none; |
|
444 |
} |
|
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
445 |
.widget.links .widget-inner ul{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
446 |
padding-left: 16px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
447 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
448 |
.widget.links .widget-inner ul li{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
449 |
margin-bottom: 4px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
450 |
list-style-image: url(../img/widget-list-item.jpg); |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
451 |
} |
| 2 | 452 |
.widget.affichage li a span.visuel{ |
453 |
width: 39px; |
|
454 |
height: 36px; |
|
455 |
display: block; |
|
456 |
|
|
457 |
background-position: 0 0; |
|
458 |
background-repeat: none; |
|
459 |
margin-bottom: 4px; |
|
460 |
} |
|
461 |
.widget.affichage li{ |
|
462 |
float: left; |
|
463 |
margin-right: 24px; |
|
464 |
} |
|
465 |
.widget.affichage li a.treemap span.visuel{ |
|
466 |
background-image: url(../img/treemap-sprite.jpg); |
|
467 |
} |
|
468 |
.widget.affichage li a.liste span.visuel{ |
|
469 |
background-image: url(../img/liste-sprite.jpg); |
|
470 |
} |
|
471 |
.widget.affichage li a.treemap:hover span.visuel, .widget.affichage li a.treemap.active span.visuel{ |
|
472 |
background-position: 0 -36px; |
|
473 |
} |
|
474 |
.widget.affichage li a.liste:hover span.visuel, .widget.affichage li a.liste.active span.visuel{ |
|
475 |
background-position: 0 -36px; |
|
476 |
} |
|
477 |
.widget.affichage li a{ |
|
478 |
text-decoration: none; |
|
479 |
font-size: 12px; |
|
480 |
color: #C51810; |
|
481 |
} |
|
|
4
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
482 |
.widget.recherche form input[type=text]{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
483 |
float: left; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
484 |
width: 100px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
485 |
height: 17px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
486 |
padding: 0 2px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
487 |
border: 1px solid #828282; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
488 |
margin-right: 6px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
489 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
490 |
.widget.recherche form input[type=submit]{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
491 |
float: left; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
492 |
width: 20px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
493 |
height: 18px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
494 |
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
|
495 |
background-repeat: no-repeat; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
496 |
border:none; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
497 |
cursor: pointer; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
498 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
499 |
.widget.recherche form input[type=submit]:hover{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
500 |
background-position: -20px 0; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
501 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
502 |
/* content-right */ |
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
503 |
div.content-right{ |
| 2 | 504 |
width: 762px; |
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
505 |
} |
| 2 | 506 |
/*articles*/ |
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
507 |
div.articles{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
508 |
padding-left: 1px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
509 |
} |
|
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.articles div.article{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
512 |
|
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
513 |
padding: 12px 0 6px 0; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
514 |
float: left; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
515 |
border-bottom: 1px solid #e0dde0; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
516 |
|
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
517 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
518 |
div.article div.inner-article{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
519 |
width: 177px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
520 |
padding-left: 12px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
521 |
border-right: 1px solid #e0dde0; |
|
6
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
522 |
min-height: 250px; |
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
523 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
524 |
div.article:nth-child(4n+4) div.inner-article{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
525 |
border-right: none; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
526 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
527 |
div.articles div.article h2{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
528 |
font-size: 22px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
529 |
margin-bottom: 6px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
530 |
} |
| 2 | 531 |
div.articles div.article h2 a{ |
532 |
text-decoration: none; |
|
533 |
} |
|
534 |
div.articles div.article h2 a:hover{ |
|
535 |
color:#C51810; |
|
536 |
} |
|
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
537 |
div.articles div.article p.author{ |
| 2 | 538 |
margin-bottom: 10px; |
539 |
} |
|
540 |
div.articles div.article p.author a:hover{ |
|
541 |
text-decoration: none; |
|
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
542 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
543 |
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
|
544 |
color: #c51810; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
545 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
546 |
div.article div.article-content{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
547 |
width: 168px; |
| 2 | 548 |
min-height: 105px; |
549 |
} |
|
550 |
div.article div.article-content ul.links li{ |
|
551 |
list-style-image: url(../img/article-link-arrow.jpg); |
|
552 |
} |
|
553 |
div.article div.article-content ul.links li a:hover{ |
|
554 |
text-decoration: none; |
|
555 |
} |
|
556 |
div.article div.article-content ul.links{ |
|
557 |
margin-top: 10px; |
|
558 |
clear: both; |
|
559 |
padding-left: 20px; |
|
560 |
} |
|
561 |
div.article-visuel-wrap{ |
|
562 |
display: block; |
|
563 |
float: right; |
|
564 |
margin-left: 10px; |
|
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
565 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
566 |
div.article div.article-content img.article-visuel{ |
| 2 | 567 |
|
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
568 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
569 |
div.article div.article-content p.resume{ |
| 2 | 570 |
|
571 |
} |
|
|
6
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
572 |
/* annotations */ |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
573 |
div.article div.article-content ul.annotations{ |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
574 |
margin-top: 10px; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
575 |
} |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
576 |
div.article div.article-content ul.annotations li{ |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
577 |
float: left; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
578 |
margin-right: 4px; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
579 |
} |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
580 |
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
|
581 |
display: block; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
582 |
text-decoration: none; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
583 |
} |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
584 |
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
|
585 |
width: 24px; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
586 |
height: 20px; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
587 |
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
|
588 |
background-repeat: no-repeat; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
589 |
} |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
590 |
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
|
591 |
position: relative; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
592 |
background-position: 0 0; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
593 |
} |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
594 |
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
|
595 |
position: relative; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
596 |
background-position: 0 -20px; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
597 |
} |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
598 |
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
|
599 |
color: #FFF; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
600 |
font-size: 9px; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
601 |
position: absolute; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
602 |
width: 18px; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
603 |
height: 11px; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
604 |
line-height: 11px; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
605 |
text-align: center; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
606 |
top: 0; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
607 |
right: 0; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
608 |
} |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
609 |
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
|
610 |
position: relative; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
611 |
background-position: -25px 0; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
612 |
} |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
613 |
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
|
614 |
position: relative; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
615 |
background-position: -25px -20px; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
616 |
} |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
617 |
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
|
618 |
position: relative; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
619 |
width: 9px; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
620 |
height: 20px; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
621 |
display: block; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
622 |
} |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
623 |
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
|
624 |
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
|
625 |
position: absolute; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
626 |
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
|
627 |
background-repeat: no-repeat; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
628 |
display: block; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
629 |
width: 9px; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
630 |
height: 100%; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
631 |
bottom: 0; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
632 |
left: 0; |
|
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 span.inner-signe{ |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
635 |
background-position: 0 3px; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
636 |
z-index: 2; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
637 |
} |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
638 |
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
|
639 |
background-position: 0 -17px; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
640 |
} |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
641 |
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
|
642 |
background-position: 0 3px; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
643 |
} |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
644 |
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
|
645 |
background-position: -9px -17px; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
646 |
} |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
647 |
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
|
648 |
background-position: -9px 3px; |
|
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 |
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
|
651 |
background-position: -18px -17px; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
652 |
} |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
653 |
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
|
654 |
background-position: -18px 3px; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
655 |
} |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
656 |
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
|
657 |
background-position: -27px -17px; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
658 |
} |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
659 |
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
|
660 |
background-position: -27px 3px; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
661 |
} |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
662 |
|
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
663 |
|
| 2 | 664 |
/*pagination*/ |
665 |
div.pagination{ |
|
666 |
height: 35px; |
|
667 |
line-height: 35px; |
|
668 |
text-align: center; |
|
669 |
clear: both; |
|
670 |
font-size: 18px; |
|
671 |
border-bottom: 1px solid #E0DDE0; |
|
672 |
margin-bottom: 10px; |
|
673 |
} |
|
674 |
div.pagination a.active,div.pagination a:hover{ |
|
675 |
text-decoration: none; |
|
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
676 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
677 |
/*footer*/ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
678 |
div.footer{ |
| 2 | 679 |
padding: 16px 0; |
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
680 |
font-size: 12px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
681 |
} |
| 2 | 682 |
div.footer a:hover{ |
683 |
text-decoration: none; |
|
684 |
} |
|
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
685 |
div.footer h2{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
686 |
font-size: 20px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
687 |
margin-bottom: 10px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
688 |
} |
| 2 | 689 |
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
|
690 |
float: left; |
| 2 | 691 |
|
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
692 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
693 |
div.footer-information { |
| 2 | 694 |
width: 180px; |
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
695 |
padding-left: 6px; |
| 2 | 696 |
margin-right: 16px; |
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
697 |
} |
| 2 | 698 |
div.footer-raccourci{ |
699 |
width: 220px; |
|
700 |
margin-right: 16px; |
|
701 |
} |
|
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
702 |
|
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
703 |
div.footer ul li{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
704 |
margin-bottom: 4px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
705 |
} |
| 2 | 706 |
div.footer-partenaire{ |
707 |
margin-right: 12px; |
|
708 |
} |
|
709 |
div.footer-partenaire ul li{ |
|
710 |
height: 55px; |
|
711 |
float: left; |
|
712 |
margin-right: 12px; |
|
713 |
line-height: 55px; |
|
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
714 |
|
| 2 | 715 |
} |
|
4
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
716 |
div.footer-partenaire ul li a:hover{ |
| 2 | 717 |
|
718 |
} |
|
719 |
div.footer-texte{ |
|
720 |
float: left; |
|
721 |
padding-top: 30px; |
|
722 |
width: 180px; |
|
723 |
} |
|
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
724 |
div.copyright{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
725 |
background-color: #eeeeee; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
726 |
height: 18px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
727 |
width: 100%; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
728 |
line-height: 18px; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
729 |
text-align: center; |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
730 |
} |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
731 |
div.copyright a{ |
|
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
732 |
text-decoration: none; |
| 2 | 733 |
} |
|
4
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
734 |
div.copyright a:hover{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
735 |
text-decoration: underline; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
736 |
} |
| 2 | 737 |
/* Home Actus */ |
738 |
div.actu { |
|
739 |
float: left; |
|
740 |
position: relative; |
|
741 |
} |
|
742 |
div.actu div.inner-actu{ |
|
743 |
width: 100%; |
|
744 |
background-color:rgba(0,0,0,.7); |
|
745 |
height: 40px; |
|
746 |
position: absolute; |
|
747 |
bottom: 0; |
|
748 |
} |
|
749 |
div.actu div.inner-actu h2{ |
|
750 |
color: #FFF; |
|
751 |
line-height: 40px; |
|
752 |
font-size: 24px; |
|
753 |
padding-left: 10px; |
|
754 |
} |
|
755 |
div.actu div.inner-actu h2 a{ |
|
756 |
color: #FFF; |
|
757 |
text-decoration: none; |
|
758 |
} |
|
759 |
div.actu div.inner-actu div.links{ |
|
760 |
position: absolute; |
|
761 |
bottom: 0; |
|
762 |
right: 0; |
|
| 3 | 763 |
} |
|
6
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
764 |
div.actu div.links ul li{ |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
765 |
float: left; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
766 |
margin: 0 0 1px 1px; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
767 |
} |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
768 |
div.actu div.links ul li a{ |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
769 |
display: block; |
| 11 | 770 |
width: 28px; |
771 |
height: 28px; |
|
|
6
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
772 |
background-color: #007dad; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
773 |
background-repeat: no-repeat; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
774 |
} |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
775 |
div.actu div.links ul li a:hover{ |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
776 |
background-color: #4FA3C4; |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
777 |
} |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
778 |
div.actu div.links ul li a.trash{ |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
779 |
background-image: url(../img/home-button-trash.png); |
| 11 | 780 |
background-position: 8px 5px; |
|
6
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
781 |
} |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
782 |
div.actu div.links ul li a.file{ |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
783 |
background-image: url(../img/home-button-file.png); |
| 11 | 784 |
background-position: 2px 6px; |
785 |
text-decoration: none; |
|
786 |
position: relative; |
|
787 |
} |
|
788 |
div.actu div.links ul li a.file span{ |
|
789 |
color: #0F85B2; |
|
790 |
display: block; |
|
791 |
font-size: 11px; |
|
792 |
left: 8px; |
|
793 |
position: absolute; |
|
794 |
text-align: center; |
|
795 |
top: 6px; |
|
796 |
width: 18px; |
|
|
6
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
797 |
} |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
798 |
div.actu div.links ul li a.comment{ |
|
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
799 |
background-image: url(../img/home-button-comment.png); |
| 11 | 800 |
background-position: 4px 6px; |
|
6
a3e60d7addb3
ajout des boutons annotations / montage
Anthony Ly <anthonyly.com@gmail.com>
parents:
5
diff
changeset
|
801 |
} |
| 3 | 802 |
|
803 |
/* FRISE */ |
|
| 8 | 804 |
div.frise { |
805 |
position: relative; |
|
806 |
} |
|
807 |
div.streamgraph { |
|
808 |
position: absolute; left: 0; width: 100%; top: 0; height: 100%; |
|
809 |
background: #fff; |
|
| 3 | 810 |
} |
811 |
div.frise .ui-slider-horizontal { |
|
| 9 | 812 |
height: 20px; |
813 |
position: absolute; |
|
814 |
width: 100%; |
|
815 |
bottom: 0; |
|
| 3 | 816 |
background: none repeat scroll 0 0 transparent; |
| 9 | 817 |
border: none; |
| 3 | 818 |
-webkit-border-radius: 0; |
819 |
-moz-border-radius: 0; |
|
820 |
border-radius: 0; |
|
821 |
} |
|
822 |
div.frise .ui-slider-horizontal .ui-slider-handle{ |
|
823 |
top: inherit; |
|
824 |
bottom: 0; |
|
825 |
} |
|
826 |
div.frise .ui-slider-horizontal .ui-slider-range{ |
|
827 |
background: none repeat scroll 0 0 transparent; |
|
828 |
} |
|
829 |
.ui-slider-handle.ui-state-default.ui-corner-all{ |
|
830 |
cursor: pointer; |
|
|
4
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
831 |
width: 19px; |
| 3 | 832 |
height: 28px; |
833 |
background: url(../img/frise-cursor.png) 0 0 no-repeat; |
|
834 |
border: none; |
|
835 |
-webkit-border-radius: 0; |
|
836 |
-moz-border-radius: 0; |
|
837 |
border-radius: 0; |
|
|
4
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
838 |
} |
|
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 |
/* page dossier documentaire */ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
841 |
div.dossier-similaire, div.dossiers{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
842 |
float: left; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
843 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
844 |
/* dossier-similaire */ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
845 |
div.dossier-similaire{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
846 |
padding-top: 22px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
847 |
width: 204px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
848 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
849 |
div.dossier-similaire div.widget{ |
|
5
16413123bc8c
ajout date picker / avancement
Anthony Ly <anthonyly.com@gmail.com>
parents:
4
diff
changeset
|
850 |
margin-bottom: 10px; |
|
4
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
851 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
852 |
div.dossier-similaire div.widget h3{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
853 |
border-bottom: 1px solid #007dad; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
854 |
padding-bottom: 2px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
855 |
|
|
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 |
div.dossier-similaire div.widget h3 a{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
858 |
font-size: 14px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
859 |
color: #007dad; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
860 |
display: block; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
861 |
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
|
862 |
padding-left: 14px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
863 |
text-decoration: none; |
|
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.dossier-similaire div.widget h3 a.open{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
866 |
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
|
867 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
868 |
div.dossier-similaire div.widget ul{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
869 |
padding-left: 20px; |
|
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 |
div.dossier-similaire div.widget ul li{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
872 |
color: #313131; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
873 |
margin-bottom: 4px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
874 |
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
|
875 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
876 |
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
|
877 |
color: #313131; |
|
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 |
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
|
880 |
text-decoration: none; |
|
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 |
/* dossiers */ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
883 |
div.dossiers{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
884 |
width: 525px; |
|
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{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
887 |
border-bottom: 1px solid #e0dde0; |
|
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 |
|
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
890 |
div.dossiers{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
891 |
padding: 10px 0 0 14px; |
|
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 |
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
|
894 |
float: left; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
895 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
896 |
/*item left*/ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
897 |
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
|
898 |
padding-bottom: 10px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
899 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
900 |
li.item-dossier .dossier-col-left{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
901 |
width: 294px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
902 |
margin-right: 6px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
903 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
904 |
li.item-dossier .dossier-col-left h2{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
905 |
margin-bottom: 6px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
906 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
907 |
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
|
908 |
text-decoration: none; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
909 |
font-size: 22px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
910 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
911 |
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
|
912 |
color: #C51810; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
913 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
914 |
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
|
915 |
float: left; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
916 |
margin: 0 8px 8px 0; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
917 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
918 |
/*item right*/ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
919 |
li.item-dossier div.dossier-col-right{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
920 |
width: 200px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
921 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
922 |
|
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
923 |
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
|
924 |
padding-left: 20px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
925 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
926 |
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
|
927 |
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
|
928 |
margin-bottom: 1px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
929 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
930 |
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
|
931 |
text-decoration: none; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
932 |
} |
|
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 h3{ |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
935 |
color: #C51810; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
936 |
margin-bottom: 6px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
937 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
938 |
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
|
939 |
float: right; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
940 |
|
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
941 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
942 |
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
|
943 |
width: 20px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
944 |
height: 20px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
945 |
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
|
946 |
background-repeat: no-repeat; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
947 |
display: block; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
948 |
|
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
949 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
950 |
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
|
951 |
background-position: -6px -2px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
952 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
953 |
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
|
954 |
background-position: -36px -2px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
955 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
956 |
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
|
957 |
background-position: -6px -21px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
958 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
959 |
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
|
960 |
background-position: -36px -21px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
961 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
962 |
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
|
963 |
background-position: -7px -41px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
964 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
965 |
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
|
966 |
background-position: -37px -41px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
967 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
968 |
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
|
969 |
background-position: -7px -60px; |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
970 |
} |
|
b00fdbef41d4
ajout du header sur pages articles
Anthony Ly <anthonyly.com@gmail.com>
parents:
3
diff
changeset
|
971 |
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
|
972 |
background-position: -37px -60px; |
| 11 | 973 |
} |
974 |
/*datepicker*/ |
|
975 |
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all{ |
|
976 |
font-size: 13px; |
|
|
1
43d9dff6758a
premiers ajout front périples
Anthony Ly <anthonyly.com@gmail.com>
parents:
diff
changeset
|
977 |
} |