From 1117fadff39a8508a32252904726631354b05250 Mon Sep 17 00:00:00 2001 From: rvelices Date: Mon, 3 Jan 2011 20:39:45 +0000 Subject: dark theme same border colors for image thumbnails as category thumbnails removed bg image for picture page header (the gradient was not anymore in continuation with the toolbar) git-svn-id: http://piwigo.org/svn/trunk@8462 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/dark/images/tableh2_bg.png | Bin 307 -> 0 bytes themes/dark/theme.css | 16 +++++----------- 2 files changed, 5 insertions(+), 11 deletions(-) delete mode 100644 themes/dark/images/tableh2_bg.png (limited to 'themes/dark') diff --git a/themes/dark/images/tableh2_bg.png b/themes/dark/images/tableh2_bg.png deleted file mode 100644 index d8c29f93d..000000000 Binary files a/themes/dark/images/tableh2_bg.png and /dev/null differ diff --git a/themes/dark/theme.css b/themes/dark/theme.css index 386c94379..ba10883c9 100644 --- a/themes/dark/theme.css +++ b/themes/dark/theme.css @@ -12,11 +12,11 @@ H2, #menubar DT { /* backgrounds */ -BODY, H3, #imageHeaderBar, #imageToolBar A:hover { +BODY, H3, #imageToolBar A:hover { background-color: #2f2f2f; } -#menubar DL, .content, #imageToolBar, .header_notes { +#menubar DL, .content, #imageToolBar, #imageHeaderBar, .header_notes { background-color: #505050; } @@ -26,14 +26,10 @@ H2, #menubar DT { #imageHeaderBar H2 { background-image: none; - background-color: transparent; - border: none; + border: 0; } #imageHeaderBar { - background-image: url(images/tableh2_bg.png); - background-repeat: repeat-x; - background-position: center; border-top: 1px solid #000; } @@ -47,13 +43,11 @@ H2, #menubar DT, #imageToolBar { } FIELDSET, INPUT, SELECT, TEXTAREA, -.content .thumbnailCategory { +.content .thumbnailCategory , +.thumbnails .wrap2 { border: 1px solid gray; } -.thumbnails .wrap2 { - border: 1px solid #aaaaaa; /* thumbnails border color and style */ -} .thumbnails .wrap2:hover, .content .thumbnailCategories .thumbnailCategory:hover, -- cgit v1.2.3