MediaWiki:Common.css: Difference between revisions

From Black Movie Database WhoDat Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(25 intermediate revisions by the same user not shown)
Line 3: Line 3:
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }


a:link    { color: #2e86b9 }  font-weight: bold;  /* unvisited links */
a:visited { color: #6b5b95 }  /* visited links  */
a:visited { color: #2e86b9 }  /* visited links  */
a:hover  { color: #6b5b95 } /* user hovers    */
a:hover  { color: #6b5b95 } /* user hovers    */
a:active  { color: #2e86b9 }   /* active links    */
 
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;
}

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;
}