Replaced default Doxygen tabs with something that fits the theme.
authorJustin Seyster <jseyster@cs.sunysb.edu>
Wed, 15 Sep 2010 23:48:43 +0000 (19:48 -0400)
committerJustin Seyster <jseyster@cs.sunysb.edu>
Wed, 15 Sep 2010 23:48:43 +0000 (19:48 -0400)
web/doxy-header.html
web/doxygen.css

index 9c9b475f40e47d4c9593f302a77fe52206a10f04..604f4b8d6d9e2b528195c6ba0678b083865d7d12 100644 (file)
@@ -11,7 +11,6 @@
 <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
 
 <!-- style sheet links -->
-<link href="$relpath$tabs.css" rel="stylesheet" type="text/css"/>
 <link href="$relpath$search/search.css" rel="stylesheet" type="text/css"/>
 <script type="text/javaScript" src="$relpath$search/search.js"></script>
 <link href="$relpath$doxygen.css" rel="stylesheet" type="text/css"/>
index 8fb09932706dd2ef94278b1fa31a530cd911ec57..aa78a32b7cc5a93195c78f84ca87f87a7013a83a 100644 (file)
@@ -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; }