aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/courgette/css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/courgette/css')
-rw-r--r--themes/courgette/css/.DS_Storebin6148 -> 0 bytes
-rwxr-xr-xthemes/courgette/css/font.css14
-rwxr-xr-xthemes/courgette/css/style.css76
3 files changed, 83 insertions, 7 deletions
diff --git a/themes/courgette/css/.DS_Store b/themes/courgette/css/.DS_Store
deleted file mode 100644
index c788a093..00000000
--- a/themes/courgette/css/.DS_Store
+++ /dev/null
Binary files differ
diff --git a/themes/courgette/css/font.css b/themes/courgette/css/font.css
index 7c16cce4..849ff85b 100755
--- a/themes/courgette/css/font.css
+++ b/themes/courgette/css/font.css
@@ -7,4 +7,16 @@
7 url('../font/fontello.svg?97381924#fontello') format('svg'); 7 url('../font/fontello.svg?97381924#fontello') format('svg');
8 font-weight: normal; 8 font-weight: normal;
9 font-style: normal; 9 font-style: normal;
10} \ No newline at end of file 10}
11
12@font-face {
13 font-family: 'icomoon';
14 src:url('../font/icomoon.eot?-72nnzw');
15 src:url('../font/icomoon.eot?#iefix-72nnzw') format('embedded-opentype'),
16 url('../font/icomoon.woff?-72nnzw') format('woff'),
17 url('../font/comoon.ttf?-72nnzw') format('truetype'),
18 url('../font/icomoon.svg?-72nnzw#icomoon') format('svg');
19 font-weight: normal;
20 font-style: normal;
21}
22
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
670a: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