aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/theme/wipi/theme.css
diff options
context:
space:
mode:
Diffstat (limited to 'template/yoga/theme/wipi/theme.css')
-rw-r--r--template/yoga/theme/wipi/theme.css14
1 files changed, 12 insertions, 2 deletions
diff --git a/template/yoga/theme/wipi/theme.css b/template/yoga/theme/wipi/theme.css
index 2277b73a7..31b62b327 100644
--- a/template/yoga/theme/wipi/theme.css
+++ b/template/yoga/theme/wipi/theme.css
@@ -72,7 +72,7 @@ BODY {
H3, #imageHeaderBar, #imageToolBar A:hover, .row1 {
background-color: #222;
}
-
+#theAdminPage h2, #theAdminPage h3 { border-bottom: 1px solid #69c; }
#theAdminPage #the_page {
background-color: #222;
}
@@ -92,6 +92,7 @@ A:hover {
}
H2, #menubar DT, .throw, TD H3, #theAdminPage H3 {
background-image: url(images/tableh1_bg.png);
+ background-repeat: repeat-x;
}
#content H2 {
background: none;
@@ -131,7 +132,7 @@ H2, #menubar DT, .throw, TD H3, #theAdminPage H3 {
background-color: #111;
}
#thePicturePage #imageHeaderBar {
- background-image: url(images/tableh2_bg.png);
+ background-image: url(images/tableh2_bg.png);
background-repeat: repeat-x;
}
#thePicturePage #imageToolBar {
@@ -305,3 +306,12 @@ a.PWG .W { color : #aaa; }
a.PWG .G { color : #69c; }
a.PWG:hover .P { color : #69c; }
a.PWG:hover .G { color : #f92; }
+#menubar DT {
+ border-top: 1px solid #eef;
+ border-right: 1px solid #69c;
+ border-bottom: 1px solid #69c;
+ border-bottom-right-radius: 44px;
+ -moz-border-radius-bottomright: 44px;
+ box-shadow: 5px 5px #69c;
+}
+h3 { height: 23px; padding: 5px 10px 2px; 10px; border-top: 1px solid #eef;}