Размер файла: 984B
body {
background-color: #F6E5C2;
font-family: "Trebuchet MS";
font-size: 16px;
color: #111111;
}
.header {
background-color: #EAAC28;
font-weight: bold;
color: #550000;
text-align: center;
}
.hr_up {
background-image: url(ornament.gif);
background-position: top;
background-repeat: repeat-x;
height: 8px;
width: 100%;
}
.hr_down {
background-image: url(ornament.gif);
background-position: bottom;
background-repeat: repeat-x;
height: 8px;
width: 100%;
}
.buttons a {
color: #990000;
}
.buttons {
background-color: #FFCC66;
font-size: xx-small;
text-align: center;
}
.msg {
background-color: #ffeabd;
border: thin solid #EAAC28;
margin: 4px;
}
.msg .nick {
border-bottom-width: thin;
border-bottom-style: dotted;
border-bottom-color: #EAAC28;
}
.msg .text {
background-color: #fbf3df;
}
.msg .icons {
text-align:right;
border-top-width: thin;
border-top-style: dotted;
border-top-color: #EAAC28;
}