aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--view/theme/purplezero/css/style.css27
-rw-r--r--view/theme/purplezero/img/border.jpg (renamed from view/theme/purplezero/border.jpg)bin364 -> 364 bytes
-rw-r--r--view/theme/purplezero/img/editicons.png (renamed from view/theme/purplezero/editicons.png)bin6300 -> 6300 bytes
-rw-r--r--view/theme/purplezero/img/head.jpg (renamed from view/theme/purplezero/head.jpg)bin1109 -> 1109 bytes
-rw-r--r--view/theme/purplezero/img/screenshot.jpg (renamed from view/theme/purplezero/screenshot.jpg)bin74424 -> 74424 bytes
-rw-r--r--view/theme/purplezero/img/shiny.png (renamed from view/theme/purplezero/shiny.png)bin320 -> 320 bytes
-rw-r--r--view/theme/purplezero/php/theme.php (renamed from view/theme/purplezero/theme.php)0
-rw-r--r--view/theme/purplezero/style.css27
8 files changed, 27 insertions, 27 deletions
diff --git a/view/theme/purplezero/css/style.css b/view/theme/purplezero/css/style.css
new file mode 100644
index 000000000..97100a3e4
--- /dev/null
+++ b/view/theme/purplezero/css/style.css
@@ -0,0 +1,27 @@
+@import url('../../duepuntozero/css/style.css');
+
+a, a:link, a:visited { color: #7433af; text-decoration: none; }
+a:hover {text-decoration: underline; }
+
+
+body { background-image: url(../img/head.jpg); }
+aside( background-image: url(../img/border.jpg); }
+section { background-image: url(../img/border.jpg); }
+.tabs { background-image: url(../img/head.jpg); }
+div.wall-item-content-wrapper.shiny { background-image: url('../img/shiny.png'); }
+
+
+.nav-commlink, .nav-login-link {
+ background-color: #aed3b2;
+
+}
+
+.fakelink, .fakelink:visited {
+ color: #7433af;
+}
+
+.wall-item-name-link {
+ color: #7433af;
+}
+
+
diff --git a/view/theme/purplezero/border.jpg b/view/theme/purplezero/img/border.jpg
index 66c7a6fcc..66c7a6fcc 100644
--- a/view/theme/purplezero/border.jpg
+++ b/view/theme/purplezero/img/border.jpg
Binary files differ
diff --git a/view/theme/purplezero/editicons.png b/view/theme/purplezero/img/editicons.png
index 171a40876..171a40876 100644
--- a/view/theme/purplezero/editicons.png
+++ b/view/theme/purplezero/img/editicons.png
Binary files differ
diff --git a/view/theme/purplezero/head.jpg b/view/theme/purplezero/img/head.jpg
index 1acd2ddb8..1acd2ddb8 100644
--- a/view/theme/purplezero/head.jpg
+++ b/view/theme/purplezero/img/head.jpg
Binary files differ
diff --git a/view/theme/purplezero/screenshot.jpg b/view/theme/purplezero/img/screenshot.jpg
index c1d346bb5..c1d346bb5 100644
--- a/view/theme/purplezero/screenshot.jpg
+++ b/view/theme/purplezero/img/screenshot.jpg
Binary files differ
diff --git a/view/theme/purplezero/shiny.png b/view/theme/purplezero/img/shiny.png
index d3f71ee1d..d3f71ee1d 100644
--- a/view/theme/purplezero/shiny.png
+++ b/view/theme/purplezero/img/shiny.png
Binary files differ
diff --git a/view/theme/purplezero/theme.php b/view/theme/purplezero/php/theme.php
index 4ae9d579f..4ae9d579f 100644
--- a/view/theme/purplezero/theme.php
+++ b/view/theme/purplezero/php/theme.php
diff --git a/view/theme/purplezero/style.css b/view/theme/purplezero/style.css
deleted file mode 100644
index f0d5b96b9..000000000
--- a/view/theme/purplezero/style.css
+++ /dev/null
@@ -1,27 +0,0 @@
-@import url('../duepuntozero/style.css');
-
-a, a:link, a:visited { color: #7433af; text-decoration: none; }
-a:hover {text-decoration: underline; }
-
-
-body { background-image: url(head.jpg); }
-aside( background-image: url(border.jpg); }
-section { background-image: url(border.jpg); }
-.tabs { background-image: url(head.jpg); }
-div.wall-item-content-wrapper.shiny { background-image: url('shiny.png'); }
-
-
-.nav-commlink, .nav-login-link {
- background-color: #aed3b2;
-
-}
-
-.fakelink, .fakelink:visited {
- color: #7433af;
-}
-
-.wall-item-name-link {
- color: #7433af;
-}
-
-