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 1: Riga 1:
{{CSS|Bestiario}}
{{CSS|Bestiario}}
/* <pre><nowiki> */
/* <pre><nowiki> */
@import url('https://fonts.googleapis.com/css?family=Jim+Nightshade');


/* Font e quant'altro */
/* Font e quant'altro */
@font-face {
.bestiario {font-family: 'Jim Nightshade'', Georgia, serif; font-size: 20px;}
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 delle 22:21, 7 mar 2018

/*

 */

/* Font e quant'altro */
@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*/
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; }

/* 

*/