Sha256: f1beacfecec96cccc0bd6cb080d5e9dcab536ad7ea08d699078bcfb848b25932
Contents?: true
Size: 1.08 KB
Versions: 4
Compression:
Stored size: 1.08 KB
Contents
Vocco::Generator::CSS = <<-'__YOU_ARE_SPECIAL__' body { font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif; font-size: 15px; } html, body { height: 100%; } body { padding: 1em; } .code { font-family: Menlo, Monaco, "DejaVu Sans Mono", Consolas, "Lucida Console", monospace; font-size: 16px; padding: 1em; width: 50%; } .nav { width: 40%; position: fixed; top: 0; left: 55%; height: 100%; font-size: 15px; line-height: 22px; color: #252519; } .nav .wrapper { color: black; height: 100%; } .nav .wrapper .area { background-color: #cccccc; padding: 1em 1em 1em 1em; border-bottom: 1px dashed #bbbbbb; border-top: 1px dashed #666666; } .nav .wrapper .area .autohide { opacity: 0; height: 0px; -webkit-transition: all 0.2s linear; overflow: auto; } .nav .wrapper .area:hover .autohide { height: 150px; opacity: 1; } .nav .wrapper .notes { max-height: 40%; overflow: auto; } table th { text-align: right; } __YOU_ARE_SPECIAL__
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
vocco-0.2.1 | lib/vocco/generator/css.rb |
vocco-0.1.3 | lib/vocco/generator/css.rb |
vocco-0.1.2 | lib/vocco/generator/css.rb |
vocco-0.1.1 | lib/vocco/generator/css.rb |