Sha256: 04ba1891648b7fa6559db0570611ba30fe3d1495c828a3c4facc590c4ad9cba1

Contents?: true

Size: 1.12 KB

Versions: 7

Compression:

Stored size: 1.12 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

  if $enable-gradients
    padding 2px
    padding-bottom 0px
    height calc(100% - 2px)
    width calc(100% - 4px)
    box-shadow-inset()

a
  text-decoration none
  color $fg-highlight
  &:hover
    color $fg-active-highlight
  p &, .markdown &
    text-decoration underline

.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
  font-family $main-font
  white-space pre-wrap

.pane > .pane
  width calc(100% + 16px)
  height initial
  margin -8px

  &.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 $fg-color
  border 1px solid activate($bg-color, 10%)

.emojione
  height 1.5em

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
flammarion-0.1.9 lib/html/source/stylesheets/engraving.styl
flammarion-0.1.8 lib/html/source/stylesheets/engraving.styl
flammarion-0.1.8pre1 lib/html/source/stylesheets/engraving.styl
flammarion-0.1.8pre lib/html/source/stylesheets/engraving.styl
flammarion-0.1.7 lib/html/source/stylesheets/engraving.styl
flammarion-0.1.7pre2 lib/html/source/stylesheets/engraving.styl
flammarion-0.1.7pre lib/html/source/stylesheets/engraving.styl