Mudanças entre as edições de "MediaWiki:Common.css"

De FNS
Ir para: navegação, pesquisa
Linha 27: Linha 27:
 
#content h2 {
 
#content h2 {
 
   font-family: "Noto Serif", serif;
 
   font-family: "Noto Serif", serif;
 +
}
 +
 +
.mw-parser-output .mainpage_row {
 +
    display: flex;
 +
    flex-direction: row;
 +
    flex-flow: row wrap;
 +
    justify-content: space-between;
 +
    padding: 0;
 +
    margin: 0 -5px 0 -5px;
 
}
 
}

Edição das 14h01min de 30 de maio de 2022



#mw-head{

background: #68ACE3;
color: #fff;

}



#mw-body{

background: #3D87C4

}

@import url( 'https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif ');

/* Changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */
body {
  font-family: "Noto Sans", sans-serif;
}

/* Changes the default font used for MediaWiki headings to Noto Serif: */
#content h1, 
#content h2 {
  font-family: "Noto Serif", serif;
}

.mw-parser-output .mainpage_row {
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 0;
    margin: 0 -5px 0 -5px;
}