Horizon Zero Dawn
Sin resumen de edición
Etiqueta: sourceedit
Sin resumen de edición
Etiqueta: sourceedit
Línea 1: Línea 1:
 
/* Wikia en General */
 
/* Wikia en General */
.WikiaMainContent,
 
 
@import url("https://fonts.googleapis.com/css?family=Didact+Gothic|Roboto+Slab:100,300,400,700");
 
@import url("https://fonts.googleapis.com/css?family=Didact+Gothic|Roboto+Slab:100,300,400,700");
.WikiaRail {
+
.WikiaRail,
 
.WikiaMainContent {
 
font-family: Roboto Slab;
 
font-family: Roboto Slab;
 
}
 
}
 
/* Mensaje de Bienvenida */
 
/* Mensaje de Bienvenida */
 
.bienvenida {
 
.bienvenida {
.WikiaFooter, ;background-image: url("http://vignette4.wikia.nocookie.net/horizon-zero-dawn/images/c/ce/Bienvenida-background.png/revision/latest?cb=20160830223223&path-prefix=es");
+
background-image: url("http://vignette4.wikia.nocookie.net/horizon-zero-dawn/images/c/ce/Bienvenida-background.png/revision/latest?cb=20160830223223&path-prefix=es");
 
background-size: cover;
 
background-size: cover;
 
}
 
}
Línea 195: Línea 195:
 
.main-page-tag-lcs .WikiaBlogListingBox .author-details span,
 
.main-page-tag-lcs .WikiaBlogListingBox .author-details span,
 
.main-page-tag-lcs .WikiaBlogListingBox .author-details a {
 
.main-page-tag-lcs .WikiaBlogListingBox .author-details a {
  +
font-size: 90%;
.AppModule,
 
#WikiaRail .rail-module, ;font-size: 90%;
 
 
}
 
}
 
/* Modulos */
 
/* Modulos */
 
.AppModule,
 
#WikiaRail .rail-module,
 
#WikiaRail .module {
 
#WikiaRail .module {
 
background: rgba(0, 0, 0, 0) !important;
 
background: rgba(0, 0, 0, 0) !important;
Línea 302: Línea 303:
 
}
 
}
 
.muestrario #toc {
 
.muestrario #toc {
 
display: none;
.combate-header,
 
.combate-h2, ;display: none;
 
 
}
 
}
 
/* Plantilla: Combate, Plantilla: Puntos débiles */
 
/* Plantilla: Combate, Plantilla: Puntos débiles */
.puntos-debiles-h2 {
+
.puntos-debiles-h2
 
.combate-header,
  +
.combate-h2 {
 
align-items: center;
 
align-items: center;
 
display: flex;
 
display: flex;

Revisión del 21:57 20 ago 2017

/* Wikia en General */
@import url("https://fonts.googleapis.com/css?family=Didact+Gothic|Roboto+Slab:100,300,400,700");
.WikiaRail,
.WikiaMainContent {
	font-family: Roboto Slab;
}
/* Mensaje de Bienvenida */
.bienvenida {
    background-image: url("http://vignette4.wikia.nocookie.net/horizon-zero-dawn/images/c/ce/Bienvenida-background.png/revision/latest?cb=20160830223223&path-prefix=es");
	background-size: cover;
}
/* Barra del Spotlights */
.WikiaBarWrapper {
	background-image: url("http://vignette3.wikia.nocookie.net/horizon-zero-dawn/images/9/9a/Horizon-zero-dawn-cosplay-inpage-banner.jpg/revision/latest?cb=20160616200536&path-prefix=es");
	background-size: cover;
}
.WikiaFooter .header-container h2,
.WikiaBarWrapper .header-container h2 {
	color: white;
}
/* wordmark en la barra de navegación */
.wds-community-header .wds-community-header__wordmark img {
	animation-delay: 15s;
	animation: wordmark 30s linear infinite;
	filter: invert(100%) !important;
}
@keyframes wordmark {
	1% {
		opacity: 0;
	}
	2% {
		opacity: 100;
	}
	3% {
		opacity: 0;
	}
	4% {
		opacity: 100;
	}
}
/* DIV's en Parallax de portada */
.main-page-tag-lcs #Parallax .text-parallax {
	color: white;
	font-family: Play;
	font-size: 30px;
	margin-left: 130px;
	margin-top: 100px;
	position: absolute;
	text-align: center;
	text-shadow: 2px 2px 2px black;
	z-index: 100;
}
.main-page-tag-lcs #Parallax .text-parallax-2 {
	color: white;
	font-family: Play;
	font-size: 1.5em;
	margin-left: 500px;
	margin-top: 200px;
	position: absolute;
	text-align: center;
	text-shadow: 2px 2px 2px black;
	z-index: 100;
}
.main-page-tag-lcs #Parallax .image-parallax {
	background-size: 200px;
	filter: invert(100%);
	margin-left: 5%;
	margin-top: 150px;
}
/* DIV's personajes-maquinas-armas-regiones */
.main-page-tag-lcs .portada-contenido .text {
	color: white;
	font-family: Play;
	font-size: 30px;
	font-variant: small-caps;
	margin-left: 180px;
	margin-top: 100px;
	position: absolute;
	text-shadow: 2px 2px 2px black;
}
.main-page-tag-lcs .portada-contenido div.personajes {
	border-radius: 0;
	border: 2px solid;
	cursor: pointer;
	display: inline-block;
	filter: alpha(opacity=22);
	height: 200px;
	margin-bottom: 0 !important;
	margin-top: 10px;
	opacity: 0.8;
	transition: color 0.2s;
	width: 49%;
}
.main-page-tag-lcs .portada-contenido .personajes img {
	height: 100%;
	width: 100%;
}
.main-page-tag-lcs .portada-contenido .personajes img:hover {
	border-radius: 20px 0 0;
}
.main-page-tag-lcs .portada-contenido div.personajes:hover {
	border-radius: 20px 0 0;
	filter: alpha(opacity=100);
	opacity: 1;
}
.main-page-tag-lcs .portada-contenido div.maquinas {
	background-size: auto;
	border-radius: 0;
	border: 2px solid;
	cursor: pointer;
	display: inline-block;
	filter: alpha(opacity=22);
	height: 200px;
	margin-bottom: 0 !important;
	margin-top: 10px;
	opacity: 0.8;
	transition: color 0.2s;
	width: 49%;
}
.main-page-tag-lcs .portada-contenido .maquinas img {
	height: 100%;
	width: 100%;
}
.main-page-tag-lcs .portada-contenido .maquinas img:hover {
	border-radius: 0 20px 0 0;
}
.main-page-tag-lcs .portada-contenido div.maquinas:hover {
	border-radius: 0 20px 0 0;
	filter: alpha(opacity=100);
	opacity: 1;
}
.main-page-tag-lcs .portada-contenido div.armas {
	background-size: auto;
	border-radius: 0;
	border: 2px solid;
	cursor: pointer;
	display: inline-block;
	filter: alpha(opacity=22);
	height: 200px;
	margin-top: 0;
	opacity: 0.8;
	transition: color 0.2s;
	width: 49%;
}
.main-page-tag-lcs .portada-contenido .armas img {
	height: 100%;
	width: 100%;
}
.main-page-tag-lcs .portada-contenido .armas img:hover {
	border-radius: 0 0 0 20px;
}
.main-page-tag-lcs .portada-contenido div.armas:hover {
	border-radius: 0 0 0 20px;
	filter: alpha(opacity=100);
	opacity: 1;
}
.main-page-tag-lcs .portada-contenido div.regiones {
	background-size: auto;
	border-radius: 0;
	border: 2px solid;
	cursor: pointer;
	display: inline-block;
	filter: alpha(opacity=22);
	height: 200px;
	margin-top: 0;
	opacity: 0.8;
	transition: color 0.2s;
	width: 49%;
}
.main-page-tag-lcs .portada-contenido .regiones img {
	height: 100%;
	width: 100%;
}
.main-page-tag-lcs .portada-contenido .regiones img:hover {
	border-radius: 0 0 20px;
}
.main-page-tag-lcs .portada-contenido div.regiones:hover {
	border-radius: 0 0 20px;
	filter: alpha(opacity=100);
	opacity: 1;
}
.main-page-tag-lcs .WikiaBlogListingBox ul {
	background-color: rgba(0, 0, 0, .5);
	border: none;
	color: #fff;
}
.main-page-tag-lcs .WikiaBlogListingBox h2 {
	background-color: rgb(0, 0, 0);
	border: none;
	padding: 5px;
	text-align: center;
}
.main-page-tag-lcs .WikiaBlogListingBox details span,
.main-page-tag-lcs .WikiaBlogListingBox details a,
.main-page-tag-lcs .WikiaBlogListingBox .author-details span,
.main-page-tag-lcs .WikiaBlogListingBox .author-details a {
	font-size: 90%;
}
/* Modulos */
.AppModule,
#WikiaRail .rail-module,
#WikiaRail .module {
	background: rgba(0, 0, 0, 0) !important;
	border: none !important;
}
/* Parallax */
#Parallax {
	-moz-border-radius: 10px;
	border-radius: 10px;
	height: 300px;
	margin: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
}
#Parallax div {
	left: 0;
	position: absolute;
	top: 0;
}
.page-Wikia_Horizon_Zero_Dawn #Parallax #Parallax-bg1 {
	left: 0;
	top: 0;
}
.page-Wikia_Horizon_Zero_Dawn #Parallax #Parallax-bg2 {
	left: 0;
	top: 1px;
}
/* Animacion imagen perfil de usuario */
.UserProfileMasthead .masthead-avatar {
	border-radius: 2px;
	opacity: 0.7;
	transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
	transition: All 0.6863s ease;
}
.UserProfileMasthead .masthead-avatar:hover {
	opacity: 1;
	transform: rotate(6deg) scale(1.1) skew(0deg) translate(0px);
	transition: All 1s ease;
}
.UserProfileMasthead .masthead-avatar .avatar {
	border-radius: 15px;
}
/* Hover Image */
.hoverimage a {
	filter: alpha(opacity=55);
	opacity: 0.55;
	transition: color 0.2s;
}
.hoverimage:hover a {
	color: #00ba4b !important;
	filter: alpha(opacity=100);
	opacity: 1;
}
.hoverimage:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.26);
	filter: alpha(opacity=100);
	opacity: 1;
}
.hoverimage {
	transition: box-shadow 0.2s;
}
.hoverimage > div {
	border: 0;
}
.hoverimage span {
	cursor: pointer;
	text-shadow: 3px 3px 5px #000;
	text-transform: uppercase;
}
/* [[Template: Fuentes]] */
.ref-fuentes {
	background-color: #d8d8d8;
	border-radius: 5px;
	color: #2e2e2e;
	min-height: 60px;
	padding: 0 5px;
	text-align: center;
	width: auto;
}
.ref-fuentes a {
	color: #2e2e2e !important;
	text-decoration: underline;
}
.ref-fuentes h2 {
	border-bottom: none;
}
.ref-fuentes h2 .mw-headline {
	margin-left: -40px;
}
.ref-fuentes h2 .editsection a {
	float: left;
}
/* Tabbers */

/* Barra de categorías */

/* Paginas de contenido */
.muestrario {
	background-color: rgba(0, 0, 0, 0.3);
	display: flex;
	justify-content: center;
}
.muestrario #toc {
	display: none;
}
/* Plantilla: Combate, Plantilla: Puntos débiles */
.puntos-debiles-h2
.combate-header,
.combate-h2 {
	align-items: center;
	display: flex;
	font-family: Play;
	font-weight: 400;
	justify-content: center;
	min-height: 45px;
	width: 100%;
}
.combate-header {
	background: linear-gradient(to right, #471949 10%, #172332 10%, #172332 90%, #471949 90%);
	color: #fff;
	font-size: 1.3em !important;
	margin: 0 !important;
}
.combate-h2 {
	background: linear-gradient(to right, #471949 10%, #172332 10%, #172332 90%, #471949 90%);
	color: #fff;
	font-size: 2.6em !important;
}
.puntos-debiles-h2 {
	background: linear-gradient(to right, #e3a50a 10%, #6a6a66 10%, #6a6a66 90%, #e3a50a 90%);
	color: #000;
	font-size: 2.6em !important;
}
.combate-habilidad,
.combate-habilidad-especial,
.puntos-debiles-div {
	font-family: Play;
	margin-bottom: 3px;
	margin-top: 3px;
	padding: 5px;
}
.combate-habilidad {
	background: #172332;
	color: #fff;
	display: inline-table;
	min-height: 130px;
	width: 222px;
}
.puntos-debiles-div {
	background: #6a6a66;
	color: #000;
	display: inline-table;
	margin: 0;
	width: 340px;
}
.combate-habilidad-especial {
	background: #172332;
	color: #fff;
	display: table;
	width: 100% !important;
}
.combate-habilidad-p,
.puntos-debiles-p {
	font-size: 1.3em;
	text-align: center;
}
.combate-habilidad-span,
.puntos-debiles-span {
	font-size: 1em;
	font-weight: 400;
	text-align: justify;
}
.combate-habilidad-especial .combate-habilidad-span {
	float: left;
	max-width: 410px;
}
.combate-habilidad-especial .image {
	float: right;
}
.combate-habilidad-especial {
	display: table;
	width: 686px;
}