aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2007-02-13 23:31:01 +0000
committervdigital <vdigital@piwigo.org>2007-02-13 23:31:01 +0000
commit03911f5aa32d4dd65d85b7dd81379fedd27bbef5 (patch)
tree7a9b89fd748b3062c2ba4dcf6dc82c85c1953613
parentdcc509b7d05c7bd54da43647b95273aafc8c0f35 (diff)
Minor changes to w0p0 (not only on Rub request)
git-svn-id: http://piwigo.org/svn/trunk@1813 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--template/yoga/theme/p0w0/images/button-bg.pngbin291 -> 233 bytes
-rw-r--r--template/yoga/theme/p0w0/mail-css.tpl2
-rw-r--r--template/yoga/theme/p0w0/theme.css38
3 files changed, 25 insertions, 15 deletions
diff --git a/template/yoga/theme/p0w0/images/button-bg.png b/template/yoga/theme/p0w0/images/button-bg.png
index 05765f69f..1ea3b3bd0 100644
--- a/template/yoga/theme/p0w0/images/button-bg.png
+++ b/template/yoga/theme/p0w0/images/button-bg.png
Binary files differ
diff --git a/template/yoga/theme/p0w0/mail-css.tpl b/template/yoga/theme/p0w0/mail-css.tpl
index ab57f27a8..01da64618 100644
--- a/template/yoga/theme/p0w0/mail-css.tpl
+++ b/template/yoga/theme/p0w0/mail-css.tpl
@@ -7,7 +7,7 @@ body{background-color:#cde; color:#369;}
#content {background: transparent url({pwg_root}template/{themeconf:template}/mail/text/html/images/header-bg.png) no-repeat scroll left top;}
#copyright {background: transparent url({pwg_root}template/{themeconf:template}/mail/text/html/images/footer-bg.png) no-repeat scroll left bottom;
color: #69c;}
-h2 {background-color: #369;color:#fff;}
+h2 {color:#fff;background: #369 url({pwg_root}template/{themeconf:template}/theme/{themeconf:theme}/images/button-bg.png);}
img { margin:16px;padding:15px;border:1px solid #69c;background-color:#eef;-moz-border-radius:4px; border-radius:4px 4px; }
img:hover {border: 1px solid #c60; -moz-border-radius:4px; border-radius:4px 4px; }
a { color: #f92; background: transparent; }
diff --git a/template/yoga/theme/p0w0/theme.css b/template/yoga/theme/p0w0/theme.css
index 68fb59b91..a41ad1015 100644
--- a/template/yoga/theme/p0w0/theme.css
+++ b/template/yoga/theme/p0w0/theme.css
@@ -121,9 +121,7 @@ H2, #menubar DT, .throw, TD H3,
#content H2 { background-color: #369; }
#content .infos { background-color: #47a; }
#content .errors { background-color: #fc5; }
-#thePicturePage #comments H2 {
- background-color: #eef;
-}
+#thePicturePage #comments H2 { background-color: #eef; }
#content ul.thumbnailCategories li div.thumbnailCategory .description h3 {
background-color: #69c;
}
@@ -153,10 +151,22 @@ A:hover { text-decoration: none; border: 0px; }
border: 1px solid #369;
padding: 0px;
}
-#content H2 {
+#menubar DT, #content H2 {
+ background-image: url(images/button-bg.png);
border: 0px;
margin-bottom: 20px;
}
+#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; }
@@ -240,23 +250,23 @@ input.submit:focus {
input.submit[type="reset"],
input.submit {
background-image: url(images/button-bg.png);
- height:28px;
- border: 0px;
+ height:22px;
font-weight: bold;
color: #fff;
- border-bottom-width: 1px;
- border-right-width: 1px;
+ border-width: 1px;
border-style: outset;
border-color: #369;
- padding: auto 2em auto 2em;
+ padding-left: 2em;
+ padding-right: 2em;
}
input.submit[type="reset"]:active,
input.submit:active {
background: #69c;
- border: 3px double #369;
- border-left-color: #9ab;
- border-top-color: #9ab;
+ height:22px;
+ border: 1px inset #369;
}
-#addComment input.submit {
- padding: auto 14em auto 14em;
+#addComment fieldset input.submit[type="submit"] {
+ height: 38px;
+ padding-left: 4em;
+ padding-right: 4em;
}