summaryrefslogtreecommitdiffhomepage
path: root/Doc/doxygen/html/tabs.css
diff options
context:
space:
mode:
authorFWoltermann@gmail.com <FWoltermann@gmail.com@076cb2c4-205e-83fd-5cf3-1be9aa105544>2012-05-31 14:46:27 +0000
committerFWoltermann@gmail.com <FWoltermann@gmail.com@076cb2c4-205e-83fd-5cf3-1be9aa105544>2012-05-31 14:46:27 +0000
commit8898ad9b25fca6afe2374d293a981db02a83d7e9 (patch)
tree8041e6eb069b6da70b83e82efdb998662140e716 /Doc/doxygen/html/tabs.css
parent985b945e4b49b5d5a1394e93fc3a95289c05e449 (diff)
downloadstarshatter-8898ad9b25fca6afe2374d293a981db02a83d7e9.zip
starshatter-8898ad9b25fca6afe2374d293a981db02a83d7e9.tar.gz
starshatter-8898ad9b25fca6afe2374d293a981db02a83d7e9.tar.bz2
Committing the documentation to svn to have it accessible online
Diffstat (limited to 'Doc/doxygen/html/tabs.css')
-rw-r--r--Doc/doxygen/html/tabs.css59
1 files changed, 59 insertions, 0 deletions
diff --git a/Doc/doxygen/html/tabs.css b/Doc/doxygen/html/tabs.css
new file mode 100644
index 0000000..2192056
--- /dev/null
+++ b/Doc/doxygen/html/tabs.css
@@ -0,0 +1,59 @@
+.tabs, .tabs2, .tabs3 {
+ background-image: url('tab_b.png');
+ width: 100%;
+ z-index: 101;
+ font-size: 13px;
+}
+
+.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);
+}