Adopt Me! Wiki
Sin resumen de edición
Sin resumen de edición
 
Línea 200: Línea 200:
 
position: relative;
 
position: relative;
 
float: right;
 
float: right;
}
 
/*Sumario*/
 
#stdSummaries{
 
background: white;
 
color: rgba(0,0,0,.5);
 
font-size: 9pt;
 
border: 1px solid #3fb7dc;
 
width: 100%;
 
 
}
 
}

Revisión actual - 16:46 26 abr 2021

/*Usuarios*/

a[href$=":Sebaspro906"], 
a[href$=":Sebaspro906"] {
    animation: BlueAnimation 3s infinite;
    font-weight: bold !important;
    font-family: rubik, helvetica, arial, sans-serif !important;
}
    
a[href$=":Pachuar"],
a[href$=":Pachuar"] {
    animation: BlueAnimation 3s infinite;
    font-family: Rubik,Helvetica,Arial,sans-serif !important;
    font-weight: bold  !important;}
    
a[href$=":IJustDavi"], 
a[href$=":IJustDavi"] {
    animation: BlueAnimation 3s infinite;
    font-weight: bold !important;
    font-family: rubik, helvetica, arial, sans-serif !important;
}
    
/*Fuentes*/
.wds-community-header { /*Encabezado del wiki*/
    font-family: rubik, helvetica, arial, sans-serif !important;
}
.WikiaPage { /*Encabezado de páginas*/
    font-family: rubik, helvetica, arial, sans-serif !important;
}

/*class=imageh*/
.imageh {
	transition: transform 0.5s;
}
.imageh:hover {
	transform: scale(1.05);
}
/*Animación de flecha desplegable*/
.wds-dropdown-level-2:hover svg#wds-icons-menu-control-tiny {
 transform: rotate(-90deg) translateY(3px);
}
.wds-dropdown-level-2 svg#wds-icons-menu-control-tiny {
 -webkit-transition: transform 0.2s;
 -moz-transition: transform 0.2s;
 -o-transition: transform 0.2s;
 transition: transform 0.2s;
}
svg#wds-icons-dropdown-tiny {
 transition: transform 0.2s;
}

section.community-page-rail-module {
    display: none;
}

/*Efectos*/
.wds-community-header__wordmark img {
  transition: transform 1s;
}
.wds-community-header__wordmark img:hover {
  transform: scale(1.1);
}

/*class=imageh*/
.imageh {
	transition: transform 0.5s;
}
.imageh:hover {
	transform: scale(1.05);
}

/*Título de la tabla de contenidos*/
/*Diseños de encabezado de artículo*/
.WikiaArticle #mw-content-text > h2 {
	border-bottom: 0px;
	font-size: 18pt !important;
	font-weight: bold !important;
	text-transform: uppercase;
	background-image: -webkit-gradient(linear, left top, right top, from(#74bcdf), to(#3fb7dc));
    background-position: 0 0.85em !important;
    background-repeat: repeat-x !important;
	background-size: 1px 3px !important;
}

.WikiaArticle #mw-content-text > h3 {
	border-bottom: 0px;
	font-size: 14pt !important;
	font-weight: bold !important;
	background-image: -webkit-gradient(linear, left top, right top, from(#74bcdf), to(#3fb7dc));
	background-position: 0 0.9em !important;
	background-repeat: repeat-x !important;
	background-size: 1px 2px !important;
}

.WikiaArticle #mw-content-text > h4 {
	border-bottom: 0px;
	font-weight: bold !important;
	background-image: -webkit-gradient(linear, left top, right top, from(#74bcdf), to(#3fb7dc));
    background-position: 0 1.12em !important;
    background-repeat: repeat-x !important;
	background-size: 1px 1px !important;
}

.WikiaArticle #mw-content-text > h5 {
	border-bottom: 0px;
	font-weight: bold !important;
	background-image: -webkit-gradient(linear, left top, right top, from(#74bcdf), to(#3fb7dc));
    background-position: 0 1.25em !important;
    background-repeat: repeat-x !important;
	background-size: 1px 1px !important;
}

.WikiaArticle #mw-content-text > h6 {
	border-bottom: 0px;
	font-weight: bold !important;
	background-image: -webkit-gradient(linear, left top, right top, from(#74bcdf), to(#3fb7dc));
    background-position: 0 1.375em !important;
    background-repeat: repeat-x !important;
	background-size: 1px 1px !important;
}

/*Título del módulo de riel lateral*/
.WikiaRail .rail-module h2 {
	border-bottom: 0px;
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
	background-image: -webkit-gradient(linear, left top, right top, from(#74bcdf), to(#3fb7dc));
    background-position: 0 1.7em;
    background-repeat: repeat-x;
	background-size: 1px 2px;
}
/*Efecto del cursor en enlaces*/
a {
	transition: color 0.2s;
    text-decoration: none;
}
 
a:hover {
	color: deepskyblue;
	transition: color 0.2s;
}
/*Separadores*/
/*Título del artículo y contenido de la página*/
.WikiaPage .page-header__separator {     
    background-color:DarkGray !important;
}    
/*Separadores en la página de actividad Wiki*/
.activityfeed > li:not(:first-child) {
    border-top: 1px solid DarkGray !important;
}
 
/*Separador de título a contenido del artículo*/
.WikiaPage .page-header__separator {
	background-color: #3fb7dc !important;
	border:1px solid #3fb7dc !important;
	border-radius: 1em !important;
}
 
/*Separador de páginas de artículos (----)*/
hr {
  border: 1px solid #3fb7dc !important;
}

/*********** Animaciones de color del CSS ***********/
/*Animación CSS de arco iris para etiqueta de usuario*/
@keyframes RainbowName{
	from {
    -webkit-filter:hue-rotate(15deg);
            filter:hue-rotate(15deg);
    }
  to {
    -webkit-filter:hue-rotate(360deg);
            filter:hue-rotate(360deg);
    }
}
 
/*Negra a roja*/
@keyframes Caution {
    0% { color: #3A3A3A; }
	25% {color: red;}
	100% { color: #3A3A3A; }
}
 
/*Animación de verde a azul*/
@keyframes BlueAnimation {
    0% { color: #447294;}
	50% {color: #289eb5;}
	100% { color: #3c5cb3;}
}
@keyframes CyanAnimation {
    0% { color: #3CB371;}
	50% {color: #34D8C8;}
	100% { color: #3CB371;}
}
#articleCategories .cqr-ask ~ .cqr-x {
    display: none;
}
#articleCategories .categories .cqr-x {
    position: relative;
    float: right;
}