Biblioteca Virtual Fandom

Ya somos la novena Comunidad en español más grande de FANDOM, te invitamos a que colabores en nuestra comunidad y contribuyas a que sea más grande. ¡Gracias a todos los que nos leéis y lo habéis hecho posible!

LEE MÁS

Biblioteca Virtual Fandom
FANDOMbot (discusión | contribs.)
m (Applying changes that should make this CSS file HTTPS-ready. If you have any questions or noticed issues related to this edit, please reach out to us using the Special:Contact page.)
Sin resumen de edición
Línea 1: Línea 1:
  +
/* Burócratas */
  +
/** Csuarezllosa **/
  +
a[href$="Csuarezllosa"] {
  +
color: #B0E0E6;
  +
font-family: Molengo;
  +
font-weight: Bold;
  +
text-shadow: 1px 1px 1px #000;
  +
}
  +
  +
.Wall .edited-by a.subtle[href$="Csuarezllosa"]:after {
  +
content: "Burócrata";
  +
background-color: #fff;
  +
border-radius: 2px;
  +
border: 1px solid #ADD8E6;
  +
font-size: 10px;
  +
padding: 3px;
  +
color: #000;
  +
text-shadow: none;
  +
text-transform: uppercase;
  +
}
  +
  +
.comments li[data-user="Csuarezllosa"] blockquote {
  +
background: #ADD8E6 !important;
  +
color: #000;
  +
}
  +
.comments li[data-user="Csuarezllosa"] blockquote:after {
  +
border-color: transparent #ADD8E6 #ADD8E6 transparent !important;
  +
}
  +
.comments li[data-user="Csuarezllosa"] blockquote div {
  +
background: transparent #ADD8E6 !important;
  +
}
  +
.comments li[data-user="Csuarezllosa"] .edited-by:after {
  +
background-color: #000;
  +
border-radius: 6px;
  +
color: #fff;
  +
content: "Burócrata";
  +
margin-left: 3px;
  +
padding: 0 5px;
  +
}
  +
 
/* Animacion imagen perfil de usuario */
 
/* Animacion imagen perfil de usuario */
 
.UserProfileMasthead .masthead-avatar {
 
.UserProfileMasthead .masthead-avatar {

Revisión del 22:42 26 jul 2020

/* Burócratas */
/** Csuarezllosa **/ 
a[href$="Csuarezllosa"] {
    color: 	#B0E0E6; 
    font-family: Molengo; 
    font-weight: Bold; 
    text-shadow: 1px 1px 1px #000;
}
 
.Wall .edited-by a.subtle[href$="Csuarezllosa"]:after {
    content: "Burócrata";
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #ADD8E6;
    font-size: 10px;
    padding: 3px;
    color: #000;
    text-shadow: none;
    text-transform: uppercase;
}
 
.comments li[data-user="Csuarezllosa"] blockquote {
	background: #ADD8E6 !important;
	color: #000;
}
.comments li[data-user="Csuarezllosa"] blockquote:after {
	border-color: transparent #ADD8E6 #ADD8E6 transparent !important;
}
.comments li[data-user="Csuarezllosa"] blockquote div {
	background: transparent #ADD8E6 !important;
}
.comments li[data-user="Csuarezllosa"] .edited-by:after {
	background-color: #000;
	border-radius: 6px;
	color: #fff;
	content: "Burócrata";
	margin-left: 3px;
	padding: 0 5px;
}

/* Animacion imagen perfil de usuario */
.UserProfileMasthead .masthead-avatar {
	opacity: 0.7;
	transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
	transition: All 0.6863s ease;
border-radius: 2px;
}
.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;
}
/* Estilo de letras de nick's */
a[href$=":Csuarezllosa"] {
	color: #000 !important;
	font-family: Didact Gothic;
	font-size: 150%;
	font-variant: small-caps;
}
/* Perfil User:Csuarezllosa  */
body.mediawiki.page-Usuario_Csuarezllosa .UserProfileMasthead .masthead-info {
	background: url("https://vignette.wikia.nocookie.net/biblioteca-virtual-de-literatura/images/2/2a/Biblioteca_virtual.jpg/revision/latest?cb=20170301051214&path-prefix=es") no-repeat;
	border-radius: 15px;
	color: black;
	background-size: 100%;
}
body.mediawiki.page-Usuario_Csuarezllosa .UserProfileMasthead .masthead-info hgroup {
	background-position: -74px;
	background: black;
	border-top-left-radius: 55px;
	border-top-right-radius: 55px;
	overflow: auto;
}
.UserProfileMasthead .masthead-info-lower:before {
display: none;
}
/* Muro User:Csuarezllosa  */
body.mediawiki.page-Muro_Csuarezllosa .UserProfileMasthead .masthead-info {
    background: url("https://vignette.wikia.nocookie.net/biblioteca-virtual-de-literatura/images/7/76/Biblioteca_Virtual_Wikia.jpg/revision/latest?cb=20170301013137&path-prefix=es") no-repeat;
	border-radius: 15px;
	color: black;
	background-size: 100%;
}
/** Masthead info de usuario barra Muro**/
body.mediawiki.page-Muro_Csuarezllosa .UserProfileMasthead .masthead-info hgroup { 
    background-position: -74px;
	background: black;
	border-top-left-radius: 55px;
	border-top-right-radius: 55px;
	overflow: auto;
}