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

De Indisciplinar
Ir para: navegação, pesquisa
(Criou página com '* o código CSS colocado aqui será aplicado a todos os temas: body {background: yellow} /* changes the background color of the bottom and left of each page, up to behind...')
 
Linha 1: Linha 1:
 
/** o código CSS colocado aqui será aplicado a todos os temas */
 
/** o código CSS colocado aqui será aplicado a todos os temas */
body {background: yellow}
+
body {background: #99ccff}
 
/* changes the background color of the bottom and left of each page, up to behind half of the logo */
 
/* changes the background color of the bottom and left of each page, up to behind half of the logo */
  
#mw-page-base {background: yellow}
+
#mw-page-base {background: #99ccff}
 
/* changes the background color behind the top half of the logo and at top of each page */
 
/* changes the background color behind the top half of the logo and at top of each page */

Edição das 08h33min de 5 de abril de 2019

/** o código CSS colocado aqui será aplicado a todos os temas */
body {background: #99ccff}
/* changes the background color of the bottom and left of each page, up to behind half of the logo */

#mw-page-base {background: #99ccff}
/* changes the background color behind the top half of the logo and at top of each page */