diff options
Diffstat (limited to 'template/yoga/theme')
-rw-r--r-- | template/yoga/theme/wipi/images/tableh1_bg.png | bin | 1928 -> 142 bytes | |||
-rw-r--r-- | template/yoga/theme/wipi/theme.css | 13 |
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 Binary files differindex 7951e72ba..8163e23bf 100644 --- a/template/yoga/theme/wipi/images/tableh1_bg.png +++ b/template/yoga/theme/wipi/images/tableh1_bg.png 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 {
|