MediaWiki:FandomMobile.css/Archive: Difference between revisions

From Tardis Wiki, the free Doctor Who reference
(Created page with "→‎Created following Fandom's introduction of custom mobile CSS Notes: -common.css does not load on mobile -inline CSS does not load on mobile: div#article-type { border:1px solid var(--theme-accent-color); padding:5px; letter-spacing:.5px; text-align:left; min-height:55px; min-width: 528.5px; margin:0px 0px 10px 0px; } div#type-title { margin-left:205px; font-size:18pt; line-height:16pt; } div.type-spoiler { background:...")
 
No edit summary
Line 22: Line 22:
}
}
div.type-spoiler {
div.type-spoiler {
     background: rgba(var(--theme-page-text-color--rgb),.04) url(https://images.wikia.nocookie.net/tardis/images/7/7f/Spoiler200px.jpg) no-repeat;
     background: rgba(var(--theme-page-text-color--rgb),.04);
     z-index:5;
     z-index:5;
}
}

Revision as of 20:41, 15 April 2023

/* Created following Fandom's introduction of custom mobile CSS

Notes:

-common.css does not load on mobile
-inline CSS does not load on mobile
*/

div#article-type { 
    border:1px solid var(--theme-accent-color);
    padding:5px;
    letter-spacing:.5px;
    text-align:left;
    min-height:55px;
    min-width: 528.5px;
    margin:0px 0px 10px 0px;
} 
div#type-title {
    margin-left:205px;
    font-size:18pt;
    line-height:16pt;
}
div.type-spoiler {
    background: rgba(var(--theme-page-text-color--rgb),.04);
    z-index:5;
}