summaryrefslogtreecommitdiff
path: root/docs/css/tabs.css
diff options
context:
space:
mode:
authorJules Laplace <carbon@melanarchy.org>2013-08-02 17:17:59 -0500
committerJules Laplace <carbon@melanarchy.org>2013-08-02 17:17:59 -0500
commitecbcf4b0a82717003c5da05b34c3126f5f4b8b10 (patch)
tree20d3402add4ec1144b01e21d9c4eb50d50b6a5a6 /docs/css/tabs.css
parentbcd0a993547ec61396bad0233b4ce4efc20ddbf8 (diff)
docs
Diffstat (limited to 'docs/css/tabs.css')
-rwxr-xr-xdocs/css/tabs.css98
1 files changed, 98 insertions, 0 deletions
diff --git a/docs/css/tabs.css b/docs/css/tabs.css
new file mode 100755
index 0000000..3b7250e
--- /dev/null
+++ b/docs/css/tabs.css
@@ -0,0 +1,98 @@
+#screenTabs {
+float:left;
+width: 100%;
+min-height: 1px;
+height: 1px;
+background:#ffffff url("../img/icons/tabs/bg.gif") repeat-x bottom;
+}
+
+td > #screenTabs {
+height: auto;
+}
+
+#tabs {
+float:left;
+width:620px;
+line-height:normal;
+white-space: nowrap;
+background:#ffffff url("../img/icons/tabs/bg.gif") repeat-x bottom;
+}
+
+#tabs ul {
+margin:0;
+padding: 0px 10px 10px 10px;
+list-style:none;
+}
+
+#tabs a {
+display: block;
+background:url("../img/icons/tabs/right.gif") no-repeat right top;
+padding:5px 9px 4px 4px;
+vertical-align: baseline;
+text-decoration: none;
+color: #000000;
+width:.1em;
+}
+
+#tabs > ul a {
+width: auto;
+}
+
+#tabs a:hover,
+#tabs a:visited,
+#tabs a:active {
+text-decoration: none;
+color: #000000;
+}
+
+#tabs li {
+float:left;
+background:url("../img/icons/tabs/left.gif") no-repeat left top;
+margin:0;
+padding:0 0 0 2px;
+border-bottom: solid 1px #776655;
+}
+
+#tabs li#current {
+border-width: 0;
+}
+
+#tabs #current {
+background-image:url("../img/icons/tabs/left_on.gif");
+margin-left: -3px;
+}
+#tabs #current a {
+background-image:url("../img/icons/tabs/right_on.gif");
+padding:3px 9px 7px 6px;
+vertical-align: baseline;
+}
+
+#tabs .last a {
+background-image:url("../img/icons/tabs/right_last.gif");
+}
+
+#tabs .first {
+background-image:url("../img/icons/tabs/left_first.gif");
+}
+
+#tabs .first#current {
+margin-left: 0;
+}
+
+#tabs li:hover {
+background-position: 0% -150px;
+cursor: pointer;
+}
+
+#tabs li:hover a {
+background-position: 100% -150px;
+}
+
+#tabs li.first:hover {
+background-position: top left;
+}
+
+#tabs a:hover {
+background-position: 100% -150px;
+}
+