MediaWiki:Common.css: Difference between revisions

From Glossary LIVES
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:


a {
a {
     color: #0fbf20;
     color: #21c0f4;
}
}


a:active {
a:active {
     color: #0fbf20;
     color: #21c0f4;
}
}




a:visited {
a:visited {
     color: #0fbf20;
     color: #21c0f4;
}
}


.mw-parser-output a.external {
.mw-parser-output a.external {
     color: #0fbf20;
     color: #21c0f4;
}
}


.mw-parser-output a.external {
.mw-parser-output a.external {
     color: #0fbf20;
     color: #21c0f4;
}
}

Revision as of 19:38, 8 October 2020

/* CSS placed here will be applied to all skins */
/* original
a:visited {
    color: #0b0080;
}
*/

a {
    color: #21c0f4;
}

a:active {
    color: #21c0f4;
}


a:visited {
    color: #21c0f4;
}

.mw-parser-output a.external {
    color: #21c0f4;
}

.mw-parser-output a.external {
    color: #21c0f4;
}