aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/purplezero
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-08-05 21:38:08 -0700
committerfriendica <info@friendica.com>2012-08-05 21:38:08 -0700
commit4f645992100a9c2a9877548b37cf4f78b4c6a160 (patch)
tree0d56b0cb68b3a7ecbf33625e5efd1770d825f7df /view/theme/purplezero
parentdcbc0c0c9516adf616023615871439b4015fa686 (diff)
parent0c06cc61888404a4b05e8fb3df26d0a623ed42e5 (diff)
downloadvolse-hubzilla-4f645992100a9c2a9877548b37cf4f78b4c6a160.tar.gz
volse-hubzilla-4f645992100a9c2a9877548b37cf4f78b4c6a160.tar.bz2
volse-hubzilla-4f645992100a9c2a9877548b37cf4f78b4c6a160.zip
Merge pull request #1 from beardy-unixer/master
Port the easily portable themes.
Diffstat (limited to 'view/theme/purplezero')
-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;
-}
-
-