From 828034ad23e90088048ece55cbcb47733368b810 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 26 Feb 2012 00:48:11 -0800 Subject: darkzero-NS theme --- view/theme/darkzero-NS/border.jpg | Bin 0 -> 521 bytes view/theme/darkzero-NS/head.jpg | Bin 0 -> 1269 bytes view/theme/darkzero-NS/sectionend.jpg | Bin 0 -> 355 bytes view/theme/darkzero-NS/shiny.png | Bin 0 -> 362 bytes view/theme/darkzero-NS/style.css | 95 ++++++++++++++++++++++++++++++++++ view/theme/darkzero-NS/theme.php | 57 ++++++++++++++++++++ 6 files changed, 152 insertions(+) create mode 100755 view/theme/darkzero-NS/border.jpg create mode 100755 view/theme/darkzero-NS/head.jpg create mode 100755 view/theme/darkzero-NS/sectionend.jpg create mode 100755 view/theme/darkzero-NS/shiny.png create mode 100755 view/theme/darkzero-NS/style.css create mode 100755 view/theme/darkzero-NS/theme.php (limited to 'view/theme/darkzero-NS') diff --git a/view/theme/darkzero-NS/border.jpg b/view/theme/darkzero-NS/border.jpg new file mode 100755 index 000000000..4967412bf Binary files /dev/null and b/view/theme/darkzero-NS/border.jpg differ diff --git a/view/theme/darkzero-NS/head.jpg b/view/theme/darkzero-NS/head.jpg new file mode 100755 index 000000000..67e852140 Binary files /dev/null and b/view/theme/darkzero-NS/head.jpg differ diff --git a/view/theme/darkzero-NS/sectionend.jpg b/view/theme/darkzero-NS/sectionend.jpg new file mode 100755 index 000000000..9d5d5c8f3 Binary files /dev/null and b/view/theme/darkzero-NS/sectionend.jpg differ diff --git a/view/theme/darkzero-NS/shiny.png b/view/theme/darkzero-NS/shiny.png new file mode 100755 index 000000000..994c0d05d Binary files /dev/null and b/view/theme/darkzero-NS/shiny.png 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 */ + +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 @@ + + */ + +$a->theme_info = array( + 'extends' => 'duepuntozero', +); + +$a->page['htmlhead'] .= <<< EOT + +EOT; -- cgit v1.2.3 From 484426d3e229da01c31718dcc0041822f32e1f9e Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 26 Feb 2012 00:53:31 -0800 Subject: imrpove contrast on darkzero blockquotes --- view/theme/darkzero-NS/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'view/theme/darkzero-NS') diff --git a/view/theme/darkzero-NS/style.css b/view/theme/darkzero-NS/style.css index ca434afd0..a2405a763 100755 --- a/view/theme/darkzero-NS/style.css +++ b/view/theme/darkzero-NS/style.css @@ -93,3 +93,7 @@ input#dfrn-url { max-height: 20000px; overflow: inherit; } +blockquote { + background: #ddd; + color: #000; +} -- cgit v1.2.3 From fb8675f3494b0f5e0b98d422f0cb3f6e8f410c4a Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 26 Feb 2012 01:20:43 -0800 Subject: jumping divs with no scrolling --- view/theme/darkzero-NS/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/theme/darkzero-NS') diff --git a/view/theme/darkzero-NS/style.css b/view/theme/darkzero-NS/style.css index a2405a763..047381a92 100755 --- a/view/theme/darkzero-NS/style.css +++ b/view/theme/darkzero-NS/style.css @@ -91,7 +91,7 @@ input#dfrn-url { .wall-item-content { max-height: 20000px; - overflow: inherit; + overflow: none; } blockquote { background: #ddd; -- cgit v1.2.3 From 5f7858a688a1b6877246933a6c4c72318c885109 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 26 Feb 2012 04:17:02 -0800 Subject: show experimental and unsupported theme status on theme admin page --- view/theme/darkzero-NS/unsupported | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 view/theme/darkzero-NS/unsupported (limited to 'view/theme/darkzero-NS') diff --git a/view/theme/darkzero-NS/unsupported b/view/theme/darkzero-NS/unsupported new file mode 100644 index 000000000..e69de29bb -- cgit v1.2.3