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/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/style.css b/view/theme/darkzero/css/style.css similarity index 87% rename from view/theme/darkzero/style.css rename to 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 */ @@ -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/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-NS/border.jpg b/view/theme/darkzero/img/border.jpg similarity index 100% rename from view/theme/darkzero-NS/border.jpg rename to view/theme/darkzero/img/border.jpg diff --git a/view/theme/darkzero-NS/editicons.png b/view/theme/darkzero/img/editicons.png similarity index 100% rename from view/theme/darkzero-NS/editicons.png rename to view/theme/darkzero/img/editicons.png diff --git a/view/theme/darkzero-NS/head.jpg b/view/theme/darkzero/img/head.jpg similarity index 100% rename from view/theme/darkzero-NS/head.jpg rename to view/theme/darkzero/img/head.jpg diff --git a/view/theme/darkzero-NS/screenshot.jpg b/view/theme/darkzero/img/screenshot.jpg similarity index 100% rename from view/theme/darkzero-NS/screenshot.jpg rename to view/theme/darkzero/img/screenshot.jpg diff --git a/view/theme/darkzero-NS/sectionend.jpg b/view/theme/darkzero/img/sectionend.jpg similarity index 100% rename from view/theme/darkzero-NS/sectionend.jpg rename to view/theme/darkzero/img/sectionend.jpg diff --git a/view/theme/darkzero-NS/shiny.png b/view/theme/darkzero/img/shiny.png similarity index 100% rename from view/theme/darkzero-NS/shiny.png rename to view/theme/darkzero/img/shiny.png diff --git a/view/theme/darkzero/theme.php b/view/theme/darkzero/php/theme.php similarity index 100% rename from view/theme/darkzero/theme.php rename to view/theme/darkzero/php/theme.php 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/easterbunny/style.css b/view/theme/easterbunny/css/style.css similarity index 66% rename from view/theme/easterbunny/style.css rename to view/theme/easterbunny/css/style.css index ab2e07053..b5d833679 100644 --- a/view/theme/easterbunny/style.css +++ b/view/theme/easterbunny/css/style.css @@ -1,4 +1,4 @@ -@import url('../duepuntozero/style.css'); +@import url('../../duepuntozero/css/style.css'); .vcard .fn { color: orange !important; @@ -21,16 +21,16 @@ background: yellow; } -body { background-image: url('head.jpg'); } +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('border.jpg'); } -.tabs { background-image: url('head.jpg'); } -div.wall-item-content-wrapper.shiny { background-image: url('shiny.png'); } +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 { diff --git a/view/theme/easterbunny/border.jpg b/view/theme/easterbunny/img/border.jpg similarity index 100% rename from view/theme/easterbunny/border.jpg rename to view/theme/easterbunny/img/border.jpg diff --git a/view/theme/easterbunny/head.jpg b/view/theme/easterbunny/img/head.jpg similarity index 100% rename from view/theme/easterbunny/head.jpg rename to view/theme/easterbunny/img/head.jpg diff --git a/view/theme/easterbunny/screenshot.jpg b/view/theme/easterbunny/img/screenshot.jpg similarity index 100% rename from view/theme/easterbunny/screenshot.jpg rename to view/theme/easterbunny/img/screenshot.jpg diff --git a/view/theme/easterbunny/shiny.png b/view/theme/easterbunny/img/shiny.png similarity index 100% rename from view/theme/easterbunny/shiny.png rename to view/theme/easterbunny/img/shiny.png diff --git a/view/theme/easterbunny/theme.php b/view/theme/easterbunny/php/theme.php similarity index 100% rename from view/theme/easterbunny/theme.php rename to view/theme/easterbunny/php/theme.php diff --git a/view/theme/easterbunny/unsupported b/view/theme/easterbunny/unsupported deleted file mode 100644 index e69de29bb..000000000 diff --git a/view/theme/greenzero/style.css b/view/theme/greenzero/css/style.css similarity index 61% rename from view/theme/greenzero/style.css rename to view/theme/greenzero/css/style.css index 355e7829a..f68134c89 100644 --- a/view/theme/greenzero/style.css +++ b/view/theme/greenzero/css/style.css @@ -1,4 +1,4 @@ -@import url('../duepuntozero/style.css'); +@import url('../../duepuntozero/css/style.css'); /* green variation by Tobias Diekershoff */ @@ -14,16 +14,16 @@ a:hover {text-decoration: underline; } .icon { display: block; width: 16px; height: 16px; - background-image: url('greenicons.png'); + background-image: url('../img/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'); } +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; diff --git a/view/theme/greenzero/border.jpg b/view/theme/greenzero/img/border.jpg similarity index 100% rename from view/theme/greenzero/border.jpg rename to view/theme/greenzero/img/border.jpg diff --git a/view/theme/darkzero/editicons.png b/view/theme/greenzero/img/editicons.png similarity index 100% rename from view/theme/darkzero/editicons.png rename to view/theme/greenzero/img/editicons.png diff --git a/view/theme/greenzero/file.gif b/view/theme/greenzero/img/file.gif similarity index 100% rename from view/theme/greenzero/file.gif rename to view/theme/greenzero/img/file.gif diff --git a/view/theme/greenzero/greenicons.png b/view/theme/greenzero/img/greenicons.png similarity index 100% rename from view/theme/greenzero/greenicons.png rename to view/theme/greenzero/img/greenicons.png diff --git a/view/theme/greenzero/head.jpg b/view/theme/greenzero/img/head.jpg similarity index 100% rename from view/theme/greenzero/head.jpg rename to view/theme/greenzero/img/head.jpg diff --git a/view/theme/greenzero/screenshot.jpg b/view/theme/greenzero/img/screenshot.jpg similarity index 100% rename from view/theme/greenzero/screenshot.jpg rename to view/theme/greenzero/img/screenshot.jpg diff --git a/view/theme/darkzero/shiny.png b/view/theme/greenzero/img/shiny.png similarity index 100% rename from view/theme/darkzero/shiny.png rename to view/theme/greenzero/img/shiny.png diff --git a/view/theme/greenzero/theme.php b/view/theme/greenzero/php/theme.php similarity index 100% rename from view/theme/greenzero/theme.php rename to view/theme/greenzero/php/theme.php 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/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/border.jpg b/view/theme/purplezero/img/border.jpg similarity index 100% rename from view/theme/purplezero/border.jpg rename to view/theme/purplezero/img/border.jpg diff --git a/view/theme/greenzero/editicons.png b/view/theme/purplezero/img/editicons.png similarity index 100% rename from view/theme/greenzero/editicons.png rename to view/theme/purplezero/img/editicons.png diff --git a/view/theme/purplezero/head.jpg b/view/theme/purplezero/img/head.jpg similarity index 100% rename from view/theme/purplezero/head.jpg rename to view/theme/purplezero/img/head.jpg diff --git a/view/theme/purplezero/screenshot.jpg b/view/theme/purplezero/img/screenshot.jpg similarity index 100% rename from view/theme/purplezero/screenshot.jpg rename to view/theme/purplezero/img/screenshot.jpg diff --git a/view/theme/purplezero/shiny.png b/view/theme/purplezero/img/shiny.png similarity index 100% rename from view/theme/purplezero/shiny.png rename to view/theme/purplezero/img/shiny.png diff --git a/view/theme/purplezero/theme.php b/view/theme/purplezero/php/theme.php similarity index 100% rename from view/theme/purplezero/theme.php rename to view/theme/purplezero/php/theme.php 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/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