]>
git.saurik.com Git - wxWidgets.git/blob - docs/doxygen/wxtabs.css
1 /*****************************************************************************
3 ** Purpose: The wxWidgets documentation CSS
4 ** Author: Doxygen team
6 ** Licence: wxWindows licence
7 *****************************************************************************/
10 Doxygen classic tabs styles, based on http://www.alistapart.com/articles/slidingdoors
17 background : url
("tab_b.gif") repeat-x bottom
;
28 DIV
.tabs LI
, DIV
.tabs FORM
43 background : url
("tab_r.gif") no-repeat right top
;
44 border-bottom : 1px solid
#84B0C7;
47 text-decoration : none
;
52 background-position: 100% -150px;
55 DIV
.tabs
A:link
, DIV
.tabs
A:visited
,
56 DIV
.tabs
A:active
, DIV
.tabs
A:hover
65 background : url
("tab_l.gif") no-repeat left top
;
81 text-decoration : none
;
86 /* Commented Backslash Hack hides rule from IE5-Mac \*/
87 DIV
.tabs SPAN
{float : none
;}
88 /* End IE5-Mac hack */
92 background-position: 0% -150px;
97 background-position: 100% -150px;
101 DIV
.tabs LI
.current SPAN
103 background-position: 0% -150px;
104 padding-bottom : 6px;
111 border-bottom : 1px solid
#84B0C7;
119 NOTE: since v. 1.7.0 Doxygen uses new style names for some tabs... and in particular uses "tabs2" for
120 the CSS style names of the "Class List, Class Index, Class Hierarchy, Class Members" tabs.
121 For now we keep for "tabs2" tabs the same style used with other ones.
129 background : url
("tab_b.gif") repeat-x bottom
;
140 DIV
.tabs2 LI
, DIV
.tabs2 FORM
155 background : url
("tab_r.gif") no-repeat right top
;
156 border-bottom : 1px solid
#84B0C7;
159 text-decoration : none
;
164 background-position: 100% -150px;
167 DIV
.tabs2
A:link
, DIV
.tabs2
A:visited
,
168 DIV
.tabs2
A:active
, DIV
.tabs2
A:hover
177 background : url
("tab_l.gif") no-repeat left top
;
179 white-space : nowrap
;
193 text-decoration : none
;
198 /* Commented Backslash Hack hides rule from IE5-Mac \*/
199 DIV
.tabs2 SPAN
{float : none
;}
200 /* End IE5-Mac hack */
202 DIV
.tabs2
A:hover SPAN
204 background-position: 0% -150px;
207 DIV
.tabs2 LI
.current A
209 background-position: 100% -150px;
213 DIV
.tabs2 LI
.current SPAN
215 background-position: 0% -150px;
216 padding-bottom : 6px;