mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-27 04:51:14 +00:00
36 lines
No EOL
692 B
Sass
36 lines
No EOL
692 B
Sass
@import _mixins.sass
|
|
|
|
div
|
|
&.commentNew
|
|
width: 340px
|
|
height: 300px
|
|
&.comments
|
|
width: 410px
|
|
&.commentHidden
|
|
top: auto
|
|
position: fixed
|
|
visibility: hidden
|
|
display: none
|
|
&.commentBox
|
|
margin: 5px auto 30px auto
|
|
width: 400px
|
|
h5
|
|
@include shadow
|
|
width: 400px
|
|
height: 15px
|
|
padding: 2px 5px 1px 5px
|
|
background: url('/images/icons/article_head.png') repeat
|
|
color: white
|
|
font-size: 11px
|
|
a
|
|
color: black
|
|
&:hover
|
|
color: #d4d4d4
|
|
div
|
|
padding: 5px
|
|
width: 400px
|
|
background-color: $bg_sub
|
|
overflow-x: hidden
|
|
|
|
blockquote.commentQuote:first-line
|
|
font-weight: bold |