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/dark') 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/dark') 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/dark') 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/dark') 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/dark/README.md | 3 ++ themes/dark/css/style-dark.css | 78 +++++++++++++++++++++++++++++++++ themes/dark/img/dark/backtotop.png | Bin 0 -> 326 bytes themes/dark/img/dark/bad-display.png | Bin 0 -> 343 bytes themes/dark/img/dark/checkmark-off.png | Bin 0 -> 277 bytes themes/dark/img/dark/checkmark-on.png | Bin 0 -> 235 bytes themes/dark/img/dark/clock.png | Bin 0 -> 332 bytes themes/dark/img/dark/down.png | Bin 0 -> 216 bytes themes/dark/img/dark/envelop.png | Bin 0 -> 285 bytes themes/dark/img/dark/flattr.png | Bin 0 -> 270 bytes themes/dark/img/dark/left.png | Bin 0 -> 196 bytes themes/dark/img/dark/link.png | Bin 0 -> 341 bytes themes/dark/img/dark/remove.png | Bin 0 -> 252 bytes themes/dark/img/dark/shaarli.png | Bin 0 -> 729 bytes themes/dark/img/dark/star-off.png | Bin 0 -> 314 bytes themes/dark/img/dark/star-on.png | Bin 0 -> 281 bytes themes/dark/img/dark/top.png | Bin 0 -> 212 bytes themes/dark/img/dark/twitter.png | Bin 0 -> 297 bytes themes/dark/screenshot.jpg | Bin 0 -> 664859 bytes 19 files changed, 81 insertions(+) create mode 100644 themes/dark/README.md create mode 100644 themes/dark/css/style-dark.css create mode 100755 themes/dark/img/dark/backtotop.png create mode 100755 themes/dark/img/dark/bad-display.png create mode 100644 themes/dark/img/dark/checkmark-off.png create mode 100644 themes/dark/img/dark/checkmark-on.png create mode 100755 themes/dark/img/dark/clock.png create mode 100644 themes/dark/img/dark/down.png create mode 100644 themes/dark/img/dark/envelop.png create mode 100755 themes/dark/img/dark/flattr.png create mode 100644 themes/dark/img/dark/left.png create mode 100755 themes/dark/img/dark/link.png create mode 100644 themes/dark/img/dark/remove.png create mode 100644 themes/dark/img/dark/shaarli.png create mode 100644 themes/dark/img/dark/star-off.png create mode 100644 themes/dark/img/dark/star-on.png create mode 100644 themes/dark/img/dark/top.png create mode 100644 themes/dark/img/dark/twitter.png create mode 100644 themes/dark/screenshot.jpg (limited to 'themes/dark') diff --git a/themes/dark/README.md b/themes/dark/README.md new file mode 100644 index 00000000..92077994 --- /dev/null +++ b/themes/dark/README.md @@ -0,0 +1,3 @@ +# dark theme + +theme created by Nicolas LÅ“uillet aka nico_somb \ No newline at end of file diff --git a/themes/dark/css/style-dark.css b/themes/dark/css/style-dark.css new file mode 100644 index 00000000..6d507516 --- /dev/null +++ b/themes/dark/css/style-dark.css @@ -0,0 +1,78 @@ +body { + color: #d4d4d4; + background-color: #262627; +} + +a, +a:hover, +a:visited { + color: #d4d4d4; +} + +a.back span { + background-image: url('../img/dark/left.png'); +} + +a.top span { + background-image: url('../img/dark/top.png'); +} + +a.fav span, +a.fav-off span:hover { + background-image: url('../img/dark/star-on.png'); +} + +a.fav span:hover, +a.fav-off span { + background-image: url('../img/dark/star-off.png'); +} + +a.archive span, +a.archive-off span:hover { + background-image: url('../img/dark/checkmark-on.png'); +} + +a.archive span:hover, +a.archive-off span { + background-image: url('../img/dark/checkmark-off.png'); +} + +a.twitter span { + background-image: url('../img/dark/twitter.png'); +} + +a.shaarli span { + background-image: url('../img/dark/shaarli.png'); +} + +a.flattr span { + background-image: url('../img/dark/flattr.png'); +} + +a.email span { + background-image: url('../img/dark/envelop.png'); +} + +a.delete span { + background-image: url('../img/dark/remove.png'); +} + +a.link span { + background-image: url('../img/dark/link.png'); +} + +a.bad-display span { + background-image: url('../img/dark/bad-display.png'); +} + +a.reading-time span { + background-image: url('../img/dark/clock.png'); +} + +.pagination a { + color: #aaa; +} + +#article_toolbar { + background: #262627; +} \ No newline at end of file diff --git a/themes/dark/img/dark/backtotop.png b/themes/dark/img/dark/backtotop.png new file mode 100755 index 00000000..051238ef Binary files /dev/null and b/themes/dark/img/dark/backtotop.png differ diff --git a/themes/dark/img/dark/bad-display.png b/themes/dark/img/dark/bad-display.png new file mode 100755 index 00000000..6866799f Binary files /dev/null and b/themes/dark/img/dark/bad-display.png differ diff --git a/themes/dark/img/dark/checkmark-off.png b/themes/dark/img/dark/checkmark-off.png new file mode 100644 index 00000000..3db5a06d Binary files /dev/null and b/themes/dark/img/dark/checkmark-off.png differ diff --git a/themes/dark/img/dark/checkmark-on.png b/themes/dark/img/dark/checkmark-on.png new file mode 100644 index 00000000..cd3abb2c Binary files /dev/null and b/themes/dark/img/dark/checkmark-on.png differ diff --git a/themes/dark/img/dark/clock.png b/themes/dark/img/dark/clock.png new file mode 100755 index 00000000..6164e92b Binary files /dev/null and b/themes/dark/img/dark/clock.png differ diff --git a/themes/dark/img/dark/down.png b/themes/dark/img/dark/down.png new file mode 100644 index 00000000..b9d536a7 Binary files /dev/null and b/themes/dark/img/dark/down.png differ diff --git a/themes/dark/img/dark/envelop.png b/themes/dark/img/dark/envelop.png new file mode 100644 index 00000000..6be1c886 Binary files /dev/null and b/themes/dark/img/dark/envelop.png differ diff --git a/themes/dark/img/dark/flattr.png b/themes/dark/img/dark/flattr.png new file mode 100755 index 00000000..0404aaea Binary files /dev/null and b/themes/dark/img/dark/flattr.png differ diff --git a/themes/dark/img/dark/left.png b/themes/dark/img/dark/left.png new file mode 100644 index 00000000..a0a53631 Binary files /dev/null and b/themes/dark/img/dark/left.png differ diff --git a/themes/dark/img/dark/link.png b/themes/dark/img/dark/link.png new file mode 100755 index 00000000..db62819d Binary files /dev/null and b/themes/dark/img/dark/link.png differ diff --git a/themes/dark/img/dark/remove.png b/themes/dark/img/dark/remove.png new file mode 100644 index 00000000..f8ad56a3 Binary files /dev/null and b/themes/dark/img/dark/remove.png differ diff --git a/themes/dark/img/dark/shaarli.png b/themes/dark/img/dark/shaarli.png new file mode 100644 index 00000000..1eb30f60 Binary files /dev/null and b/themes/dark/img/dark/shaarli.png differ diff --git a/themes/dark/img/dark/star-off.png b/themes/dark/img/dark/star-off.png new file mode 100644 index 00000000..6a0133a7 Binary files /dev/null and b/themes/dark/img/dark/star-off.png differ diff --git a/themes/dark/img/dark/star-on.png b/themes/dark/img/dark/star-on.png new file mode 100644 index 00000000..a9f96eaa Binary files /dev/null and b/themes/dark/img/dark/star-on.png differ diff --git a/themes/dark/img/dark/top.png b/themes/dark/img/dark/top.png new file mode 100644 index 00000000..954a8c0a Binary files /dev/null and b/themes/dark/img/dark/top.png differ diff --git a/themes/dark/img/dark/twitter.png b/themes/dark/img/dark/twitter.png new file mode 100644 index 00000000..cfcfe419 Binary files /dev/null and b/themes/dark/img/dark/twitter.png differ diff --git a/themes/dark/screenshot.jpg b/themes/dark/screenshot.jpg new file mode 100644 index 00000000..daaad6c9 Binary files /dev/null and b/themes/dark/screenshot.jpg differ -- 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/dark/css/style-dark.css | 4 ---- themes/dark/img/dark/clock.png | Bin 332 -> 0 bytes 2 files changed, 4 deletions(-) delete mode 100755 themes/dark/img/dark/clock.png (limited to 'themes/dark') diff --git a/themes/dark/css/style-dark.css b/themes/dark/css/style-dark.css index 6d507516..41782c48 100644 --- a/themes/dark/css/style-dark.css +++ b/themes/dark/css/style-dark.css @@ -65,10 +65,6 @@ a.bad-display span { background-image: url('../img/dark/bad-display.png'); } -a.reading-time span { - background-image: url('../img/dark/clock.png'); -} - .pagination a { color: #aaa; } diff --git a/themes/dark/img/dark/clock.png b/themes/dark/img/dark/clock.png deleted file mode 100755 index 6164e92b..00000000 Binary files a/themes/dark/img/dark/clock.png and /dev/null differ -- cgit v1.2.3