Wikijugger España
Sin resumen de edición
Sin resumen de edición
Línea 5: Línea 5:
 
font-family: 'Abel', cursive;
 
font-family: 'Abel', cursive;
 
article {
 
article {
font-family: Open Sans;
+
font-family: Open Sans;
  +
}
  +
@font-face {
  +
font-family: 'Open Sans';
  +
src: url('https://fonts.googleapis.com/css?family=Open+Sans:400');
 
}
 
}
 
/* Infoboxes portátiles */
 
/* Infoboxes portátiles */

Revisión del 09:47 8 ago 2020

@import url(https://fonts.googleapis.com/css?family=Abel);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400);

h1, h2, h3 {
    font-family: 'Abel', cursive;
article {
    font-family: Open Sans;
}
@font-face {
    font-family: 'Open Sans';
   src: url('https://fonts.googleapis.com/css?family=Open+Sans:400');
}
/* Infoboxes portátiles */
.pi-title {
	background-color: #006cb0;
	color: #fff;
    margin-bottom: 8px !important;
}
.pi-header {
	background-color: #ccc;
    margin-top: 6px !important;
}
.pi-background {
	background-color: #fff;
	text-align: center !important;
}
.pi-smart-data-label {
	background-color: #ccc;
}
.portable-infobox {
	border: 1px solid #ccc;
	color: #3a3a3a;
	padding: 0.2em;
	width: 250px;
}
.pi-border-color {
	border: none !important;
}
.pi-navigation {
	background-color: #ccc;
}
.pi-image-thumbnail {
	height: auto;
    width: 230px
}
/***Texto justificado***/
body.ns-0 .WikiaArticle { text-align:justify }
.infobox {text-align:initial !important}
.toc {text-align:initial !important}
}