User:Willowisp/mobile.css: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
(Created page with "→‎Tab bar: .bg3wiki-tabbar { background-color: var(--bg3wiki-tabbar-bg); } .bg3wiki-tabbar .bg3wiki-tab { padding:0 10px; display: inline-block; } .bg3wiki-tabbar .bg3wiki-tab-active { background-color: var(--bg3wiki-tabbar-active-bg); color: var(--bg3wiki-tabbar-active-color); }")
 
(Blanked the page)
Tag: Blanking
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Tab bar */
.bg3wiki-tabbar {
background-color: var(--bg3wiki-tabbar-bg);
}


.bg3wiki-tabbar .bg3wiki-tab {
padding:0 10px;
display: inline-block;
}
.bg3wiki-tabbar .bg3wiki-tab-active {
background-color: var(--bg3wiki-tabbar-active-bg);
color: var(--bg3wiki-tabbar-active-color);
}

Latest revision as of 14:52, 23 December 2023