User:C.Syde65/common.css: Difference between revisions

From The Sims Wiki, a collaborative database for The Sims series
Jump to navigation Jump to search
Content added Content deleted
imported>C.Syde65
(Blanked the page)
imported>C.Syde65
No edit summary
Line 1: Line 1:
/* Removes current default star, and replaces with old one */
.ChatWindow .User .badge svg {
visibility: hidden;
}
.ChatWindow .User .badge {
background-position: center;
background-repeat: no-repeat;
}
.ChatWindow .chatmoderator .badge,
.ChatWindow .vstf .badge,
.ChatWindow .helper .badge,
.ChatWindow .sysop .badge {
background-image: url('http://images2.wikia.nocookie.net/monchbox/images/6/6b/Icon-chatmod.png');
}
.ChatWindow .staff .badge {
background-image: url('http://vignette2.wikia.nocookie.net/wikiaglobal/images/6/6c/Staff_icon.png');
}

Revision as of 08:51, 10 May 2017

/* Removes current default star, and replaces with old one */
 
.ChatWindow .User .badge svg {
    visibility: hidden;
}
.ChatWindow .User .badge {
    background-position: center;
    background-repeat: no-repeat;
}
.ChatWindow .chatmoderator .badge,
.ChatWindow .vstf .badge,
.ChatWindow .helper .badge,
.ChatWindow .sysop .badge {
    background-image: url('http://images2.wikia.nocookie.net/monchbox/images/6/6b/Icon-chatmod.png');
}
.ChatWindow .staff .badge {
    background-image: url('http://vignette2.wikia.nocookie.net/wikiaglobal/images/6/6c/Staff_icon.png');
}