2014-03-23 00:22:25 +00:00
|
|
|
@import _mixins.sass
|
|
|
|
|
|
|
|
div
|
|
|
|
&#matches
|
|
|
|
min-height: 100px
|
|
|
|
&.article
|
|
|
|
@include rounded-corners
|
|
|
|
@include shadow
|
2014-04-01 23:07:21 +00:00
|
|
|
width: 100%
|
2014-03-23 00:22:25 +00:00
|
|
|
padding: 0px
|
2014-04-01 23:07:21 +00:00
|
|
|
margin-right: 0
|
2014-03-23 00:22:25 +00:00
|
|
|
margin-bottom: 20px
|
|
|
|
border: 1px solid #d7d7d7
|
|
|
|
background-color: $bg_box
|
|
|
|
&.articleLinks
|
|
|
|
height: 30px
|
|
|
|
&.article
|
|
|
|
> h1
|
|
|
|
@include shaded-top
|
2014-04-04 20:15:55 +00:00
|
|
|
@include box-sizing(border-box)
|
2014-04-01 23:07:21 +00:00
|
|
|
box-sizing: border-box
|
2014-04-04 19:38:44 +00:00
|
|
|
padding: 8px
|
2014-03-23 00:22:25 +00:00
|
|
|
margin: 0
|
2014-04-01 23:07:21 +00:00
|
|
|
width: 100%
|
2014-04-04 19:38:44 +00:00
|
|
|
height: 35px
|
2014-03-23 00:22:25 +00:00
|
|
|
font-size: 140%
|
|
|
|
h1 a
|
|
|
|
color: #ffffff
|
|
|
|
h4
|
|
|
|
margin: 0 3px 3px 5px
|
|
|
|
font-size: 90%
|
|
|
|
font-weight: bold
|
|
|
|
color: black
|
|
|
|
a
|
|
|
|
font-size: 90%
|
|
|
|
font-weight: bold
|
|
|
|
color: black
|
|
|
|
&:hover
|
|
|
|
color: #707070
|
|
|
|
div.content
|
|
|
|
padding: 5px 10px 10px 10px
|
|
|
|
div
|
|
|
|
margin: 5px 3px 0 3px
|
|
|
|
&.indented
|
|
|
|
margin: 2px 2px 2px 15px
|
|
|
|
&.article div.footer
|
|
|
|
margin: 0
|
|
|
|
padding: 10px
|