]> git.immae.eu Git - github/wallabag/wallabag.git/blame - src/Wallabag/CoreBundle/Resources/public/themes/material/css/main.css
Merge pull request #1663 from wallabag/v2-remove-tags-from-entry
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / public / themes / material / css / main.css
CommitLineData
53e12188
AD
1/* ==========================================================================
2 Sommaire
3
4 0 = Common
5 1 = Nav
6 2 = Side-nav
83aaf841
JB
7 3 = Filters slider
8 4 = Cards
53e12188 9 5 = Article
53e12188 10 6 = Media queries
ba873ae6
AD
11 7 = Font
12 8 = Others
53e12188
AD
13
14 ========================================================================== */
15
16
17/* ==========================================================================
18 0 = Common
19 ========================================================================== */
20
ba873ae6
AD
21@font-face {
22 font-family: 'icomoon';
23 src:url('../font/icomoon/icomoon.eot?yw303w');
24 src:url('../font/icomoon/icomoon.eot?yw303w#iefix') format('embedded-opentype'),
25 url('../font/icomoon/icomoon.ttf?yw303w') format('truetype'),
26 url('../font/icomoon/icomoon.woff?yw303w') format('woff'),
27 url('../font/icomoon/icomoon.svg?yw303w#icomoon') format('svg');
28 font-weight: normal;
29 font-style: normal;
30}
31
32[class^="icon-"], [class*=" icon-"] {
33 font-family: 'icomoon';
34 speak: none;
35 font-style: normal;
36 font-weight: normal;
37 font-variant: normal;
38 text-transform: none;
39 line-height: 1;
40
41 /* Better Font Rendering =========== */
42 -webkit-font-smoothing: antialiased;
43 -moz-osx-font-smoothing: grayscale;
44}
45
53e12188
AD
46body {
47 display: flex;
48 min-height: 100vh;
49 flex-direction: column;
50 background: #f0f0f0;
51}
52
e0d18880
NL
53body.login main {
54 padding: 0;
55}
56
fdab81e9 57#warning_message {
e62d27ff
NL
58 position: fixed;
59 background-color: #ff6347;
60 z-index: 1000;
61 bottom: 0;
62 left: 0;
63 width: 100%;
64 color: #000;
65}
66
fdab81e9 67#warning_message a {
e62d27ff
NL
68 color: #555;
69}
70
53e12188
AD
71.border-bottom {
72 border-bottom: 1px solid #DDD;
73}
74
75nav, main, footer {
76 padding-left: 240px;
77}
78
c26a3edc
AD
79main, #content, .valign-wrapper {
80 height: 100%;
81}
82
53e12188
AD
83#main {
84 flex: 1 0 auto;
85}
86
87.results {
88 height: 1em;
89 line-height: 30px;
90}
91
92.results .nb-results, .results .pagination {
93 margin: 15px;
94 margin-bottom: 0;
95}
96
d75a9fa3
AD
97.pagination li {
98 padding: 0;
99}
100
101.pagination a {
102 padding: 0px 10px;
103 height: 30px;
104 display: block;
105}
106
53e12188
AD
107.page-footer .footer-copyright p {
108 display: inline;
109}
110
111.hidden {
112 display: none;
113}
114
727b39a9
AD
115.picker__date-display {
116 display: none;
117}
118
ba873ae6
AD
119footer.page-footer {
120 margin-top: 10px;
121 padding-top: 10px;
122}
123
124footer .row {
125 margin-bottom: 10px;
126}
127
53e12188
AD
128/* ==========================================================================
129 1 = Nav
130 ========================================================================== */
131
06fdfd02
AD
132nav input {
133 color: #aaa;
134}
135
53e12188
AD
136.nav-wrapper .button-collapse {
137 padding: 0px 15px;
138}
139
140.nav-input {
141 display: none;
142}
143
144.nav-panels {
342f0cc5 145 overflow: hidden;
53e12188
AD
146}
147
148.nav-panel-buttom li {
149 max-height: 64px;
150}
151
152.nav-panel-buttom {
153 float: right;
154}
155
768303a5
AD
156.nav-panels {
157 transition: background 0.2s ease;
158}
159
946d6a51
AD
160.nav-panel-add .mdi-content-add,
161.nav-panel-search .mdi-action-search,
162.nav-panels .mdi-navigation-close {
768303a5
AD
163 color: #444 !important;
164}
165
0e765068
AD
166.nav-panels .action {
167 padding-left: 0.75rem;
168 font-size: 2.1rem;
169 white-space: nowrap;
170}
171
8ba913d8 172.nav-panels .input-field input {
06fdfd02
AD
173 display: block;
174 line-height: inherit;
175 padding-left: 4rem !important;
176 width: calc(100% - 8rem);
177}
178
8ba913d8 179.nav-panels .input-field input:focus {
06fdfd02
AD
180 background-color: #fff;
181 border: 0;
182 box-shadow: none;
183 color: #444;
184}
185
186.input-field.nav-panel-add label {
187 left: 1rem;
188}
189
190.input-field.nav-panel-add .mdi-navigation-close {
191 position: absolute;
192 top: 0;
193 right: 1rem;
194 color: transparent;
195 cursor: pointer;
196 font-size: 2rem;
197 transition: .3s color;
198}
199
392f4a26
AD
200#button_filters {
201 display: none;
202}
10b2411c
NL
203#button_export {
204 display: none;
205}
392f4a26 206
53e12188
AD
207/* ==========================================================================
208 2 = Side-nav
209 ========================================================================== */
210
211.side-nav.fixed a {
212 font-size: 13px;
213 line-height: 44px;
214 height: 44px;
215}
216
217.bold > a {
218 font-weight: bold;
219}
220
221.side-nav > li.logo {
222 line-height: 0;
223 text-align: center;
224}
225
226#main .logo a {
227 height: 100pt;
228}
229
230#main .logo img {
231 height: 100pt;
232 width: 100pt;
233}
234
c26a3edc
AD
235#main .logo:hover {
236 background: transparent;
237}
238
53e12188
AD
239.side-nav li {
240 padding: 0px;
241}
242
243.side-nav a {
244 margin: 0px 1rem;
245}
246
392f4a26
AD
247/* ==========================================================================
248 * 3 = Filters slider
249 * ========================================================================== */
250
251#filters button {
252 padding: 0px;
253 width: 100%;
254}
255
d75a9fa3
AD
256.side-nav.fixed.right-aligned {
257 right: -250px;
258 left: auto !important;
727b39a9 259 overflow-y: visible;
d75a9fa3
AD
260}
261
db96045a
JB
262#filters div.with-checkbox {
263 height: 3rem;
264 margin-top: 0px;
265}
266
53e12188 267/* ==========================================================================
83aaf841 268 4 = Cards
53e12188
AD
269 ========================================================================== */
270
271main #content {
272 padding: 0px 0.5rem;
273}
274
275main ul.row {
276 padding: 0px 0.75rem;
277}
278
451bad02 279.data .card .card-body {
342f0cc5
AD
280 height: 22em;
281 overflow: hidden;
53e12188
AD
282}
283
284.card .card-content .card-title {
285 line-height: 32px;
286}
287
288.card .card-content .estimatedTime {
289 margin-bottom: 10px;
290}
291
292.card .card-action .original {
293 line-height: 24px;
294}
295
296.card .card-action ul.links {
297 margin: 0;
298 font-size: 24px;
299 line-height: 24px;
300}
301
9948d899 302.card .card-action a {
ec3ce598 303 color: #ffffff;
9948d899
AD
304 margin: 0;
305}
306
ec3ce598
NL
307.card .card-action a:hover {
308 color: #ffffff;
309}
310
9948d899
AD
311.settings .div_tabs {
312 padding-bottom: 15px;
53e12188
AD
313}
314
b17874a7
AD
315.card.sw {
316 max-width: 370px;
317 margin-left: auto;
318 margin-right: auto;
319}
320
451bad02
AD
321.mdi-card-close:before {
322 content: "\e8aa";
323}
324
325.card .card-image {
326 height: 14em;
327}
328
329.card .card-image .preview {
330 height: 14em;
331 background-size: cover;
332 background-repeat: no-repeat;
333 background-position: 50%;
334}
335
53e12188 336/* ==========================================================================
83aaf841 337 5 = Article
53e12188
AD
338 ========================================================================== */
339
340#article {
341 font-size: 20px;
342 margin: 0px auto;
b69fc062 343 max-width: 40em;
53e12188
AD
344}
345
346.reader-mode {
347 width: 95px !important;
348 transition: width 0.2s ease;
349}
350
351.reader-mode:hover {
352 width: 240px !important;
353}
354
6fd3d82c
AD
355.reader-mode .collapsible-body {
356 height: 0;
357 overflow: hidden;
358}
359
360.reader-mode:hover .collapsible-body {
361 height: auto;
362}
363
53e12188
AD
364.reader-mode span {
365 opacity: 0;
366 transition: opacity 0.2s ease;
367}
368
369.reader-mode:hover span {
370 opacity: 1;
371}
372
fcb3faf1
AD
373.progress {
374 position:fixed;
375 top:0px;
376 width: 100%;
377 height: 3px;
378 margin: 0;
379 z-index: 9999;
380}
a754db33
NL
381
382#article aside .link {
383 color: #000;
384 font-size: 0.6em;
385 text-decoration: none;
386}
387
388#article aside #list {
389 float: right;
390 margin-right: 15px;
391}
392
68e9dcf6 393#article aside .chip {
a754db33 394 background-color: #039be5;
68e9dcf6 395 color: #ffffff;
a754db33
NL
396}
397
53e12188
AD
398/* ==========================================================================
399 6 = Media queries
400 ========================================================================== */
401
402 @media only screen and (max-width : 992px) {
403 header, main, footer {
404 padding-left: 0;
405 }
b17874a7
AD
406 nav, main, footer {
407 padding-left: 0;
408 }
409 .pagination {
410 width: auto;
411 }
412 .reader-mode {
413 width: 240px !important;
414 }
415 .reader-mode span {
416 opacity: 1;
417 }
53e12188 418 }
9948d899
AD
419
420@media only screen and (min-width : 993px) and (max-width : 1180px) {
421 .row .col.l1 {
422 width: 25%;
423 margin-left: 0; }
424 .row .col.l2 {
425 width: 33.33333%;
426 margin-left: 0; }
427 .row .col.l3 {
428 width: 41.66667%;
429 margin-left: 0; }
430 .row .col.l4 {
431 width: 50%;
432 margin-left: 0; }
433 .row .col.l5 {
434 width: 58.33333%;
435 margin-left: 0; }
436 .row .col.l6 {
437 width: 66.66667%;
438 margin-left: 0; }
439 .row .col.l7 {
440 width: 75%;
441 margin-left: 0; }
442 .row .col.l8 {
443 width: 83.33333%;
444 margin-left: 0; }
445 .row .col.l9 {
446 width: 91.66667%;
447 margin-left: 0; }
448 .row .col.l10 {
449 width: 100%;
450 margin-left: 0; }
451}
452
9948d899
AD
453@media only screen and (max-width : 350px) {
454 .nb-results {
455 display: none;
456 }
b69fc062 457}
ba873ae6
AD
458
459/* ==========================================================================
460 7 = Font
461 ========================================================================== */
462
463.icon-google-plus2:before {
464 content: "\e800";
465}
466.icon-facebook2:before {
467 content: "\e801";
468}
469.icon-twitter:before {
470 content: "\e802";
471}
472.icon-apple:before {
473 content: "\e803";
474}
475.icon-android:before {
476 content: "\e804";
477}
478.icon-chrome:before {
479 content: "\e805";
480}
481.icon-firefox:before {
482 content: "\e806";
483}
484
485footer [class^="icon-"], footer [class*=" icon-"] {
486 font-size: 2em;
487 transition: text-shadow 0.2s ease;
488 padding-right: 10px;
489}
490
491footer [class^="icon-"]:hover, footer [class*=" icon-"]:hover {
492 text-shadow: 0 0 10px rgba(0,0,0,0.3);
493}
494
495
83aaf841 496/* ==========================================================================
ba873ae6 497 8 = Others
83aaf841
JB
498 ========================================================================== */
499
dc1c2deb
JB
500/* force height on non-input field in the settings page */
501div.settings div.input-field div, div.settings div.input-field ul {
83aaf841 502 margin-top: 40px;
7019c7cf
JB
503}
504/* but avoid to kill all file input */
505div.settings div.file-field div {
506 margin-top: inherit;
507}