feature 2995 and feature 2997

change organization of configuration page
add theme parameter on GUI
change links color of dark mail theme (pink)
remove main themes css files

git-svn-id: http://piwigo.org/svn/trunk@25372 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
mistic100 2013-11-07 15:30:59 +00:00
commit ae974849bc
16 changed files with 290 additions and 272 deletions

View file

@ -1,13 +0,0 @@
/* Theme Sylvia mail css */
body {ldelim} background-color:#111; color:#666;}
#copyright {ldelim} background: transparent url({$ROOT_URL}themes/Sylvia/images/bottom-left-bg.jpg) no-repeat scroll left bottom;
min-height: 220px; height: 220px; width: 100%; min-width: 100%; padding: 10px 100px 30px 100px; }
h2 {ldelim} color:#f70;background: transparent url({$ROOT_URL}themes/Sylvia/images/fillet.gif) repeat-x scroll left bottom; padding-bottom: 5px;}
img {ldelim} margin: 16px; border: 16px solid #444; -moz-border-radius: 4px; border-radius: 4px 4px; }
img:hover {ldelim} padding: 15px; border: 0; background-color:#222;-moz-border-radius: 4px; border-radius: 4px 4px; }
a {ldelim} color: #f70; background-color: transparent; border:0; text-decoration: none;}
a:hover {ldelim} color: #F33; border-bottom: 1px solid #FF3363;}
a.thumblnk:hover {ldelim} border:0;}
a.Piwigo {ldelim} font-family: verdana, arial, helvetica, sans-serif; color : #F33; text-decoration: none; border: 0; }
a.Piwigo:hover {ldelim} border-bottom: 1px solid #FF3363; }

View file

@ -1,9 +0,0 @@
/* Theme clear mail css */
body {ldelim} background-color:#fff; color:#696969;}
#copyright {ldelim} background: transparent; color: #333;}
h2 {ldelim} background-color: #ddd;}
img {ldelim} margin: 16px; border: 16px solid #aaa; -moz-border-radius: 4px; border-radius: 4px 4px; }
img:hover {ldelim} padding: 15px; border: 1px solid yellow;background-color:#faebd7; -moz-border-radius: 4px; border-radius: 4px 4px; }
a {ldelim} color: #369; background: transparent; }
a:hover {ldelim} color: #ddd; }

View file

@ -1,9 +0,0 @@
/* Theme dark mail css */
body {ldelim} background-color:#444; color:#fff;}
#copyright {ldelim} color: #69c;}
h2 {ldelim} background-color: #333; color:#fff48e;}
img {ldelim} margin: 16px; border: 16px solid #111; -moz-border-radius: 4px; border-radius: 4px 4px; }
img:hover {ldelim} padding: 15px; border: 1px solid yellow;background-color:#444;-moz-border-radius: 4px; border-radius: 4px 4px; }
a {ldelim} color: #fff48e; background: transparent;border-bottom:1px dotted #005e89; }
a:hover {ldelim} color: #fff48e;}

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

View file

@ -16,7 +16,7 @@ html, body, #bodyTable {
background:#444;
background-image:radial-gradient(ellipse at center, #555, #333);
border:1px solid #000;
border-top:4px solid #f70;
border-top:4px solid #f36;
text-align:center;
text-shadow:1px 1px 0px #000;
}
@ -24,7 +24,7 @@ html, body, #bodyTable {
color:#eee;
}
#header #subtitle {
color:#e06900;
color:#C9224C;
}
#content {
background:#111;
@ -36,12 +36,12 @@ html, body, #bodyTable {
#footer {
background:#333;
border:1px solid #000;
border-bottom:2px solid #f70;
border-bottom:2px solid #f36;
}
/* links */
a {
color:#f70;
color:#f36;
text-decoration:none;
}
a:hover {

View file

@ -1,9 +0,0 @@
/* Theme dark mail css */
body {ldelim} background-color:#444; color:#fff;}
#copyright {ldelim} color: #69c;}
h2 {ldelim} background-color: #333; color:#fff48e;}
img {ldelim} margin: 16px; border: 16px solid #111; -moz-border-radius: 4px; border-radius: 4px 4px; }
img:hover {ldelim} padding: 15px; border: 1px solid yellow;background-color:#444;-moz-border-radius: 4px; border-radius: 4px 4px; }
a {ldelim} color: #fff48e; background: transparent;border-bottom:1px dotted #005e89; }
a:hover {ldelim} color: #fff48e;}