2016-06-28

← Older revision

Revision as of 23:01, June 28, 2016

(One intermediate revision by one user not shown)

Line 1:

Line 1:

/* Chat */

/* Chat */



+



#WikiaPage {



border:1px transparent;



background-color:rgba(0, 0, 0, 0.75);



}





body.ChatWindow {



background:url(http://static1.comicvine.com/uploads/original/11125/111253442/5192824-aq.jpg) no-repeat fixed;



background-size: cover;



}





.ChatWindow a { color: royalblue;



}





.ChatWindow .WikiaPage {



background: rgba(0,0,0,.8) !important;



}





.ChatWindow .you {



background:transparent;



border-right: 3px ridge red;



border-left: 3px ridge red;



}





.ChatHeader .User {



border-left:1px transparent;



}





.Chat {



color: #d5d4d4;



border-right:1px solid #3d454d;



border-bottom:1px solid #3d454d;



}





.ChatWindow .ChatHeader {



background-color:rgba(0, 0, 0, 0.75);



border:1px transparent;



color: #d5d4d4;



}





.Chat .avatar {



border:1px solid #3d454d;



}





.ChatWindow .UserStatsMenu {



background-color:rgba(0, 0, 0, 0.45);



box-shadow: inset 0 0 0px 0px #000000; -webkit-box-shadow: inset 0 0 0px 0px #000000;



border:1px solid #3d454d;



border-radius:3px;



}





.ChatWindow .UserStatsMenu .info {



background:transparent;



color:#d5d4d4;



}





.ChatWindow .UserStatsMenu .actions ul li:hover {



background:transparent;



}





.message.ping { color: pink !important;



}





.User img {



border:1px solid #3d454d;



}





.UserStatsMenu .info img {



border: 1px solid #3d454d;



}





.UserStatsMenu .actions ul li .icon {



background-position:0; background-image:url('http://img4.wikia.nocookie.net/__cb20140409013944/central/images/4/49/Mcs-sprites.png');



opacity:100;



}





.UserStatsMenu .actions ul li:hover .icon {



opacity:100;



}





.UserStatsMenu .actions .separator {



border-top: orange 1px solid;



margin: 30px !important;



}





.Write [name="message"] {



color: #d5d4d4;



}





.Write img {



border:1px solid #3d454d;



}





.Write .message {



border:1px solid #3d454d;



background:transparent;



}





.Rail {



color: #d5d4d4;



}





.Rail .User:hover {



background:transparent;



}





.Rail .public .chevron {



border-color:white transparent transparent transparent;



}





.Rail .public .chevron.closed {



border-color:transparent transparent transparent white;



}





.Rail .private {



border-top: 1px solid #3d454d;



border-bottom: 1px solid #3d454d;



background-color:transparent;



background-image:-webkit-gradient(linear,0% 0%,0% 0%,color-stop(0,transparent),color-stop(0,transparent));



}





.Rail .selected {



background:transparent;



box-shadow: inset 0 0 0px 0px #000000; -webkit-box-shadow: inset 0 0 0px 0px #000000;



}





.UserStatsMenu .actions ul li



.label {



color: royalblue;



cursor: pointer;



margin: 0;



padding: 5px 10px;



line-height: 16px;



white-space: nowrap;



}

/* SLIM SCROLL BAR */ ::-webkit-scrollbar { width: 5px; height: 5px; } ::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal { background-color: white; } ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment { display: none; }

/* SLIM SCROLL BAR */ ::-webkit-scrollbar { width: 5px; height: 5px; } ::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal { background-color: white; } ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment { display: none; }

Show more