Mudanças entre as edições de "MediaWiki:Vector.css"
De Priston Tale Wiki
| Linha 19: | Linha 19: | ||
h1, h2, h3, h4, h5, h6 | h1, h2, h3, h4, h5, h6 | ||
{ | { | ||
| − | border-bottom: 1px solid # | + | border-bottom: 1px solid #b7b7b7; |
} | } | ||
Edição das 02h57min de 15 de setembro de 2016
body
{
font-family: 'Open Sans', sans-serif;
}
a, a:visited
{
color: #7d7d7d;
text-transform: uppercase;
}
div#mw-panel div.portal h3
{
margin: 0;
padding: 0 0 5px 0;
border-bottom: 1px solid #3c3b0d;
}
h1, h2, h3, h4, h5, h6
{
border-bottom: 1px solid #b7b7b7;
}