From 88e1108f117581de492106db371185d9f8064e5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Fri, 20 Sep 2013 14:30:07 +0200 Subject: upgrading themes --- themes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/dmagenta/css') diff --git a/themes b/themes index 689dcedf..c6406013 160000 --- a/themes +++ b/themes @@ -1 +1 @@ -Subproject commit 689dcedf8d6c7cf5e8424654fef4fd9687288dc1 +Subproject commit c6406013d58dc3808b2544356b28a4816ae9747a -- cgit v1.2.3 From dfbbc14b335925072f71fdd7ec630e0244fc3ad7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Thu, 3 Oct 2013 14:05:50 +0200 Subject: remove themes --- themes | 1 - 1 file changed, 1 deletion(-) delete mode 160000 themes (limited to 'themes/dmagenta/css') diff --git a/themes b/themes deleted file mode 160000 index c6406013..00000000 --- a/themes +++ /dev/null @@ -1 +0,0 @@ -Subproject commit c6406013d58dc3808b2544356b28a4816ae9747a -- cgit v1.2.3 From eb44ca42139c6d68698a6c87eddaa818e5079853 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Thu, 3 Oct 2013 14:06:20 +0200 Subject: embed themes with poche --- themes | 1 + 1 file changed, 1 insertion(+) create mode 160000 themes (limited to 'themes/dmagenta/css') diff --git a/themes b/themes new file mode 160000 index 00000000..e8f5283a --- /dev/null +++ b/themes @@ -0,0 +1 @@ +Subproject commit e8f5283a723b09164f24aa494baa965566328cc0 -- cgit v1.2.3 From 66e074b43dd4efc9f63c8fee784b99bcce51ab93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Thu, 3 Oct 2013 14:09:58 +0200 Subject: remove themes --- themes | 1 - 1 file changed, 1 deletion(-) delete mode 160000 themes (limited to 'themes/dmagenta/css') diff --git a/themes b/themes deleted file mode 160000 index e8f5283a..00000000 --- a/themes +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e8f5283a723b09164f24aa494baa965566328cc0 -- cgit v1.2.3 From 4cc3c2ac1735196e4e6a18d1a1124cd0d9a0ed5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Thu, 3 Oct 2013 14:10:44 +0200 Subject: embed themes --- themes/dmagenta/css/style-dmagenta.css | 82 ++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 themes/dmagenta/css/style-dmagenta.css (limited to 'themes/dmagenta/css') diff --git a/themes/dmagenta/css/style-dmagenta.css b/themes/dmagenta/css/style-dmagenta.css new file mode 100644 index 00000000..486add18 --- /dev/null +++ b/themes/dmagenta/css/style-dmagenta.css @@ -0,0 +1,82 @@ +body { + color: #d4d4d4; + background-color: #372d37; +} + +a, +a:hover, +a:visited { + color: #8d748d; +} + +a.back span { + background-image: url('../img/dmagenta/left.png'); +} + +a.top span { + background-image: url('../img/dmagenta/top.png'); +} + +a.fav span, +a.fav-off span:hover { + background-image: url('../img/dmagenta/star-on.png'); +} + +a.fav span:hover, +a.fav-off span { + background-image: url('../img/dmagenta/star-off.png'); +} + +a.archive span, +a.archive-off span:hover { + background-image: url('../img/dmagenta/checkmark-on.png'); +} + +a.archive span:hover, +a.archive-off span { + background-image: url('../img/dmagenta/checkmark-off.png'); +} + +a.twitter span { + background-image: url('../img/dmagenta/twitter.png'); +} + +a.flattr span { + background-image: url('../img/dmagenta/flattr.png'); +} + +a.shaarli span { + background-image: url('../img/dmagenta/shaarli.png'); +} + +a.email span { + background-image: url('../img/dmagenta/envelop.png'); +} + +a.delete span { + background-image: url('../img/dmagenta/remove.png'); +} + +a.link span { + background-image: url('../img/dmagenta/link.png'); +} + +a.bad-display span { + background-image: url('../img/dmagenta/bad-display.png'); +} + +a.reading-time span { + background-image: url('../img/dmagenta/clock.png'); +} + +.pagination a { + color: #aaa; +} + +#main #links li .current { + background-color: #2d372d; +} + +#article_toolbar { + background: #372d37; +} \ No newline at end of file -- cgit v1.2.3 From 07ae20eeedc75b5b121647cc4833a36956fc6356 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Thu, 3 Oct 2013 14:17:45 +0200 Subject: change reading time displaying --- themes/dmagenta/css/style-dmagenta.css | 4 ---- 1 file changed, 4 deletions(-) (limited to 'themes/dmagenta/css') diff --git a/themes/dmagenta/css/style-dmagenta.css b/themes/dmagenta/css/style-dmagenta.css index 486add18..4dc592d2 100644 --- a/themes/dmagenta/css/style-dmagenta.css +++ b/themes/dmagenta/css/style-dmagenta.css @@ -65,10 +65,6 @@ a.bad-display span { background-image: url('../img/dmagenta/bad-display.png'); } -a.reading-time span { - background-image: url('../img/dmagenta/clock.png'); -} - .pagination a { color: #aaa; } -- cgit v1.2.3