From 908b59b39d4351c51966831aac2a82f33e0ebe33 Mon Sep 17 00:00:00 2001 From: vdigital Date: Sat, 17 Feb 2007 23:17:36 +0000 Subject: Minor style changes on theme wipi and p0w0 git-svn-id: http://piwigo.org/svn/trunk@1835 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/theme/p0w0/theme.css | 2 +- template/yoga/theme/wipi/images/tableh1_bg.png | Bin 1924 -> 1928 bytes template/yoga/theme/wipi/theme.css | 14 ++++++++++++-- 3 files changed, 13 insertions(+), 3 deletions(-) (limited to 'template') 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 Binary files a/template/yoga/theme/wipi/images/tableh1_bg.png and b/template/yoga/theme/wipi/images/tableh1_bg.png 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;} -- cgit v1.2.3