aboutsummaryrefslogtreecommitdiffstats
path: root/tabs.css
diff options
context:
space:
mode:
authorTravisBot <>2017-12-23 01:02:37 +0000
committerTravisBot <>2017-12-23 01:02:37 +0000
commit72b41042223bfe31d70df8a71a50e4ba5d4f674d (patch)
treeb8b4b9f885ff97848a667c671bd5249b3c0e2bdb /tabs.css
parent3a5a0e7b42d34baa238895f9e4d86cfd902ace7d (diff)
downloadYAGE-72b41042223bfe31d70df8a71a50e4ba5d4f674d.tar.gz
YAGE-72b41042223bfe31d70df8a71a50e4ba5d4f674d.zip
[Travis] Rebuilding documentation
Diffstat (limited to 'tabs.css')
-rw-r--r--tabs.css60
1 files changed, 60 insertions, 0 deletions
diff --git a/tabs.css b/tabs.css
new file mode 100644
index 00000000..9cf578f2
--- /dev/null
+++ b/tabs.css
@@ -0,0 +1,60 @@
+.tabs, .tabs2, .tabs3 {
+ background-image: url('tab_b.png');
+ width: 100%;
+ z-index: 101;
+ font-size: 13px;
+ font-family: 'Lucida Grande',Geneva,Helvetica,Arial,sans-serif;
+}
+
+.tabs2 {
+ font-size: 10px;
+}
+.tabs3 {
+ font-size: 9px;
+}
+
+.tablist {
+ margin: 0;
+ padding: 0;
+ display: table;
+}
+
+.tablist li {
+ float: left;
+ display: table-cell;
+ background-image: url('tab_b.png');
+ line-height: 36px;
+ list-style: none;
+}
+
+.tablist a {
+ display: block;
+ padding: 0 20px;
+ font-weight: bold;
+ background-image:url('tab_s.png');
+ background-repeat:no-repeat;
+ background-position:right;
+ color: #283A5D;
+ text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
+ text-decoration: none;
+ outline: none;
+}
+
+.tabs3 .tablist a {
+ padding: 0 10px;
+}
+
+.tablist a:hover {
+ background-image: url('tab_h.png');
+ background-repeat:repeat-x;
+ color: #fff;
+ text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0);
+ text-decoration: none;
+}
+
+.tablist li.current a {
+ background-image: url('tab_a.png');
+ background-repeat:repeat-x;
+ color: #fff;
+ text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0);
+}