From The Mana World
(Change line color header (h1 and h2) Timeless template) |
m (removed useless css) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
#mw-content h1 | #mw-content h1 { | ||
border-bottom: solid 2px #900; | 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; | |||
} | } |
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;
}