net: udp sending data routine
[quarnos.git] / scripts / tabs.css
blobafb83fc3b4dfb71dc017890499b9eda01466fa93
1 /* tabs styles, based on http://www.alistapart.com/articles/slidingdoors */
2 /* original from Doxygen, modifed by Pawel Dziepak */
4 DIV.tabs {
5 width: 100%;
6 border-bottom: 1px solid #EEE;
7 margin-bottom: 4px;
8 padding-bottom: 4px;
9 background: #FFF;
12 DIV.tabs UL {
13 margin: 0px;
14 padding-left: 10px;
15 list-style: none;
18 DIV.tabs LI {
19 display : inline;
20 margin : 0px;
21 padding : 0px;
24 DIV.tabs A
26 font: bold 1em Verdana,sans-serif;
27 color: #888;
30 DIV.tabs A:hover {
31 color: #444;
32 text-decoration: none;
35 LI.current A {
36 color: #444;
39 LI.current A:hover {
40 text-decoration: none;
43 DIV.tabs SPAN
46 display : inline;
47 padding : 5px 9px;
48 white-space : nowrap;
51 DIV.tabs TD
53 font-size : 8px;
54 font-weight : bold;
55 text-decoration : none;
56 background: #FFF;
61 /* Commented Backslash Hack hides rule from IE5-Mac \*/
62 DIV.tabs SPAN {float : none;}
63 /* End IE5-Mac hack */