Kirbypedia
Advertisement

Nota: Después de publicar, quizás necesite actualizar la caché de su navegador para ver los cambios.

  • Firefox/Safari: Mantenga presionada la tecla Shift mientras pulsa el botón Actualizar, o presiona Ctrl+F5 o Ctrl+R (⌘+R en Mac)
  • Google Chrome: presione Ctrl+Shift+R (⌘+Shift+R en Mac)
  • Internet Explorer/Edge: mantenga presionada Ctrl mientras pulsa Actualizar, o presione Ctrl+F5
  • Opera: Presiona Ctrl+F5.
.ChatWindow .WikiaPage {
    border-radius: 0px 0px 8px 8px;
    box-shadow:0px 2px 5px rgb(3,3,3);
    border: transparent;
}
 
body.ChatWindow .Rail,
body.ChatWindow .WikiaPage {
    background-color: white !important;
    border-color:#666 !important;
}
 
.ChatWindow .ChatHeader {
    border-radius: 8px 8px 0px 0px;
    box-shadow:0px 2px 5px rgb(3,3,3);
    background-color: white;
    border: transparent;
}
 
body.ChatWindow {
    background-color: #6BD1FF;
    }
.ChatWindow .Chat .inline-alert {
	margin: 15px;
	background-color: rgb(225, 246, 255) !important;
	color: black;
	padding: 15px 5px;
	border-radius: 10px;
	min-height: 20px;
}
 
.ChatWindow .Chat .inline-alert:after,
.ChatWindow .Chat .inline-alert:before {
    content: "";
}
 
.ChatWindow .Chat li[data-user] {
	color: black;
	margin: 20px;
	margin-left: 80px;
	padding-left: 20px;
	border-radius: 10px;
	background-color:rgb(225, 246, 255) !important; 
}
.ChatWindow .Chat li .avatar {
	position: absolute;
	left: -58px;
	top: 5px;
	border: 1px #FFF solid;
}
.ChatWindow .Chat li .time {
	color: black;
	position: absolute;
	left: -57px;
	top: 40px;
}
 
body.ChatWindow .Chat .continued {
	margin-top: -20px;
}
body.ChatWindow .Chat .continued + .continued {
	margin-top: -36px;
}
body.ChatWindow .continued + .continued {
	margin-top: -45px;
}
.ChatWindow .Chat li[data-user]:not(.continued):before {
	border-width: 12px;
	border-color: rgb(225, 246, 255) rgb(225, 246, 255) transparent transparent;
	border-style: solid;
	position: absolute;
	content: "";
	top: 14px;
	left: -20px;
}
Advertisement