summaryrefslogtreecommitdiff
path: root/docs/tabs.css
diff options
context:
space:
mode:
authorOleg Morozenkov <m@oleg.rocks>2018-07-23 02:09:18 +0300
committerOleg Morozenkov <m@oleg.rocks>2018-07-23 02:09:19 +0300
commitf13b7029e9af43282ebe6c2e9bb4dd749c8e450a (patch)
tree825b8527e09b15bf5f99a4276143c964cf3efa02 /docs/tabs.css
parentd47ee877be5d1175bdc36f2d87881ddaf875a8e9 (diff)
Move docs to gh-pages branch
Diffstat (limited to 'docs/tabs.css')
-rw-r--r--docs/tabs.css60
1 files changed, 0 insertions, 60 deletions
diff --git a/docs/tabs.css b/docs/tabs.css
deleted file mode 100644
index 9cf578f..0000000
--- a/docs/tabs.css
+++ /dev/null
@@ -1,60 +0,0 @@
-.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);
-}