aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2012-08-06 03:41:30 +0100
committerThomas Willingham <founder@kakste.com>2012-08-06 03:41:30 +0100
commit58ef27635a50694b00a88c9b78bc54c243ad2c4e (patch)
treebca8edb218606714465eafe80c63e9fb6f12d914 /view
parentdcbc0c0c9516adf616023615871439b4015fa686 (diff)
downloadvolse-hubzilla-58ef27635a50694b00a88c9b78bc54c243ad2c4e.tar.gz
volse-hubzilla-58ef27635a50694b00a88c9b78bc54c243ad2c4e.tar.bz2
volse-hubzilla-58ef27635a50694b00a88c9b78bc54c243ad2c4e.zip
Port darkzero
Diffstat (limited to 'view')
-rw-r--r--view/theme/darkzero/css/style.css (renamed from view/theme/darkzero/style.css)16
-rw-r--r--view/theme/darkzero/img/border.jpg (renamed from view/theme/darkzero/border.jpg)bin521 -> 521 bytes
-rw-r--r--view/theme/darkzero/img/editicons.png (renamed from view/theme/darkzero/editicons.png)bin6300 -> 6300 bytes
-rw-r--r--view/theme/darkzero/img/head.jpg (renamed from view/theme/darkzero/head.jpg)bin1269 -> 1269 bytes
-rw-r--r--view/theme/darkzero/img/screenshot.jpg (renamed from view/theme/darkzero/screenshot.jpg)bin84200 -> 84200 bytes
-rw-r--r--view/theme/darkzero/img/sectionend.jpg (renamed from view/theme/darkzero/sectionend.jpg)bin355 -> 355 bytes
-rw-r--r--view/theme/darkzero/img/shiny.png (renamed from view/theme/darkzero/shiny.png)bin362 -> 362 bytes
-rw-r--r--view/theme/darkzero/php/theme.php (renamed from view/theme/darkzero/theme.php)0
8 files changed, 8 insertions, 8 deletions
diff --git a/view/theme/darkzero/style.css b/view/theme/darkzero/css/style.css
index 55644e462..3435deba6 100644
--- a/view/theme/darkzero/style.css
+++ b/view/theme/darkzero/css/style.css
@@ -1,4 +1,4 @@
-@import url('../duepuntozero/style.css');
+@import url('../../duepuntozero/css/style.css');
/* dark variation Fabio Comuni <fabrix.xm@gmail.com> */
@@ -12,13 +12,13 @@ input, select, textarea {
}
.openid { background-color: #222222;}
-body { background-color: #222222; color: #cccccc; background-image: url(head.jpg); }
-aside{ background-image: url(border.jpg); padding-bottom: 0px; }
-section { background-color: #333333; background-image: url(border.jpg); }
+body { background-color: #222222; color: #cccccc; background-image: url(../img/head.jpg); }
+aside{ background-image: url(../img/border.jpg); padding-bottom: 0px; }
+section { background-color: #333333; background-image: url(../img/border.jpg); }
-.tabs { background-image: url(head.jpg); }
-div.wall-item-content-wrapper.shiny { background-image: url('shiny.png'); }
+.tabs { background-image: url(../head.jpg); }
+div.wall-item-content-wrapper.shiny { background-image: url('../img/shiny.png'); }
nav #banner #logo-text a { color: #ffffff; }
@@ -49,7 +49,7 @@ background: #444;
color: #99CCFF;
}
-.wall-item-photo-menu li a {
+.wall-item-photo-menu li a, .contact-photo-menu {
color: #CCCCCC; background-color: #333333;
}
@@ -60,7 +60,7 @@ background: #444;
footer {
margin: 0px 10%;
display: block;
- background-image: url('sectionend.jpg');
+ background-image: url('../img/sectionend.jpg');
background-position: top left;
background-repeat: repeat-x;
height: 25px;
diff --git a/view/theme/darkzero/border.jpg b/view/theme/darkzero/img/border.jpg
index 4967412bf..4967412bf 100644
--- a/view/theme/darkzero/border.jpg
+++ b/view/theme/darkzero/img/border.jpg
Binary files differ
diff --git a/view/theme/darkzero/editicons.png b/view/theme/darkzero/img/editicons.png
index 171a40876..171a40876 100644
--- a/view/theme/darkzero/editicons.png
+++ b/view/theme/darkzero/img/editicons.png
Binary files differ
diff --git a/view/theme/darkzero/head.jpg b/view/theme/darkzero/img/head.jpg
index 67e852140..67e852140 100644
--- a/view/theme/darkzero/head.jpg
+++ b/view/theme/darkzero/img/head.jpg
Binary files differ
diff --git a/view/theme/darkzero/screenshot.jpg b/view/theme/darkzero/img/screenshot.jpg
index e91ae13f5..e91ae13f5 100644
--- a/view/theme/darkzero/screenshot.jpg
+++ b/view/theme/darkzero/img/screenshot.jpg
Binary files differ
diff --git a/view/theme/darkzero/sectionend.jpg b/view/theme/darkzero/img/sectionend.jpg
index 9d5d5c8f3..9d5d5c8f3 100644
--- a/view/theme/darkzero/sectionend.jpg
+++ b/view/theme/darkzero/img/sectionend.jpg
Binary files differ
diff --git a/view/theme/darkzero/shiny.png b/view/theme/darkzero/img/shiny.png
index 994c0d05d..994c0d05d 100644
--- a/view/theme/darkzero/shiny.png
+++ b/view/theme/darkzero/img/shiny.png
Binary files differ
diff --git a/view/theme/darkzero/theme.php b/view/theme/darkzero/php/theme.php
index e6b469bff..e6b469bff 100644
--- a/view/theme/darkzero/theme.php
+++ b/view/theme/darkzero/php/theme.php