mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-09 14:55:25 +02:00
Recent Wizzard Notes transparency solved for IE6... with all Themes.
git-svn-id: http://piwigo.org/svn/trunk@1721 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 1.8 KiB |
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user