From 58ef27635a50694b00a88c9b78bc54c243ad2c4e Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Mon, 6 Aug 2012 03:41:30 +0100 Subject: Port darkzero --- view/theme/darkzero/border.jpg | Bin 521 -> 0 bytes view/theme/darkzero/css/style.css | 177 +++++++++++++++++++++++++++++++++ view/theme/darkzero/editicons.png | Bin 6300 -> 0 bytes view/theme/darkzero/head.jpg | Bin 1269 -> 0 bytes view/theme/darkzero/img/border.jpg | Bin 0 -> 521 bytes view/theme/darkzero/img/editicons.png | Bin 0 -> 6300 bytes view/theme/darkzero/img/head.jpg | Bin 0 -> 1269 bytes view/theme/darkzero/img/screenshot.jpg | Bin 0 -> 84200 bytes view/theme/darkzero/img/sectionend.jpg | Bin 0 -> 355 bytes view/theme/darkzero/img/shiny.png | Bin 0 -> 362 bytes view/theme/darkzero/php/theme.php | 99 ++++++++++++++++++ view/theme/darkzero/screenshot.jpg | Bin 84200 -> 0 bytes view/theme/darkzero/sectionend.jpg | Bin 355 -> 0 bytes view/theme/darkzero/shiny.png | Bin 362 -> 0 bytes view/theme/darkzero/style.css | 177 --------------------------------- view/theme/darkzero/theme.php | 99 ------------------ 16 files changed, 276 insertions(+), 276 deletions(-) delete mode 100644 view/theme/darkzero/border.jpg create mode 100644 view/theme/darkzero/css/style.css delete mode 100644 view/theme/darkzero/editicons.png delete mode 100644 view/theme/darkzero/head.jpg create mode 100644 view/theme/darkzero/img/border.jpg create mode 100644 view/theme/darkzero/img/editicons.png create mode 100644 view/theme/darkzero/img/head.jpg create mode 100644 view/theme/darkzero/img/screenshot.jpg create mode 100644 view/theme/darkzero/img/sectionend.jpg create mode 100644 view/theme/darkzero/img/shiny.png create mode 100644 view/theme/darkzero/php/theme.php delete mode 100644 view/theme/darkzero/screenshot.jpg delete mode 100644 view/theme/darkzero/sectionend.jpg delete mode 100644 view/theme/darkzero/shiny.png delete mode 100644 view/theme/darkzero/style.css delete mode 100644 view/theme/darkzero/theme.php (limited to 'view/theme/darkzero') diff --git a/view/theme/darkzero/border.jpg b/view/theme/darkzero/border.jpg deleted file mode 100644 index 4967412bf..000000000 Binary files a/view/theme/darkzero/border.jpg and /dev/null differ diff --git a/view/theme/darkzero/css/style.css b/view/theme/darkzero/css/style.css new file mode 100644 index 000000000..3435deba6 --- /dev/null +++ b/view/theme/darkzero/css/style.css @@ -0,0 +1,177 @@ +@import url('../../duepuntozero/css/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(../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('../img/shiny.png'); } + +nav #banner #logo-text a { color: #ffffff; } + +.wall-item-content-wrapper { +border: 1px solid #444444; +background: #444; + +} +.wall-item-tools { background-color: #444444; background-image: none;} +.comment-wwedit-wrapper{ background-color: #333333; } +.comment-edit-preview{ color: #000000; } +.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, .contact-photo-menu { + 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('../img/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, #jot-category { + background-color: #333333; + border: 1px solid #333333; +} + +#jot-title::-webkit-input-placeholder{ color: #555555!important;} +#jot-title:-moz-placeholder{color: #555555!important;} +#jot-category::-webkit-input-placeholder{ color: #555555!important;} +#jot-category:-moz-placeholder{color: #555555!important;} + + +#jot-title:hover, +#jot-title:focus, +#jot-category:hover, +#jot-category:focus { + border: 1px solid #cccccc; +} +blockquote { + background: #ddd; + color: #000; +} + +.acl-list-item p, #profile-jot-email-label, div#jot-preview-content, div.profile-jot-net { + color: #eec; +} + +input#acl-search { + background-color: #aaa; +} + + +.notify-seen { + background:#111; +} + +#nav-notifications-menu { + background: #2e2e2f; +} + +#nav-notifications-menu li:hover { + background: #444; +} + +.acpopupitem{ + background:#2e2f2e; +} + +code { + background:#2e2f2e !important; + color:#fff !important; +} + +blockquote { + background:#2e2f2e !important; + color:#eec !important; +} + +.group-selected, .nets-selected, .fileas-selected, .categories-selected{ + background:#2e2f2e; +} + +#fancybox-content{ + background:#444; +} + +.editicon { + background-color: #333; +} + +#datebrowse-sidebar select { +color:#99CCFF !important; +} + +.settings-widget .selected { +background: #666; +} + +#adminpage table tr:hover { + color: #eec; + background-color: #666; +} + +input#prvmail-subject { +background: #222 !important; +} + +/* Events */ + +.fc-state-highlight { +background: #666 !important; +} + +.fc-state-disabled, .fc-state-disabled .fc-button-inner { +color: #000 !important; +} diff --git a/view/theme/darkzero/editicons.png b/view/theme/darkzero/editicons.png deleted file mode 100644 index 171a40876..000000000 Binary files a/view/theme/darkzero/editicons.png and /dev/null differ diff --git a/view/theme/darkzero/head.jpg b/view/theme/darkzero/head.jpg deleted file mode 100644 index 67e852140..000000000 Binary files a/view/theme/darkzero/head.jpg and /dev/null differ diff --git a/view/theme/darkzero/img/border.jpg b/view/theme/darkzero/img/border.jpg new file mode 100644 index 000000000..4967412bf Binary files /dev/null and b/view/theme/darkzero/img/border.jpg differ diff --git a/view/theme/darkzero/img/editicons.png b/view/theme/darkzero/img/editicons.png new file mode 100644 index 000000000..171a40876 Binary files /dev/null and b/view/theme/darkzero/img/editicons.png differ diff --git a/view/theme/darkzero/img/head.jpg b/view/theme/darkzero/img/head.jpg new file mode 100644 index 000000000..67e852140 Binary files /dev/null and b/view/theme/darkzero/img/head.jpg differ diff --git a/view/theme/darkzero/img/screenshot.jpg b/view/theme/darkzero/img/screenshot.jpg new file mode 100644 index 000000000..e91ae13f5 Binary files /dev/null and b/view/theme/darkzero/img/screenshot.jpg differ diff --git a/view/theme/darkzero/img/sectionend.jpg b/view/theme/darkzero/img/sectionend.jpg new file mode 100644 index 000000000..9d5d5c8f3 Binary files /dev/null and b/view/theme/darkzero/img/sectionend.jpg differ diff --git a/view/theme/darkzero/img/shiny.png b/view/theme/darkzero/img/shiny.png new file mode 100644 index 000000000..994c0d05d Binary files /dev/null and b/view/theme/darkzero/img/shiny.png differ diff --git a/view/theme/darkzero/php/theme.php b/view/theme/darkzero/php/theme.php new file mode 100644 index 000000000..e6b469bff --- /dev/null +++ b/view/theme/darkzero/php/theme.php @@ -0,0 +1,99 @@ + + * Maintainer: Fabio Communi + * Maintainer: Mike Macgirvin + */ + +$a->theme_info = array( + 'extends' => 'duepuntozero', +); + +function darkzero_init(&$a) { +$a->page['htmlhead'] .= <<< EOT + +EOT; +} \ No newline at end of file diff --git a/view/theme/darkzero/screenshot.jpg b/view/theme/darkzero/screenshot.jpg deleted file mode 100644 index e91ae13f5..000000000 Binary files a/view/theme/darkzero/screenshot.jpg and /dev/null differ diff --git a/view/theme/darkzero/sectionend.jpg b/view/theme/darkzero/sectionend.jpg deleted file mode 100644 index 9d5d5c8f3..000000000 Binary files a/view/theme/darkzero/sectionend.jpg and /dev/null differ diff --git a/view/theme/darkzero/shiny.png b/view/theme/darkzero/shiny.png deleted file mode 100644 index 994c0d05d..000000000 Binary files a/view/theme/darkzero/shiny.png and /dev/null differ diff --git a/view/theme/darkzero/style.css b/view/theme/darkzero/style.css deleted file mode 100644 index 55644e462..000000000 --- a/view/theme/darkzero/style.css +++ /dev/null @@ -1,177 +0,0 @@ -@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; -background: #444; - -} -.wall-item-tools { background-color: #444444; background-image: none;} -.comment-wwedit-wrapper{ background-color: #333333; } -.comment-edit-preview{ color: #000000; } -.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, #jot-category { - background-color: #333333; - border: 1px solid #333333; -} - -#jot-title::-webkit-input-placeholder{ color: #555555!important;} -#jot-title:-moz-placeholder{color: #555555!important;} -#jot-category::-webkit-input-placeholder{ color: #555555!important;} -#jot-category:-moz-placeholder{color: #555555!important;} - - -#jot-title:hover, -#jot-title:focus, -#jot-category:hover, -#jot-category:focus { - border: 1px solid #cccccc; -} -blockquote { - background: #ddd; - color: #000; -} - -.acl-list-item p, #profile-jot-email-label, div#jot-preview-content, div.profile-jot-net { - color: #eec; -} - -input#acl-search { - background-color: #aaa; -} - - -.notify-seen { - background:#111; -} - -#nav-notifications-menu { - background: #2e2e2f; -} - -#nav-notifications-menu li:hover { - background: #444; -} - -.acpopupitem{ - background:#2e2f2e; -} - -code { - background:#2e2f2e !important; - color:#fff !important; -} - -blockquote { - background:#2e2f2e !important; - color:#eec !important; -} - -.group-selected, .nets-selected, .fileas-selected, .categories-selected{ - background:#2e2f2e; -} - -#fancybox-content{ - background:#444; -} - -.editicon { - background-color: #333; -} - -#datebrowse-sidebar select { -color:#99CCFF !important; -} - -.settings-widget .selected { -background: #666; -} - -#adminpage table tr:hover { - color: #eec; - background-color: #666; -} - -input#prvmail-subject { -background: #222 !important; -} - -/* Events */ - -.fc-state-highlight { -background: #666 !important; -} - -.fc-state-disabled, .fc-state-disabled .fc-button-inner { -color: #000 !important; -} diff --git a/view/theme/darkzero/theme.php b/view/theme/darkzero/theme.php deleted file mode 100644 index e6b469bff..000000000 --- a/view/theme/darkzero/theme.php +++ /dev/null @@ -1,99 +0,0 @@ - - * Maintainer: Fabio Communi - * Maintainer: Mike Macgirvin - */ - -$a->theme_info = array( - 'extends' => 'duepuntozero', -); - -function darkzero_init(&$a) { -$a->page['htmlhead'] .= <<< EOT - -EOT; -} \ No newline at end of file -- cgit v1.2.3