Jump to content

MediaWiki:Common.css: Difference between revisions

From GamingAlliance - GTA RP Wiki
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 14: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;
}