Sha256: 8ecad76feaddff85558d59f789a26b3dec872a6f1ad1a634eb760cd14fb0532f
Contents?: true
Size: 1.63 KB
Versions: 2
Compression:
Stored size: 1.63 KB
Contents
@charset "utf-8"; body { background-color: #eee; color: #333; padding: 0px; margin: 0px; height: 100%; width: 100%; overflow: hidden; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } html { padding: 0px; height: 100%; width: 100%; overflow: hidden; } a { text-decoration: none; } p a { text-decoration: underline; color: #848484; } p a:hover { color: #787878; } .hidden { display: none; } .pane { margin: 0px; overflow: auto; padding: 8px; width: 100%; height: 100%; box-sizing: border-box; word-wrap: break-word; position: relative; -webkit-touch-callout: text; -webkit-user-select: text; -khtml-user-select: text; -moz-user-select: text; -ms-user-select: text; user-select: text; } .pane > .pane { width: calc(100% + 16px); height: initial; margin: -8px; } .pane > .pane.subpane-fill { height: calc(100% + 16px); } #panes { height: calc(100% - 1em - 14px); width: 100%; box-sizing: border-box; } html { padding-top: 2px; box-shadow: inset 0px 0px 2px 2px #bebebe; } .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: #333; 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; } hr { width: 95%; background-color: #333; border: 1px solid #d6d6d6; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
flammarion-0.0.14 | lib/html/build/stylesheets/engraving.css |
flammarion-0.0.13 | lib/html/build/stylesheets/engraving.css |