s3: Fix some nonempty line endings
[Samba/gebeck_regimport.git] / lib / iniparser / html / tabs.css
bloba61552a67ad217c0d67da13e4d3f24c9d2c87119
1 /* tabs styles, based on http://www.alistapart.com/articles/slidingdoors */
3 DIV.tabs
5 float : left;
6 width : 100%;
7 background : url("tab_b.gif") repeat-x bottom;
8 margin-bottom : 4px;
11 DIV.tabs UL
13 margin : 0px;
14 padding-left : 10px;
15 list-style : none;
18 DIV.tabs LI, DIV.tabs FORM
20 display : inline;
21 margin : 0px;
22 padding : 0px;
25 DIV.tabs FORM
27 float : right;
30 DIV.tabs A
32 float : left;
33 background : url("tab_r.gif") no-repeat right top;
34 border-bottom : 1px solid #84B0C7;
35 font-size : x-small;
36 font-weight : bold;
37 text-decoration : none;
40 DIV.tabs A:hover
42 background-position: 100% -150px;
45 DIV.tabs A:link, DIV.tabs A:visited,
46 DIV.tabs A:active, DIV.tabs A:hover
48 color: #1A419D;
51 DIV.tabs SPAN
53 float : left;
54 display : block;
55 background : url("tab_l.gif") no-repeat left top;
56 padding : 5px 9px;
57 white-space : nowrap;
60 DIV.tabs INPUT
62 float : right;
63 display : inline;
64 font-size : 1em;
67 DIV.tabs TD
69 font-size : x-small;
70 font-weight : bold;
71 text-decoration : none;
76 /* Commented Backslash Hack hides rule from IE5-Mac \*/
77 DIV.tabs SPAN {float : none;}
78 /* End IE5-Mac hack */
80 DIV.tabs A:hover SPAN
82 background-position: 0% -150px;
85 DIV.tabs LI#current A
87 background-position: 100% -150px;
88 border-width : 0px;
91 DIV.tabs LI#current SPAN
93 background-position: 0% -150px;
94 padding-bottom : 6px;
97 DIV.nav
99 background : none;
100 border : none;
101 border-bottom : 1px solid #84B0C7;