summaryrefslogtreecommitdiffhomepage
path: root/Doc/doxygen/html/tabs.css
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2021-10-01 18:54:04 +0200
committerAki <please@ignore.pl>2021-10-01 18:54:04 +0200
commitb829170121d3657369904ec62d8065606777a9ce (patch)
tree0368594c82654a08ad563a3ae3a084357e987e71 /Doc/doxygen/html/tabs.css
parent07f08477e85ab37957fddc4714d4706f13b2357a (diff)
downloadstarshatter-b829170121d3657369904ec62d8065606777a9ce.zip
starshatter-b829170121d3657369904ec62d8065606777a9ce.tar.gz
starshatter-b829170121d3657369904ec62d8065606777a9ce.tar.bz2
Removed doxygen generated docs
They can be rebuild anytime and are considered a build artifact/binary.
Diffstat (limited to 'Doc/doxygen/html/tabs.css')
-rw-r--r--Doc/doxygen/html/tabs.css59
1 files changed, 0 insertions, 59 deletions
diff --git a/Doc/doxygen/html/tabs.css b/Doc/doxygen/html/tabs.css
deleted file mode 100644
index 2192056..0000000
--- a/Doc/doxygen/html/tabs.css
+++ /dev/null
@@ -1,59 +0,0 @@
-.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);
-}