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.css35
1 files changed, 16 insertions, 19 deletions
diff --git a/template/yoga/theme/wipi/theme.css b/template/yoga/theme/wipi/theme.css
index da771de73..6054b9705 100644
--- a/template/yoga/theme/wipi/theme.css
+++ b/template/yoga/theme/wipi/theme.css
@@ -63,13 +63,16 @@ H2, .throw {
border-color: #f92;
color: #900;
}
+.tabsheet li,
+.tabsheet li a { color: #69c; }
+.tabsheet li a:hover { color: #f92; }
/* backgrounds */
BODY {
background: #111;
margin: 0px;
padding: 0px;
}
-H3, #imageHeaderBar, #imageToolBar A:hover, .row1 {
+H3, #imageHeaderBar, #imageToolBar A:hover, .row1, .tabsheet li {
background-color: #222;
}
#theAdminPage h2, #theAdminPage h3 { border-bottom: 1px solid #69c; }
@@ -79,6 +82,7 @@ H3, #imageHeaderBar, #imageToolBar A:hover, .row1 {
#imageToolBar, .header_notes {
background-color: #333;
}
+.selected_tab { background-color: eee !important; }
A {
border-color: #69c;
}
@@ -329,25 +333,18 @@ a.PWG:hover .G { color : #f92; }
#menubar .menuInfoCatByChild, .qsearch,
h2.showtitle, #theImage p.showlegend { display: none }
* { outline-width: 0px; }
-
+ul.tabsheet {
+ border-top: 1px solid #69c !important;
+ border-bottom: 0px !important;
+}
.tabsheet li {
- background: #222;
- color: #69c;
border: 1px solid #fff;
+ background-image: url(images/tableh1_bg.png);
+ background-repeat: repeat-x;
}
-
-.tabsheet a {
- color: #69c;
-}
-
-.selected_tab {
- background: #eee !important;
-}
-
-.tabsheet li:hover {
- border: 1px solid #f92 !important;
-}
-
-.tabsheet li:hover a:hover {
- color: #f92;
+.tabsheet li:hover { border-color: #f92 !important; }
+ul.tabsheet li {
+ -moz-border-radius: 0px 0px 3px 3px;
+ border-radius: 0px 0px 12px 12px;
+ -webkit-border-radius: 0px 0px 3px 3px;
}