Sha256: f1fa6f7ec29f34a9698158a0b617817f779fb90f75686240721437f1dc9bb979
Contents?: true
Size: 1.23 KB
Versions: 1
Compression:
Stored size: 1.23 KB
Contents
@charset "utf-8"; @import 'colors.styl' @import 'mixins.styl' body background-color $bg-color color $fg-color padding 0px margin 0px height 100% width 100% overflow hidden user-select none html padding 0px height 100% width 100% overflow hidden a text-decoration none p & text-decoration underline color $fg-highlight &:hover color $fg-active-highlight .hidden display none .pane margin 0px overflow auto padding 8px width 100% height 100% box-sizing: border-box; word-wrap: break-word; position relative user-select text .pane > .pane width calc(100% + 16px) height initial margin -8px &.subpane-fill height calc(100% + 16px) #panes height calc(98% - 15px) width 100% box-sizing: border-box html if $enable-gradients padding-top 2px box-shadow-inset() .horizontal > .pane height 100% float left .plot width 100% height 100% border 1px solid #333 margin -1px overflow none #plot-mouseover position absolute background-color rgba(0, 0, 0, 0.5) color $fg-color pointer-events none font-family Monospace #plot-zoom-element position absolute background-color rgba(0, 3, 10, 0.75) pointer-events none border 1px solid #012
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
flammarion-0.0.11 | lib/html/source/stylesheets/frontend.styl |