Differenze tra le versioni di "MediaWiki:Erudite.css"

by Blue
(Creata pagina con "→‎Set the colour of the top menu: #menu { background-color: rgba(74, 110, 184, 0.7); }")
 
Riga 1: Riga 1:
 
/* Set the colour of the top menu */
 
/* Set the colour of the top menu */
 
#menu {
 
#menu {
 +
  background-color: rgba(74, 110, 184, 0.7);
 +
}
 +
 +
/* Set a background image for the top banner */
 +
#top-wrap {
 
   background-color: rgba(74, 110, 184, 0.7);
 
   background-color: rgba(74, 110, 184, 0.7);
 
}
 
}

Versione delle 14:06, 16 mag 2015

/* Set the colour of the top menu */
#menu {
  background-color: rgba(74, 110, 184, 0.7);
}

/* Set a background image for the top banner */
#top-wrap {
  background-color: rgba(74, 110, 184, 0.7);
}