mirror of
https://github.com/gurnec/removeddit.git
synced 2026-03-11 08:54:27 +00:00
52 lines
No EOL
733 B
Sass
52 lines
No EOL
733 B
Sass
.comment
|
|
margin: 0 0 8px 0
|
|
padding: 5px 8px 5px 30px
|
|
border: 1px solid #333
|
|
border-radius: 3px
|
|
color: #ddd
|
|
font-size: 14px
|
|
|
|
.comment-head
|
|
font-size: 10px
|
|
|
|
.comment-author
|
|
font-weight: bold
|
|
|
|
.comment-score
|
|
color: #b4b4b4
|
|
font-weight: bold
|
|
|
|
.comment-time
|
|
color: #828282
|
|
|
|
.comment-body
|
|
max-width: 840px
|
|
line-height: 20px
|
|
|
|
p
|
|
margin: 5px 0
|
|
line-height: 20px
|
|
|
|
a:hover
|
|
text-decoration: none
|
|
|
|
.comment-links
|
|
margin-bottom: 6px
|
|
|
|
.comment-links a
|
|
color: #828282
|
|
font-weight: bold
|
|
font-size: 10px
|
|
margin-right: 4px
|
|
|
|
.comment-removed
|
|
background-color: #840c09
|
|
|
|
.comment-deleted
|
|
background-color: #00007d
|
|
|
|
.comment-odd
|
|
background-color: #121212
|
|
|
|
.comment-even
|
|
background-color: #161616 |