MediaWiki:Common.css: Difference between revisions

From Black Movie Database WhoDat Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(14 intermediate revisions by the same user not shown)
Line 8: Line 8:
div.gallerytext > p { font-size: 7px !important; color: transparent !important; line-height: 1% !important }
div.gallerytext > p { font-size: 7px !important; color: transparent !important; line-height: 1% !important }
div.gallerytext > p a { font-size: initial !important; line-height: initial !important; color: initial !important; }
div.gallerytext > p a { font-size: initial !important; line-height: initial !important; color: initial !important; }
/* Hide the DPL tracking category link from the bottom of pages */
a[href*="Category:Pages_using_DynamicPageList4_Intersection_parser_tag"] {
    display: none !important;
}
/* Hide the DPL tracking category link from the bottom of pages */
a[href*="Category:Pages_using_DynamicPageList4"] {
    display: none !important;
}

Latest revision as of 08:12, 13 February 2026

/* CSS placed here will be applied to all skins */

body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }

a:visited { color: #6b5b95 }   /* visited links   */
a:hover   { color: #6b5b95 } /* user hovers     */

div.gallerytext > p { font-size: 7px !important; color: transparent !important; line-height: 1% !important }
div.gallerytext > p a { font-size: initial !important; line-height: initial !important; color: initial !important; }


/* Hide the DPL tracking category link from the bottom of pages */
a[href*="Category:Pages_using_DynamicPageList4_Intersection_parser_tag"] {
    display: none !important;
}

/* Hide the DPL tracking category link from the bottom of pages */
a[href*="Category:Pages_using_DynamicPageList4"] {
    display: none !important;
}