aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2007-02-17 23:17:36 +0000
committervdigital <vdigital@piwigo.org>2007-02-17 23:17:36 +0000
commit908b59b39d4351c51966831aac2a82f33e0ebe33 (patch)
treef97a6a14fd0cfa305957a7ff2fd8e63ac961086a /template
parent7b5386f0dd7998b2b09680e04b511e57c9d00b2e (diff)
Minor style changes on theme wipi and p0w0
git-svn-id: http://piwigo.org/svn/trunk@1835 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/yoga/theme/p0w0/theme.css2
-rw-r--r--template/yoga/theme/wipi/images/tableh1_bg.pngbin1924 -> 1928 bytes
-rw-r--r--template/yoga/theme/wipi/theme.css14
3 files changed, 13 insertions, 3 deletions
diff --git a/template/yoga/theme/p0w0/theme.css b/template/yoga/theme/p0w0/theme.css
index ef2798c95..d4e241948 100644
--- a/template/yoga/theme/p0w0/theme.css
+++ b/template/yoga/theme/p0w0/theme.css
@@ -157,7 +157,7 @@ A:hover { text-decoration: none; border: 0px; }
#menubar DT, #content H2 {
background-image: url(images/button-bg.png);
border: 0px;
- margin-bottom: 20px;
+ margin-bottom: 3px;
}
#content ul.thumbnailCategories li div.thumbnailCategory .description h3 {
background-image: url(images/button-bg.png);
diff --git a/template/yoga/theme/wipi/images/tableh1_bg.png b/template/yoga/theme/wipi/images/tableh1_bg.png
index 8f430b9b8..7951e72ba 100644
--- a/template/yoga/theme/wipi/images/tableh1_bg.png
+++ b/template/yoga/theme/wipi/images/tableh1_bg.png
Binary files differ
diff --git a/template/yoga/theme/wipi/theme.css b/template/yoga/theme/wipi/theme.css
index 2277b73a7..31b62b327 100644
--- a/template/yoga/theme/wipi/theme.css
+++ b/template/yoga/theme/wipi/theme.css
@@ -72,7 +72,7 @@ BODY {
H3, #imageHeaderBar, #imageToolBar A:hover, .row1 {
background-color: #222;
}
-
+#theAdminPage h2, #theAdminPage h3 { border-bottom: 1px solid #69c; }
#theAdminPage #the_page {
background-color: #222;
}
@@ -92,6 +92,7 @@ A:hover {
}
H2, #menubar DT, .throw, TD H3, #theAdminPage H3 {
background-image: url(images/tableh1_bg.png);
+ background-repeat: repeat-x;
}
#content H2 {
background: none;
@@ -131,7 +132,7 @@ H2, #menubar DT, .throw, TD H3, #theAdminPage H3 {
background-color: #111;
}
#thePicturePage #imageHeaderBar {
- background-image: url(images/tableh2_bg.png);
+ background-image: url(images/tableh2_bg.png);
background-repeat: repeat-x;
}
#thePicturePage #imageToolBar {
@@ -305,3 +306,12 @@ 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: 44px;
+ -moz-border-radius-bottomright: 44px;
+ box-shadow: 5px 5px #69c;
+}
+h3 { height: 23px; padding: 5px 10px 2px; 10px; border-top: 1px solid #eef;}