Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
MediaWiki help
Creopedia
Search
Search
Appearance
Log in
Personal tools
Log in
View source for Module:TabbedCard/styles.css
Module
Discussion
English
Read
View source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
View source
View history
General
What links here
Related changes
Special pages
Page information
Appearance
move to sidebar
hide
←
Module:TabbedCard/styles.css
.t-tabbedCard { margin-block: 16px; font-size: 0.875rem; } .t-tabbedCard .tabber { border: 1px solid var(--border-color-base); border-radius: 2px; } .t-tabbedCard .tabber__header { background-color: var(--background-color-neutral-subtle); border-top-left-radius: 2px; border-top-right-radius: 2px; } .t-tabbedCard .tabber__tab { /* Align tab text to the content padding */ padding-inline: 12px; } .t-tabbedCard .tabber__panel { padding: 12px; } .t-tabbedCard--noPadding .tabber__panel { padding: 0; } .t-tabbedCard .tabber__panel > *:first-child { /* Spacing is controlled by padding at tabber__panel */ margin-top: 0; } .t-tabbedCard .tabber__panel > *:last-child { /* Spacing is controlled by padding at tabber__panel */ margin-bottom: 0; } /* * Table handling if the content is a table * There are two possible classes for the table: * - t-tabbedCard-table for <table> elements * - t-tabbedCard-table-container for parent elements containing the table */ .t-tabbedCard .t-tabbedCard-table, .t-tabbedCard-table-container > .wikitable { max-width: none; display: table; } .t-tabbedCard .t-tabbedCard-table, .t-tabbedCard-table-container > .wikitable { margin-block: 0; } .t-tabbedCard--noPadding .t-tabbedCard-table, .t-tabbedCard-table-container > .wikitable { border: 0; width: 100%; }
Return to
Module:TabbedCard/styles.css
.