Path: blob/main/crypto/heimdal/doc/doxyout/hcrypto/html/tabs.css
34907 views
/* tabs styles, based on http://www.alistapart.com/articles/slidingdoors */12DIV.tabs3{4float : left;5width : 100%;6background : url("tab_b.gif") repeat-x bottom;7margin-bottom : 4px;8}910DIV.tabs UL11{12margin : 0px;13padding-left : 10px;14list-style : none;15}1617DIV.tabs LI, DIV.tabs FORM18{19display : inline;20margin : 0px;21padding : 0px;22}2324DIV.tabs FORM25{26float : right;27}2829DIV.tabs A30{31float : left;32background : url("tab_r.gif") no-repeat right top;33border-bottom : 1px solid #84B0C7;34font-size : x-small;35font-weight : bold;36text-decoration : none;37}3839DIV.tabs A:hover40{41background-position: 100% -150px;42}4344DIV.tabs A:link, DIV.tabs A:visited,45DIV.tabs A:active, DIV.tabs A:hover46{47color: #1A419D;48}4950DIV.tabs SPAN51{52float : left;53display : block;54background : url("tab_l.gif") no-repeat left top;55padding : 5px 9px;56white-space : nowrap;57}5859DIV.tabs INPUT60{61float : right;62display : inline;63font-size : 1em;64}6566DIV.tabs TD67{68font-size : x-small;69font-weight : bold;70text-decoration : none;71}72737475/* Commented Backslash Hack hides rule from IE5-Mac \*/76DIV.tabs SPAN {float : none;}77/* End IE5-Mac hack */7879DIV.tabs A:hover SPAN80{81background-position: 0% -150px;82}8384DIV.tabs LI.current A85{86background-position: 100% -150px;87border-width : 0px;88}8990DIV.tabs LI.current SPAN91{92background-position: 0% -150px;93padding-bottom : 6px;94}9596DIV.navpath97{98background : none;99border : none;100border-bottom : 1px solid #84B0C7;101}102103104