User:Keyacom/common.css: Difference between revisions

(Created page with "html, body { font-family: Fira Sans, Trebuchet MS, Arial, sans-serif }")
 
m (Pokemaster97 moved page User:TheICTLiker4/common.css to User:Keyacom/common.css: Automatically moved page while renaming the user "TheICTLiker4" to "Keyacom")
 
(One intermediate revision by one other user not shown)
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
}
}

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
}