-
Notifications
You must be signed in to change notification settings - Fork 0
/
Usuarios.css
128 lines (128 loc) · 3.9 KB
/
Usuarios.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
/* 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$=":¡Faqs"] {
color: #CD30FF !important;
font-family: Luckiest Guy;
font-size: 150%;
font-variant: small-caps;
}
/* Perfil User:¡Faqs! */
body.mediawiki.page-Usuario_¡Faqs .UserProfileMasthead .masthead-info {
background: url("https://vignette.wikia.nocookie.net/mundogaturro/images/9/9d/PARK-KITE.png/revision/latest?cb=20150131220619&path-prefix=es") no-repeat;
border-radius: 15px;
color: black;
background-size: 100%;
}
body.mediawiki.page-Usuario_¡Faqs .UserProfileMasthead .masthead-info hgroup {
background-position: -74px;
background: Sunglow;
border-top-left-radius: 55px;
border-top-right-radius: 55px;
overflow: auto;
}
.UserProfileMasthead .masthead-info-lower:before {
display: none;
}
/* Muro User:Faqs! */
body.mediawiki.page-Muro_¡Faqs .UserProfileMasthead .masthead-info {
background:Sunglow;
border-radius: 15px;
color: black;
background-size: 100%;
}
/** Masthead info de usuario barra Muro**/
body.mediawiki.page-Muro_¡Faqs .UserProfileMasthead .masthead-info hgroup {
background-position: -74px;
background: Sunglow;
border-top-left-radius: 55px;
border-top-right-radius: 55px;
overflow: auto;
}
/*------------------------------------------------------------------------ */
/* Estilo de letras de nick's */
a[href$=":DENISACOSTA1997"] {
color: #00FFFF !important;
font-family: Fredoka On;
font-size: 150%;
font-variant: small-caps;
}
/* Perfil User:DENISACOSTA1997 */
body.mediawiki.page-Usuario_DENISACOSTA1997 .UserProfileMasthead .masthead-info {
background: White;
border-radius: 15px;
color: black;
background-size: 100%;
}
body.mediawiki.page-Usuario_DENISACOSTA1997 .UserProfileMasthead .masthead-info hgroup {
background-position: -74px;
background: Sunglow;
border-top-left-radius: 55px;
border-top-right-radius: 55px;
overflow: auto;
}
.UserProfileMasthead .masthead-info-lower:before {
display: none;
}
/* Muro User:DENISACOSTA1997 */
body.mediawiki.page-Muro_DENISACOSTA1997 .UserProfileMasthead .masthead-info {
background:Sunglow;
border-radius: 15px;
color: black;
background-size: 100%;
}
/** Masthead info de usuario barra Muro**/
body.mediawiki.page-Muro_DENISACOSTA1997 .UserProfileMasthead .masthead-info hgroup {
background-position: -74px;
background: Sunglow;
border-top-left-radius: 55px;
border-top-right-radius: 55px;
overflow: auto;
}
/*----------------------------------------------------------------------*/
/* Perfil User:Csuarezllosa */
/* 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;
}
/** 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;
}