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