2014-02-16 18:30:00 -05:00
|
|
|
@import "app/styles/bootstrap/mixins"
|
|
|
|
@import "app/styles/mixins"
|
2014-01-03 13:32:13 -05:00
|
|
|
|
|
|
|
#tome-view
|
|
|
|
height: 100%
|
|
|
|
|
|
|
|
.popover
|
|
|
|
padding: 10px
|
2014-02-16 18:30:00 -05:00
|
|
|
min-width: 400px
|
2014-01-03 13:32:13 -05:00
|
|
|
background: transparent url(/images/level/popover_background.png)
|
|
|
|
background-size: 100% 100%
|
|
|
|
border: 0
|
2014-02-16 18:30:00 -05:00
|
|
|
left: auto !important
|
|
|
|
top: auto !important
|
|
|
|
right: 100%
|
|
|
|
bottom: 151px
|
2014-01-03 13:32:13 -05:00
|
|
|
@include box-shadow(0 0 0 #000)
|
2014-02-16 18:30:00 -05:00
|
|
|
@include user-select(text)
|
|
|
|
|
|
|
|
&.pinned
|
|
|
|
@include box-shadow(0 0 500px white)
|
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
|