aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-02-26 00:48:11 -0800
committerfriendica <info@friendica.com>2012-02-26 00:48:11 -0800
commit828034ad23e90088048ece55cbcb47733368b810 (patch)
treecb0ca86994698dbbe526938ecbac186dc6d6bb0c
parent896f97b31ab5040e05e09de349c2b8b3d86af710 (diff)
downloadvolse-hubzilla-828034ad23e90088048ece55cbcb47733368b810.tar.gz
volse-hubzilla-828034ad23e90088048ece55cbcb47733368b810.tar.bz2
volse-hubzilla-828034ad23e90088048ece55cbcb47733368b810.zip
darkzero-NS theme
-rwxr-xr-xview/theme/darkzero-NS/border.jpgbin0 -> 521 bytes
-rwxr-xr-xview/theme/darkzero-NS/head.jpgbin0 -> 1269 bytes
-rwxr-xr-xview/theme/darkzero-NS/sectionend.jpgbin0 -> 355 bytes
-rwxr-xr-xview/theme/darkzero-NS/shiny.pngbin0 -> 362 bytes
-rwxr-xr-xview/theme/darkzero-NS/style.css95
-rwxr-xr-xview/theme/darkzero-NS/theme.php57
-rwxr-xr-xview/theme/darkzero/theme.php2
7 files changed, 153 insertions, 1 deletions
diff --git a/view/theme/darkzero-NS/border.jpg b/view/theme/darkzero-NS/border.jpg
new file mode 100755
index 000000000..4967412bf
--- /dev/null
+++ b/view/theme/darkzero-NS/border.jpg
Binary files differ
diff --git a/view/theme/darkzero-NS/head.jpg b/view/theme/darkzero-NS/head.jpg
new file mode 100755
index 000000000..67e852140
--- /dev/null
+++ b/view/theme/darkzero-NS/head.jpg
Binary files differ
diff --git a/view/theme/darkzero-NS/sectionend.jpg b/view/theme/darkzero-NS/sectionend.jpg
new file mode 100755
index 000000000..9d5d5c8f3
--- /dev/null
+++ b/view/theme/darkzero-NS/sectionend.jpg
Binary files differ
diff --git a/view/theme/darkzero-NS/shiny.png b/view/theme/darkzero-NS/shiny.png
new file mode 100755
index 000000000..994c0d05d
--- /dev/null
+++ b/view/theme/darkzero-NS/shiny.png
Binary files differ
diff --git a/view/theme/darkzero-NS/style.css b/view/theme/darkzero-NS/style.css
new file mode 100755
index 000000000..ca434afd0
--- /dev/null
+++ b/view/theme/darkzero-NS/style.css
@@ -0,0 +1,95 @@
+@import url('../duepuntozero/style.css');
+
+/* dark variation Fabio Comuni <fabrix.xm@gmail.com> */
+
+a:link, a:visited { color: #99CCFF; text-decoration: none; }
+a:hover {text-decoration: underline; }
+
+input, select, textarea {
+ background-color: #222222;
+ color: #FFFFFF !important;
+ border: 1px solid #444444;
+}
+.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); }
+
+
+.tabs { background-image: url(head.jpg); }
+div.wall-item-content-wrapper.shiny { background-image: url('shiny.png'); }
+
+nav #banner #logo-text a { color: #ffffff; }
+
+.wall-item-content-wrapper { border: 1px solid #444444; }
+.wall-item-tools { background-color: #444444; background-image: none;}
+.comment-edit-wrapper{ background-color: #333333; }
+.wall-item-content-wrapper.comment { background-color: #444444; border: 0px;}
+.photo-top-album-name{ background-color: #333333; }
+.photo-album-image-wrapper .caption { background-color: rgba(51, 51, 51, 0.8); color: #FFFFFF; }
+
+.nav-selected.nav-link { color: #ffffff!important; border-bottom: 0px}
+.nav-commlink, .nav-login-link {background-color: #b7bab3;}
+.nav-commlink:link, .nav-commlink:visited,
+.nav-login-link:link, .nav-login-link:visited{
+ color: #ffffff;
+}
+
+.fakelink, .fakelink:visited {
+ color: #99CCFF;
+}
+
+.wall-item-name-link {
+ color: #99CCFF;
+}
+
+.wall-item-photo-menu li a {
+ color: #CCCCCC; background-color: #333333;
+}
+
+.wall-item-photo-menu li a:hover {
+ background-color: #CCCCCC; color: #333333;
+}
+#page-footer { min-height: 1em;}
+footer {
+ margin: 0px 10%;
+ display: block;
+ background-image: url('sectionend.jpg');
+ background-position: top left;
+ background-repeat: repeat-x;
+ height: 25px;
+}
+
+
+input#dfrn-url {
+ background-color: #222222;
+ color: #FFFFFF !important;
+}
+.pager_first a, .pager_last a, .pager_prev a, .pager_next a, .pager_n a, .pager_current {
+ color: #000088;
+}
+
+#jot-perms-icon {
+ float: left;
+}
+
+
+#jot-title {
+ background-color: #333333;
+ border: 1px solid #333333;
+}
+
+#jot-title::-webkit-input-placeholder{ color: #555555!important;}
+#jot-title:-moz-placeholder{color: #555555!important;}
+
+
+#jot-title:hover,
+#jot-title:focus {
+ border: 1px solid #cccccc;
+}
+
+.wall-item-content {
+ max-height: 20000px;
+ overflow: inherit;
+}
diff --git a/view/theme/darkzero-NS/theme.php b/view/theme/darkzero-NS/theme.php
new file mode 100755
index 000000000..521b1859e
--- /dev/null
+++ b/view/theme/darkzero-NS/theme.php
@@ -0,0 +1,57 @@
+<?php
+
+/*
+ * Name: Darkzero-NS
+ * Description: Darkzero theme with posts that do not scroll
+ * Version: 1.0
+ * Author: Mike Macgirvin <mike@macgirvin.com>
+ */
+
+$a->theme_info = array(
+ 'extends' => 'duepuntozero',
+);
+
+$a->page['htmlhead'] .= <<< EOT
+<script>
+$(document).ready(function() {
+
+$('.group-edit-icon').hover(
+ function() {
+ $(this).addClass('icon'); $(this).removeClass('iconspacer');},
+ function() {
+ $(this).removeClass('icon'); $(this).addClass('iconspacer');}
+ );
+
+$('.sidebar-group-element').hover(
+ function() {
+ id = $(this).attr('id');
+ $('#edit-' + id).addClass('icon'); $('#edit-' + id).removeClass('iconspacer');},
+
+ function() {
+ id = $(this).attr('id');
+ $('#edit-' + id).removeClass('icon');$('#edit-' + id).addClass('iconspacer');}
+ );
+
+
+$('.savedsearchdrop').hover(
+ function() {
+ $(this).addClass('drop'); $(this).addClass('icon'); $(this).removeClass('iconspacer');},
+ function() {
+ $(this).removeClass('drop'); $(this).removeClass('icon'); $(this).addClass('iconspacer');}
+ );
+
+$('.savedsearchterm').hover(
+ function() {
+ id = $(this).attr('id');
+ $('#drop-' + id).addClass('icon'); $('#drop-' + id).addClass('drophide'); $('#drop-' + id).removeClass('iconspacer');},
+
+ function() {
+ id = $(this).attr('id');
+ $('#drop-' + id).removeClass('icon');$('#drop-' + id).removeClass('drophide'); $('#drop-' + id).addClass('iconspacer');}
+ );
+
+});
+
+
+</script>
+EOT;
diff --git a/view/theme/darkzero/theme.php b/view/theme/darkzero/theme.php
index e03bcc7b8..37632c4b5 100755
--- a/view/theme/darkzero/theme.php
+++ b/view/theme/darkzero/theme.php
@@ -3,7 +3,7 @@
/*
* Name: Darkzero
* Version: 1.0
- * Author: Mike Macgirvin <mike@macgirvin.com>
+ * Author: Fabio Communi <fabrix.xm@gmail.com>
*/
$a->theme_info = array(