Subversion Repositories svnkaklik

Compare Revisions

Ignore whitespace Rev 5 → Rev 6

/web/test/chat/shoutbox/shoutbox.css
0,0 → 1,27
A, A:active, A:visited {
color: black;
}
A:hover {
color: red;
}
.cssShoutBox {
border: 2px inset #EEEEEE;
}
.cssShoutForm {
font-family: MS Sans Serif, Arial, Helvetica;
font-size: 10px;
background-color: #F8F8E8;
border: 2px inset #EEEEEE;
}
.cssShoutButton {
font-family: MS Sans Serif, Arial, Helvetica;
font-size: 10px;
}
.cssShoutText {
font-family: MS Sans Serif, Arial, Helvetica;
font-size: 10px;
}
.cssSmall {
font-family: Arial, Helvetica;
font-size: 9px;
}