Difference between revisions of "MediaWiki:Common.css"

From Black Movie Database WhoDat Wiki
Jump to navigation Jump to search
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: red }; /* unvisited links */
a:link    { color: red }  /* unvisited links */
a:visited { color: #6b5b95 }  /* visited links  */
a:visited { color: #6b5b95 }  /* visited links  */
a:hover  { color: #6b5b95 } /* user hovers    */
a:hover  { color: #6b5b95 } /* user hovers    */
a:active  { color: #2e86b9 }  /* active links    */
a:active  { color: #2e86b9 }  /* active links    */

Revision as of 05:26, 15 August 2021

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