MediaWiki:Gadget-ms-Themes.css: Difference between revisions

From Tardis Wiki, the free Doctor Who reference
No edit summary
No edit summary
Tags: Mobile edit Mobile web edit
Line 16: Line 16:
/* Keeping the collapsible "navfobox" from affecting the tables on LOA pages */
/* Keeping the collapsible "navfobox" from affecting the tables on LOA pages */


.subpage-tabs-main + .stub-type + .collapsible-navfobox + .mobile-only + p + table,
.subpage-tabs-main + .stub-type + .collapsible-navfobox + .mobile-only ~ p + table,
.subpage-tabs-main + .stub-type + .collapsible-navfobox + p + table {
.subpage-tabs-main + .stub-type + .collapsible-navfobox ~ p + table {
     clear: right;
     clear: right;
}
}

Revision as of 15:44, 2 March 2024

/* ==============================
   This CSS page houses the themes
   for INDIVIDUAL portable infobox
   templates.
 
   If you want to see the CSS which more
   generally applies to ALL infoboxes, 
   please proceed to MediaWiki:Infoboxes.css
   =============================== */

.pi-theme-_Toby-Hadoke_s-Who_s-Round .pi-navigation:nth-of-type(2) {
    padding: 0 5px 0 5px;
    line-height: 235%;
}

/* Keeping the collapsible "navfobox" from affecting the tables on LOA pages */

.subpage-tabs-main + .stub-type + .collapsible-navfobox + .mobile-only ~ p + table,
.subpage-tabs-main + .stub-type + .collapsible-navfobox ~ p + table {
    clear: right;
}

/*.page-The_Doctor .portable-infobox + .portable-infobox:nth-of-type(2) {
    background: #cbae74;
}*/