diff options
author | Thomas LEBEAU <thomas.lebeau@g-nova.fr> | 2014-02-07 00:07:54 +0100 |
---|---|---|
committer | Thomas LEBEAU <thomas.lebeau@g-nova.fr> | 2014-02-07 00:07:54 +0100 |
commit | c8265d95b0247c146793c9804198a9ed45b6f846 (patch) | |
tree | db381964fc76c2360ca713a4e9e0873f908e5ba1 /themes/courgette/css/style.css | |
parent | 2e384abab6f0d5f142e7d6133eca4aab5cdd1d80 (diff) | |
download | wallabag-c8265d95b0247c146793c9804198a9ed45b6f846.tar.gz wallabag-c8265d95b0247c146793c9804198a9ed45b6f846.tar.zst wallabag-c8265d95b0247c146793c9804198a9ed45b6f846.zip |
[add] maj theme courgette : ajout tag
Diffstat (limited to 'themes/courgette/css/style.css')
-rwxr-xr-x | themes/courgette/css/style.css | 76 |
1 files changed, 70 insertions, 6 deletions
diff --git a/themes/courgette/css/style.css b/themes/courgette/css/style.css index 2ba16b71..edd09c78 100755 --- a/themes/courgette/css/style.css +++ b/themes/courgette/css/style.css | |||
@@ -157,6 +157,8 @@ h1 a { | |||
157 | transition-delay:1.55ms; | 157 | transition-delay:1.55ms; |
158 | } | 158 | } |
159 | 159 | ||
160 | #article_toolbar li:nth-child(2) { display: none; } | ||
161 | |||
160 | #menu:before { | 162 | #menu:before { |
161 | content: "\e801"; | 163 | content: "\e801"; |
162 | display: block; | 164 | display: block; |
@@ -299,7 +301,7 @@ ul li { | |||
299 | color:#000; | 301 | color:#000; |
300 | } | 302 | } |
301 | 303 | ||
302 | .tools a:before { display: block; font-family: 'fontello'; } | 304 | .tools a:before { display: block; font-family: 'icomoon'; } |
303 | 305 | ||
304 | 306 | ||
305 | .fav-off:before, .fav:before { content: '\e805'; } /* '' */ | 307 | .fav-off:before, .fav:before { content: '\e805'; } /* '' */ |
@@ -308,13 +310,13 @@ ul li { | |||
308 | background: #FFF; | 310 | background: #FFF; |
309 | color:#000; | 311 | color:#000; |
310 | } | 312 | } |
311 | .link:before { content: '\e800'; } /* '' */ | 313 | .link:before { content: '\e801'; } /* '' */ |
312 | .delete:before { content: '\e803'; } /* '' */ | 314 | .delete:before { content: '\e80c'; } /* '' */ |
313 | .reading-time:before { content: '\e802'; } /* '' */ | 315 | .reading-time:before { content: '\e803'; } /* '' */ |
314 | 316 | ||
315 | #article_toolbar a:before { | 317 | #article_toolbar a:before { |
316 | display: block; | 318 | display: block; |
317 | font-family: 'fontello'; | 319 | font-family: 'icomoon'; |
318 | } | 320 | } |
319 | 321 | ||
320 | #article_toolbar a { | 322 | #article_toolbar a { |
@@ -343,7 +345,8 @@ ul li { | |||
343 | .email:before { content: '\e80a'; } /* '' */ | 345 | .email:before { content: '\e80a'; } /* '' */ |
344 | .icon-check:before { content: '\e804'; } /* '' */ | 346 | .icon-check:before { content: '\e804'; } /* '' */ |
345 | .back:before { content: '\e806'; } /* '' */ | 347 | .back:before { content: '\e806'; } /* '' */ |
346 | .bad-display:before { content: '\e808'; } /* '' */ | 348 | .flattr:before { content: '\e800'; } /* '' */ |
349 | .bad-display:before { content: '\e600'; } /* '' */ | ||
347 | .twitter:before { content: '\e807'; } /* '' */ | 350 | .twitter:before { content: '\e807'; } /* '' */ |
348 | 351 | ||
349 | #article_toolbar .flattrli { | 352 | #article_toolbar .flattrli { |
@@ -618,3 +621,64 @@ form button:hover, form button:focus, form input[type="submit"]:hover, form inpu | |||
618 | position:static; | 621 | position:static; |
619 | } | 622 | } |
620 | } | 623 | } |
624 | |||
625 | |||
626 | .w600p { | ||
627 | width: 70%; | ||
628 | margin: auto; | ||
629 | } | ||
630 | |||
631 | .tagForm { | ||
632 | margin: 1em 0; | ||
633 | } | ||
634 | |||
635 | .tagForm p { | ||
636 | font-style: italic; | ||
637 | margin: 0; | ||
638 | font-size: 0.8em; | ||
639 | color: #999; | ||
640 | } | ||
641 | |||
642 | .tagForm label { | ||
643 | width: auto; | ||
644 | margin-right: 1em; | ||
645 | } | ||
646 | |||
647 | .back:before { | ||
648 | font-family: "icomoon"; | ||
649 | } | ||
650 | |||
651 | .back.link { | ||
652 | color: #000; | ||
653 | text-decoration: none; | ||
654 | } | ||
655 | |||
656 | .back.link:before { | ||
657 | margin-right: 0.5em; | ||
658 | } | ||
659 | |||
660 | .tag-list a { | ||
661 | color: #000; | ||
662 | text-decoration: none; | ||
663 | } | ||
664 | |||
665 | .tag-list li { | ||
666 | display: inline-block; | ||
667 | margin-right: 1em; | ||
668 | } | ||
669 | |||
670 | a:hover { | ||
671 | text-decoration: underline; | ||
672 | } | ||
673 | |||
674 | .tag { | ||
675 | background: #000; | ||
676 | color: #FFF; | ||
677 | padding: 0.5em 1em; | ||
678 | text-decoration: none; | ||
679 | } | ||
680 | |||
681 | .tag:hover, .tag:focus { | ||
682 | background: #FFF; | ||
683 | color: #000; | ||
684 | } \ No newline at end of file | ||