aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2007-02-20 07:16:41 +0000
committervdigital <vdigital@piwigo.org>2007-02-20 07:16:41 +0000
commit241c83f5a1dc49367daa26e666926fb37cff7b72 (patch)
treee5140a1097702c916554ed9da14b969b17d9221a /template
parentf39bf0bb26d4cf0cf02fec5dc8c06ced0de5846b (diff)
improvement:
- wipi theme minor changes - Admin Advices ! include URI. git-svn-id: http://piwigo.org/svn/trunk@1841 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/yoga/theme/wipi/images/tableh1_bg.pngbin1928 -> 142 bytes
-rw-r--r--template/yoga/theme/wipi/theme.css13
2 files changed, 8 insertions, 5 deletions
diff --git a/template/yoga/theme/wipi/images/tableh1_bg.png b/template/yoga/theme/wipi/images/tableh1_bg.png
index 7951e72ba..8163e23bf 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 7a4269fb6..7d8923205 100644
--- a/template/yoga/theme/wipi/theme.css
+++ b/template/yoga/theme/wipi/theme.css
@@ -74,7 +74,7 @@ H3, #imageHeaderBar, #imageToolBar A:hover, .row1 {
}
#theAdminPage h2, #theAdminPage h3 { border-bottom: 1px solid #69c; }
#theAdminPage #the_page {
- background-color: #222;
+ background-color: #111;
}
#imageToolBar, .header_notes {
background-color: #333;
@@ -90,6 +90,11 @@ A:hover {
border: 1px solid #eee;
padding: 5px;
}
+#theAdminPage #the_page #content, #theAdminPage #the_page .content {
+ background-color: #111;
+ border-width: 0px;
+ padding: 5px;
+}
H2, #menubar DT, .throw, TD H3, #theAdminPage H3 {
background-image: url(images/tableh1_bg.png);
background-repeat: repeat-x;
@@ -199,11 +204,9 @@ FIELDSET, INPUT, SELECT, TEXTAREA,
}
#content UL.thumbnails SPAN.wrap2:hover,
-#content UL.thumbnailCategories DIV.thumbnailCategory:hover,
-#content UL.thumbnailCategories DIV.thumbnailCategory:hover A {
- background-color: #dfe8ff;
+#content UL.thumbnailCategories DIV.thumbnailCategory:hover {
+ background-color: #333;
border-color: #69c; /* thumbnails border color when mouse cursor is over it */
- color: black;
}
#menubar .buttonmenu {