Ist das nur bei mir oder lest ihr auch immer nur Chatbox und weit drunter die Zeile zum Text eingeben? Zwischendrin seh ich das normale Forum, wo eig die Nachrichten sein sollten.
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document regexp("http://minecraft-server.eu/board/.*") {
.footer #chat .chatContent .chatText {
position: absolute;
top: -350px;
}
}
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document regexp("http://minecraft-server.eu/board/.*") {
.footer #chat .chatContent .chatText {
position: absolute;
top: -356px;
padding: 10px;
width: 330px;
background-color: #ffffff;
}
.footer #chat .chatContent .chatText div {
border-top: 1px solid #a5cae4;
}
.footer #chat .chatContent .chatText div:last-child {
margin-bottom: 10px;
}
.footer #chat .chatContent .chatText div .chatAvatar {
margin: 5px 0;
width: 48px;
height: 48px;
}
.footer #chat .chatContent .chatText div .chatMsgContent {
margin: 0;
padding: 0 0 5px 60px;
background-color: transparent;
border: 0;
color: #333333;
text-shadow: none;
}
.footer #chat .chatContent .chatText div .chatMsgContent:before,
.footer #chat .chatContent .chatText div .chatMsgContent:after {
display: none;
}
.footer #chat .chatContent .chatText div .chatMsgContent span,
.footer #chat .chatContent .chatText div .chatMsgContent .chatMsgText {
text-shadow: none;
}
.footer #chat .chatContent .chatText div .chatMsgContent > span {
color: #b0b0b0;
}
.footer #chat .chatContent .chatText div .chatMsgContent .chatUser {
color: #606060;
}
.footer #chat .chatContent .chatText div .chatMsgContent .chatMsgText a {
padding: 0;
display: inline;
color: #4390df;
}
}
position: absolute;
top: -356px;