aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/views/dmagenta
diff options
context:
space:
mode:
authorJeremy <jeremy.benoist@gmail.com>2015-03-01 08:22:29 +0100
committerJeremy <jeremy.benoist@gmail.com>2015-03-01 10:49:17 +0100
commit495aecfe7417918c45d8ea32b1ee8903018449cd (patch)
treef79e2d133e66108b3e0e814dc206d09344e72df0 /app/Resources/views/dmagenta
parent71798e4ec428d03b1ce7116ae918a05a2d9b5044 (diff)
downloadwallabag-495aecfe7417918c45d8ea32b1ee8903018449cd.tar.gz
wallabag-495aecfe7417918c45d8ea32b1ee8903018449cd.tar.zst
wallabag-495aecfe7417918c45d8ea32b1ee8903018449cd.zip
Cleanup & simplify theme
Diffstat (limited to 'app/Resources/views/dmagenta')
-rw-r--r--app/Resources/views/dmagenta/README.md3
-rw-r--r--app/Resources/views/dmagenta/public/css/style-dmagenta.css78
-rwxr-xr-xapp/Resources/views/dmagenta/public/img/dmagenta/backtotop.pngbin326 -> 0 bytes
-rwxr-xr-xapp/Resources/views/dmagenta/public/img/dmagenta/bad-display.pngbin343 -> 0 bytes
-rw-r--r--app/Resources/views/dmagenta/public/img/dmagenta/checkmark-off.pngbin277 -> 0 bytes
-rw-r--r--app/Resources/views/dmagenta/public/img/dmagenta/checkmark-on.pngbin235 -> 0 bytes
-rw-r--r--app/Resources/views/dmagenta/public/img/dmagenta/down.pngbin216 -> 0 bytes
-rw-r--r--app/Resources/views/dmagenta/public/img/dmagenta/envelop.pngbin285 -> 0 bytes
-rwxr-xr-xapp/Resources/views/dmagenta/public/img/dmagenta/flattr.pngbin270 -> 0 bytes
-rw-r--r--app/Resources/views/dmagenta/public/img/dmagenta/left.pngbin196 -> 0 bytes
-rwxr-xr-xapp/Resources/views/dmagenta/public/img/dmagenta/link.pngbin341 -> 0 bytes
-rw-r--r--app/Resources/views/dmagenta/public/img/dmagenta/remove.pngbin252 -> 0 bytes
-rw-r--r--app/Resources/views/dmagenta/public/img/dmagenta/rss.pngbin288 -> 0 bytes
-rw-r--r--app/Resources/views/dmagenta/public/img/dmagenta/shaarli.pngbin729 -> 0 bytes
-rw-r--r--app/Resources/views/dmagenta/public/img/dmagenta/star-off.pngbin314 -> 0 bytes
-rw-r--r--app/Resources/views/dmagenta/public/img/dmagenta/star-on.pngbin281 -> 0 bytes
-rw-r--r--app/Resources/views/dmagenta/public/img/dmagenta/top.pngbin212 -> 0 bytes
-rw-r--r--app/Resources/views/dmagenta/public/img/dmagenta/twitter.pngbin297 -> 0 bytes
-rw-r--r--app/Resources/views/dmagenta/screenshot.jpgbin731866 -> 0 bytes
-rw-r--r--app/Resources/views/dmagenta/theme.ini2
20 files changed, 0 insertions, 83 deletions
diff --git a/app/Resources/views/dmagenta/README.md b/app/Resources/views/dmagenta/README.md
deleted file mode 100644
index 6abc37e3..00000000
--- a/app/Resources/views/dmagenta/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
1# dmagenta (dark magenta) theme
2
3theme created by Nicolas LÅ“uillet aka nico_somb \ No newline at end of file
diff --git a/app/Resources/views/dmagenta/public/css/style-dmagenta.css b/app/Resources/views/dmagenta/public/css/style-dmagenta.css
deleted file mode 100644
index 4dc592d2..00000000
--- a/app/Resources/views/dmagenta/public/css/style-dmagenta.css
+++ /dev/null
@@ -1,78 +0,0 @@
1body {
2 color: #d4d4d4;
3 background-color: #372d37;
4}
5
6a,
7a:hover,
8a:visited {
9 color: #8d748d;
10}
11
12a.back span {
13 background-image: url('../img/dmagenta/left.png');
14}
15
16a.top span {
17 background-image: url('../img/dmagenta/top.png');
18}
19
20a.fav span,
21a.fav-off span:hover {
22 background-image: url('../img/dmagenta/star-on.png');
23}
24
25a.fav span:hover,
26a.fav-off span {
27 background-image: url('../img/dmagenta/star-off.png');
28}
29
30a.archive span,
31a.archive-off span:hover {
32 background-image: url('../img/dmagenta/checkmark-on.png');
33}
34
35a.archive span:hover,
36a.archive-off span {
37 background-image: url('../img/dmagenta/checkmark-off.png');
38}
39
40a.twitter span {
41 background-image: url('../img/dmagenta/twitter.png');
42}
43
44a.flattr span {
45 background-image: url('../img/dmagenta/flattr.png');
46}
47
48a.shaarli span {
49 background-image: url('../img/dmagenta/shaarli.png');
50}
51
52a.email span {
53 background-image: url('../img/dmagenta/envelop.png');
54}
55
56a.delete span {
57 background-image: url('../img/dmagenta/remove.png');
58}
59
60a.link span {
61 background-image: url('../img/dmagenta/link.png');
62}
63
64a.bad-display span {
65 background-image: url('../img/dmagenta/bad-display.png');
66}
67
68.pagination a {
69 color: #aaa;
70}
71
72#main #links li .current {
73 background-color: #2d372d;
74}
75
76#article_toolbar {
77 background: #372d37;
78} \ No newline at end of file
diff --git a/app/Resources/views/dmagenta/public/img/dmagenta/backtotop.png b/app/Resources/views/dmagenta/public/img/dmagenta/backtotop.png
deleted file mode 100755
index 051238ef..00000000
--- a/app/Resources/views/dmagenta/public/img/dmagenta/backtotop.png
+++ /dev/null
Binary files differ
diff --git a/app/Resources/views/dmagenta/public/img/dmagenta/bad-display.png b/app/Resources/views/dmagenta/public/img/dmagenta/bad-display.png
deleted file mode 100755
index 6866799f..00000000
--- a/app/Resources/views/dmagenta/public/img/dmagenta/bad-display.png
+++ /dev/null
Binary files differ
diff --git a/app/Resources/views/dmagenta/public/img/dmagenta/checkmark-off.png b/app/Resources/views/dmagenta/public/img/dmagenta/checkmark-off.png
deleted file mode 100644
index 3db5a06d..00000000
--- a/app/Resources/views/dmagenta/public/img/dmagenta/checkmark-off.png
+++ /dev/null
Binary files differ
diff --git a/app/Resources/views/dmagenta/public/img/dmagenta/checkmark-on.png b/app/Resources/views/dmagenta/public/img/dmagenta/checkmark-on.png
deleted file mode 100644
index cd3abb2c..00000000
--- a/app/Resources/views/dmagenta/public/img/dmagenta/checkmark-on.png
+++ /dev/null
Binary files differ
diff --git a/app/Resources/views/dmagenta/public/img/dmagenta/down.png b/app/Resources/views/dmagenta/public/img/dmagenta/down.png
deleted file mode 100644
index b9d536a7..00000000
--- a/app/Resources/views/dmagenta/public/img/dmagenta/down.png
+++ /dev/null
Binary files differ
diff --git a/app/Resources/views/dmagenta/public/img/dmagenta/envelop.png b/app/Resources/views/dmagenta/public/img/dmagenta/envelop.png
deleted file mode 100644
index 6be1c886..00000000
--- a/app/Resources/views/dmagenta/public/img/dmagenta/envelop.png
+++ /dev/null
Binary files differ
diff --git a/app/Resources/views/dmagenta/public/img/dmagenta/flattr.png b/app/Resources/views/dmagenta/public/img/dmagenta/flattr.png
deleted file mode 100755
index 0404aaea..00000000
--- a/app/Resources/views/dmagenta/public/img/dmagenta/flattr.png
+++ /dev/null
Binary files differ
diff --git a/app/Resources/views/dmagenta/public/img/dmagenta/left.png b/app/Resources/views/dmagenta/public/img/dmagenta/left.png
deleted file mode 100644
index a0a53631..00000000
--- a/app/Resources/views/dmagenta/public/img/dmagenta/left.png
+++ /dev/null
Binary files differ
diff --git a/app/Resources/views/dmagenta/public/img/dmagenta/link.png b/app/Resources/views/dmagenta/public/img/dmagenta/link.png
deleted file mode 100755
index db62819d..00000000
--- a/app/Resources/views/dmagenta/public/img/dmagenta/link.png
+++ /dev/null
Binary files differ
diff --git a/app/Resources/views/dmagenta/public/img/dmagenta/remove.png b/app/Resources/views/dmagenta/public/img/dmagenta/remove.png
deleted file mode 100644
index f8ad56a3..00000000
--- a/app/Resources/views/dmagenta/public/img/dmagenta/remove.png
+++ /dev/null
Binary files differ
diff --git a/app/Resources/views/dmagenta/public/img/dmagenta/rss.png b/app/Resources/views/dmagenta/public/img/dmagenta/rss.png
deleted file mode 100644
index 21bad1a1..00000000
--- a/app/Resources/views/dmagenta/public/img/dmagenta/rss.png
+++ /dev/null
Binary files differ
diff --git a/app/Resources/views/dmagenta/public/img/dmagenta/shaarli.png b/app/Resources/views/dmagenta/public/img/dmagenta/shaarli.png
deleted file mode 100644
index 1eb30f60..00000000
--- a/app/Resources/views/dmagenta/public/img/dmagenta/shaarli.png
+++ /dev/null
Binary files differ
diff --git a/app/Resources/views/dmagenta/public/img/dmagenta/star-off.png b/app/Resources/views/dmagenta/public/img/dmagenta/star-off.png
deleted file mode 100644
index 6a0133a7..00000000
--- a/app/Resources/views/dmagenta/public/img/dmagenta/star-off.png
+++ /dev/null
Binary files differ
diff --git a/app/Resources/views/dmagenta/public/img/dmagenta/star-on.png b/app/Resources/views/dmagenta/public/img/dmagenta/star-on.png
deleted file mode 100644
index a9f96eaa..00000000
--- a/app/Resources/views/dmagenta/public/img/dmagenta/star-on.png
+++ /dev/null
Binary files differ
diff --git a/app/Resources/views/dmagenta/public/img/dmagenta/top.png b/app/Resources/views/dmagenta/public/img/dmagenta/top.png
deleted file mode 100644
index 954a8c0a..00000000
--- a/app/Resources/views/dmagenta/public/img/dmagenta/top.png
+++ /dev/null
Binary files differ
diff --git a/app/Resources/views/dmagenta/public/img/dmagenta/twitter.png b/app/Resources/views/dmagenta/public/img/dmagenta/twitter.png
deleted file mode 100644
index cfcfe419..00000000
--- a/app/Resources/views/dmagenta/public/img/dmagenta/twitter.png
+++ /dev/null
Binary files differ
diff --git a/app/Resources/views/dmagenta/screenshot.jpg b/app/Resources/views/dmagenta/screenshot.jpg
deleted file mode 100644
index ab8f1ec2..00000000
--- a/app/Resources/views/dmagenta/screenshot.jpg
+++ /dev/null
Binary files differ
diff --git a/app/Resources/views/dmagenta/theme.ini b/app/Resources/views/dmagenta/theme.ini
deleted file mode 100644
index 78fa3a9c..00000000
--- a/app/Resources/views/dmagenta/theme.ini
+++ /dev/null
@@ -1,2 +0,0 @@
1name = Dmagenta
2requirements[] = default