Got a spare minute? The Archives need some love. See the to-do list to find a way to help.
If you upload a new image make sure you name and categorize it properly. If in doubt, ask an admin or see our FAQ page.

User:Chenzw/monobook.css: Difference between revisions

From Bulbagarden Archives
Jump to navigationJump to search
(Created page with "a:link { color: #002bb8; } a:visited { color: #5a3696; }")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
a:visited {
a:visited {
     color: #5a3696;
     color: #5a3696;
}
a.new, #p-personal a.new {
    color: #cc2200;
}
div#uploadtext {
    display: none;
}
}

Latest revision as of 12:46, 29 July 2016

a:link {
    color: #002bb8;
}
a:visited {
    color: #5a3696;
}
a.new, #p-personal a.new {
    color: #cc2200;
}
div#uploadtext {
    display: none;
}