2015-01-17 13:55:40 +00:00
|
|
|
/*templates/medium.cassius*/
|
|
|
|
|
|
|
|
img
|
|
|
|
position: relative !important
|
|
|
|
max-width: 100% !important
|
|
|
|
width: auto !important
|
|
|
|
display: block !important
|
|
|
|
margin-left: auto !important
|
|
|
|
margin-right: auto !important
|
|
|
|
|
|
|
|
.comment
|
|
|
|
border: 5px solid rgb(255, 255, 255)
|
|
|
|
padding: 2em 3em
|
|
|
|
background: #d64760 url('/static/css/images/overlay.png')
|
|
|
|
|
2014-12-22 15:31:34 +00:00
|
|
|
.reply
|
2015-01-17 13:55:40 +00:00
|
|
|
background: #47d65f url('/static/css/images/overlay.png')
|
|
|
|
|
|
|
|
.image
|
|
|
|
width: 100% !important
|
|
|
|
|
|
|
|
#wrapper
|
|
|
|
overflow: auto !important
|
|
|
|
|
|
|
|
#reel
|
|
|
|
width: 90% !important
|
|
|
|
max-height: auto !important
|
|
|
|
|
|
|
|
#reel .item
|
|
|
|
float: none !important
|
|
|
|
display: inline-block !important
|
|
|
|
width: 100% !important
|
|
|
|
|
|
|
|
div #main
|
|
|
|
margin-top: 60px !important
|
|
|
|
position: static !important
|
|
|
|
|
|
|
|
#footer
|
|
|
|
position: static !important
|