From a10dfeee80f992048d27522c2f5c5537465711c1 Mon Sep 17 00:00:00 2001 From: Justin Seyster Date: Wed, 15 Sep 2010 19:48:43 -0400 Subject: [PATCH] Replaced default Doxygen tabs with something that fits the theme. --- web/doxy-header.html | 1 - web/doxygen.css | 107 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 107 insertions(+), 1 deletion(-) diff --git a/web/doxy-header.html b/web/doxy-header.html index 9c9b475..604f4b8 100644 --- a/web/doxy-header.html +++ b/web/doxy-header.html @@ -11,7 +11,6 @@ - diff --git a/web/doxygen.css b/web/doxygen.css index 8fb0993..aa78a32 100644 --- a/web/doxygen.css +++ b/web/doxygen.css @@ -1,3 +1,110 @@ +/* Adapted from the tabs.css provided by Doxygen. */ + +DIV.tabs +{ + float : left; + width : 100%; + border-bottom : 1px solid #000000; + margin-bottom : 4px; +} + +DIV.tabs UL +{ + margin : 0px; + padding-left : 10px; + list-style : none; +} + +DIV.tabs LI, DIV.tabs FORM +{ + display : inline; + margin : 0px; + padding : 0px; +} + +DIV.tabs FORM +{ + float : right; +} + +DIV.tabs A +{ + float : left; + font-size : 80%; + font-weight : bold; + text-decoration : none; +} + +DIV.tabs A:hover +{ + background-position: 100% -150px; +} + +DIV.tabs A:link, DIV.tabs A:visited, +DIV.tabs A:active, DIV.tabs A:hover +{ + color : #ffffff +} + +DIV.tabs SPAN +{ + float : left; + display : block; + background-color : #555; + padding : 5px 9px; + margin : 0px 3px 0px 0px; + white-space : nowrap; + border-bottom : 3px solid #ffffff +} + +DIV.tabs SPAN:hover +{ + background-color: #444; +} + +DIV.tabs #MSearchBox +{ + float : right; + display : inline; + font-size : 1em; +} + +DIV.tabs TD +{ + font-size : 80%; + font-weight : bold; + text-decoration : none; +} + +/* Commented Backslash Hack hides rule from IE5-Mac \*/ +DIV.tabs SPAN {float : none;} +/* End IE5-Mac hack */ + +DIV.tabs A:hover SPAN +{ + background-position: 0% -150px; +} + +DIV.tabs LI.current A +{ + background-position: 100% -150px; +} + +DIV.tabs LI.current SPAN +{ + background-position: 0% -150px; + border-bottom : 3px solid #555 +} + +DIV.navpath +{ + background : none; + border : none; + text-align : center; + margin : 2px; + padding : 2px; +} + /* From menu.css in the original web template. */ .navcontainer { width: 200px; } -- 2.43.0