| author | Alexandre Segura <mex.zktk@gmail.com> |
| Wed, 15 Feb 2017 16:42:06 +0100 | |
| changeset 320 | 81945eedc63f |
| parent 313 | ed4dd55d1e78 |
| child 321 | f8ee375445e6 |
| permissions | -rw-r--r-- |
|
313
ed4dd55d1e78
Update header (nav/subnav).
Alexandre Segura <mex.zktk@gmail.com>
parents:
309
diff
changeset
|
1 |
header { |
|
ed4dd55d1e78
Update header (nav/subnav).
Alexandre Segura <mex.zktk@gmail.com>
parents:
309
diff
changeset
|
2 |
margin-bottom: 20px; |
| 298 | 3 |
} |
|
313
ed4dd55d1e78
Update header (nav/subnav).
Alexandre Segura <mex.zktk@gmail.com>
parents:
309
diff
changeset
|
4 |
|
|
ed4dd55d1e78
Update header (nav/subnav).
Alexandre Segura <mex.zktk@gmail.com>
parents:
309
diff
changeset
|
5 |
#topnav { |
|
ed4dd55d1e78
Update header (nav/subnav).
Alexandre Segura <mex.zktk@gmail.com>
parents:
309
diff
changeset
|
6 |
.navbar { |
|
ed4dd55d1e78
Update header (nav/subnav).
Alexandre Segura <mex.zktk@gmail.com>
parents:
309
diff
changeset
|
7 |
margin-bottom: 0; |
|
ed4dd55d1e78
Update header (nav/subnav).
Alexandre Segura <mex.zktk@gmail.com>
parents:
309
diff
changeset
|
8 |
} |
| 298 | 9 |
} |
|
313
ed4dd55d1e78
Update header (nav/subnav).
Alexandre Segura <mex.zktk@gmail.com>
parents:
309
diff
changeset
|
10 |
#topsearch { |
|
ed4dd55d1e78
Update header (nav/subnav).
Alexandre Segura <mex.zktk@gmail.com>
parents:
309
diff
changeset
|
11 |
padding: 15px 0; |
|
ed4dd55d1e78
Update header (nav/subnav).
Alexandre Segura <mex.zktk@gmail.com>
parents:
309
diff
changeset
|
12 |
&, .navbar { |
|
ed4dd55d1e78
Update header (nav/subnav).
Alexandre Segura <mex.zktk@gmail.com>
parents:
309
diff
changeset
|
13 |
background-color: #333; |
|
ed4dd55d1e78
Update header (nav/subnav).
Alexandre Segura <mex.zktk@gmail.com>
parents:
309
diff
changeset
|
14 |
} |
| 298 | 15 |
} |
16 |
||
17 |
.drawingModeBtn {border: 1px solid orange; cursor: pointer; height: 25px; margin-bottom: 10px} |
|
18 |
||
19 |
.form-drawing {border-bottom: 1px solid #C3C3C3; } |
|
20 |
||
21 |
.form-drawing-wrapper .selected {border: 1px solid orange; color: white; background-color: orange} |
|
22 |
.showPointer {cursor: pointer;} |
|
23 |
||
24 |
.zoom-action-list { |
|
25 |
padding-left:21px; |
|
26 |
} |
|
27 |
||
28 |
.zoomTarget-wrapper { |
|
29 |
padding: 0px; |
|
30 |
} |
|
31 |
||
32 |
#zoomTarget, .cut-canvas { |
|
|
309
c5b524696fb3
Improve JS/CSS compilation.
Alexandre Segura <mex.zktk@gmail.com>
parents:
298
diff
changeset
|
33 |
border: 1px solid #C3C3C3; |
|
c5b524696fb3
Improve JS/CSS compilation.
Alexandre Segura <mex.zktk@gmail.com>
parents:
298
diff
changeset
|
34 |
padding-top: 2px; |
| 298 | 35 |
padding-bottom: 2px |
36 |
} |
|
37 |
||
38 |
.no-padding { |
|
|
309
c5b524696fb3
Improve JS/CSS compilation.
Alexandre Segura <mex.zktk@gmail.com>
parents:
298
diff
changeset
|
39 |
padding-left: 0; |
| 298 | 40 |
padding-right: 0; |
41 |
} |
|
42 |
||
43 |
.annotation-content{ |
|
44 |
margin-top: 15px; |
|
45 |
margin-bottom: 15px; |
|
46 |
} |
|
47 |
||
48 |
.highlight { |
|
49 |
border: 1px solid orange; |
|
50 |
} |
|
51 |
||
52 |
.revision-proposal { |
|
53 |
background-color: #ECF0F1; |
|
54 |
} |
|
55 |
||
56 |
.collection-home-btn{ |
|
57 |
margin-top: 5px; |
|
58 |
} |
|
59 |
||
60 |
.img-stats-dt{ |
|
61 |
width: 250px !important; |
|
62 |
} |
|
63 |
||
64 |
.img-stats-dd{ |
|
65 |
margin-left: 270px !important; |
|
66 |
} |
|
67 |
||
68 |
.revision-link:hover{ |
|
69 |
text-decoration: underline; |
|
70 |
} |
|
71 |
||
72 |
.item-image-thumbnail:hover{ |
|
73 |
cursor: pointer; |
|
74 |
} |
|
75 |
||
76 |
ul.annotation-comments{ |
|
77 |
background-color: #ededed; |
|
78 |
} |
|
79 |
li.list-group-item{ |
|
80 |
border: 1px solid #bbb |
|
81 |
} |
|
82 |
||
83 |
.comment-reply-link{ |
|
84 |
cursor: pointer; |
|
85 |
} |
|
86 |
.comment-subtext{ |
|
|
309
c5b524696fb3
Improve JS/CSS compilation.
Alexandre Segura <mex.zktk@gmail.com>
parents:
298
diff
changeset
|
87 |
font-size:0.9em; |
| 298 | 88 |
display:inline; |
89 |
} |
|
90 |
.comment-metacategories{ |
|
|
309
c5b524696fb3
Improve JS/CSS compilation.
Alexandre Segura <mex.zktk@gmail.com>
parents:
298
diff
changeset
|
91 |
font-size:0.9em; |
| 298 | 92 |
display:inline; |
93 |
} |
|
94 |
.comment-separator{ |
|
95 |
margin-top: 10px; |
|
96 |
margin-bottom: 5px; |
|
97 |
} |
|
98 |
||
99 |
.pagination-shortcut{ |
|
|
309
c5b524696fb3
Improve JS/CSS compilation.
Alexandre Segura <mex.zktk@gmail.com>
parents:
298
diff
changeset
|
100 |
cursor: pointer; |
| 298 | 101 |
} |
102 |
||
103 |
/* BADGES */ |
|
104 |
||
105 |
.badge-error { |
|
106 |
background-color: #b94a48; |
|
107 |
} |
|
108 |
.badge-warning { |
|
109 |
background-color: #f89406; |
|
110 |
} |
|
111 |
.badge-success { |
|
112 |
background-color: #468847; |
|
113 |
} |
|
114 |
.badge-info { |
|
115 |
background-color: #3a87ad; |
|
116 |
} |
|
117 |
.badge-inverse { |
|
118 |
background-color: #333333; |
|
119 |
} |
|
120 |
||
121 |
.notif-badge{ |
|
122 |
margin-bottom: 5px; |
|
123 |
} |
|
124 |
||
125 |
/* USER PAGE */ |
|
126 |
||
127 |
.show-all-notifications{ |
|
128 |
cursor: pointer; |
|
129 |
} |
|
130 |
.annotation-panel{ |
|
131 |
min-width: 535px; |
|
132 |
} |
|
133 |
.annotation-detail{ |
|
134 |
display:inline-block; |
|
135 |
margin-right: 5px; |
|
136 |
margin-left: 5px; |
|
137 |
margin-top: 5px; |
|
138 |
white-space: normal; |
|
139 |
vertical-align: top; |
|
140 |
padding: 10px; |
|
141 |
} |
|
142 |
||
143 |
.stats-annotation-userpage{ |
|
144 |
display:inline-block; |
|
145 |
vertical-align: top; |
|
146 |
padding: 10px; |
|
147 |
} |
|
148 |
||
149 |
.image-detail{ |
|
150 |
display:inline-block; |
|
151 |
vertical-align: top; |
|
152 |
width:150px; |
|
153 |
} |
|
154 |
.large-image-detail{ |
|
155 |
display:inline-block; |
|
156 |
vertical-align: top; |
|
157 |
width:400px; |
|
158 |
} |
|
159 |
||
160 |
||
161 |
.panel .dl-horizontal dt { |
|
162 |
white-space: normal; |
|
163 |
text-align: left; |
|
164 |
} |
|
165 |
||
166 |
.no-user-annotation{ |
|
167 |
margin-left: 15px; |
|
168 |
} |
|
169 |
.dt-annotation{ |
|
170 |
margin-bottom: 10px; |
|
171 |
} |
|
172 |
.userpage-annotation-btn{ |
|
|
309
c5b524696fb3
Improve JS/CSS compilation.
Alexandre Segura <mex.zktk@gmail.com>
parents:
298
diff
changeset
|
173 |
display:inline-block; |
|
c5b524696fb3
Improve JS/CSS compilation.
Alexandre Segura <mex.zktk@gmail.com>
parents:
298
diff
changeset
|
174 |
vertical-align: top; |
| 298 | 175 |
margin-bottom:5px; |
176 |
} |
|
177 |
||
178 |
/* GLOBAL HOME PAGE */ |
|
179 |
||
180 |
.home-main-button-container{ |
|
|
309
c5b524696fb3
Improve JS/CSS compilation.
Alexandre Segura <mex.zktk@gmail.com>
parents:
298
diff
changeset
|
181 |
position: relative; |
|
c5b524696fb3
Improve JS/CSS compilation.
Alexandre Segura <mex.zktk@gmail.com>
parents:
298
diff
changeset
|
182 |
width:0px; |
| 298 | 183 |
height: 0px; |
184 |
} |
|
185 |
||
186 |
.home-main-button{ |
|
|
309
c5b524696fb3
Improve JS/CSS compilation.
Alexandre Segura <mex.zktk@gmail.com>
parents:
298
diff
changeset
|
187 |
position: absolute; |
|
c5b524696fb3
Improve JS/CSS compilation.
Alexandre Segura <mex.zktk@gmail.com>
parents:
298
diff
changeset
|
188 |
left: 15px; |
| 298 | 189 |
top: 15px |
190 |
} |
|
191 |
||
192 |
.collection-title{ |
|
193 |
margin-top:0px; |
|
194 |
} |
|
195 |
||
196 |
/* COLLECTION HOME PAGE */ |
|
197 |
||
198 |
.collection-summary{ |
|
199 |
padding-bottom: 15px; |
|
200 |
width: 100% |
|
201 |
} |
|
202 |
||
203 |
.collection-container{ |
|
204 |
width:100%; |
|
|
309
c5b524696fb3
Improve JS/CSS compilation.
Alexandre Segura <mex.zktk@gmail.com>
parents:
298
diff
changeset
|
205 |
padding-top: 15px; |
| 298 | 206 |
padding-bottom: 15px; |
207 |
} |
|
208 |
||
209 |
.collection-home-title{ |
|
210 |
padding-bottom: 15px; |
|
211 |
} |
|
212 |
||
213 |
.tab-selector{ |
|
214 |
margin-top: 15px; |
|
215 |
} |
|
216 |
||
217 |
.image-list-wrapper{ |
|
218 |
margin-top: 15px; |
|
219 |
} |
|
220 |
||
221 |
li.image-list-li{ |
|
|
309
c5b524696fb3
Improve JS/CSS compilation.
Alexandre Segura <mex.zktk@gmail.com>
parents:
298
diff
changeset
|
222 |
margin-bottom: 5px; |
|
c5b524696fb3
Improve JS/CSS compilation.
Alexandre Segura <mex.zktk@gmail.com>
parents:
298
diff
changeset
|
223 |
width: 370px; |
|
c5b524696fb3
Improve JS/CSS compilation.
Alexandre Segura <mex.zktk@gmail.com>
parents:
298
diff
changeset
|
224 |
height: 430px; |
|
c5b524696fb3
Improve JS/CSS compilation.
Alexandre Segura <mex.zktk@gmail.com>
parents:
298
diff
changeset
|
225 |
vertical-align:middle; |
| 298 | 226 |
padding:5px; |
227 |
} |
|
228 |
.image-list-image-container{ |
|
229 |
position: relative; |
|
230 |
} |
|
231 |
.object-info{ |
|
232 |
margin-bottom:10px; |
|
233 |
} |
|
234 |
.collection-home-item-btn{ |
|
235 |
margin-bottom:5px; |
|
236 |
} |
|
237 |
.collection-home-tab{ |
|
238 |
cursor: pointer; |
|
239 |
} |
|
240 |
||
241 |
||
242 |
/* DIFF STYLE */ |
|
243 |
||
244 |
.diff-viewer-wrapper {margin-top: 5px;} |
|
245 |
.diff-panel {border: 1px solid gray; width: 300px; heigth: 250px;} |
|
246 |
||
247 |
del { text-decoration: line-through; color: #b30000; background: #fadad7;} |
|
248 |
||
249 |
ins { background: #eaf2c2; color: #406619; text-decoration: none; } |
|
250 |
||
251 |
.diff-panel .close-btn { |
|
252 |
cursor: pointer; |
|
253 |
margin-right: 5px; |
|
254 |
} |
|
255 |
||
256 |
/* FOOTER STYLE */ |
|
257 |
||
258 |
footer div{ |
|
259 |
} |
|
260 |
||
261 |
||
262 |
.partners-icons{ |
|
263 |
margin-left: 20px; |
|
264 |
} |
|
265 |
.footer-link{ |
|
266 |
margin-left: 20px; |
|
267 |
} |
|
268 |
||
269 |
.footer-info{ |
|
270 |
margin-left:15px; |
|
271 |
} |
|
272 |
||
273 |
/* STATIC PAGES STYLE */ |
|
274 |
||
275 |
/* - LEGAL MENTIONS STYLE */ |
|
276 |
||
277 |
dl.legals-dl dd{ |
|
278 |
margin-left: 10px; |
|
279 |
} |
|
280 |
||
281 |
/* HOME PAGE STYLE */ |
|
282 |
||
283 |
.show-complete-link, .hide-complete-link{ |
|
284 |
cursor: pointer; |
|
285 |
} |
|
286 |
||
287 |
/* - COLLECTION HOME STYLE */ |
|
288 |
||
289 |
.collection-summary{ |
|
290 |
margin-bottom: 15px; |
|
291 |
} |
|
292 |
||
293 |
.description-col{ |
|
294 |
padding: 10px; |
|
|
309
c5b524696fb3
Improve JS/CSS compilation.
Alexandre Segura <mex.zktk@gmail.com>
parents:
298
diff
changeset
|
295 |
} |