Mudanças entre as edições de "MediaWiki:Common.css"
De Tutta Europa Manual
(Criou página com '→* o código CSS colocado aqui será aplicado a todos os temas: @import url( 'https://fonts.googleapis.com/css?family=Slabo+27px|Muli|Noto+Sans|Noto+Serif '); /* Changes t...') |
m |
||
| (10 revisões intermediárias pelo mesmo usuário não estão sendo mostradas) | |||
| Linha 4: | Linha 4: | ||
/* Changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */ | /* Changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */ | ||
body { | body { | ||
font-family: "Slabo | font-family: "Muli", sans-serif; | ||
background-color: lightsteelblue; | |||
} | |||
#mw-head { | |||
background-color: lightsteelblue; | |||
} | |||
.vector-menu-tabs li a { | |||
background-color: lightsteelblue; | |||
} | |||
.vector-menu-tabs .selected a { | |||
background-color: lightskyblue; | |||
} | |||
#content h1, | |||
#content h2 { | |||
font-family: "Slabo 27px", serif; | |||
font-weight: 700; | |||
color: darkslategray; | |||
} | |||
.mw-body-content .toc h2 { | |||
font-family: "Slabo 27px", serif; | |||
font-size: 150%; | |||
} | |||
a.new, .new a { | |||
color: #721; | |||
} | } | ||
Edição atual tal como às 02h20min de 21 de novembro de 2021
/** o código CSS colocado aqui será aplicado a todos os temas */
@import url( 'https://fonts.googleapis.com/css?family=Slabo+27px|Muli|Noto+Sans|Noto+Serif ');
/* Changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */
body {
font-family: "Muli", sans-serif;
background-color: lightsteelblue;
}
#mw-head {
background-color: lightsteelblue;
}
.vector-menu-tabs li a {
background-color: lightsteelblue;
}
.vector-menu-tabs .selected a {
background-color: lightskyblue;
}
#content h1,
#content h2 {
font-family: "Slabo 27px", serif;
font-weight: 700;
color: darkslategray;
}
.mw-body-content .toc h2 {
font-family: "Slabo 27px", serif;
font-size: 150%;
}
a.new, .new a {
color: #721;
}