mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-21 00:53:04 +02:00
feature 1506: remove wipi and p0w0 themes from core. They will come back as
additionnal themes in the extension manager. git-svn-id: http://piwigo.org/svn/trunk@5142 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 233 B |
@@ -1,30 +0,0 @@
|
||||
<?php
|
||||
// +-----------------------------------------------------------------------+
|
||||
// | Piwigo - a PHP based picture gallery |
|
||||
// +-----------------------------------------------------------------------+
|
||||
// | Copyright(C) 2008-2009 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();
|
||||
?>
|
||||
@@ -1,30 +0,0 @@
|
||||
<?php
|
||||
// +-----------------------------------------------------------------------+
|
||||
// | Piwigo - a PHP based picture gallery |
|
||||
// +-----------------------------------------------------------------------+
|
||||
// | Copyright(C) 2008-2009 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();
|
||||
?>
|
||||
@@ -1,11 +0,0 @@
|
||||
/* Theme p0w0 mail css */
|
||||
|
||||
body {ldelim} background-color:#cde; color:#369;}
|
||||
#the_page {ldelim} background: #cde url({$ROOT_URL}themes/default/images/mail/mailbody-bg.png) repeat-y scroll left top;}
|
||||
#content {ldelim} background: transparent url({$ROOT_URL}themes/default/images/mail/header-bg.png) no-repeat scroll left top;}
|
||||
#copyright {ldelim} background: transparent url({$ROOT_URL}themes/default/images/mail/footer-bg.png) no-repeat scroll left bottom;
|
||||
color: #69c;}
|
||||
h2 {ldelim} color:#fff;background: #369 url({$ROOT_URL}themes/{$themeconf.theme}/images/button-bg.png);}
|
||||
img {ldelim} margin:16px;padding:15px;border:1px solid #69c;background-color:#eef;-moz-border-radius:4px; border-radius:4px 4px; }
|
||||
img:hover {ldelim} border: 1px solid #c60; -moz-border-radius:4px; border-radius:4px 4px; }
|
||||
a {ldelim} color: #f92; background: transparent; }
|
||||
@@ -1,247 +0,0 @@
|
||||
|
||||
/**
|
||||
* Color scheme (Remember #6699cc = #69c)
|
||||
* #000000 #336699 #4477aa #6699cc (Black -> Blues)
|
||||
* #cc6600 #ff9933 (Oranges)
|
||||
* #cccccc
|
||||
* #ccddee #dfe8ff #eeeeff #ffffff (Light colors -> White)
|
||||
* */
|
||||
/**
|
||||
* Logic
|
||||
* - Texts
|
||||
* - Backgrounds
|
||||
* - Borders, Margins, Padding
|
||||
* - Visibility / Display
|
||||
*/
|
||||
|
||||
/******************************************************************************/
|
||||
/* Texts Only */
|
||||
BODY, H1, H3, DT, H2 { color: #369; }
|
||||
H2, #menubar DT, TD H3 {
|
||||
color: #fff;
|
||||
}
|
||||
#menubar DT, #menubar DT A {
|
||||
color: #fff;
|
||||
font-weight: bold;
|
||||
}
|
||||
.content .titrePage .categoryActions li { color: #cde;}
|
||||
#menubar DT A:hover {
|
||||
color: #f92;
|
||||
font-weight: bold;
|
||||
}
|
||||
h1 { font-weight: bold; letter-spacing: 0.2em; }
|
||||
#mbIdentification dd p,
|
||||
#menubar .selected A { color: #c60; font-weight: bold; }
|
||||
#copyright { color: #c60; }
|
||||
.content .pageNumberSelected,
|
||||
A, INPUT.rateButton, legend { color: #369; }
|
||||
A:hover { color: #f92; }
|
||||
INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
|
||||
color:#69c;
|
||||
}
|
||||
.infoTable,
|
||||
input#qsearchInput { color: #369; }
|
||||
.content .infos { color: #036; }
|
||||
.content .errors { color: #900; }
|
||||
.content .titrePage H2 A { color: #dfe8ff; }
|
||||
input.rateButtonSelected,
|
||||
.content .titrePage H2 A:hover { color: #f92; }
|
||||
.content H2 {
|
||||
letter-spacing: 0.01em;
|
||||
text-indent: 1em;
|
||||
font-weight: normal;
|
||||
}
|
||||
.content ul.thumbnailCategories li div.thumbnailCategory .description h3,
|
||||
.content h3 { text-align: center; }
|
||||
.browsePath, .imageNumber,
|
||||
#imageHeaderBar H2,
|
||||
.browsePath A {
|
||||
color: #eef;
|
||||
font-weight: bold;
|
||||
}
|
||||
.browsePath A:hover { color: #fff; }
|
||||
.content H2:before, .browsePath:before, .imageNumber:before,
|
||||
#imageHeaderBar H2:before,
|
||||
.content H2:after, .browsePath:after, .imageNumber:after,
|
||||
#imageHeaderBar H2:after {
|
||||
content: " ";
|
||||
color: #fff;
|
||||
font-family: sans-serif;
|
||||
font-weight: normal;
|
||||
letter-spacing: 0em;
|
||||
}
|
||||
#thePicturePage #comments H3 {
|
||||
color: #69c;
|
||||
}
|
||||
.content ul.thumbnailCategories li div.thumbnailCategory .description p {
|
||||
color: #c60;
|
||||
}
|
||||
.content ul.thumbnailCategories li div.thumbnailCategory .description p + p {
|
||||
color: #369;
|
||||
}
|
||||
.content div.thumbnailCategory .description h3 a {
|
||||
color: #fff;
|
||||
}
|
||||
.content div.thumbnailCategory .description h3 a:hover {
|
||||
color: #f92;
|
||||
}
|
||||
|
||||
|
||||
/******************************************************************************/
|
||||
/* Backgrounds Only */
|
||||
BODY { background: #cde; }
|
||||
.header_notes,
|
||||
#thePicturePage #the_page,
|
||||
#thePicturePage #theImage,
|
||||
.content { background-color: #dfe8ff; }
|
||||
#the_page { background-color: #dfe8ff; }
|
||||
#menubar, H3, #imageHeaderBar { background-color: #eef; }
|
||||
H2, #menubar DT, TD H3,
|
||||
#imageToolBar,
|
||||
#imageHeaderBar, #imageHeaderBar H2,
|
||||
.content H2 { background-color: #369; }
|
||||
.content .infos { background-color: #47a; ;}
|
||||
.content .errors { background-color: #fc5; ;}
|
||||
#thePicturePage #comments H3 { background-color: #eef; ;}
|
||||
.content ul.thumbnailCategories li div.thumbnailCategory .description h3 {
|
||||
background-color: #69c;
|
||||
}
|
||||
.content ul.thumbnailCategories li div.thumbnailCategory,
|
||||
.content UL.thumbnails SPAN.wrap2 { background-color: #eef; }
|
||||
.content ul.thumbnailCategories li div.thumbnailCategory:hover,
|
||||
#theImage IMG, .navThumb IMG,
|
||||
.content UL.thumbnails SPAN.wrap2:hover { background-color: #fff; }
|
||||
.content UL.thumbnails SPAN.wrap2:active img {
|
||||
outline: 3px ridge #f92;
|
||||
}
|
||||
input#qsearchInput { background-color: #cde; }
|
||||
/******************************************************************************/
|
||||
/* Borders, Margins, Padding Only */
|
||||
BODY { margin: 0px; padding: 0px; }
|
||||
#menubar {
|
||||
margin : 0px 0px 0px 8px;
|
||||
border: 0px;
|
||||
text-decoration: none;
|
||||
border: 1px solid #369;
|
||||
}
|
||||
A { border: 0px; text-decoration: none; }
|
||||
A:hover { text-decoration: none; border: 0px; }
|
||||
.content {
|
||||
border: 1px solid #369;
|
||||
padding: 0px;
|
||||
}
|
||||
#menubar DT, .content H2 {
|
||||
background-image: url(images/button-bg.png);
|
||||
border: 0px;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
.content ul.thumbnailCategories li div.thumbnailCategory .description h3 {
|
||||
background-image: url(images/button-bg.png);
|
||||
border-width: 1px;
|
||||
border-style: outset;
|
||||
border-color: #369;
|
||||
}
|
||||
.content ul.thumbnailCategories li div.thumbnailCategory .description h3:active
|
||||
{
|
||||
background: #69c;
|
||||
border: 1px inset #369;
|
||||
}
|
||||
.content .errors { border-color: #f92; }
|
||||
#imageHeaderBar H2 { border: 0px; }
|
||||
#thePicturePage #imageToolBar { padding: 0px 25px 5px 25px; }
|
||||
#thePicturePage #theImage {
|
||||
margin: 0px;
|
||||
padding: 3px 0px 15px 0px;
|
||||
}
|
||||
#thePicturePage #comments H3 {
|
||||
border-top: 2px solid #69c;
|
||||
border-bottom: 1px solid #369;
|
||||
}
|
||||
H2, #imageToolBar {
|
||||
border-bottom: 1px solid #fff;
|
||||
}
|
||||
.navThumb IMG { border: 1px solid #c60; padding: 1px; opacity: 0.8; }
|
||||
.navThumb:hover IMG { border: 1px solid #f92; padding: 1px; opacity: 1; }
|
||||
#theImage IMG {
|
||||
border: 3px solid #369;
|
||||
margin: 2px auto;
|
||||
padding: 1px;
|
||||
box-shadow: 0.2em 0.2em #ccc;
|
||||
}
|
||||
.content UL.thumbnail IMG {
|
||||
border: 1px solid #666;
|
||||
}
|
||||
.illustration A {
|
||||
border: 0px;
|
||||
}
|
||||
FIELDSET, INPUT, SELECT, TEXTAREA,
|
||||
.content DIV.thumbnailCategory {
|
||||
border: 1px solid #69c;
|
||||
background-color: #dfe8ff;
|
||||
margin: 3px;
|
||||
}
|
||||
.content DIV.thumbnailCategory:hover {
|
||||
border: 1px solid #f92;
|
||||
}
|
||||
.content UL.thumbnails SPAN.wrap2 {
|
||||
border: 1px solid #69c; /* thumbnails border color and style */
|
||||
border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */
|
||||
}
|
||||
.content UL.thumbnails SPAN.wrap2:hover {
|
||||
border-color: #f92; /* thumbnails border color when mouse cursor is over it */
|
||||
}
|
||||
A.navThumb, A.navThumb:hover,
|
||||
#imageToolBar A, #imageToolBar A:hover {
|
||||
border-bottom: none;
|
||||
}
|
||||
#the_page {
|
||||
border: 0px;
|
||||
padding: 5px 0px 30px 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
/******************************************************************************/
|
||||
/* Display, Visibility, buttons and others */
|
||||
label { cursor:pointer }
|
||||
.zero { display: none }
|
||||
|
||||
input[type="text"], input[type="password"], input.button,
|
||||
input.submit, input.reset, input.file,
|
||||
select, textarea {
|
||||
color: #369;
|
||||
border: 1px solid #369;
|
||||
background-color: #eeeeff;
|
||||
}
|
||||
input.submit[type="reset"]:focus,
|
||||
input.submit:focus {
|
||||
background-color: #369;
|
||||
}
|
||||
input.submit[type="reset"],
|
||||
input.submit {
|
||||
background-image: url(images/button-bg.png);
|
||||
height:22px;
|
||||
font-weight: bold;
|
||||
color: #fff;
|
||||
border-width: 1px;
|
||||
border-style: outset;
|
||||
border-color: #369;
|
||||
padding-left: 2em;
|
||||
padding-right: 2em;
|
||||
}
|
||||
input.submit[type="reset"]:active,
|
||||
input.submit:active {
|
||||
background: #69c;
|
||||
height:22px;
|
||||
border: 1px inset #369;
|
||||
}
|
||||
#addComment fieldset input.submit[type="submit"] {
|
||||
height: 38px;
|
||||
padding-left: 4em;
|
||||
padding-right: 4em;
|
||||
}
|
||||
#menubar .menuInfoCat, #menubar .menuInfoCatByChild {
|
||||
font-size: 80%;
|
||||
font-style: normal;
|
||||
}
|
||||
* { outline: none; }
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
<?php
|
||||
$themeconf = array(
|
||||
'theme' => 'p0w0',
|
||||
'parent' => 'default',
|
||||
);
|
||||
?>
|
||||
@@ -1,30 +0,0 @@
|
||||
<?php
|
||||
// +-----------------------------------------------------------------------+
|
||||
// | Piwigo - a PHP based picture gallery |
|
||||
// +-----------------------------------------------------------------------+
|
||||
// | Copyright(C) 2008-2009 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();
|
||||
?>
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 142 B |
Binary file not shown.
|
Before Width: | Height: | Size: 141 B |
@@ -1,30 +0,0 @@
|
||||
<?php
|
||||
// +-----------------------------------------------------------------------+
|
||||
// | Piwigo - a PHP based picture gallery |
|
||||
// +-----------------------------------------------------------------------+
|
||||
// | Copyright(C) 2008-2009 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();
|
||||
?>
|
||||
@@ -1,18 +0,0 @@
|
||||
/* Theme wipi mail css */
|
||||
|
||||
body {ldelim} background-color:#111; color:#69c;}
|
||||
#the_page {ldelim} background: #111 url({$ROOT_URL}themes/default/images/mail/mailbody-bg.png) repeat-y scroll left top;}
|
||||
#content {ldelim} background: transparent url({$ROOT_URL}themes/default/images/mail/header-bg.png) no-repeat scroll left top;}
|
||||
#copyright {ldelim} background: transparent url({$ROOT_URL}themes/default/images/mail/footer-bg.png) no-repeat scroll left bottom;
|
||||
color: #69c;}
|
||||
h2 {ldelim} background-color: #222;color:#eee;background-image: url({$ROOT_URL}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; }
|
||||
@@ -1,273 +0,0 @@
|
||||
|
||||
/* text color */
|
||||
BODY, H1, H3, DT,
|
||||
INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
|
||||
color:#e0e0e0;
|
||||
}
|
||||
#menubar {
|
||||
margin : 0px;
|
||||
background-color: transparent;
|
||||
border: 0px;
|
||||
}
|
||||
H2 {
|
||||
color: #eee;
|
||||
}
|
||||
#menubar DT, #menubar DT A {
|
||||
color: #eee;
|
||||
font-weight: lighter;
|
||||
}
|
||||
#menubar DT A:hover {
|
||||
color: #69c;
|
||||
font-weight: lighter;
|
||||
}
|
||||
#menubar .selected A {
|
||||
color: #eee;
|
||||
}
|
||||
#menubar .selected A:hover {
|
||||
color: #f92;
|
||||
}
|
||||
#menubar DT:before {
|
||||
content: "__\\_ ";
|
||||
color: #f92;
|
||||
}
|
||||
#menubar DT:after {
|
||||
content: " _/__";
|
||||
color: #69c;
|
||||
}
|
||||
#menubar .button {
|
||||
margin: 0 2px 0px 8px;
|
||||
width: auto;
|
||||
padding: 0;
|
||||
text-indent: 0;
|
||||
list-style: none;
|
||||
text-align: center;
|
||||
float: left;
|
||||
}
|
||||
.content .pageNumberSelected {
|
||||
color: #f92;
|
||||
}
|
||||
.content .infos {
|
||||
background-color: #69c;
|
||||
color: #036;
|
||||
}
|
||||
.content .errors {
|
||||
background-color: #fc5;
|
||||
border-color: #f92;
|
||||
color: #900;
|
||||
}
|
||||
/* backgrounds */
|
||||
BODY {
|
||||
background: #111;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
H3, #imageToolBar A:hover {
|
||||
background-color: #222;
|
||||
}
|
||||
|
||||
#imageHeaderBar {
|
||||
background-color: #111;
|
||||
}
|
||||
#imageToolBar, .header_notes {
|
||||
background-color: #333;
|
||||
}
|
||||
A {
|
||||
border-color: #69c;
|
||||
}
|
||||
A:hover {
|
||||
border-color: #f92;
|
||||
}
|
||||
.content {
|
||||
background-color: #181818;
|
||||
border: 1px solid #eee;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
H2, #menubar DT, TD H3 {
|
||||
background-image: url(images/tableh1_bg.png);
|
||||
background-repeat: repeat-x;
|
||||
}
|
||||
.content H2 {
|
||||
background: none;
|
||||
border: 0px;
|
||||
letter-spacing: -0.05em;
|
||||
text-indent: 1em;
|
||||
text-transform: uppercase;
|
||||
font-weight: lighter;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.content ul.thumbnailCategories li div.thumbnailCategory .description h3,
|
||||
.content h3 { text-align: center; }
|
||||
.content ul.thumbnailCategories li div.thumbnailCategory .description p {
|
||||
color: #f92; text-indent: 0em;
|
||||
}
|
||||
.content ul.thumbnailCategories li div.thumbnailCategory .description p + p {
|
||||
color: #fff;
|
||||
}
|
||||
.browsePath A {
|
||||
color: #eee;
|
||||
}
|
||||
.content H2:before, .browsePath:before, .imageNumber:before,
|
||||
#imageHeaderBar H2:before {
|
||||
content: "____\\_ ";
|
||||
color: #69c;
|
||||
font-family: Times, Zapf-Chancery, Cottonwood, Helvetica;
|
||||
letter-spacing: 0em;
|
||||
}
|
||||
.content H2:after, .browsePath:after, .imageNumber:after,
|
||||
#imageHeaderBar H2:after {
|
||||
content: " _/____";
|
||||
color: #f92;
|
||||
font-family: Times, Zapf-Chancery, Cottonwood, Helvetica;
|
||||
letter-spacing: 0em;
|
||||
}
|
||||
#imageHeaderBar H2 {
|
||||
background-image: none;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
}
|
||||
#thePicturePage #the_page {
|
||||
background-color: #111;
|
||||
}
|
||||
#thePicturePage #imageHeaderBar {
|
||||
background-image: url(images/tableh2_bg.png);
|
||||
background-repeat: repeat-x;
|
||||
}
|
||||
#thePicturePage #imageToolBar {
|
||||
background-color: #111;
|
||||
border-bottom: 2px solid #69c;
|
||||
}
|
||||
#thePicturePage #theImage {
|
||||
background-color: #111;
|
||||
margin: 0px;
|
||||
padding: 3px 0px 15px 0px;
|
||||
}
|
||||
|
||||
#thePicturePage #comments H3 {
|
||||
background-image: none;
|
||||
background-color: #222;
|
||||
border-top: 2px solid #69c;
|
||||
border-bottom: 2px solid #69c;
|
||||
color: #69c;
|
||||
font-weight: lighter;
|
||||
}
|
||||
|
||||
/* borders */
|
||||
#imageHeaderBar {
|
||||
border-top: 1px solid #000;
|
||||
padding: 8px 0px 3px 0px;
|
||||
}
|
||||
H2, #imageToolBar {
|
||||
border-bottom: 1px solid #000;
|
||||
}
|
||||
|
||||
#theImage IMG {
|
||||
border: 3px solid #fff;
|
||||
}
|
||||
|
||||
.content UL.thumbnail IMG {
|
||||
border: 1px solid #a0a0a0;
|
||||
}
|
||||
.illustration A {
|
||||
border: 0px;
|
||||
}
|
||||
FIELDSET, INPUT, SELECT, TEXTAREA,
|
||||
.content DIV.thumbnailCategory {
|
||||
border: 1px solid gray;
|
||||
}
|
||||
.content DIV.thumbnailCategory {
|
||||
border: 1px solid #69c;
|
||||
margin: 8px 4px;
|
||||
}
|
||||
|
||||
.content UL.thumbnails SPAN.wrap2 {
|
||||
border: 1px solid #aaaaaa; /* thumbnails border color and style */
|
||||
border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */
|
||||
}
|
||||
|
||||
.content UL.thumbnails SPAN.wrap2:hover,
|
||||
.content UL.thumbnailCategories DIV.thumbnailCategory:hover {
|
||||
background-color: #333;
|
||||
border-color: #69c; /* thumbnails border color when mouse cursor is over it */
|
||||
}
|
||||
|
||||
/* links */
|
||||
A, INPUT.rateButton, legend {
|
||||
color: #69c;
|
||||
}
|
||||
|
||||
A:hover {
|
||||
color: #f92;
|
||||
}
|
||||
|
||||
#imageToolBar A, #imageToolBar A:hover {
|
||||
border-bottom: none;
|
||||
}
|
||||
A.navThumb, A.navThumb:hover {
|
||||
border-bottom: none;
|
||||
}
|
||||
#the_page {
|
||||
border: 1px dotted #f92;
|
||||
padding-top: 5px;
|
||||
padding-bottom:30px;
|
||||
margin: 2px;
|
||||
}
|
||||
#copyright {
|
||||
color: #69c;
|
||||
}
|
||||
|
||||
label {
|
||||
cursor:pointer
|
||||
}
|
||||
input#qsearchInput {
|
||||
color: #58c;
|
||||
background-color: #222;
|
||||
border: 1px solid #333;
|
||||
padding: 1px 3px;
|
||||
}
|
||||
.zero { display: none }
|
||||
.nb-hits { color: #69c; }
|
||||
.nb-comments { color: #f92; }
|
||||
|
||||
FORM#quickconnect,
|
||||
FORM#quickconnect FIELDSET,
|
||||
FORM#quickconnect DIV,
|
||||
FORM#quickconnect UL.actions,
|
||||
FORM#quickconnect LABEL {
|
||||
color: #69c;
|
||||
}
|
||||
FORM#quickconnect DIV INPUT,
|
||||
FORM#quickconnect INPUT[type=text],
|
||||
FORM#quickconnect INPUT[type=password] {
|
||||
color: #58c;
|
||||
background-color: #222;
|
||||
border: 1px solid #333;
|
||||
}
|
||||
|
||||
.PWG {
|
||||
font-family: verdana, arial, helvetica, sans-serif !important;
|
||||
font-size: 0.9em;
|
||||
font-weight: normal;
|
||||
letter-spacing: 0px;
|
||||
}
|
||||
a.PWG { border: 0px; }
|
||||
a.PWG .P { color : #f92; }
|
||||
a.PWG .W { color : #aaa; }
|
||||
a.PWG .G { color : #69c; }
|
||||
a.PWG:hover .P { color : #69c; }
|
||||
a.PWG:hover .G { color : #f92; }
|
||||
#menubar DT {
|
||||
border-top: 1px solid #eef;
|
||||
border-right: 1px solid #69c;
|
||||
border-bottom: 1px solid #69c;
|
||||
border-bottom-right-radius: 12px;
|
||||
-moz-border-radius-bottomright: 12px;
|
||||
box-shadow: 5px 5px #69c;
|
||||
}
|
||||
.statBar { background-color: #e60; }
|
||||
#imageToolBar .randomButtons a:hover,
|
||||
#imageToolBar .navButtons a:hover { background-color: #111; }
|
||||
#menubar .menuInfoCat,
|
||||
#menubar .menuInfoCatByChild,
|
||||
h2.showtitle, #theImage p.showlegend { display: none }
|
||||
* { outline-width: 0px; }
|
||||
@@ -1,11 +0,0 @@
|
||||
<?php
|
||||
$themeconf = array(
|
||||
'theme' => 'wipi',
|
||||
'parent' => 'default',
|
||||
);
|
||||
if ( !isset($lang['Theme: wipi']) )
|
||||
{
|
||||
$lang['Theme: wipi'] = 'The site is displayed with wipi theme based ' .
|
||||
' on yoga template, a standard template/theme of PhpWebgallery.';
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user