Attention : n’inclut pas la version pills. Source originale obtenue ici : Download Foundation v3.2.5.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
/* [CSS reset] Foundation Tabs component */ .tabs { border-bottom: 0; height: auto; margin-bottom: 0; } .tabs dt, .tabs li.section-title { font-size: inherit; height: auto; line-height: auto; padding-right: 0; padding-left: 0; text-transform: none; } .tabs dt:first-child, .tabs li.section-title:first-child { padding-right: 0; } .tabs dd a, .tabs li a { font-size: inherit; height: auto; line-height: auto; padding: 0; } .tabs dd a:focus, .tabs li a:focus { font-weight: normal; } .tabs dd.active, .tabs li.active { border-top: 0; margin-top: 0; } .tabs dd.active a, .tabs li.active a { border-left: 0; border-right: 0; font-weight: normal; } .tabs.vertical { border-bottom: 0; } .tabs.vertical dd, .tabs.vertical li { border-left: 0; } .tabs.vertical dd a, .tabs.vertical li a { border: 0; border-width: 0; font-size: inherit; padding: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .tabs.vertical dd.active, .tabs.vertical li.active { border-top: 0; border-left: 0; } .tabs.two-up dt a, .tabs.two-up dd a, .tabs.two-up li a, .tabs.three-up dt a, .tabs.three-up dd a, .tabs.three-up li a, .tabs.four-up dt a, .tabs.four-up dd a, .tabs.four-up li a, .tabs.five-up dt a, .tabs.five-up dd a, .tabs.five-up li a { padding: 0; text-align: left; } ul.tabs-content { margin: 0; } ul.tabs-content.contained > li { border: 0; border-width: 0; padding: 0; } ul.tabs-content.contained.vertical > li { border-width: 0; } |