codecombat/app/styles/play/level/tome/tome.sass

51 lines
1.1 KiB
Sass
Raw Normal View History

@import "app/styles/bootstrap/mixins"
@import "app/styles/mixins"
2014-01-03 13:32:13 -05:00
#tome-view
height: 100%
> .popover
// Only those popovers which are our direct children (spell documentation)
left: auto !important
top: auto !important
right: 100%
bottom: 151px
@include user-select(text)
&.pinned
@include box-shadow(0 0 500px white)
2014-01-03 13:32:13 -05:00
.popover
padding: 10px
min-width: 400px
background: transparent url(/images/level/popover_background.png)
background-size: 100% 100%
border: 0
@include box-shadow(0 0 0 #000)
2014-01-03 13:32:13 -05:00
h1:not(.not-code), h2:not(.not-code), h3:not(.not-code), h4:not(.not-code), h5:not(.not-code), h6:not(.not-code)
font-family: Menlo, Monaco, Consolas, "Courier New", monospace
.popover-title
background-color: transparent
margin: 0 14px
padding: 8px 0
border-bottom-color: #ccc
.popover-content
img
float: right
&.top .arrow
bottom: -2%
&.bottom .arrow
top: -2%
&.left .arrow
right: 0%
&.right .arrow
left: -3%
2014-02-13 14:18:20 -05:00
pre
display: inline-block
padding: 5px