MediaWiki:FandomMobile.css/Archive: Difference between revisions
From Tardis Wiki, the free Doctor Who reference
607 bytes removed
, 3 June 2023
|
|
Line 87: |
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);
| |
| } | | } |