Community Central
Community Central
m (Undo revision 2345146 by Andrewds1021 (wall); not completely outdated)
m (modifying outdated CSS: additional layout)
Line 2: Line 2:
 
This style sheet is intended to visually correct the display of certain Wikia
 
This style sheet is intended to visually correct the display of certain Wikia
 
page components in Internet Explorer 11. The impact on visual display in other
 
page components in Internet Explorer 11. The impact on visual display in other
browsers should be minimal if not non-existent.
+
browsers should be minimal if existent.
 
*/
 
*/
   
 
/* "Trending Fandom Articles" rail module */
 
/* "Trending Fandom Articles" rail module */
   
.WikiaRail .premium-recirculation-rail a {
+
.WikiaRail :not(.rail-sticky-module) .premium-recirculation-rail a {
 
display: inline;
 
display: inline;
 
}
 
}

Revision as of 23:37, 15 November 2017

/*
  This style sheet is intended to visually correct the display of certain Wikia
  page components in Internet Explorer 11. The impact on visual display in other
  browsers should be minimal if existent.
*/

/* "Trending Fandom Articles" rail module */

.WikiaRail :not(.rail-sticky-module) .premium-recirculation-rail a {
    display: inline;
}

/* "Insights" icons */

  /* rail module */

    /*
      Unorganized Templates, Non-Portable Infoboxes, Pages without an Infobox
    */

.insights-module-item.insights-icon-templateswithouttype,
.insights-module-item.insights-icon-nonportableinfoboxes,
.insights-module-item.insights-icon-pageswithoutinfobox {
    background-size: 25px 21px;
}

    /* Popular Pages */

.insights-module-item.insights-icon-popularpages {
    background-size: 24px 21px;
}

    /* Pages without Categories */

.insights-module-item.insights-icon-uncategorizedpages {
    background-size: 27px 21px;
}

    /* Pages without Images*/

.insights-module-item.insights-icon-withoutimages {
    background-size: 26px 21px;
}

    /* Pages without Links */

.insights-module-item.insights-icon-deadendpages {
    background-size: 26px 21px;
}

    /* Wanted Pages */

.insights-module-item.insights-icon-wantedpages {
    background-size: 23px 21px;
}

  /* Special:Insights */

    /*
      Unorganized Templates, Non-Portable Infoboxes, Pages without an Infobox
    */

.insights-landing-nav-item.insights-icon-templateswithouttype,
.insights-landing-nav-item.insights-icon-nonportableinfoboxes,
.insights-landing-nav-item.insights-icon-pageswithoutinfobox {
    background-size: 76px 65px;
}

    /* Popular Pages */

.insights-landing-nav-item.insights-icon-popularpages {
    background-size: 74px 65px;
}

    /* Pages without Categories */

.insights-landing-nav-item.insights-icon-uncategorizedpages {
    background-size: 83px 65px;
}

    /* Pages without Images*/

.insights-landing-nav-item.insights-icon-withoutimages {
    background-size: 80px 65px;
}

    /* Pages without Links */

.insights-landing-nav-item.insights-icon-deadendpages {
    background-size: 80px 65px;
}

    /* Wanted Pages */

.insights-landing-nav-item.insights-icon-wantedpages {
    background-size: 70px 65px;
}

/* "wbr" HTML elements */

wbr::after {
    content: "\200B";
}