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
No edit summary
No edit summary
 
Line 7: Line 7:
a.new, #p-personal a.new {
a.new, #p-personal a.new {
     color: #cc2200;
     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;
}