From The Mana World
(Added padding to tables and added styling for input)
m (removed useless css)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
#mw-content h1, #mw-content h2 {
#mw-content h1 {
     border-bottom: solid 2px #900;
     border-bottom: solid 2px #900;
}
}
#mw-content h2 {
    font-size: 1.5em;
    border-bottom: none;
}


td {
td {
Line 11: Line 17:
     padding: .2rem .4rem;
     padding: .2rem .4rem;
     font-size: 87.5%;
     font-size: 87.5%;
     color: #fff;
     color: #000;
     background-color: #212529;
     background-color: #DEDAD6;
     border-radius: .2rem;
     border-radius: .2rem;
     margin: .1em 0;
     margin: .1em 0;
}
}

Latest revision as of 12:03, 5 October 2020

#mw-content h1 {
    border-bottom: solid 2px #900;
}

#mw-content h2 {
    font-size: 1.5em;
    border-bottom: none;
}


td {
    padding: 0 1em;
}

kbd {
    display: inline-block;
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #000;
    background-color: #DEDAD6;
    border-radius: .2rem;
    margin: .1em 0;
}