diff --git a/js/tabbed/tabbed_pages.css b/js/tabbed/tabbed_pages.css
index 2ef0b82..91be08b 100644
--- a/js/tabbed/tabbed_pages.css
+++ b/js/tabbed/tabbed_pages.css
@@ -1,8 +1,63 @@
-#cpadmin {font:11px verdana,arial,sans-serif; padding:5px 0 0 0; line-height:5px;}
-#cpadmin div.off {color:#000; height:23px; margin-right:2px; line-height:23px; padding:0 10px; float:left; background:url(tabs_0.gif) repeat-x left bottom; border:1px solid #ddd; border-bottom-color:#000; cursor:pointer; position:relative; z-index:20;}
-#cpadmin div.on {color:#c00; padding:0 10px; margin-right:2px; margin-top:1px; float:left; background:url(tabs_2.gif) repeat-x left bottom; border:1px solid #000; cursor:pointer; border-bottom:0; height:23px; line-height:22px; position:relative; z-index:100;}
+#cpadmin {
+ font: 11px verdana,arial,sans-serif;
+ padding: 5px 0 0 0;
+ line-height: 5px;
+ margin: 0 0 -1px 0;
+}
-div.hide {display:none; width:0; overflow:hidden;}
-div.show {clear:left; background:#fff; margin-top:0; top:-1px; border:1px solid #000;padding:20px; position:relative; z-index:50; font:11px verdana, arial, sans-serif; line-height:18px;}
-div.show img {float:left; margin:0 10px 10px 0;}
-.clear {clear:both;}
+#cpadmin div.off {
+ color: #000;
+ height: 23px;
+ margin: 0 2px -2px 0;
+ line-height: 23px;
+ padding: 0 10px;
+ float: left;
+ background: url(tabs_0.gif) repeat-x left bottom;
+ border-top: 1px solid #ddd;
+ border-left: solid 1px #ddd;
+ border-right: solid 1px #ddd;
+ position: relative;
+ cursor: pointer;
+ z-index: 20;
+}
+#cpadmin div.on {
+ color: #c00;
+ padding: 0 10px;
+ margin: 0 2px -1px 0;
+ float: left;
+ background: url(tabs_2.gif) repeat-x left bottom;
+ border-top: 1px solid #000;
+ border-left: 1px solid #000;
+ border-right: 1px solid #000;
+ border-bottom: 0px;
+ cursor: pointer;
+ height: 23px;
+ line-height: 22px;
+ position: relative;
+ z-index: 100;
+}
+
+div.hide {
+ display: none;
+ width: 0;
+ overflow: hidden;
+}
+div.show {
+ clear: left;
+ display: run-in;
+ background: #fff;
+ border: 1px solid #000;
+ padding: 20px;
+ z-index: 50;
+ margin-top: -2px;
+ position: relative;
+ font: 11px verdana, arial, sans-serif;
+ line-height: 18px;
+}
+div.show img {
+ float: left;
+ margin: 0 10px 10px 0;
+}
+.clear {
+ clear: both;
+}
diff --git a/style.css b/style.css
index c304348..33338cb 100644
--- a/style.css
+++ b/style.css
@@ -1430,35 +1430,60 @@ li.storyline-root {
margin-top: 20px;
}
+/* Pagination */
-.wp-pagenavi, .paginav {
- height: 25px;
- line-height: 25px;
- font-size: 14px;
+#wp-paginav {
+ background: url('images/menu.png');
+ text-align: left;
+ border: 1px solid #999;
}
+#paginav {
+ padding: 0;
+ margin: 0;
+ list-style: none;
+ float: left;
+ line-height: 25px;
+ font-size: 13px;
+ border-right: 1px solid #aaa;
+}
-.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi a:hover, .wp-pagenavi a:active {
- padding: 2px;
+#paginav .paginav-pages {
+ padding: 0 15px 0 15px;
+}
+
+#paginav a {
+ padding: 0px 10px 0 10px;
+ display: block;
+ color: #000;
text-decoration: none;
}
+#paginav li {
+ float: left;
+}
-.wp-pagenavi span.pages {
- color: #777;
- margin-right: 10px;
+#paginav li a {
+ border-left: 1px solid #aaa;
+ border-right: 1px solid #fff;
+}
+
+#paginav .paginav-current {
+ padding: 0px 10px 0 10px;
+ color: #fff;
+ border-left: 1px solid #aaa;
+ background: url('images/menu.png') 0 -150px;
}
-.wp-pagenavi span.current, .paginav .current {
- font-size: 16px;
- font-weight: bold;
+#paginav li:hover a {
+ border-left: 1px solid #8b160f;
+ border-right: 1px solid #c28380;
+ color: #fff;
+ background: url('images/menu.png') 0 -75px;
}
-.wp-pagenavi span.extend {
-}
-
/* Drop Bar */