Nonciclopedia:Skin/Bestiario.css: differenze tra le versioni

Vai alla navigazione Vai alla ricerca
Contenuto aggiunto Contenuto cancellato
Nessun oggetto della modifica
Nessun oggetto della modifica
 
(5 versioni intermedie di uno stesso utente non sono mostrate)
Riga 1: Riga 1:
{{CSS|Bestiario}}
{{CSS|Bestiario}}
/* <pre><nowiki> */
/* <pre><nowiki> */



/* Font e quant'altro */
/* Font e quant'altro */
.bestiario {font-family: 'Monotype Corsiva', Georgia, serif; font-size: 20px;}
.bestiario {font-family: Georgia, serif; font-size: 20px;}

/* Sfondo*/
body {background: #f0e68c;}


#content {
/* Sfondo del testo */
#content {
background-color: #f0e68c !important;
background-color: #f0e68c !important;
}
}
Riga 17: Riga 18:


/* Footer (abbastanza ovvio) */
/* Footer (abbastanza ovvio) */
#footer { background: #eaeaea !important;}
#footer { background: #f0e68c; border: none !important;}


/*PANNELLI IN ALTO*/
/*PANNELLI IN ALTO*/

Versione attuale delle 22:22, 7 mar 2018

/*

 */

/* Font e quant'altro */
.bestiario {font-family: Georgia, serif; font-size: 20px;} 

/* Sfondo*/
body  {background: #f0e68c;}

#content {
background-color: #f0e68c !important; 
}

/* MENU SX */
#p-navigation .pBody, #p-progetti .pBody, #p-tb .pBody, #p-lang .pBody, #p-wikicities-nav .pBody, #p-community .pBody {
background: #f0e68c !important;
}

/* Footer (abbastanza ovvio) */
#footer { background: #f0e68c; border: none !important;}

/*PANNELLI IN ALTO*/
#p-cactions ul li a { background: #f0e68c !important; }
#p-cactions ul li.selected a { background: #f0e68c!important; }
#p-cactions ul li a:hover { background: #f0e68c !important; }

/* 

*/