Nota: Depois de gravar, terá de limpar a cache do seu navegador para ver as alterações.
- Firefox / Safari: Pressione Shift enquanto clica Recarregar, ou pressione Ctrl-F5 ou Ctrl-R (⌘-R no Mac)
- Google Chrome: Pressione Ctrl-Shift-R (⌘-Shift-R no Mac)
- Internet Explorer: Pressione Ctrl enquanto clica Recarregar, ou pressione Ctrl-F5
- Opera: Ir para Menu → Configurações (Opera → Preferências no Mac) e, em seguida, Privacidade e segurança → Limpar dados de navegação → Imagens e ficheiros em cache.
/* Cursor personalizado */
body {
cursor: url('https://vignette.wikia.nocookie.net/polandball/images/d/d5/Shua.png/revision/latest?cb=20200709184633&path-prefix=pt'), pointer;
}
/* Link cursor */
a:hover {
cursor: url('https://vignette.wikia.nocookie.net/polandball/images/0/01/Fishifishi.png/revision/latest?cb=20200709195427&format=original&path-prefix=pt'), pointer;
/* Para fazer a imagem de perfil rodar */
.UserProfileMasthead .masthead-info hgroup {
background-image: url("");
}
.UserProfileMasthead .masthead-info .tag {
box-shadow: inset 0 0 6px white;
}
.UserProfileMasthead .masthead-info .tag:hover {
box-shadow: inset 0 0 10px white;
}
.UserProfileMasthead .masthead-info .group {
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
background-image: url("");
border-radius: 100%;
display: inline-block;
position: relative;
}
.masthead-avatar img {
border-radius: 100%;
box-shadow:0 0 20px white;
}
.masthead-avatar img {
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
transition: all 0.6s ease;
}
.masthead-avatar:hover img {
border-radius: 100%;
box-shadow:0 0 20px white;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
.masthead-avatar .sprite.edit-pencil { display: none }
#userAvatarEdit { margin-left: -14px }
.tabs-container {
box-shadow: inset 0 -9px 10px rgba(0, 0, 0, .2);
padding-left: 20px;
}