Difference between revisions of "MediaWiki:Common.css"

From Black Movie Database WhoDat Wiki
Jump to navigation Jump to search
(Created page with "→‎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; }")
 
Tag: Manual revert
 
(25 intermediate revisions by the same user not shown)
Line 2: Line 2:


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

Latest revision as of 00:16, 10 September 2025

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