[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 /* Tabs */ 2 .tabtree ul { 3 text-align: center; 4 } 5 6 .tabtree li { 7 list-style: none; 8 margin: 0; 9 padding: 0; 10 } 11 12 .tabtree .tabrow0 { 13 width: 100%; 14 margin: 1em 0; 15 } 16 17 .tabtree .tabrow0 li.here { 18 font-weight: bold; 19 } 20 21 .tabtree .tabrow0 li.here a { 22 position: relative; 23 z-index: 102; 24 } 25 26 .tabtree .tabrow0 li a { 27 background: #f7f7f7; 28 padding: 8px 10px 5px; 29 border-width: 2px 2px 0; 30 border-style: solid; 31 border-color: #ddd; 32 margin: 0 1px 0 0; 33 } 34 35 .tabtree .tabrow0 .here a { 36 background-color: #fff; 37 } 38 39 .tabtree .tabrow0 li a:hover { 40 background-color: #fff; 41 } 42 43 .tabtree .tabrow0 ul, 44 .tabtree .tabrow0 div { 45 font-weight: normal; 46 border-top: 2px solid #ddd; 47 padding: 0.25em 0; 48 margin: 0; 49 } 50 51 .tabtree .tabrow0 li.here .empty { 52 display: block; 53 height: 1px; 54 overflow: hidden; 55 padding: 0; 56 position: absolute; 57 width: 100%; 58 bottom: -5px; 59 } 60 61 .tabtree .tabrow0 .tabrow1 { 62 padding: 5px 0 2px; 63 margin-top: 1px; 64 } 65 66 .tabtree .tabrow1 li a, 67 .tabtree .tabrow1 li a:link, 68 .tabtree .tabrow1 li a:hover, 69 .tabtree .tabrow1 li a span, 70 .tabtree .tabrow1 li a:link span, 71 .tabtree .tabrow1 li a:hover span { 72 padding: 0 10px; 73 border: 0 none; 74 } 75 76 .tabtree a.nolink, 77 .tabtree a.nolink:hover, 78 .tabtree .here ul a.nolink, 79 .tabtree .here ul a.nolink:hover { 80 color: #888; 81 text-decoration: none; 82 } 83 84 .tabtree .here a.nolink, 85 .tabtree .here a.nolink:hover, 86 .tabtree .here ul .here a.nolink, 87 .tabtree .here ul .here a.nolink:hover { 88 color: #000; 89 text-decoration: none; 90 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |