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') 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 From 456ca1f3e19d705eb232801d82c5c94965657fb5 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Mon, 6 Aug 2012 03:43:40 +0100 Subject: Kill NS themes --- view/theme/darkzero-NS/border.jpg | Bin 521 -> 0 bytes view/theme/darkzero-NS/editicons.png | Bin 6300 -> 0 bytes view/theme/darkzero-NS/head.jpg | Bin 1269 -> 0 bytes view/theme/darkzero-NS/screenshot.jpg | Bin 84200 -> 0 bytes view/theme/darkzero-NS/sectionend.jpg | Bin 355 -> 0 bytes view/theme/darkzero-NS/shiny.png | Bin 362 -> 0 bytes view/theme/darkzero-NS/style.css | 183 ---------------------------------- view/theme/darkzero-NS/theme.php | 97 ------------------ view/theme/darkzero-NS/unsupported | 0 view/theme/slack-NS/editicons.png | Bin 6300 -> 0 bytes view/theme/slack-NS/style.css | 51 ---------- view/theme/slack-NS/theme.php | 89 ----------------- 12 files changed, 420 deletions(-) delete mode 100644 view/theme/darkzero-NS/border.jpg delete mode 100644 view/theme/darkzero-NS/editicons.png delete mode 100644 view/theme/darkzero-NS/head.jpg delete mode 100644 view/theme/darkzero-NS/screenshot.jpg delete mode 100644 view/theme/darkzero-NS/sectionend.jpg delete mode 100644 view/theme/darkzero-NS/shiny.png delete mode 100644 view/theme/darkzero-NS/style.css delete mode 100644 view/theme/darkzero-NS/theme.php delete mode 100644 view/theme/darkzero-NS/unsupported delete mode 100644 view/theme/slack-NS/editicons.png delete mode 100644 view/theme/slack-NS/style.css delete mode 100644 view/theme/slack-NS/theme.php (limited to 'view/theme') diff --git a/view/theme/darkzero-NS/border.jpg b/view/theme/darkzero-NS/border.jpg deleted file mode 100644 index 4967412bf..000000000 Binary files a/view/theme/darkzero-NS/border.jpg and /dev/null differ diff --git a/view/theme/darkzero-NS/editicons.png b/view/theme/darkzero-NS/editicons.png deleted file mode 100644 index 171a40876..000000000 Binary files a/view/theme/darkzero-NS/editicons.png and /dev/null differ diff --git a/view/theme/darkzero-NS/head.jpg b/view/theme/darkzero-NS/head.jpg deleted file mode 100644 index 67e852140..000000000 Binary files a/view/theme/darkzero-NS/head.jpg and /dev/null differ diff --git a/view/theme/darkzero-NS/screenshot.jpg b/view/theme/darkzero-NS/screenshot.jpg deleted file mode 100644 index e91ae13f5..000000000 Binary files a/view/theme/darkzero-NS/screenshot.jpg and /dev/null differ diff --git a/view/theme/darkzero-NS/sectionend.jpg b/view/theme/darkzero-NS/sectionend.jpg deleted file mode 100644 index 9d5d5c8f3..000000000 Binary files a/view/theme/darkzero-NS/sectionend.jpg and /dev/null differ diff --git a/view/theme/darkzero-NS/shiny.png b/view/theme/darkzero-NS/shiny.png deleted file mode 100644 index 994c0d05d..000000000 Binary files a/view/theme/darkzero-NS/shiny.png and /dev/null differ diff --git a/view/theme/darkzero-NS/style.css b/view/theme/darkzero-NS/style.css deleted file mode 100644 index 5d1bb6310..000000000 --- a/view/theme/darkzero-NS/style.css +++ /dev/null @@ -1,183 +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; -} - -.wall-item-content { - max-height: 20000px; - overflow: none; -} - -.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-NS/theme.php b/view/theme/darkzero-NS/theme.php deleted file mode 100644 index 211c552c5..000000000 --- a/view/theme/darkzero-NS/theme.php +++ /dev/null @@ -1,97 +0,0 @@ - - */ - -$a->theme_info = array( - 'extends' => 'duepuntozero', -); - -function darkzero_NS_init(&$a) { -$a->page['htmlhead'] .= <<< EOT - -EOT; -} \ No newline at end of file diff --git a/view/theme/darkzero-NS/unsupported b/view/theme/darkzero-NS/unsupported deleted file mode 100644 index e69de29bb..000000000 diff --git a/view/theme/slack-NS/editicons.png b/view/theme/slack-NS/editicons.png deleted file mode 100644 index 171a40876..000000000 Binary files a/view/theme/slack-NS/editicons.png and /dev/null differ diff --git a/view/theme/slack-NS/style.css b/view/theme/slack-NS/style.css deleted file mode 100644 index 82bceeac8..000000000 --- a/view/theme/slack-NS/style.css +++ /dev/null @@ -1,51 +0,0 @@ -@import url('../duepuntozero/style.css'); - -.wall-item-content-wrapper { - border: none; -} - -.wall-item-content-wrapper.comment { - background: #ffffff !important; - border-left: 1px solid #EEE; -} - -.wall-item-tools { - background: none; -} - -.wall-item-content { - max-height: 20000px; - overflow: none; -} - -.comment-edit-text-empty, .comment-edit-text-full { - border: none; - border-left: 1px solid #EEE; - background: #EEEEEE; -} - -.comment-edit-wrapper, .comment-wwedit-wrapper { - background: #ffffff !important; -} - -section { - margin: 0px 32px; -} - -aside { - margin-left: 32px; -} -nav { - margin-left: 32px; - margin-right: 32px; -} - -nav #site-location { - top: 80px; - right: 36px; -} - -.wall-item-photo, .photo, .contact-block-img, .my-comment-photo { - border-radius: 3px; - -moz-border-radius: 3px; -} diff --git a/view/theme/slack-NS/theme.php b/view/theme/slack-NS/theme.php deleted file mode 100644 index 14d058c7d..000000000 --- a/view/theme/slack-NS/theme.php +++ /dev/null @@ -1,89 +0,0 @@ -theme_info = array( - 'extends' => 'duepuntozero', -); - -function slack_NS_init(&$a) { -$a->page['htmlhead'] .= <<< EOT - -EOT; -} \ No newline at end of file -- cgit v1.2.3 From d907544d20300edc2e8e0ce4b5f28f8a208728b8 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Mon, 6 Aug 2012 04:21:41 +0100 Subject: Port Easterbunny --- view/theme/easterbunny/border.jpg | Bin 364 -> 0 bytes view/theme/easterbunny/css/style.css | 48 ++++++++++++++++++++++++++++++ view/theme/easterbunny/head.jpg | Bin 1109 -> 0 bytes view/theme/easterbunny/img/border.jpg | Bin 0 -> 364 bytes view/theme/easterbunny/img/head.jpg | Bin 0 -> 1109 bytes view/theme/easterbunny/img/screenshot.jpg | Bin 0 -> 82074 bytes view/theme/easterbunny/img/shiny.png | Bin 0 -> 320 bytes view/theme/easterbunny/php/theme.php | 4 +++ view/theme/easterbunny/screenshot.jpg | Bin 82074 -> 0 bytes view/theme/easterbunny/shiny.png | Bin 320 -> 0 bytes view/theme/easterbunny/style.css | 48 ------------------------------ view/theme/easterbunny/theme.php | 4 --- view/theme/easterbunny/unsupported | 0 13 files changed, 52 insertions(+), 52 deletions(-) delete mode 100644 view/theme/easterbunny/border.jpg create mode 100644 view/theme/easterbunny/css/style.css delete mode 100644 view/theme/easterbunny/head.jpg create mode 100644 view/theme/easterbunny/img/border.jpg create mode 100644 view/theme/easterbunny/img/head.jpg create mode 100644 view/theme/easterbunny/img/screenshot.jpg create mode 100644 view/theme/easterbunny/img/shiny.png create mode 100644 view/theme/easterbunny/php/theme.php delete mode 100644 view/theme/easterbunny/screenshot.jpg delete mode 100644 view/theme/easterbunny/shiny.png delete mode 100644 view/theme/easterbunny/style.css delete mode 100644 view/theme/easterbunny/theme.php delete mode 100644 view/theme/easterbunny/unsupported (limited to 'view/theme') diff --git a/view/theme/easterbunny/border.jpg b/view/theme/easterbunny/border.jpg deleted file mode 100644 index 66c7a6fcc..000000000 Binary files a/view/theme/easterbunny/border.jpg and /dev/null differ diff --git a/view/theme/easterbunny/css/style.css b/view/theme/easterbunny/css/style.css new file mode 100644 index 000000000..b5d833679 --- /dev/null +++ b/view/theme/easterbunny/css/style.css @@ -0,0 +1,48 @@ +@import url('../../duepuntozero/css/style.css'); + +.vcard .fn { + color: orange !important; +} + +.vcard .title { + color: #00BB00 !important; +} + +.wall-item-content-wrapper { + border: 1px solid red; + background: #FFDDFF; +} + +.wall-item-content-wrapper.comment { + background: #FFCCAA; +} + +.comment-edit-wrapper { + background: yellow; +} + +body { background-image: url('../img/head.jpg'); } +section { background: #EEFFFF; } + +a, a:visited { color: #0000FF; text-decoration: none; } +a:hover {text-decoration: underline; } + + +aside( 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: #0000FF; +} + +.wall-item-name-link { + color: #0000FF; +} + diff --git a/view/theme/easterbunny/head.jpg b/view/theme/easterbunny/head.jpg deleted file mode 100644 index 1acd2ddb8..000000000 Binary files a/view/theme/easterbunny/head.jpg and /dev/null differ diff --git a/view/theme/easterbunny/img/border.jpg b/view/theme/easterbunny/img/border.jpg new file mode 100644 index 000000000..66c7a6fcc Binary files /dev/null and b/view/theme/easterbunny/img/border.jpg differ diff --git a/view/theme/easterbunny/img/head.jpg b/view/theme/easterbunny/img/head.jpg new file mode 100644 index 000000000..1acd2ddb8 Binary files /dev/null and b/view/theme/easterbunny/img/head.jpg differ diff --git a/view/theme/easterbunny/img/screenshot.jpg b/view/theme/easterbunny/img/screenshot.jpg new file mode 100644 index 000000000..5ac613e78 Binary files /dev/null and b/view/theme/easterbunny/img/screenshot.jpg differ diff --git a/view/theme/easterbunny/img/shiny.png b/view/theme/easterbunny/img/shiny.png new file mode 100644 index 000000000..d3f71ee1d Binary files /dev/null and b/view/theme/easterbunny/img/shiny.png differ diff --git a/view/theme/easterbunny/php/theme.php b/view/theme/easterbunny/php/theme.php new file mode 100644 index 000000000..338f40cbf --- /dev/null +++ b/view/theme/easterbunny/php/theme.php @@ -0,0 +1,4 @@ +theme_info = array( + 'extends' => 'duepuntozero', +); diff --git a/view/theme/easterbunny/screenshot.jpg b/view/theme/easterbunny/screenshot.jpg deleted file mode 100644 index 5ac613e78..000000000 Binary files a/view/theme/easterbunny/screenshot.jpg and /dev/null differ diff --git a/view/theme/easterbunny/shiny.png b/view/theme/easterbunny/shiny.png deleted file mode 100644 index d3f71ee1d..000000000 Binary files a/view/theme/easterbunny/shiny.png and /dev/null differ diff --git a/view/theme/easterbunny/style.css b/view/theme/easterbunny/style.css deleted file mode 100644 index ab2e07053..000000000 --- a/view/theme/easterbunny/style.css +++ /dev/null @@ -1,48 +0,0 @@ -@import url('../duepuntozero/style.css'); - -.vcard .fn { - color: orange !important; -} - -.vcard .title { - color: #00BB00 !important; -} - -.wall-item-content-wrapper { - border: 1px solid red; - background: #FFDDFF; -} - -.wall-item-content-wrapper.comment { - background: #FFCCAA; -} - -.comment-edit-wrapper { - background: yellow; -} - -body { background-image: url('head.jpg'); } -section { background: #EEFFFF; } - -a, a:visited { color: #0000FF; text-decoration: none; } -a:hover {text-decoration: underline; } - - -aside( 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: #0000FF; -} - -.wall-item-name-link { - color: #0000FF; -} - diff --git a/view/theme/easterbunny/theme.php b/view/theme/easterbunny/theme.php deleted file mode 100644 index 338f40cbf..000000000 --- a/view/theme/easterbunny/theme.php +++ /dev/null @@ -1,4 +0,0 @@ -theme_info = array( - 'extends' => 'duepuntozero', -); diff --git a/view/theme/easterbunny/unsupported b/view/theme/easterbunny/unsupported deleted file mode 100644 index e69de29bb..000000000 -- cgit v1.2.3 From 4adef099bd97cbb4be97e3fa63350746aff47f89 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Mon, 6 Aug 2012 04:33:06 +0100 Subject: Port Greenzero --- view/theme/greenzero/border.jpg | Bin 342 -> 0 bytes view/theme/greenzero/css/style.css | 36 +++++++++++++ view/theme/greenzero/editicons.png | Bin 6300 -> 0 bytes view/theme/greenzero/file.gif | Bin 614 -> 0 bytes view/theme/greenzero/greenicons.png | Bin 12317 -> 0 bytes view/theme/greenzero/head.jpg | Bin 1078 -> 0 bytes view/theme/greenzero/img/border.jpg | Bin 0 -> 342 bytes view/theme/greenzero/img/editicons.png | Bin 0 -> 6300 bytes view/theme/greenzero/img/file.gif | Bin 0 -> 614 bytes view/theme/greenzero/img/greenicons.png | Bin 0 -> 12317 bytes view/theme/greenzero/img/head.jpg | Bin 0 -> 1078 bytes view/theme/greenzero/img/screenshot.jpg | Bin 0 -> 71106 bytes view/theme/greenzero/img/shiny.png | Bin 0 -> 362 bytes view/theme/greenzero/php/theme.php | 89 ++++++++++++++++++++++++++++++++ view/theme/greenzero/screenshot.jpg | Bin 71106 -> 0 bytes view/theme/greenzero/shiny.png | Bin 362 -> 0 bytes view/theme/greenzero/style.css | 36 ------------- view/theme/greenzero/theme.php | 89 -------------------------------- 18 files changed, 125 insertions(+), 125 deletions(-) delete mode 100644 view/theme/greenzero/border.jpg create mode 100644 view/theme/greenzero/css/style.css delete mode 100644 view/theme/greenzero/editicons.png delete mode 100644 view/theme/greenzero/file.gif delete mode 100644 view/theme/greenzero/greenicons.png delete mode 100644 view/theme/greenzero/head.jpg create mode 100644 view/theme/greenzero/img/border.jpg create mode 100644 view/theme/greenzero/img/editicons.png create mode 100644 view/theme/greenzero/img/file.gif create mode 100644 view/theme/greenzero/img/greenicons.png create mode 100644 view/theme/greenzero/img/head.jpg create mode 100644 view/theme/greenzero/img/screenshot.jpg create mode 100644 view/theme/greenzero/img/shiny.png create mode 100644 view/theme/greenzero/php/theme.php delete mode 100644 view/theme/greenzero/screenshot.jpg delete mode 100644 view/theme/greenzero/shiny.png delete mode 100644 view/theme/greenzero/style.css delete mode 100644 view/theme/greenzero/theme.php (limited to 'view/theme') diff --git a/view/theme/greenzero/border.jpg b/view/theme/greenzero/border.jpg deleted file mode 100644 index 034a1cb63..000000000 Binary files a/view/theme/greenzero/border.jpg and /dev/null differ diff --git a/view/theme/greenzero/css/style.css b/view/theme/greenzero/css/style.css new file mode 100644 index 000000000..f68134c89 --- /dev/null +++ b/view/theme/greenzero/css/style.css @@ -0,0 +1,36 @@ +@import url('../../duepuntozero/css/style.css'); + +/* green variation by Tobias Diekershoff */ + +a:link, a:visited { color: #549f4f; text-decoration: none; } +a:hover {text-decoration: underline; } + +.nav-selected.nav-link { color: #549f4f!important; border-bottom: 0px} +.nav-commlink, .nav-login-link {background-color: #aed3b2;} +.nav-commlink:link, .nav-commlink:visited, +.nav-login-link:link, .nav-login-link:visited{ + color: #ffffff; +} + +.icon { + display: block; width: 16px; height: 16px; + background-image: url('../img/greenicons.png'); +} + + + +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'); } + +.fakelink, .fakelink:visited, .fakelink:hover, .fakelink:link { + color: #549f4f !important; +} + +.wall-item-name-link { + color: #549f4f; +} + + diff --git a/view/theme/greenzero/editicons.png b/view/theme/greenzero/editicons.png deleted file mode 100644 index 171a40876..000000000 Binary files a/view/theme/greenzero/editicons.png and /dev/null differ diff --git a/view/theme/greenzero/file.gif b/view/theme/greenzero/file.gif deleted file mode 100644 index e388a13c0..000000000 Binary files a/view/theme/greenzero/file.gif and /dev/null differ diff --git a/view/theme/greenzero/greenicons.png b/view/theme/greenzero/greenicons.png deleted file mode 100644 index 2644e4284..000000000 Binary files a/view/theme/greenzero/greenicons.png and /dev/null differ diff --git a/view/theme/greenzero/head.jpg b/view/theme/greenzero/head.jpg deleted file mode 100644 index c69776214..000000000 Binary files a/view/theme/greenzero/head.jpg and /dev/null differ diff --git a/view/theme/greenzero/img/border.jpg b/view/theme/greenzero/img/border.jpg new file mode 100644 index 000000000..034a1cb63 Binary files /dev/null and b/view/theme/greenzero/img/border.jpg differ diff --git a/view/theme/greenzero/img/editicons.png b/view/theme/greenzero/img/editicons.png new file mode 100644 index 000000000..171a40876 Binary files /dev/null and b/view/theme/greenzero/img/editicons.png differ diff --git a/view/theme/greenzero/img/file.gif b/view/theme/greenzero/img/file.gif new file mode 100644 index 000000000..e388a13c0 Binary files /dev/null and b/view/theme/greenzero/img/file.gif differ diff --git a/view/theme/greenzero/img/greenicons.png b/view/theme/greenzero/img/greenicons.png new file mode 100644 index 000000000..2644e4284 Binary files /dev/null and b/view/theme/greenzero/img/greenicons.png differ diff --git a/view/theme/greenzero/img/head.jpg b/view/theme/greenzero/img/head.jpg new file mode 100644 index 000000000..c69776214 Binary files /dev/null and b/view/theme/greenzero/img/head.jpg differ diff --git a/view/theme/greenzero/img/screenshot.jpg b/view/theme/greenzero/img/screenshot.jpg new file mode 100644 index 000000000..692ad354b Binary files /dev/null and b/view/theme/greenzero/img/screenshot.jpg differ diff --git a/view/theme/greenzero/img/shiny.png b/view/theme/greenzero/img/shiny.png new file mode 100644 index 000000000..994c0d05d Binary files /dev/null and b/view/theme/greenzero/img/shiny.png differ diff --git a/view/theme/greenzero/php/theme.php b/view/theme/greenzero/php/theme.php new file mode 100644 index 000000000..a63d8a235 --- /dev/null +++ b/view/theme/greenzero/php/theme.php @@ -0,0 +1,89 @@ +theme_info = array( + 'extends' => 'duepuntozero', +); + +function greenzero_init(&$a) { +$a->page['htmlhead'] .= <<< EOT + +EOT; +} \ No newline at end of file diff --git a/view/theme/greenzero/screenshot.jpg b/view/theme/greenzero/screenshot.jpg deleted file mode 100644 index 692ad354b..000000000 Binary files a/view/theme/greenzero/screenshot.jpg and /dev/null differ diff --git a/view/theme/greenzero/shiny.png b/view/theme/greenzero/shiny.png deleted file mode 100644 index 994c0d05d..000000000 Binary files a/view/theme/greenzero/shiny.png and /dev/null differ diff --git a/view/theme/greenzero/style.css b/view/theme/greenzero/style.css deleted file mode 100644 index 355e7829a..000000000 --- a/view/theme/greenzero/style.css +++ /dev/null @@ -1,36 +0,0 @@ -@import url('../duepuntozero/style.css'); - -/* green variation by Tobias Diekershoff */ - -a:link, a:visited { color: #549f4f; text-decoration: none; } -a:hover {text-decoration: underline; } - -.nav-selected.nav-link { color: #549f4f!important; border-bottom: 0px} -.nav-commlink, .nav-login-link {background-color: #aed3b2;} -.nav-commlink:link, .nav-commlink:visited, -.nav-login-link:link, .nav-login-link:visited{ - color: #ffffff; -} - -.icon { - display: block; width: 16px; height: 16px; - background-image: url('greenicons.png'); -} - - - -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'); } - -.fakelink, .fakelink:visited, .fakelink:hover, .fakelink:link { - color: #549f4f !important; -} - -.wall-item-name-link { - color: #549f4f; -} - - diff --git a/view/theme/greenzero/theme.php b/view/theme/greenzero/theme.php deleted file mode 100644 index a63d8a235..000000000 --- a/view/theme/greenzero/theme.php +++ /dev/null @@ -1,89 +0,0 @@ -theme_info = array( - 'extends' => 'duepuntozero', -); - -function greenzero_init(&$a) { -$a->page['htmlhead'] .= <<< EOT - -EOT; -} \ No newline at end of file -- cgit v1.2.3 From 0c06cc61888404a4b05e8fb3df26d0a623ed42e5 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Mon, 6 Aug 2012 04:41:01 +0100 Subject: That's the zeros done. The others need more fiddling with. --- view/theme/purplezero/border.jpg | Bin 364 -> 0 bytes view/theme/purplezero/css/style.css | 27 ++++++++++ view/theme/purplezero/editicons.png | Bin 6300 -> 0 bytes view/theme/purplezero/head.jpg | Bin 1109 -> 0 bytes view/theme/purplezero/img/border.jpg | Bin 0 -> 364 bytes view/theme/purplezero/img/editicons.png | Bin 0 -> 6300 bytes view/theme/purplezero/img/head.jpg | Bin 0 -> 1109 bytes view/theme/purplezero/img/screenshot.jpg | Bin 0 -> 74424 bytes view/theme/purplezero/img/shiny.png | Bin 0 -> 320 bytes view/theme/purplezero/php/theme.php | 89 +++++++++++++++++++++++++++++++ view/theme/purplezero/screenshot.jpg | Bin 74424 -> 0 bytes view/theme/purplezero/shiny.png | Bin 320 -> 0 bytes view/theme/purplezero/style.css | 27 ---------- view/theme/purplezero/theme.php | 89 ------------------------------- 14 files changed, 116 insertions(+), 116 deletions(-) delete mode 100644 view/theme/purplezero/border.jpg create mode 100644 view/theme/purplezero/css/style.css delete mode 100644 view/theme/purplezero/editicons.png delete mode 100644 view/theme/purplezero/head.jpg create mode 100644 view/theme/purplezero/img/border.jpg create mode 100644 view/theme/purplezero/img/editicons.png create mode 100644 view/theme/purplezero/img/head.jpg create mode 100644 view/theme/purplezero/img/screenshot.jpg create mode 100644 view/theme/purplezero/img/shiny.png create mode 100644 view/theme/purplezero/php/theme.php delete mode 100644 view/theme/purplezero/screenshot.jpg delete mode 100644 view/theme/purplezero/shiny.png delete mode 100644 view/theme/purplezero/style.css delete mode 100644 view/theme/purplezero/theme.php (limited to 'view/theme') diff --git a/view/theme/purplezero/border.jpg b/view/theme/purplezero/border.jpg deleted file mode 100644 index 66c7a6fcc..000000000 Binary files a/view/theme/purplezero/border.jpg and /dev/null differ 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/editicons.png b/view/theme/purplezero/editicons.png deleted file mode 100644 index 171a40876..000000000 Binary files a/view/theme/purplezero/editicons.png and /dev/null differ diff --git a/view/theme/purplezero/head.jpg b/view/theme/purplezero/head.jpg deleted file mode 100644 index 1acd2ddb8..000000000 Binary files a/view/theme/purplezero/head.jpg and /dev/null differ diff --git a/view/theme/purplezero/img/border.jpg b/view/theme/purplezero/img/border.jpg new file mode 100644 index 000000000..66c7a6fcc Binary files /dev/null and b/view/theme/purplezero/img/border.jpg differ diff --git a/view/theme/purplezero/img/editicons.png b/view/theme/purplezero/img/editicons.png new file mode 100644 index 000000000..171a40876 Binary files /dev/null and b/view/theme/purplezero/img/editicons.png differ diff --git a/view/theme/purplezero/img/head.jpg b/view/theme/purplezero/img/head.jpg new file mode 100644 index 000000000..1acd2ddb8 Binary files /dev/null and b/view/theme/purplezero/img/head.jpg differ diff --git a/view/theme/purplezero/img/screenshot.jpg b/view/theme/purplezero/img/screenshot.jpg new file mode 100644 index 000000000..c1d346bb5 Binary files /dev/null and b/view/theme/purplezero/img/screenshot.jpg differ diff --git a/view/theme/purplezero/img/shiny.png b/view/theme/purplezero/img/shiny.png new file mode 100644 index 000000000..d3f71ee1d Binary files /dev/null and b/view/theme/purplezero/img/shiny.png differ diff --git a/view/theme/purplezero/php/theme.php b/view/theme/purplezero/php/theme.php new file mode 100644 index 000000000..4ae9d579f --- /dev/null +++ b/view/theme/purplezero/php/theme.php @@ -0,0 +1,89 @@ +theme_info = array( + 'extends' => 'duepuntozero', +); + +function purplezero_init(&$a) { +$a->page['htmlhead'] .= <<< EOT + +EOT; +} \ No newline at end of file diff --git a/view/theme/purplezero/screenshot.jpg b/view/theme/purplezero/screenshot.jpg deleted file mode 100644 index c1d346bb5..000000000 Binary files a/view/theme/purplezero/screenshot.jpg and /dev/null differ diff --git a/view/theme/purplezero/shiny.png b/view/theme/purplezero/shiny.png deleted file mode 100644 index d3f71ee1d..000000000 Binary files a/view/theme/purplezero/shiny.png and /dev/null differ 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; -} - - diff --git a/view/theme/purplezero/theme.php b/view/theme/purplezero/theme.php deleted file mode 100644 index 4ae9d579f..000000000 --- a/view/theme/purplezero/theme.php +++ /dev/null @@ -1,89 +0,0 @@ -theme_info = array( - 'extends' => 'duepuntozero', -); - -function purplezero_init(&$a) { -$a->page['htmlhead'] .= <<< EOT - -EOT; -} \ No newline at end of file -- cgit v1.2.3