[moulette] switched to boost::signals2
[ozulis.git] / doc / tabs.css
blob5892a1fdc427e5beb599c3f6e76f7d87b437439b
1 /* tabs styles, based on http://www.alistapart.com/articles/slidingdoors */
3 DIV.tabs
5 float : left;
6 width : 100%;
7 margin-bottom : 4px;
10 DIV.tabs UL
12 margin : 0px;
13 padding-left : 10px;
14 list-style : none;
17 DIV.tabs LI, DIV.tabs FORM
19 display : inline;
20 margin : 0px;
21 padding : 0px;
24 DIV.tabs FORM
26 float : right;
29 DIV.tabs A
31 float : left;
32 font-size : 12px;
33 font-weight : bold;
34 text-decoration : none;
37 DIV.tabs A:hover
39 background-position: 100% -150px;
42 DIV.tabs A:link, DIV.tabs A:visited,
43 DIV.tabs A:active, DIV.tabs A:hover
45 color: #ffa500;
48 DIV.tabs SPAN
50 float : left;
51 display : block;
52 padding : 5px 9px;
53 white-space : nowrap;
56 DIV.tabs INPUT
58 float : right;
59 display : inline;
60 font-size : 1em;
63 DIV.tabs TD
65 font-size : 12px;
66 font-weight : bold;
67 text-decoration : none;
70 DIV.tabs A:hover SPAN
72 background-position: 0% -150px;
75 DIV.tabs LI.current A
77 background-position: 100% -150px;
78 border-width : 0px;
81 DIV.tabs LI.current SPAN
83 background-position: 0% -150px;
84 padding-bottom : 6px;
87 DIV.navpath
89 background : none;
90 border : none;
91 border-bottom : 1px solid #84B0C7;