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:Keyacom/common.css: Difference between revisions

From Bulbagarden Archives
Jump to navigationJump to search
No edit summary
m (Pokemaster97 moved page User:TheICTLiker4/common.css to User:Keyacom/common.css: Automatically moved page while renaming the user "TheICTLiker4" to "Keyacom")
 
(No difference)

Latest revision as of 15:42, 15 March 2020

html, body
{
font-family: Fira Sans, Trebuchet MS, Arial, sans-serif
}

table.wikitable
{
border-collapse: separate;
background-color: #e4f0f7;
 border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 3px;
    color: black;
}

table.wikitable th, table.wikitable td {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    vertical-align: middle;
}

table.wikitable th {
    background: #c8c8ff;
    border: none}

table.wikitable td {
    background: #efefef;
    border: none
}