2
0
mirror of https://github.com/webgefrickel/dotfiles synced 2024-11-07 15:20:33 +00:00
steffen-dotfiles/adium/Mochastyle.AdiumMessageStyle/Variants/orange vs yellow.css

71 lines
847 B
CSS
Raw Normal View History

2014-12-16 17:16:26 +00:00
body {
background: #333;
line-height : 1.3em;
}
a {
text-decoration: none;
}
a:link {
color : #0cf;
}
a:link:hover {
text-decoration : underline;
}
.incoming {
color : #fff;
}
.incoming:hover {
background : #444;
color : white;
}
.outgoing {
color : #999;
}
.outgoing:hover {
background : #444;
color : white;
}
input {
background : black
border : 2px solid #0cf;
}
.incomingName {
color : #ff982a;
}
.outgoingName {
color : #fff227;
}
.status {
padding : 1em;
color : #3bcfff;
text-transform : uppercase;
border-top : 1px dashed #3bcfff;
border-bottom : 1px dashed #3bcfff;
margin : 1em 0;
}
.message {
padding : 2px 5px;
}
.timestamp {
float: right;
color : #666;
}
.outgoing:hover .timestamp,
.incoming:hover .timestamp {
color : #ccc;
}