Welcome to the TWC Wiki! You are not logged in. Please log in to the Wiki to vote in polls, change skin preferences, or edit pages. See HERE for details of how to LOG IN.

Difference between revisions of "User:Makanyane/monobook.css"

From TWC Wiki
Jump to navigationJump to search
Line 1: Line 1:
 
a, .mw-parser-output a.external {
 
a, .mw-parser-output a.external {
     color: #04A; /* made up color */
+
     color: #04B; /* made up color */
 
}
 
}
 
a:hover, a:visited, a.external:visited, a.external:hover, .mw-parser-output a.external:visited, .mw-parser-output a.external:hover {
 
a:hover, a:visited, a.external:visited, a.external:hover, .mw-parser-output a.external:visited, .mw-parser-output a.external:hover {

Revision as of 09:22, 4 May 2020

a, .mw-parser-output a.external {
    color: #04B; /* made up color */
}
a:hover, a:visited, a.external:visited, a.external:hover, .mw-parser-output a.external:visited, .mw-parser-output a.external:hover {
    color: #21C;
}
.portlet.generated-sidebar a:visited, .portlet a:visited, .portlet.generated-sidebar a:hover, .portlet a:hover {
color: rgb(66, 49, 33);
}