initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / doc / Doxygen / tabs.css
blob2acf4cd2390c4a86d69d840d7ed424c2a543eba9
1 /* tabs styles, based on http://www.alistapart.com/articles/slidingdoors */
3 DIV.tabs
5 float : left;
6 width : 100%;
7 margin-bottom : 2px;
8 padding-bottom : 6px;
11 DIV.tabs UL
13 margin : 0px;
14 padding-left : 0px;
15 border-right : 1px solid #84B0C7;
16 list-style : none;
19 DIV.tabs LI, DIV.tabs FORM
21 display : inline;
22 margin : 0px;
23 padding : 0px;
26 DIV.tabs FORM
28 float : left;
29 padding : 0px 9px;
32 DIV.tabs A
34 float : left;
35 font-size : 12px;
36 font-weight : bold;
37 text-decoration : none;
38 border-right : 1px solid #000000;
41 DIV.tabs A:hover
43 background-position: 100% -150px;
46 DIV.tabs A:link, DIV.tabs A:visited,
47 DIV.tabs A:active, DIV.tabs A:hover
49 color: #000000;
52 DIV.tabs SPAN
54 float : left;
55 display : block;
56 padding : 0px 9px;
57 white-space : nowrap;
60 DIV.tabs INPUT
62 float : right;
63 display : inline;
64 font-size : 12px;
67 DIV.tabs TD
69 font-size : 12px;
70 font-weight : bold;
71 text-decoration : none;
74 /* Commented Backslash Hack hides rule from IE5-Mac \*/
75 DIV.tabs SPAN {float : none;}
76 /* End IE5-Mac hack */
78 DIV.tabs A:hover SPAN
80 background-position: 0% -150px;
83 DIV.tabs LI#current A
85 border-width : 0px;
86 border-right : 1px solid #000000;
87 color: #0000ff;
90 DIV.tabs LI#current SPAN
92 padding-bottom : 0px;
95 DIV.nav
97 background : none;
98 border : none;
99 border-bottom : 1px solid #000000;