
Untitled
By: a guest on
Jan 19th, 2013 | syntax:
CSS | size: 1.98 KB | hits: 23 | expires: Never
#header
{
background: #90BEE5 url(%%mudkip%%) bottom left no-repeat;
}
#header-bottom-left
{
display: table-cell;
vertical-align: bottom;
height: 55px;
padding-left: 65px;
}
#header-img-a
{
display: none;
}
#header-bottom-left .redditname
{
}
#header-bottom-left .redditname a
{
font-size: 0;
}
#header-bottom-left .redditname a:before
{
display: inline-block;
content: url(%%mudtek%%);
margin-right: 5px;
}
.tabmenu a
{
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}
.comment .tagline
{
font-size: 0;
}
.comment .tagline > *
{
display: inline-block;
margin-right: 5px;
font-size: 10px;
}
.comment .tagline .score.dislikes
{
display: none;
}
.comment .tagline .score.unvoted
{
display: none;
}
.comment .tagline .score.likes
{
display: inline-block;
}
.comment .tagline .author,
.comment .tagline .author + .flair,
.comment .tagline .author + .RESUserTag,
.comment .tagline .author + .RESUserTag + a + .flair
{
display: inline-block;
height: 14px;
line-height: 14px;
padding: 0 2px;
border: 2px solid rgb(116, 180, 201);
border-radius: 2px;
}
.comment .tagline .author.submitter,
.comment .tagline .author.submitter + .flair,
.comment .tagline .author.submitter + .RESUserTag,
.comment .tagline .author.submitter + .RESUserTag + a + .flair {
border-color: rgb(101, 156, 101);
}
.comment .tagline .author,
.comment .tagline .author + .RESUserTag {
margin-right: 0;
}
.comment .tagline .author {
background: rgb(116, 180, 201) !important;
color: #ffffff;
}
.comment .tagline .author.submitter {
background-color: rgb(101, 156, 101) !important;
}
.comment .tagline .flair,
.comment .tagline .RESUserTag {
position: relative;
margin-left: -2px;
background: white;
}
.userTagLink.hasTag {
border: none !important;
font-family: Arial;
}