Template:Tabs/styles.css
< Template:Tabs
Revision as of 22:10, 12 September 2023 by Nin10doGMod (talk | contribs) (Created page with ".t-tabs-container { border: 1px solid #d6d3d1; text-align: center; padding: .5em; margin: auto; } .t-tabs-title { font-weight: 800; font-size: 1.1em; } .tabheader { display: flex; flex-wrap: wrap; justify-content: center; gap: .5em; margin: .5em; } .tabheader .tab { background-color: #f9f9f9; border: 1px solid #d6d3d1; border-radius: 0.375em; cursor: pointer; font-weight: 500; padding: .5em; white-space: nowrap; } .tabheader .tab:hover { background...")
.t-tabs-container { border: 1px solid #d6d3d1; text-align: center; padding: .5em; margin: auto; }
.t-tabs-title { font-weight: 800; font-size: 1.1em; }
.tabheader { display: flex; flex-wrap: wrap; justify-content: center; gap: .5em; margin: .5em; }
.tabheader .tab { background-color: #f9f9f9; border: 1px solid #d6d3d1; border-radius: 0.375em; cursor: pointer; font-weight: 500; padding: .5em; white-space: nowrap; }
.tabheader .tab:hover { background-color: #f2f2f2; }
.tabheader .tab.active { background-color: #aaa; }
.tabcontents > .content { display: none; }
.tabcontents > .content--active { display: block; }