Brickipedia

READ MORE

Brickipedia
No edit summary
No edit summary
Line 41: Line 41:
 
 
 
.Write [name="message"] {
 
.Write [name="message"] {
background-image: http://static4.wikia.nocookie.net/lego/images/0/04/Backgrounds.jpg;
+
background-image: none;
 
color: white;
 
color: white;
 
}
 
}

Revision as of 23:50, 14 January 2014

.Rail .PrivateChatList .User {
    opacity: 0.7;
}

.Rail .public:hover {
    opacity: 1 !important;
}

.Rail .PrivateChatList .User:hover {
    opacity: 1 !important;
}

.Rail .selected.public  {
    opacity: 1 !important;
}

.Rail .PrivateChatList .selected.User {
    opacity: 1;
}

.ChatHeader h1.public.wordmark { 
    height: 40px; 
}
 
.ChatHeader .private { 
    color: white; 
}
 
.ChatHeader {
    background-image: url("http://images3.wikia.nocookie.net/lego/images/f/f7/Bricki-banner-blue.png");
}
 
.ChatHeader .User {
    border-left: 1px solid rgb(204, 204, 204);
    height: 30px;
    padding-top: 8px;
    background: none repeat scroll 0% 0% white;
    padding-right: 4px;
    top: 0px;
}
 
.Write [name="message"] {
    background-image: none;
    color: white;
}
 
.wordmark img {
    background: none repeat scroll 0% 0% transparent;
}
 
.Rail .public .wordmark {
    margin: -4px 0px 0px;
    vertical-align: middle;
}
 
.Rail .public {
    padding: 0px 0px 0px 13px;
    border: 1px solid rgb(204, 204, 204);
    opacity: 0.7;
}
 
h1.public.wordmark {
    background-image: url("http://images3.wikia.nocookie.net/lego/images/f/f7/Bricki-banner-blue.png");
}
 
#pingspan {
    color: white;
}
 
body {
    background: url("http://images2.wikia.nocookie.net/__cb20100305102005/lego/images/f/f0/Studs-tile.png") repeat scroll 0% 0% transparent;
}
 
.UserStatsMenu .info ul li.edits img {
    position: fixed;
    visibility: hidden !important;
}

.User.chat-mod .username:after {
    content:
url("http://images2.wikia.nocookie.net/__cb20090905063129/lego/images/thumb/c/cb/Golden-minifigure.png/16px-Golden-minifigure.png");
    background: none;
}

.User.chat-mod.admin .username:after {
    content:
url("http://images1.wikia.nocookie.net/__cb20100403155424/lego/images/7/73/Sysop.png");
    background: none;
}

.ChatHeader .User.chat-mod .username:after {
    margin-top: 4px;
}

#ChatHeader .wordmark img {
background: none !important;
border: none !important;
}

#ChatHeader .User img {
border: 1px solid rgb(204,204,204) !important;
border-radius: 0px !important;
}

li[data-user="Sannse"] .username { text-shadow: 0 0 10px black; color: #b40000; }

@-webkit-keyframes shake { 0% { margin-top: 5px; } 10% { margin-top: 0px; } 20% { margin-left: 5px; } 30% { margin-left: 0px; } 40% { margin-right: 5px; } 50% { margin-right: 0px; } 60% { margin-bottom: 5px; } 70% { margin-bottom: 0px; } 80% { margin-top: 4px; } 90% { margin-right: 6px; } 100% { margin: 0px; } } @-moz-keyframes shake { 0% { margin-top: 5px; } 10% { margin-top: 0px; } 20% { margin-left: 5px; } 30% { margin-left: 0px; } 40% { margin-right: 5px; } 50% { margin-right: 0px; } 60% { margin-bottom: 5px; } 70% { margin-bottom: 0px; } 80% { margin-top: 4px; } 90% { margin-right: 6px; } 100% { margin: 0px; } } @keyframes shake { 0% { margin-top: 5px; } 10% { margin-top: 0px; } 20% { margin-left: 5px; } 30% { margin-left: 0px; } 40% { margin-right: 5px; } 50% { margin-right: 0px; } 60% { margin-bottom: 5px; } 70% { margin-bottom: 0px; } 80% { margin-top: 4px; } 90% { margin-right: 6px; } 100% { margin: 0px; } }
li[data-user="Sannse"] .username { text-shadow: 0 0 10px black; color: #b40000; } li[date-user="Sannse"] .username:hover { -webkit-animation: shake .5s infinite; -moz-animation: shake .5s infinite; animation: shake .5s infinite; }