Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r60975 - sandbox/xint/libs/xint/doc/doxygen
From: pbristow_at_[hidden]
Date: 2010-03-31 12:45:01


Author: pbristow
Date: 2010-03-31 12:45:00 EDT (Wed, 31 Mar 2010)
New Revision: 60975
URL: http://svn.boost.org/trac/boost/changeset/60975

Log:
Style sheet for doxygen/tabs.css
Added:
   sandbox/xint/libs/xint/doc/doxygen/tabs.css (contents, props changed)

Added: sandbox/xint/libs/xint/doc/doxygen/tabs.css
==============================================================================
--- (empty file)
+++ sandbox/xint/libs/xint/doc/doxygen/tabs.css 2010-03-31 12:45:00 EDT (Wed, 31 Mar 2010)
@@ -0,0 +1,111 @@
+/* tabs styles, based on http://www.alistapart.com/articles/slidingdoors */
+
+/*! \file tabs.css
+\brief provides use of images of tabs used by Doxygen for Files, Class, Namespaces ...
+ */
+ /*
+ Copyright Paul A. Bristow 2009
+ Use, modification and distribution are subject to the
+ Boost Software License, Version 1.0.
+ (See accompanying file LICENSE_1_0.txt
+ or copy at http://www.boost.org/LICENSE_1_0.txt)
+*/
+
+DIV.tabs
+{
+ float : left;
+ width : 100%;
+ background : url("tab_b.gif") repeat-x bottom;
+ 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;
+ background : url("tab_r.gif") no-repeat right top;
+ border-bottom : 1px solid #84B0C7;
+ font-size : 8px;
+ 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: #1A419D;
+}
+
+DIV.tabs SPAN
+{
+ float : left;
+ display : block;
+ background : url("tab_l.gif") no-repeat left top;
+ padding : 5px 9px;
+ white-space : nowrap;
+}
+
+DIV.tabs INPUT
+{
+ float : right;
+ display : inline;
+ font-size : 1em;
+}
+
+DIV.tabs TD
+{
+ font-size : 8px;
+ 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;
+ border-width : 0px;
+}
+
+DIV.tabs LI.current SPAN
+{
+ background-position: 0% -150px;
+ padding-bottom : 6px;
+}
+
+DIV.navpath
+{
+ background : none;
+ border : none;
+ border-bottom : 1px solid #84B0C7;
+}


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk