Initial commit: Backup der Webseiten
- zoesch.de - blitzkiste.net - gruene-hassberge (norbert.zoesch.de) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
BIN
zoesch.de/galerie/admin/themes/roma/icon/home.png
Normal file
|
After Width: | Height: | Size: 726 B |
BIN
zoesch.de/galerie/admin/themes/roma/icon/next.png
Normal file
|
After Width: | Height: | Size: 328 B |
BIN
zoesch.de/galerie/admin/themes/roma/icon/prev.png
Normal file
|
After Width: | Height: | Size: 328 B |
BIN
zoesch.de/galerie/admin/themes/roma/images/active_tab.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
zoesch.de/galerie/admin/themes/roma/images/active_tab2.png
Normal file
|
After Width: | Height: | Size: 658 B |
BIN
zoesch.de/galerie/admin/themes/roma/images/active_tab3.png
Normal file
|
After Width: | Height: | Size: 106 B |
BIN
zoesch.de/galerie/admin/themes/roma/images/external_active.png
Normal file
|
After Width: | Height: | Size: 598 B |
BIN
zoesch.de/galerie/admin/themes/roma/images/external_inactive.png
Normal file
|
After Width: | Height: | Size: 578 B |
BIN
zoesch.de/galerie/admin/themes/roma/images/fillet.png
Normal file
|
After Width: | Height: | Size: 153 B |
BIN
zoesch.de/galerie/admin/themes/roma/images/header_msgs-bg.gif
Normal file
|
After Width: | Height: | Size: 44 B |
BIN
zoesch.de/galerie/admin/themes/roma/images/inactive_tab.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
zoesch.de/galerie/admin/themes/roma/images/inactive_tab2.png
Normal file
|
After Width: | Height: | Size: 589 B |
BIN
zoesch.de/galerie/admin/themes/roma/images/inactive_tab3.png
Normal file
|
After Width: | Height: | Size: 109 B |
BIN
zoesch.de/galerie/admin/themes/roma/images/menuBoxBottom_new.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
zoesch.de/galerie/admin/themes/roma/images/menuBoxTop_new.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
zoesch.de/galerie/admin/themes/roma/images/menubar-detail.png
Normal file
|
After Width: | Height: | Size: 226 B |
BIN
zoesch.de/galerie/admin/themes/roma/images/menubar-top.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 2.8 KiB |
BIN
zoesch.de/galerie/admin/themes/roma/images/piwigo_logo_small.png
Normal file
|
After Width: | Height: | Size: 6.1 KiB |
|
After Width: | Height: | Size: 33 KiB |
|
After Width: | Height: | Size: 17 KiB |
BIN
zoesch.de/galerie/admin/themes/roma/images/resizable-e.gif
Normal file
|
After Width: | Height: | Size: 218 B |
BIN
zoesch.de/galerie/admin/themes/roma/images/resizable-n.gif
Normal file
|
After Width: | Height: | Size: 198 B |
BIN
zoesch.de/galerie/admin/themes/roma/images/resizable-ne.gif
Normal file
|
After Width: | Height: | Size: 280 B |
BIN
zoesch.de/galerie/admin/themes/roma/images/resizable-nw.gif
Normal file
|
After Width: | Height: | Size: 278 B |
BIN
zoesch.de/galerie/admin/themes/roma/images/resizable-s.gif
Normal file
|
After Width: | Height: | Size: 196 B |
BIN
zoesch.de/galerie/admin/themes/roma/images/resizable-se.gif
Normal file
|
After Width: | Height: | Size: 278 B |
BIN
zoesch.de/galerie/admin/themes/roma/images/resizable-sw.gif
Normal file
|
After Width: | Height: | Size: 279 B |
BIN
zoesch.de/galerie/admin/themes/roma/images/resizable-w.gif
Normal file
|
After Width: | Height: | Size: 211 B |
BIN
zoesch.de/galerie/admin/themes/roma/images/stripe-cat.png
Normal file
|
After Width: | Height: | Size: 99 B |
BIN
zoesch.de/galerie/admin/themes/roma/images/transparent.gif
Normal file
|
After Width: | Height: | Size: 43 B |
30
zoesch.de/galerie/admin/themes/roma/index.php
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
// +-----------------------------------------------------------------------+
|
||||
// | Piwigo - a PHP based photo gallery |
|
||||
// +-----------------------------------------------------------------------+
|
||||
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
|
||||
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
|
||||
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
|
||||
// +-----------------------------------------------------------------------+
|
||||
// | This program is free software; you can redistribute it and/or modify |
|
||||
// | it under the terms of the GNU General Public License as published by |
|
||||
// | the Free Software Foundation |
|
||||
// | |
|
||||
// | This program is distributed in the hope that it will be useful, but |
|
||||
// | WITHOUT ANY WARRANTY; without even the implied warranty of |
|
||||
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
||||
// | General Public License for more details. |
|
||||
// | |
|
||||
// | You should have received a copy of the GNU General Public License |
|
||||
// | along with this program; if not, write to the Free Software |
|
||||
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
|
||||
// | USA. |
|
||||
// +-----------------------------------------------------------------------+
|
||||
|
||||
// Recursive call
|
||||
$url = '../';
|
||||
header( 'Request-URI: '.$url );
|
||||
header( 'Content-Location: '.$url );
|
||||
header( 'Location: '.$url );
|
||||
exit();
|
||||
?>
|
||||
18
zoesch.de/galerie/admin/themes/roma/mail-css.tpl
Normal file
@@ -0,0 +1,18 @@
|
||||
/* Theme wipi mail css */
|
||||
|
||||
body {ldelim} background-color:#111; color:#69c;}
|
||||
#the_page {ldelim} background: #111 url({$ROOT_URL}template/{$themeconf.template}/mail/text/html/images/mailbody-bg.png) repeat-y scroll left top;}
|
||||
#content {ldelim} background: transparent url({$ROOT_URL}template/{$themeconf.template}/mail/text/html/images/header-bg.png) no-repeat scroll left top;}
|
||||
#copyright {ldelim} background: transparent url({$ROOT_URL}template/{$themeconf.template}/mail/text/html/images/footer-bg.png) no-repeat scroll left bottom;
|
||||
color: #69c;}
|
||||
h2 {ldelim} background-color: #222;color:#eee;background-image: url({$ROOT_URL}template/{$themeconf.template}/themes/{$themeconf.theme}/images/tableh1_bg.png);}
|
||||
img {ldelim} margin: 16px; padding:15px;border:1px solid #eee; -moz-border-radius: 4px; border-radius: 4px 4px; }
|
||||
img:hover {ldelim} border:1px solid #69c; -moz-border-radius: 4px; border-radius: 4px 4px; }
|
||||
a {ldelim} color: #69c; background: transparent; }
|
||||
a:hover {ldelim} color: #f92; }
|
||||
a.PWG {ldelim} border: 0px; }
|
||||
a.PWG .P {ldelim} color : #f92; }
|
||||
a.PWG .W {ldelim} color : #aaa; }
|
||||
a.PWG .G {ldelim} color : #69c; }
|
||||
a.PWG:hover .P {ldelim} color : #69c; }
|
||||
a.PWG:hover .G {ldelim} color : #f92; }
|
||||
411
zoesch.de/galerie/admin/themes/roma/theme.css
Normal file
@@ -0,0 +1,411 @@
|
||||
/* generic colors - roma
|
||||
.gcText { color: #666666; } used for text
|
||||
.gcText2 { color: #FF3366; } used for table header
|
||||
.gcText3 { color: #FF3366; } used for tabs text
|
||||
.gcTextInput { color:#999999; } used for inputs
|
||||
.gcLink { color: #FF7700; } used for link
|
||||
.gcLinkHover { color: #FF3333; } used for link
|
||||
.gcBgPage { background-color: #111111; } used for page background
|
||||
.gcBgTabSheet { background-color: #222222; } used inside tabsheet & menu
|
||||
.gcBgTableRow1 { background-color: #111111; } used in for tables rows background
|
||||
.gcBgTableRow2 { background-color: #222222; } used in tables rows & some widgets background
|
||||
.gcBgInput { background-color:#444444; } used for inputs
|
||||
.gcBorder { border-color: #FF3363; } used for borders
|
||||
.gcBorder2 { border-color: #666666; } used for widgets borders
|
||||
.gcBorderInput { border-color:#666666; } used for inputs
|
||||
*/
|
||||
/* text color */
|
||||
body, h3, dt, .throw, .content, label, LEGEND {
|
||||
color:#777;
|
||||
}
|
||||
|
||||
INPUT, select, textarea { color:#999; background-color: #444; }
|
||||
option[disabled] { background-color: #999; color: #444; }
|
||||
input[type="radio"], input[type="checkbox"] { background-color: transparent; }
|
||||
|
||||
|
||||
.showInfo { color:#666; }
|
||||
.showInfo:hover { color:#999; }
|
||||
|
||||
h2 { color: #ccc; }
|
||||
|
||||
.header_notes {
|
||||
background: transparent url(../default/icon/note.png) no-repeat right top;
|
||||
border: none;
|
||||
min-height: 48px;
|
||||
padding: 15px 60px 0 0;
|
||||
right: 0;
|
||||
width: 550px;
|
||||
}
|
||||
html, body { min-height: 100%; }
|
||||
|
||||
body {
|
||||
background-color:#111111;
|
||||
}
|
||||
|
||||
/* #the_page { margin: 0; padding: 0; z-index: 1; top:0px; */
|
||||
/* padding-top: 0; min-height: 100%; width:100%; position:absolute; left:0px; } */
|
||||
h3, .row2, .content { background-color: #222; }
|
||||
.throw, .row1 { background-color:#111; }
|
||||
.throw em { font-style: normal; color: #ff3363; }
|
||||
|
||||
#content {
|
||||
border: 1px solid #222;
|
||||
min-height: 466px;
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.content h3 { font-size:20px; letter-spacing:-0.4px; margin:0 20px 12px 0; text-align:center; background:none; border: 0; }
|
||||
.content h3 ~ h3{ margin-top: 40px; }
|
||||
.content h4 { font-size:14px; text-align:left; padding:3px; margin: 2px;}
|
||||
|
||||
.content dl, dd { margin:5px; }
|
||||
|
||||
|
||||
UL.thumbnails span.wrap2:hover { background-color#7CBA0F; color:#666; }
|
||||
UL.thumbnails span.wrap2 {
|
||||
background-color:#333;
|
||||
}
|
||||
|
||||
/* .throw, */ td h3 {
|
||||
background-image: url(images/fillet.png); background-repeat: repeat-x; }
|
||||
/* borders */
|
||||
fieldset { border: 2px solid #333; }
|
||||
|
||||
.buttonLike, INPUT, SELECT, TEXTAREA {
|
||||
border: 1px solid #666;
|
||||
}
|
||||
input:focus, select:focus, textarea:focus {
|
||||
background-color: #444;
|
||||
color: #999;
|
||||
}
|
||||
|
||||
TEXTAREA { cursor:text; font-size: 13px; }
|
||||
.tagSelection label { padding-right:12px; }
|
||||
.tagSelection LI.tagSelected {background-color:#aaa;}
|
||||
.tagSelected LABEL {color:#000;}
|
||||
ul.thumbnails input { color:#999; font-size:10px; margin:0; background-color:#444; text-align: center;}
|
||||
INPUT[type="submit"]:hover , INPUT[type="reset"]:hover { cursor: pointer; }
|
||||
INPUT.bigbutton:hover { background-color: #222; color:#f33; border: 0; }
|
||||
.throw { font-size: 120%; line-height: 26px; padding-top: 10px; font-weight: bold; color: #ff3363; }
|
||||
label { cursor:pointer }
|
||||
.categoryLi, .menuLi { background: #333 }
|
||||
.menuLi_hidden { background: #333 !important; }
|
||||
a.Piwigo {
|
||||
font-family: verdana, arial, helvetica, sans-serif !important;
|
||||
font-size: 11px; font-weight: normal; letter-spacing: 0;
|
||||
color : #F33; text-decoration: none; border: 0; }
|
||||
a.Piwigo:hover span.Piwigo {
|
||||
border-bottom: 1px solid #FF3363;
|
||||
}
|
||||
|
||||
.categoryUl>li:not(.virtual_cat) {
|
||||
background:url(images/stripe-cat.png);
|
||||
}
|
||||
|
||||
/* RADU - I comment this because it makes FF form controls activation very slow)
|
||||
*, *:focus, *:active, input:active, a:active, input:focus, a:focus { outline: none; -moz-outline-width: 0px; }
|
||||
*/
|
||||
|
||||
a { color:#f70; }
|
||||
a:hover, a:active { color: #f33; cursor: pointer; }
|
||||
.content .navigationBar {color:#666;}
|
||||
ul.actions, .content form#waiting {text-align:center;}
|
||||
|
||||
.header_msgs { background:transparent url(images/header_msgs-bg.gif) repeat scroll right top;
|
||||
border:0; color:#333; font-size:24px; height:30px; margin:0; padding:10px 0 0;
|
||||
text-align:center; width:100%; }
|
||||
|
||||
/* tabsheets are often used in admin pages => No specific css files */
|
||||
#tabsheet { width:auto; margin:-1px; margin-right:-6px; padding:0;
|
||||
border:1px solid #111111; border-bottom:1px solid #ff3363; background-color:#111111;}
|
||||
.tabsheet { display:table; white-space:nowrap; padding-left:10px; margin:0; width:auto;
|
||||
font-family:verdana,arial,helvetica,sans-serif; font-size:8px;
|
||||
list-style-type:none; list-style-image:none; text-decoration:none; }
|
||||
.tabsheet li { background:#222222; float:left; margin:0 6px 0 0; overflow:hidden; text-align:right; border:1px solid #ff3363; border-bottom:none; position:relative; top:11px; -moz-border-radius-topleft:5px; -moz-border-radius-topright:5px;-webkit-border-top-left-radius:5px; -webkit-border-top-right-radius:5px;border-radius:5px 5px 0 0;}
|
||||
.tabsheet a {
|
||||
outline:none; color:#666; display:block; font-size:11px; border:0;
|
||||
font-weight:bold; overflow:hidden; padding:6px;
|
||||
text-align:right; text-decoration:none; margin: 0; }
|
||||
.tabsheet a:first-letter { text-transform:capitalize; }
|
||||
.tabsheet li.selected_tab {
|
||||
border-bottom:1px solid #222222;
|
||||
}
|
||||
.tabsheet li:hover, .tabsheet li.selected_tab {
|
||||
margin-top:4px; padding-bottom:3px; padding-top:3px; top:1px;
|
||||
}
|
||||
.tabsheet a:hover, .tabsheet li.selected_tab a { color: #F36; }
|
||||
.tabsheet a span { background-color:#222; font-size:10px; margin-right:2px; padding:0 3px 0 1px; }
|
||||
|
||||
/* menubar is on all admin pages => No specific css file */
|
||||
#menubar {
|
||||
background:transparent url(images/menuBoxBottom_new.png) no-repeat scroll left bottom;
|
||||
border:0;
|
||||
padding:0; width:207px; z-index:99; text-align: left;
|
||||
}
|
||||
|
||||
#menubar dd {
|
||||
background: #111 url(images/menubar-detail.png) repeat-y top left;
|
||||
margin: 0; padding: 0 0 10px 0; }
|
||||
#menubar dl {
|
||||
background:transparent url(images/menuBoxTop_new.png) no-repeat scroll left top;
|
||||
width: 207px; border:0; margin: 0; padding: 0; display: block; min-height:35px; }
|
||||
#menubar dl:first-of-type{
|
||||
background:transparent url(images/menubar-top.png) no-repeat scroll left 1px; }
|
||||
#menubar dl:last-of-type { padding: 0 0 24px 0;}
|
||||
#menubar dt {
|
||||
margin: 0; display: block; background: none; left:10px; font-weight:bold;
|
||||
position:relative; padding: 5px 1px 4px 5px; top:-8px; font-size: 13px; color: #666; outline:none;
|
||||
cursor:pointer;
|
||||
}
|
||||
#menubar dt * { background-color: #111; }
|
||||
#menubar li { margin: 0 0 0 12px; }
|
||||
#menubar li.external { list-style-image:url(images/external_inactive.png); padding:10px 0px 0pt 10px; }
|
||||
#menubar li.external:hover { list-style-image:url(images/external_active.png); }
|
||||
#menubar ul { color: #333; margin:0 9px 0 9px; line-height: 16px;
|
||||
list-style-type: none; list-style-position: inside; padding: 0; }
|
||||
#menubar ul.scroll { overflow-y:auto; max-height:500px;}
|
||||
|
||||
#menubar dd [class^="icon-"]:before {
|
||||
color: #666;
|
||||
}
|
||||
|
||||
/* jQuery tooltips */
|
||||
.ui-tooltip {
|
||||
color: #eee;
|
||||
background-color: #000;
|
||||
}
|
||||
.cluetip-outer { border-color: #666; color: #666; background-color: #222; }
|
||||
.cluetip-title { color: #ff3363; background-color: #111; }
|
||||
/* jQuery ui resizable */
|
||||
.ui-resizable { position: relative; }
|
||||
.ui-wrapper { border: 0; }
|
||||
.ui-wrapper input, .ui-wrapper textarea { border: 0; }
|
||||
|
||||
/* Global handle styles */
|
||||
.ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; }
|
||||
.ui-resizable .ui-resizable-handle { display: block; }
|
||||
body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
|
||||
body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
|
||||
.ui-resizable-n { cursor: n-resize; height: 6px; width: 100%; top: 0px; left: 0px; background: transparent url(images/resizable-n.gif) no-repeat scroll center top; }
|
||||
.ui-resizable-s { cursor: s-resize; height: 6px; width: 100%; bottom: 0px; left: 0px; background: transparent url(images/resizable-s.gif) no-repeat scroll center top; }
|
||||
.ui-resizable-e { cursor: e-resize; width: 6px; right: 0px; top: 0px; height: 100%; background: transparent url(images/resizable-e.gif) no-repeat scroll right center; }
|
||||
.ui-resizable-w { cursor: w-resize; width: 6px; left: 0px; top: 0px; height: 100%; background: transparent url(images/resizable-w.gif) no-repeat scroll right center; }
|
||||
.ui-resizable-se { cursor: se-resize; width: 9px; height: 9px; right: 0px; bottom: 0px; background: transparent url(images/resizable-se.gif); }
|
||||
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: 0px; bottom: 0px; background: transparent url(images/resizable-sw.gif); }
|
||||
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: 0px; top: 0px; background: transparent url(images/resizable-nw.gif); }
|
||||
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: 0px; top: 0px; background: transparent url(images/resizable-ne.gif); }
|
||||
|
||||
#ui-datepicker-div {background-color: #555; border:2px solid #333;}
|
||||
#ui-datepicker-div .ui-datepicker-title {color:white;}
|
||||
#ui-datepicker-div .ui-icon-circle-triangle-w {background: transparent url(icon/prev.png) no-repeat;}
|
||||
#ui-datepicker-div .ui-icon-circle-triangle-e {background: transparent url(icon/next.png) no-repeat;}
|
||||
#ui-datepicker-div A.ui-datepicker-prev:hover,
|
||||
#ui-datepicker-div A.ui-datepicker-next:hover
|
||||
{
|
||||
background-color:#eee;border:1px solid #aaa;
|
||||
}
|
||||
.ui-datepicker th {color:#ccc;}
|
||||
.ui-state-disabled {color:#aaa;}
|
||||
.ui-timepicker-div, .ui-timepicker-div dt {color:#ccc;}
|
||||
|
||||
.ui-slider { background:#444;border-radius:2px;border:1px solid #666; }
|
||||
.ui-slider .ui-slider-handle { border:1px solid #f36;background:#222;border-radius:0.6em; }
|
||||
.ui-slider .ui-slider-range { background:#666;border-radius:2px; }
|
||||
|
||||
#ui-datepicker-div .ui-datepicker-control, #ui-datepicker-div a { background-color: #111; color: #f70 !important;}
|
||||
#ui-datepicker-div .ui-datepicker-days-row { background-color: #444;}
|
||||
#ui-datepicker-div .ui-datepicker-week-end-cell, #ui-datepicker-div .ui-datepicker-week-end-cell a { background-color: #222; color: #f33; border-color: #444; border-top-color: #222; border-left-color: #222;}
|
||||
#ui-datepicker-div .ui-datepicker-title-row { background-color: #111;}
|
||||
#ui-datepicker-div .ui-datepicker-title-row .ui-datepicker-week-end-cell a { color: #f33;}
|
||||
#ui-datepicker-div a:hover { color: #ff3333 !important; border: 0; background-color: #111 !important;}
|
||||
#ui-datepicker-div .ui-datepicker-header select { background-color:#444; color:#999; font-weight:normal;}
|
||||
#ui-datepicker-div .ui-datepicker-links { background-color:#222;}
|
||||
#ui-datepicker-div .ui-datepicker-header { background-color:#444;}
|
||||
#ui-datepicker-div .ui-datepicker-current-day { background-color: #111 !important; border-color: #444; border-top-color: #111; border-left-color: #111;}
|
||||
#ui-datepicker-div .ui-datepicker-days-cell { background-color:#444; border:1px solid #222; border-top-color: #444; border-left-color: #444;}
|
||||
INPUT[type="text"].large { width: 317px; }
|
||||
|
||||
.buttonLike, input[type="button"], input[type="submit"], input[type="reset"] {
|
||||
color:#ff3363;
|
||||
background-color:#222;
|
||||
border-color: #ff3363;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.buttonLike:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
|
||||
color:#999;
|
||||
border-color: #666;
|
||||
text-decoration: none;
|
||||
|
||||
background-color:#ff3363;
|
||||
color:#fff;
|
||||
border-color:#ff3363;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
.buttonLike:disabled, input[type="button"]:disabled, input[type="submit"]:disabled, input[type="reset"]:disabled {
|
||||
color:#666;
|
||||
border-color:#666;
|
||||
cursor:not-allowed;
|
||||
}
|
||||
|
||||
.bigbutton { background:transparent url(images/quickLocalSync_inactiv.png) no-repeat scroll left top; display: block;
|
||||
color:#111; font-size:28px; height:161px; margin: 0 20px 0 auto; padding:0 18px 0; text-align:center; width:625px;
|
||||
position:relative; z-index: 50;}
|
||||
.bigtext { display:block; font-weight:bold; left:225px; position:relative; top:35px; width:320px; z-index: 55; cursor:pointer; }
|
||||
.bigbutton:hover { background:transparent url(images/quickLocalSync_hover.png) no-repeat scroll left top; color: #000; }
|
||||
.bigbutton input { background:transparent url(images/transparent.gif) repeat scroll left top; border:0;
|
||||
display:block; height:85px; left:225px; position:relative; top:-42px; width:313px; z-index:99; padding:0;
|
||||
color:transparent;}
|
||||
.bigbutton input:hover { cursor:pointer; background:transparent url(images/transparent.gif) repeat scroll left top; border:0; padding:0;color:transparent;}
|
||||
/* hacks */
|
||||
* html[lang="en"] body .content h2 , *+html[lang="en"] body .content h2 { text-transform:capitalize; } /* IE */
|
||||
*+html .bigtext { left: 70px; }
|
||||
*+html .bigbutton input, * html .bigbutton input { left:0px; position:relative; top:-40px; }
|
||||
|
||||
* html .bigtext { margin-right: 300px; }
|
||||
|
||||
#adminHome {background-color:#222;}
|
||||
#adminHome:hover {background-color:#333;}
|
||||
|
||||
.themeBox {background-color:#333;}
|
||||
.themeBox IMG {border:1px solid #666;}
|
||||
.themeName {color:#ccc;}
|
||||
.themeActions A {border-bottom:none;}
|
||||
.themeDefault {background-color:#555;}
|
||||
|
||||
#pluginsMenuSeparator {border:1px solid #333;}
|
||||
|
||||
#helpContent, #pLoaderPage, #ftpPage, #ftpPage LEGEND {color:#aaa;}
|
||||
|
||||
#pwgHead, #footer {background-color:#222;}
|
||||
|
||||
#pwgHead h1 A:hover [class="icon-home"] {
|
||||
color:#f36;
|
||||
}
|
||||
|
||||
.pluginBox, .pluginMiniBox, .groups li {background-color:#333;color:#999;border-color:#333;}
|
||||
.pluginBoxNameCell, .pluginMiniBoxNameCell {color:#ddd;}
|
||||
.pluginBox.incompatible, .pluginMiniBox.incompatible {border-color:#800 !important;}
|
||||
.pluginBoxes .merged, .pluginBoxes .missing {background-color:#422;border:1px solid #800;}
|
||||
.languageBox {background-color:#333;}
|
||||
.languageName {color:#ccc;}
|
||||
.languageDefault {background-color:#555; color:#aaa;}
|
||||
|
||||
/* Batch Manager */
|
||||
#batchManagerGlobal .thumbnails .font-checkbox [class*="icon-check"]::before {
|
||||
color:#777;
|
||||
}
|
||||
|
||||
#batchManagerGlobal .thumbnails li:hover .font-checkbox [class*="icon-check"]::before {
|
||||
color:white;
|
||||
}
|
||||
|
||||
#batchManagerGlobal li.thumbSelected .font-checkbox [class*="icon-check"]::before {
|
||||
color:white;
|
||||
}
|
||||
|
||||
#batchManagerGlobal UL.thumbnails li:hover .wrap2 {
|
||||
background-color: #ff3363;
|
||||
color: white;
|
||||
}
|
||||
|
||||
#batchManagerGlobal .thumbSelected { background-color:transparent !important }
|
||||
|
||||
#batchManagerGlobal .thumbSelected .wrap2 {
|
||||
background-color: #555 !important;
|
||||
}
|
||||
|
||||
#batchManagerGlobal #selectedMessage {
|
||||
background-color: #555;
|
||||
color:white;
|
||||
}
|
||||
|
||||
/* TokenInput (with Facebook style for ROMA) */
|
||||
ul.token-input-list {border-color:#666 !important;background-color:#444 !important;}
|
||||
ul.token-input-list li input {background-color:#444 !important;}
|
||||
li.token-input-token span {color:#878787 !important;}
|
||||
div.token-input-dropdown {background-color:#eee !important;border-color:#666 !important;}
|
||||
div.token-input-dropdown ul li {background-color:#eee !important;}
|
||||
div.token-input-dropdown ul li.token-input-selected-dropdown-item {background-color:#FF7800 !important;}
|
||||
|
||||
.big-progressbar {
|
||||
background:#1a1e22;
|
||||
box-shadow:inset 0px 1px 1px 0px black, 0px 1px 1px 0px #36393F;
|
||||
}
|
||||
.big-progressbar .progressbar {
|
||||
background:#ff3363;
|
||||
background:#ff3363 linear-gradient(135deg, rgba(0,0,0,0) 44%,rgba(0,0,0,0.2) 44%,rgba(0,0,0,0.2) 57%,rgba(0,0,0,0) 57%);
|
||||
background-size:33px 25px;
|
||||
}
|
||||
|
||||
/* Album Properties */
|
||||
#albumThumbnail img, #albumLinks {
|
||||
border-color:#333;
|
||||
}
|
||||
|
||||
.selectedComment {background-color:#555; color:#fff;}
|
||||
|
||||
.groups label>p {
|
||||
color: #ccc;
|
||||
font-size: 1.2em;
|
||||
background-color:#111;
|
||||
}
|
||||
label>p.group_select {
|
||||
color: #fff;
|
||||
background-color:#555;
|
||||
}
|
||||
|
||||
.userSeparator {
|
||||
color:#666;
|
||||
}
|
||||
|
||||
#configContent fieldset:not(.no-border) {
|
||||
border-top-color:#444;
|
||||
}
|
||||
|
||||
table.dataTable tr.even {
|
||||
background-color: #111 !important;
|
||||
}
|
||||
|
||||
table.dataTable tr.even td.sorting_1 {
|
||||
background-color: #181818 !important;
|
||||
}
|
||||
|
||||
table.dataTable tr.odd {
|
||||
background-color: #222 !important;
|
||||
}
|
||||
|
||||
table.dataTable tr.odd td.sorting_1 {
|
||||
background-color: #282828 !important;
|
||||
}
|
||||
|
||||
table.dataTable thead th, table.dataTable.no-footer {
|
||||
border-color: #333 !important;
|
||||
}
|
||||
|
||||
.dataTables_wrapper .dataTables_info {
|
||||
color:#777 !important;
|
||||
}
|
||||
|
||||
.userPropertiesContainer {border-color:#333;}
|
||||
.userPrefs {border-color:#333;}
|
||||
|
||||
table.qsearch_help_table td {
|
||||
border-color: #444;
|
||||
}
|
||||
|
||||
.font-checkbox [class*=icon-check]:before { color:#aaa; }
|
||||
|
||||
#cboxLoadedContent { background-color:#222 !important; }
|
||||
|
||||
#watermarkPositionBox {
|
||||
background-color:#333;
|
||||
}
|
||||
|
||||
#watermarkPositionBox label {
|
||||
color:#aaa;
|
||||
}
|
||||
|
||||
#wImg {border-color:#555;}
|
||||
7
zoesch.de/galerie/admin/themes/roma/themeconf.inc.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
$themeconf = array(
|
||||
'name' => 'roma',
|
||||
'parent' => 'default',
|
||||
'colorscheme' => 'dark',
|
||||
);
|
||||
?>
|
||||