Horizon Zero Dawn
Sin resumen de edición
Etiqueta: sourceedit
Sin resumen de edición
Etiqueta: sourceedit
Línea 2: Línea 2:
 
@import url("https://fonts.googleapis.com/css?family=Didact+Gothic|PT+Sans:400,400i,700,700i");
 
@import url("https://fonts.googleapis.com/css?family=Didact+Gothic|PT+Sans:400,400i,700,700i");
 
.WikiaRail,
 
.WikiaRail,
.WikiaMainContent {
+
.WikiaMainContent,
  +
.WikiaUserPagesHeader{
 
font-family: "PT Sans";
 
font-family: "PT Sans";
 
}
 
}

Revisión del 00:48 21 ago 2017

/* Wikia en General */
@import url("https://fonts.googleapis.com/css?family=Didact+Gothic|PT+Sans:400,400i,700,700i");
.WikiaRail,
.WikiaMainContent,
.WikiaUserPagesHeader{
	font-family: "PT Sans";
}
/* 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-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-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-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;
}
/* 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-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 {
	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;
}
@media only screen and (min-width:1596px) {
	#WikiaRail .rail-module h2::after {
		left: 320px
	}
	.WikiaUserPagesHeader {
		margin-left: -30px !important;
		margin-right: -30px !important;
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	.UserProfileMasthead .masthead-info {
		margin-left: -30px !important;
		margin-right: -30px !important;
	}
	.UserProfileMasthead .masthead-info hgroup,
	.UserProfileMasthead .masthead-info-lower {
		padding-left: 205px !important;
	}
}
 
@media only screen and (min-width:1084px) and (max-width:1595px) {
	#WikiaRail .rail-module h2::after {
		left: 267px !important;
	}
	#WikiaRail .rail-module h2 {
		width: 247px !important;
	}
	.WikiaUserPagesHeader {
		margin-left: -20px !important;
		margin-right: -20px !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.UserProfileMasthead .masthead-info {
		margin-left: -20px !important;
		margin-right: -20px !important;
	}
	.UserProfileMasthead .masthead-info hgroup,
	.UserProfileMasthead .masthead-info-lower {
		padding-left: 195px !important;
	}
}
 
 
/* Tablet Landscape */
 
@media only screen and (min-width:1024px) and (max-width:1083px) {
	.WikiaUserPagesHeader {
		margin-left: -10px !important;
		margin-right: -10px !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.UserProfileMasthead .masthead-info {
		margin-left: -10px !important;
		margin-right: -10px !important;
	}
	.UserProfileMasthead .masthead-info hgroup,
	.UserProfileMasthead .masthead-info-lower {
		padding-left: 185px !important;
	}
}
 
 
/* Tablet Portrait */
 
@media only screen and (max-width:1023px) {
	.WikiaUserPagesHeader {
		margin-left: -24px !important;
		margin-right: -24px !important;
		padding-left: 24px !important;
		padding-right: 24px !important;
	}
	.UserProfileMasthead .masthead-info {
		margin-left: -24px !important;
		margin-right: -24px !important;
	}
	.UserProfileMasthead .masthead-info hgroup,
	.UserProfileMasthead .masthead-info-lower {
		padding-left: 199px !important;
	}
}
 
.WikiaUserPagesHeader {
	padding-top: 0;
	background: rgba(128, 128, 128, .07);
	margin-bottom: 18px
}
 
.UserProfileMasthead {
	padding: 0;
}
 
.UserProfileMasthead .masthead-avatar {
	z-index: 1;
	left: 0px;
}
 
.avatar,
.User img,
.Write img {
	border-radius: 50%;
	border: 2px solid #484848;
}
 
.UserProfileMasthead .masthead-avatar .avatar {
	border: none;
}
 
.UserProfileMasthead .masthead-info {
	background: none;
	box-shadow: none;
	margin-left: 0;
	margin-bottom: 0;
}
 
.UserProfileMasthead .masthead-info hgroup {
	border-radius: 0;
}
 
.UserProfileMasthead .masthead-info h2 {
	margin-right: 5px;
}
 
.UserProfileMasthead .masthead-info .tag {
	background: #bf0027;
	font-size: 13px;
	border-radius: 0;
}
 
.UserProfileMasthead .masthead-info-lower:before {
	display: none;
}
 
 
/* Zakładki */
 
.WikiaUserPagesHeader .tabs {
	display: flex;
	flex-direction: row;
	border-bottom: none;
}
 
.WikiaUserPagesHeader .tabs li {
	border-bottom: 4px solid #999;
	color: #999;
	cursor: pointer;
	float: left;
	font-size: .875rem;
	font-weight: 700;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
	flex: 1 auto;
	margin: 0;
	transition: filter 0.25s ease-out
}
 
.WikiaUserPagesHeader .tabs li:hover {
	filter: brightness(1.3)
}
 
.WikiaUserPagesHeader .tabs li a {
	color: inherit;
}
 
.WikiaUserPagesHeader .tabs li:hover a {
	text-decoration: none;
}
 
.WikiaUserPagesHeader .tabs li.selected {
	color: inherit;
	border-bottom: 4px solid currentColor;
}
 
.WikiaUserPagesHeader .tabs li.selected a {
	border: none;
	background: none;
	color: inherit;
}
 
 
/* Animacje przycisków "edytuj" */
 
#userIdentityBoxEdit::before,
#userAvatarEdit::before {
	content: url("data:image/svg+xml; utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" viewBox=\"0 0 18 18\" class=\"wds-icon wds-icon-small\" id=\"wds-icons-pencil-small\" style=\"fill: #3a3a3a\"><path d=\"M9.1 4.5l-7.8 7.8c-.2.2-.3.4-.3.7v3c0 .6.4 1 1 1h3c.3 0 .5-.1.7-.3l7.8-7.8-4.4-4.4zm7.6-.2l-3-3c-.4-.4-1-.4-1.4 0l-1.8 1.8 4.4 4.4 1.8-1.8c.4-.4.4-1 0-1.4z\" fill-rule=\"evenodd\"></path></svg>");
	margin-right: 5px;
}
 
#userIdentityBoxEdit,
#userAvatarEdit {
	vertical-align: top;
	text-transform: uppercase;
	font-weight: bold;
}
 
.UserProfileMasthead .user-identity-box-edit #wds-icons-pencil,
.UserProfileMasthead .avatar-controls .edit-pencil {
	display: none;
}
 
.UserProfileMasthead .masthead-info .user-identity-box-edit {
	display: block;
	transition: opacity 0.15s ease-out;
	opacity: 0;
}
 
.UserProfileMasthead .masthead-avatar span {
	text-align: center;
	float: left;
	width: 100%;
}
 
.UserProfileMasthead .masthead-avatar .avatar-controls {
	display: block;
	transition: opacity 0.15s ease-out;
	opacity: 0;
	float: left;
	width: 100%;
	margin-top: 5px
}
 
.UserProfileMasthead .masthead-info:hover .user-identity-box-edit,
.UserProfileMasthead .masthead-avatar:hover .avatar-controls {
	display: block;
	opacity: 1
}
 
.UserProfileMasthead .masthead-info hgroup {
	overflow: visible;
}
 
.UserProfileMasthead .wds-dropdown__content {
	background-color: #313131;
	border-color: #484848;
	color: #D5D4D4
}
 
.UserProfileMasthead .wds-dropdown__content .wds-list.wds-is-linked li>a {
	color: #D5D4D4
}
 
.UserProfileMasthead .wds-dropdown__content .wds-list.wds-is-linked li:hover>a {
	background-color: rgba(112, 184, 255, 0.1);
	color: #70b8ff
}
 
.UserProfileMasthead .wds-dropdown__content .wds-list.wds-is-linked .wds-dropdown-level-2 .wds-dropdown-level-2__content {
	background-color: #313131;
	border-color: #484848;
	color: #D5D4D4
}
 
.UserProfileMasthead .wds-dropdown::after {
	border-bottom-color: #313131
}
 
.UserProfileMasthead .wds-dropdown::before {
	border-bottom-color: #484848
}
 
.UserProfileMasthead button {
	background-image: none
}
 
.UserProfileMasthead .wds-button.wds-is-secondary {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}
 
.UserProfileMasthead .wds-button.wds-is-secondary:focus:not(:disabled),
.UserProfileMasthead .wds-button.wds-is-secondary:hover:not(:disabled),
.UserProfileMasthead .wds-button.wds-is-secondary:active,
.UserProfileMasthead .wds-button.wds-is-secondary.wds-is-active {
	background-color: transparent;
	border-color: #cac6c6;
	color: #cac6c6
}
 
.UserProfileMasthead .wds-button.wds-is-text {
	background-color: transparent;
	color: #D5D4D4
}
 
.UserProfileMasthead .wds-button-group>.wds-dropdown:not(:first-child) .wds-button {
	border-left-color: transparent;
}
.UserProfileMasthead .masthead-info hgroup { 
 background: inherit;
}
.UserProfileMasthead .masthead-info hgroup {
        -webkit-font-smoothing: antialiased;
        background: #424242;
        background-position: right 100%;
        background-repeat: no-repeat;
        background-size: 430px 255px;
}
hgroup .wds-button {
	z-index: 3
}
 
img.avatar {
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3)
}
 
.UserProfileMasthead .masthead-info hgroup {
	box-shadow: 0 4px 4px -2px gray;
}