]>
Commit | Line | Data |
---|---|---|
2db79d10 SC |
1 | /* |
2 | tabs styles, based on http://www.alistapart.com/articles/slidingdoors | |
3 | https://bitbucket.org/rc1/doxygen-style/wiki/Home | |
4 | */ | |
5 | ||
6 | div.navigation { | |
7 | display:block; | |
8 | float:left; | |
9 | clear:both; | |
10 | width:100%; | |
11 | padding-top:10px; | |
12 | padding-bottom:30px; | |
13 | border-bottom:1px dotted #E0E0E0; | |
14 | height: 60px; | |
15 | background:url(background_navigation.png); | |
16 | } | |
17 | ||
18 | div.contents { | |
19 | float:left; | |
20 | clear:both; | |
21 | ||
22 | } | |
23 | ||
24 | address { | |
25 | display:none; | |
26 | } | |
27 | ||
28 | DIV.tabs | |
29 | { | |
30 | float : left; | |
31 | width : 100%; | |
32 | margin-bottom : 4px; | |
33 | } | |
34 | ||
35 | DIV.tabs UL | |
36 | { | |
37 | margin : 0px; | |
38 | padding-left : 0px; | |
39 | list-style : none; | |
40 | } | |
41 | ||
42 | DIV.tabs LI, DIV.tabs FORM | |
43 | { | |
44 | display : inline; | |
45 | margin : 0px; | |
46 | padding : 0px; | |
47 | background-color:#FFFFFF; | |
48 | } | |
49 | ||
50 | DIV.tabs FORM | |
51 | { | |
52 | float : right; | |
53 | } | |
54 | ||
55 | DIV.tabs A | |
56 | { | |
57 | float : left; | |
58 | font-size : 80%; | |
59 | font-weight : bold; | |
60 | text-decoration : none; | |
61 | } | |
62 | ||
63 | DIV.tabs A:hover | |
64 | { | |
65 | background-position: 100% -150px; | |
66 | } | |
67 | ||
68 | DIV.tabs A:link, DIV.tabs A:visited, | |
69 | DIV.tabs A:active, DIV.tabs A:hover | |
70 | { | |
71 | color: #1A419D; | |
72 | } | |
73 | ||
74 | DIV.tabs SPAN | |
75 | { | |
76 | float : left; | |
77 | display : block; | |
78 | padding : 5px 9px; | |
79 | white-space : nowrap; | |
80 | border-top:1px dotted #E0E0E0; | |
81 | border-bottom:1px dotted #E0E0E0; | |
82 | } | |
83 | ||
84 | DIV.tabs #MSearchBox | |
85 | { | |
86 | float : right; | |
87 | display : inline; | |
88 | font-size : 1em; | |
89 | } | |
90 | ||
91 | DIV.tabs TD | |
92 | { | |
93 | font-size : 80%; | |
94 | font-weight : bold; | |
95 | text-decoration : none; | |
96 | } | |
97 | ||
98 | ||
99 | ||
100 | /* Commented Backslash Hack hides rule from IE5-Mac \*/ | |
101 | DIV.tabs SPAN {float : none;} | |
102 | /* End IE5-Mac hack */ | |
103 | ||
104 | DIV.tabs A:hover SPAN | |
105 | { | |
106 | background-position: 0% -150px; | |
107 | } | |
108 | ||
109 | DIV.tabs LI.current A | |
110 | { | |
111 | background-position: 100% -150px; | |
112 | border-width : 0px; | |
113 | background-color: #F0F0F0; | |
114 | background: #F0F0F0 url(img_downArrow.png) center bottom no-repeat; | |
115 | } | |
116 | ||
117 | DIV.tabs LI.current SPAN | |
118 | { | |
119 | background-position: 0% -150px; | |
120 | padding-bottom : 6px; | |
121 | } | |
122 | ||
123 | DIV.navpath | |
124 | { | |
125 | background : none; | |
126 | border : none; | |
127 | border-bottom : 1px solid #84B0C7; | |
128 | text-align : center; | |
129 | margin : 2px; | |
130 | padding : 2px; | |
131 | } |