2014-05-11 21:28:24 -04:00
|
|
|
.names {
|
|
|
|
float: left;
|
|
|
|
.username {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
span {
|
|
|
|
font-size: 13px;
|
2014-05-18 19:11:01 -04:00
|
|
|
padding-right: 8px;
|
2014-05-11 21:28:24 -04:00
|
|
|
a {
|
|
|
|
color: scale-color($primary, $lightness: 30%);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.fa {
|
|
|
|
font-size: 11px;
|
|
|
|
margin-left: 3px;
|
|
|
|
color: scale-color($primary, $lightness: 40%);
|
|
|
|
}
|
|
|
|
.new_user a, .user-title, .user-title a {
|
|
|
|
color: scale-color($primary, $lightness: 50%);
|
|
|
|
}
|
|
|
|
}
|
2014-06-05 02:59:18 -04:00
|
|
|
|
2014-06-30 03:05:18 -04:00
|
|
|
/* global styles for the cooked HTML content in posts */
|
|
|
|
.cooked {
|
2014-06-24 03:40:12 -04:00
|
|
|
word-wrap: break-word;
|
2014-06-30 03:05:18 -04:00
|
|
|
h1, h2, h3, h4, h5, h6 { margin: 30px 0 10px; }
|
|
|
|
h1 { line-height: 1em; } /* normalize.css sets h1 font size but not line height */
|
|
|
|
a { word-wrap: break-word; }
|
|
|
|
.highlight {
|
|
|
|
background-color: scale-color($highlight, $lightness: 40%);
|
|
|
|
padding: 2px;
|
|
|
|
margin: -2px;
|
|
|
|
}
|
2014-06-24 20:39:55 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.post-action {
|
|
|
|
.undo-action, .act-action{
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
}
|