MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
Tags: Reverted Mobile edit Mobile web edit
No edit summary
Tags: Reverted Mobile edit Mobile web edit
Line 77: Line 77:
/* Hide talk tab */
/* Hide talk tab */
#ca-talk { display: none !important; }
#ca-talk { display: none !important; }
 
/* Force all links to dark pink on Minerva (mobile skin) */
/* Force all links to dark pink everywhere */
body.skin-minerva a,
.mw-body a, .mw-content a, #mw-content-text a {
body.skin-minerva #content a,
     color: #8B0D2E !important; /* dark pink */
body.skin-minerva .mw-parser-output a {
     color: #8B0D2E !important;
     text-decoration: none !important;
     text-decoration: none !important;
}
}


.mw-body a:visited, .mw-content a:visited, #mw-content-text a:visited {
/* Visited links */
     color: #a62671 !important; /* darker pink/purple tone */
body.skin-minerva a:visited,
body.skin-minerva #content a:visited,
body.skin-minerva .mw-parser-output a:visited {
     color: #a62671 !important;
}
}


.mw-body a:hover, .mw-content a:hover, #mw-content-text a:hover {
/* Hover effect */
     color: #ff4da6 !important; /* bright pink on hover */
body.skin-minerva a:hover,
body.skin-minerva #content a:hover,
body.skin-minerva .mw-parser-output a:hover {
     color: #ff4da6 !important;
}
}