diff options
author | vdigital <vdigital@piwigo.org> | 2007-01-14 21:10:24 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2007-01-14 21:10:24 +0000 |
commit | 3cef1e6895ed3daeb398980b22cab1c1edefa3c3 (patch) | |
tree | 8e8bd8f570778ef89af5b6be28f84aff0d18448a /template/yoga | |
parent | 022fc55044a689108123053f3b783cfa31aee4eb (diff) |
Recent Wizzard Notes transparency solved for IE6... with all Themes.
git-svn-id: http://piwigo.org/svn/trunk@1721 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/icon/note.png | bin | 2520 -> 1862 bytes | |||
-rw-r--r-- | template/yoga/theme/p0w0/theme.css | 10 | ||||
-rw-r--r-- | template/yoga/theme/wipi/theme.css | 6 |
3 files changed, 12 insertions, 4 deletions
diff --git a/template/yoga/icon/note.png b/template/yoga/icon/note.png Binary files differindex df1e0a926..5849f791b 100644 --- a/template/yoga/icon/note.png +++ b/template/yoga/icon/note.png diff --git a/template/yoga/theme/p0w0/theme.css b/template/yoga/theme/p0w0/theme.css index f9b40aa1d..980c386c8 100644 --- a/template/yoga/theme/p0w0/theme.css +++ b/template/yoga/theme/p0w0/theme.css @@ -58,16 +58,20 @@ H2, .throw { color: #900;
}
/* backgrounds */
+
+
BODY {
background: #ddd;
margin: 0px;
padding: 0px;
}
+H3, #imageHeaderBar, #imageToolBar A:hover, .row1 {
+ background-color: #fff;
+}
-H3, #the_page, #imageHeaderBar, #imageToolBar A:hover, .row1 {
+#theAdminPage #the_page {
background-color: #fff;
}
-
#imageToolBar, .header_notes {
background-color: #fff;
}
@@ -77,8 +81,10 @@ A { A:hover {
border-color: #f92;
}
+
#content, DIV.content {
/* All div similar to #content can be classified as content */
+
background-color: #eee;
border: 1px solid #69c;
padding: 5px;
diff --git a/template/yoga/theme/wipi/theme.css b/template/yoga/theme/wipi/theme.css index 1035d87b9..59d1c1258 100644 --- a/template/yoga/theme/wipi/theme.css +++ b/template/yoga/theme/wipi/theme.css @@ -63,11 +63,13 @@ BODY { margin: 0px;
padding: 0px;
}
-
-H3, #the_page, #imageHeaderBar, #imageToolBar A:hover, .row1 {
+H3, #imageHeaderBar, #imageToolBar A:hover, .row1 {
background-color: #222;
}
+#theAdminPage #the_page {
+ background-color: #222;
+}
#imageToolBar, .header_notes {
background-color: #333;
}
|