You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdenetwork/kopete/styles/Retropete/Contents/Resources/main.css

56 lines
449 B

.KopeteMessage
{
margin: 5px;
}
.inIntro
{
font-weight: bold;
color: blue;
}
.inMetacontact
{
font-weight: bold;
color: blue;
}
.inMessage
{
padding-left: 10px;
}
.inAction
{
font-style: italic;
color: blue;
}
.outIntro
{
font-weight: bold;
color: red;
}
.outMetacontact
{
font-weight: bold;
color: red;
}
.outMessage
{
padding-left: 10px;
}
.outAction
{
font-style: italic;
color: red;
}
.statusMessage
{
color: #333333;
}