User:Keyacom/common.css: Difference between revisions

no edit summary
(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
}
}
205

edits