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
(Created page with "html, body { font-family: Fira Sans, Trebuchet MS, Arial, sans-serif }")
 
No edit summary
Line 2: Line 2:
{
{
font-family: Fira Sans, Trebuchet MS, Arial, sans-serif
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
}
}

Revision as of 13:10, 11 January 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
}