MediaWiki:Common.css: Difference between revisions

From Glossary LIVES
Jump to navigation Jump to search
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
/* original
/* original
a:visited {
a:visited {
     color: #0b0080;
     color: #21c0f4;
}
}
*/
*/


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

Latest revision as of 19:40, 8 October 2020

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

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