Sha256: a72a70d4661a06174a22ef0869f23afa00b0594785e622d10fa5bbc8c7aad67c

Contents?: true

Size: 766 Bytes

Versions: 14

Compression:

Stored size: 766 Bytes

Contents

@import "mixins.styl"
@import "colors.styl"

.plot
  width 100%
  height 100%
  border 1px solid #333
  margin -1px
  overflow none

#plot-mouseover
  position absolute
  background-color rgba($active-highlight, 0.5)
  color $fg-color
  pointer-events none
  font-family Monospace
  padding 0.25em
  drop-shadow()

#plot-zoom-element
  position absolute
  background-color rgba(0, 3, 10, 0.75)
  pointer-events none
  border 1px solid #012

// Note: You have to add a div with each of these to
// index.html.slim for this to take effect.
#plot-style
  color $fg-color
  background-color activate($bg-color, 0%)
  & .tickmarks
    color activate($fg-color, 30%)
  & .markers
    color activate($fg-color, 30%)
  & .zero
    color rgba(activate($bg-color, 20%), 0.75)

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
flammarion-0.2.1 lib/html/source/stylesheets/plot.styl
flammarion-0.2.0 lib/html/source/stylesheets/plot.styl
flammarion-0.1.14 lib/html/source/stylesheets/plot.styl
flammarion-0.1.13 lib/html/source/stylesheets/plot.styl
flammarion-0.1.12 lib/html/source/stylesheets/plot.styl
flammarion-0.1.11 lib/html/source/stylesheets/plot.styl
flammarion-0.1.10pre2 lib/html/source/stylesheets/plot.styl
flammarion-0.1.10pre1 lib/html/source/stylesheets/plot.styl
flammarion-0.1.9 lib/html/source/stylesheets/plot.styl
flammarion-0.1.8 lib/html/source/stylesheets/plot.styl
flammarion-0.1.8pre1 lib/html/source/stylesheets/plot.styl
flammarion-0.1.8pre lib/html/source/stylesheets/plot.styl
flammarion-0.1.7 lib/html/source/stylesheets/plot.styl
flammarion-0.1.7pre2 lib/html/source/stylesheets/plot.styl