MediaWiki:Common.css: Difference between revisions
Appearance
DrunkMunki (talk | contribs) Created page with ".tabcontainer { display: flex; border-bottom: 1px solid #ccc; margin-bottom: 10px; } .tab { padding: 10px 20px; cursor: pointer; background: #f1f1f1; margin-right: 5px; } .tab.active { background: #ddd; font-weight: bold; }" |
(No difference)
|
Latest revision as of 15:31, 11 May 2025
.tabcontainer {
display: flex;
border-bottom: 1px solid #ccc;
margin-bottom: 10px;
}
.tab {
padding: 10px 20px;
cursor: pointer;
background: #f1f1f1;
margin-right: 5px;
}
.tab.active {
background: #ddd;
font-weight: bold;
}