User:Willowisp/mobile.css

From bg3.wiki
< User:Willowisp
Revision as of 14:47, 23 December 2023 by Willowisp (talk | contribs) (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); }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* 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);
}