One Piece Wiki Italia
Advertisement
One Piece Wiki Italia

Nota: dopo aver salvato, potrebbe essere necessario pulire la cache del proprio browser per vedere i cambiamenti.

  • Firefox / Safari: tenere premuto il tasto delle maiuscole Shift e fare clic su Ricarica, oppure premere Ctrl-F5 o Ctrl-R (⌘-R su Mac)
  • Google Chrome: premere Ctrl-Shift-R (⌘-Shift-R su un Mac)
  • Internet Explorer: tenere premuto il tasto Ctrl e fare clic su Aggiorna, oppure premere Ctrl-F5
  • Opera: Vai nel Menu → Impostazioni (Opera → Preferenze su un Mac) e poi in Privacy & sicurezza → Pulisci dati del browser → Immagini e file nella cache.
/*************/
/*  Profili  */
/*************/
/* Stili comuni */
	/** tab galleria in basso **/
.portable-infobox .pi-image-collection {
	display: flex;
	flex-direction: column-reverse;
}
	/** tab galleria - per il margine vedere MediaWiki:Wikia.css - "Elenchi puntati" **/
ul.pi-image-collection-tabs {
	border-bottom: 1px solid #000;
	width: 100%;
	font-size: 12px;
}
	/** fix per ultima immagine galleria **/
.portable-infobox .pi-image {
	display: block;
	width: 100%;
}
    /** rimozione didascalia (per immagine unica in galleria) **/
.portable-infobox .pi-caption {
	display: none;
}
    /** evidenziatura al passaggio del mouse **/
.portable-infobox .pi-data:hover {
	background-color: #eee;
}
	/** schemi colore **/
.portable-infobox .pi-title,
.portable-infobox .pi-header {
	background-color: var(--schema-bg, #006cb0);
	color: var(--schema-txt, #ffffff);
}
	/** box interno nei titoli e negli headers **/
.portable-infobox .pi-title > span,
.portable-infobox .pi-header > span {
	display: block;
	border: 1px solid;
}
    /** correzione colore collapse **/
.portable-infobox .pi-collapse .pi-header:first-child::after {
	border-color: inherit;
}
    /** correzione colore link **/
.portable-infobox .pi-title a,
.portable-infobox .pi-title a.new,
.portable-infobox .pi-header a,
.portable-infobox .pi-header a.new{ 
	color: inherit;
}
    /** correzione liste **/
.portable-infobox .pi-data-value ul {
	list-style-type: none;
}
	/** correzione note **/
.portable-infobox .reference {
	font-size: 8px;
}
	/** immagine **/
.pi-theme-manga .pi-image-thumbnail,
.pi-theme-anime .pi-image-thumbnail,
.pi-theme-profilo-saga .pi-image-thumbnail {
	max-height: 500px;
	width: 100%;
	height: auto;
	object-fit: contain;
}
	/** fix per margine extra dopo gli infobox a causa di paragrafi vuoti creati attorno all'infobox **/
.mw-parser-output aside + p:empty + p {
	margin: .4em 0 .5em;
}

/* Classici */
	/** generale **/
.pi-theme-classico {
	background-color: #fff;
	border: 1px solid #bbb;
	margin: 0 0 0.5em 1em;
}
.pi-theme-classico .pi-border-color {
	border-color: #e3e3e3;
}
	/** spaziatura **/
.pi-theme-classico .pi-item-spacing {
	padding: 0;
}
	/** titolo & headers**/
.pi-theme-classico .pi-title,
.pi-theme-classico .pi-header {
	font-size: 15px;
	font-weight: bold;
	padding: 1px;
	text-align: center;
}
.pi-theme-classico .pi-header div {
	padding: 3px;
}
	/** nome delle informazioni **/
.pi-theme-classico .pi-data-label {
	flex-basis: 40%;
	font-size: 10px;
	padding: 5px;
}
	/** informazioni **/
.pi-theme-classico .pi-data-value {
	font-size: 10px;
	padding: 5px;
}
	/** link schede **/
.pi-theme-classico .pi-navigation.pi-secondary-background {
	text-align: center;
	padding: 2px;
	background: #fff;
	color: #000;
	border-top: 1px solid #bbb;
}

/* Capitolo */
.pi-theme-manga {
	width: 300px;
	background-color: #f0faff;
	border: 2px solid #000;
	margin: 0 0 0.5em 1em;
}
.pi-theme-manga .pi-item {
	border-bottom: 1px solid #000;
}
	/** titolo e headers **/
.pi-theme-manga .pi-title,
.pi-theme-manga .pi-header {
	font-size: 15px;
	font-weight: bold;
	padding: 1px;
	text-align: center;
}
.pi-theme-manga .pi-header div {
	padding: 3px;
}
    /** spaziatura **/
.pi-theme-manga .pi-data {
	padding: 0;
}
	/** nome delle informazioni **/
.pi-theme-manga .pi-data-label {
	flex-basis: 110px;
	font-size: 12px;
	padding: 5px 0px 5px 5px;
}
	/** informazioni **/
.pi-theme-manga .pi-data-value {
	font-size: 12px;
	padding: 5px;
}
	/** navigazione **/
.pi-theme-manga .pi-horizontal-group-item {
	font-weight: bold;
	font-size: 14px;
	padding: 10px;
}

/* Profilo volume */
.pi-theme-manga .pi-group:nth-child(4).pi-collapse .pi-data-value {
	width: 100%;
}
.pi-theme-manga .pi-item .pi-sezione {
	width: 100%;	
	background: #cbe6ff;
	padding: 5px;
	margin: -5px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

/* Profilo saga */
.pi-theme-profilo-saga {
	width: 300px;
	background-color: #fff;
	border: 2px solid #000;
	margin: 0 0 0.5em 1em;
}
.pi-theme-profilo-saga .pi-item {
	border-bottom: 1px solid #000;
}
	/** titolo e headers **/
.pi-theme-profilo-saga .pi-title,
.pi-theme-profilo-saga .pi-header {
	font-size: 15px;
	font-weight: bold;
	padding: 1px;
	text-align: center;
	line-height: 28px;
}
    /** spaziatura **/
.pi-theme-profilo-saga .pi-data {
	padding: 0;
}
	/** nome delle informazioni **/
.pi-theme-profilo-saga .pi-data-label {
	flex-basis: 45px;
	font-size: 11px;
	padding: 5px;
}
	/** informazioni **/
.pi-theme-profilo-saga .pi-data-value {
	flex-basis: auto;
	font-size: 11px;
	padding: 5px;
}
	/** cella cronologia madre **/
.pi-theme-profilo-saga .pi-data[data-source="saga madre"] .pi-data-value {
	flex-basis: 100%;
	background: #FFFF00;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.pi-theme-profilo-saga .pi-data[data-source="saga madre"] .pi-data-value a {
	color: inherit;
}
	/** cella cronologia manga/anime **/
.pi-theme-profilo-saga .pi-group[data-item-name="navigation"] .pi-header {
	background-color: #dedede;
	color: #000;
	font-size: 12px;
	line-height: 18px;
	padding: 2px;
}
	/** prec/succ **/
.pi-theme-profilo-saga .pi-group[data-item-name="navigation"] .pi-smart-data-value {
	font-size: 12px;
	font-weight: bold;
	font-size: 12px;
}

/* Anime */
.pi-theme-anime {
	width: 300px;
	background-color: #fff;
	border: 1px solid #000;
	margin: 0 0 0.5em 1em;
}
.pi-theme-anime .pi-item {
	border-bottom: 1px solid #000;
}
	/** titolo e headers  **/
.pi-theme-anime .pi-title,
.pi-theme-anime .pi-header {
	background-image: var(--schema-img);
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
	/** spaziatura **/
.pi-theme-anime .pi-data {
	background-color: var(--schema-bg);
	background-image: var(--schema-img);
	color: var(--schema-txt);
	padding: 0;
}
	/** nome delle informazioni **/
.pi-theme-anime .pi-data-label {
	background: rgba(255, 255, 255, 0.5); /* sovrapposizione con colore sfondo */
	font-size: 12px;
	padding: 4px;
}
	/** informazioni **/
.pi-theme-anime .pi-collapse .pi-data-value {
	flex-basis: 200px;
	padding: 4px;
	border-left: 1px solid #000;
	background: #fff;
	color: #000;
	font-size: 12px;
}
	/** navigazione **/
.pi-theme-anime .pi-horizontal-group {
	border-top: 1px solid #000;
}
.pi-theme-anime .pi-horizontal-group-item {
	width: 25%;
	font-size: 10px;
	font-weight: bold;
	padding: 10px 0;
}
.pi-theme-anime .pi-horizontal-group-item:nth-child(2) {
	width: 50%;
	padding: 10px 2px;
	background: #000;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}
	/** evidenziatura al passaggio del mouse **/
.portable-infobox .pi-data:hover .pi-data-label {
	background-color: #eee;
	background-image: var(--schema-img);
	color: #000;
}
.portable-infobox .pi-data:hover .pi-data-value {
	background-color: #eee;
}

/* Videogioco */
.pi-theme-videogiochi {
	width: 300px;
	background-color: #fff;
	border: 1px solid #000;
	margin: 0 0 0.5em 1em;
}
.pi-theme-videogiochi .pi-item {
	border-bottom: 1px solid #000;
}
	/** titolo e headers **/
.pi-theme-videogiochi .pi-title,
.pi-theme-videogiochi .pi-header {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
	/** spaziatura **/
.pi-theme-videogiochi .pi-data {
	padding: 0;
}
	/** nome delle informazioni **/
.pi-theme-videogiochi .pi-data-label {
	background: rgba(255, 255, 255, 0.5);
	font-size: 12px;
	padding: 4px;
}
	/** informazioni **/
.pi-theme-videogiochi .pi-collapse .pi-data-value {
	flex-basis: 200px;
	padding: 4px;
	border-left: 1px solid #000;
	background: #fff;
	color: #000;
	font-size: 12px;
}
	/** navigazione **/
.pi-theme-videogiochi .pi-horizontal-group {
	border-top: 1px solid #000;
}
.pi-theme-videogiochi .pi-horizontal-group-item {
	width: 25%;
	font-size: 10px;
	font-weight: bold;
	padding: 10px 0;
}
.pi-theme-videogiochi .pi-horizontal-group-item:nth-child(2) {
	width: 50%;
	padding: 10px 2px;
	background: #000;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}
Advertisement