Tech, emailconfirmed, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Administrators
12,456
edits
Bongolium500 (talk | contribs) No edit summary Tags: Mobile edit Mobile web edit Advanced mobile edit 2017 source edit |
Bongolium500 (talk | contribs) No edit summary |
||
Line 2: | Line 2: | ||
Notes: | Notes: | ||
-common.css does not load on mobile | -common.css does not load on mobile | ||
-inline CSS does not load on mobile | -inline CSS does not load on mobile | ||
Line 88: | Line 87: | ||
.documentation .description .wds-is-hidden { | .documentation .description .wds-is-hidden { | ||
display: initial !important; | display: initial !important; | ||
} | |||
/* ================= | |||
Subpage tabs | |||
================= */ | |||
/* subpage tabs at [[User:Bongolium500/Sandbox 6]] */ | |||
.subpage-tabs-main { | |||
width: 100%; | |||
border: 2px solid var(--bright-accent-color); | |||
border-radius: 7px; | |||
clear: both; | |||
text-align: center; | |||
background-color: white; | |||
white-space: nowrap; | |||
font-family: var(--theme-page-headings-font), rubik, helvetica, arial, sans-serif; | |||
color: var(--theme-link-dynamic-color-1); | |||
} | |||
.subpage-tabs-tab { | |||
background-color: var(--bright-accent-color); | |||
border-radius: 5px; | |||
padding: 3px; | |||
} | |||
.subpage-tabs-main a { | |||
color: var(--theme-link-dynamic-color-1); | |||
} | } |
edits