You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RnQ/Distro/Themes/CSS/Chat_Old School.css

90 lines
1.9 KiB
CSS

@const newFontName: "MS Sans Serif";
@const newFontSize: 12dip;
.msgFull > .msgBody > .msgInnerBody,
a, a:visited, .popupmenu, #videotime, a.uinLink {
color: #004080;
font-family: @newFontName;
font-size: @newFontSize;
letter-spacing: 0.5dip;
}
.msgFull {
color: #004080;
padding: 0;
border-bottom: solid 0dip transparent;
border-top: solid 0dip transparent;
}
.msgTitle {
position: relative;
overflow: visible;
border-bottom: 1dip solid #BEBEBE;
height: 15dip;
padding-left: 3dip;
}
.msgTitle .msgReactBtn {
position: absolute;
top: 0;
right: -30dip;
}
.msgTitle .msgWhat {
font-family: @newFontName;
font-size: @newFontSize;
margin: 0 0 0 7dip;
}
.msgTitle .msgWhat::after {
content: ",";
size: 10dip;
}
.msgTitle .msgDate {
font-family: @newFontName;
font-size: @newFontSize;
margin: 0 0 0 3dip;
}
.msgFull > .msgBody > .msgInnerBody {
padding: 0;
padding-left: 3dip;
}
body:not(.msgPreview) .chat > div.msgFull:first-child {
padding-top: 1dip;
}
body:not(.msgPreview) .chat > div.msgFull:last-child {
padding-bottom: 1dip;
}
.msgFull:not(.my) > .msgTitle > div,
.msgFull:not(.my) > .msgBody > .msgInnerBody,
.msgFull:not(.my) > .msgBody > .msgInnerBody a,
.msgFull:not(.my) > .msgBody > .msgInnerBody a:visited,
.msgFull:not(.my) > .msgBody > .msgInnerBody a.uinLink {
color: #B70000;
font-weight: bold;
}
.msgFull:not(.my) > .msgBody > .msgInnerBody a:hover,
.msgFull:not(.my) > .msgBody > .msgInnerBody a:focus {
color: #D70000;
}
.msgFull.lastevent::marker {
border-top: 1dip dotted rgba(183, 0, 0, 0.5);
margin: -1dip 0 0 0;
}
.inputPanel {
flow: horizontal;
padding: 0 2dip 2dip 2dip;
}
.input {
font-family: @newFontName;
font-size: @newFontSize;
padding: 1dip -2dip;
}
frameset[rows] > splitter {
margin: 0 2dip;
height: 0dip;
border-bottom: 3dip solid transparent;
}
.msgPreview .msgFull {
padding: 0;
}
.infoimg {
margin-top: -1dip;
}