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
 
Riga 3: Riga 3:


/* Font e quant'altro */
/* Font e quant'altro */
.bestiario {font-family: Georgia, serif; font-size: 20px;}
@font-face {
font-family: Nightshade;
src: url('https://fonts.googleapis.com/css?family=Jim+Nightshade');
}
.bestiario {font-family: 'Nightshade'', Georgia, serif; font-size: 20px;}


/* Sfondo*/
/* Sfondo*/

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; }

/* 

*/