Sha256: 1b79b5c41cbbf1d07dcc39037b84eceed799157fd97a017acaa0571a5a016abd
Contents?: true
Size: 1.35 KB
Versions: 3
Compression:
Stored size: 1.35 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; padding: 2px; padding-bottom: 0px; height: calc(100% - 2px); width: calc(100% - 4px); box-shadow: inset 0px 0px 2px 2px #bebebe; } 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; font-family: monospace; } .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; } .horizontal > .pane { height: 100%; float: left; } hr { width: 95%; background-color: #333; border: 1px solid #d6d6d6; }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
flammarion-0.1.4pre | lib/html/build/stylesheets/engraving.css |
flammarion-0.1.3 | lib/html/build/stylesheets/engraving.css |
flammarion-0.1.2 | lib/html/build/stylesheets/engraving.css |