User:ShupaRoeh/monobook.css: Difference between revisions

From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search
(New Page: →‎Change link colours: a { color: gold; } a:visited { color: yellow; } table.diff a[title="User:PSIWolf"], ul#pagehistory li a[title="User:PSIWolf"], ul.special li a[title="U...)
 
No edit summary
Line 1: Line 1:
table.diff a[title="User:ShupaRoeh"],
ul#pagehistory li a[title="User:ShupaRoeh"],
ul.special li a[title="User:ShupaRoeh"] { color: #87CEEB }
ul#pagehistory li a[title="User:Porplemontage"],
ul.special li a[title="User:Porplemontage"] { color: #800080; }
/* Change link colours */
/* Change link colours */
a {
a {
Line 6: Line 11:
     color: yellow;
     color: yellow;
}
}
table.diff a[title="User:PSIWolf"], ul#pagehistory li a[title="User:PSIWolf"], ul.special li a[title="User:PSIWolf"] { font-weight: bold; color: #000000 }

Revision as of 11:28, September 8, 2012

table.diff a[title="User:ShupaRoeh"],
ul#pagehistory li a[title="User:ShupaRoeh"],
ul.special li a[title="User:ShupaRoeh"] { color: #87CEEB }
ul#pagehistory li a[title="User:Porplemontage"],
ul.special li a[title="User:Porplemontage"] { color: #800080; }
/* Change link colours */
a {
    color: gold;
}
a:visited {
    color: yellow;
}