Sha256: d973f691628fb28e606f48f9d8fdc7da42276ed3054ddcd7b0f672d81e0eedf2

Contents?: true

Size: 774 Bytes

Versions: 14

Compression:

Stored size: 774 Bytes

Contents

.stroke {
  -webkit-box-shadow: 0 1px 0 black, 0 -1px 0 black, 1px 0 0 black, -1px 0 0 black;
  -moz-box-shadow: 0 1px 0 black, 0 -1px 0 black, 1px 0 0 black, -1px 0 0 black;
  box-shadow: 0 1px 0 black, 0 -1px 0 black, 1px 0 0 black, -1px 0 0 black;
}

.stroke-fat {
  -webkit-box-shadow: 0 10px 0 black, 0 -10px 0 black, 10px 0 0 black, -10px 0 0 black;
  -moz-box-shadow: 0 10px 0 black, 0 -10px 0 black, 10px 0 0 black, -10px 0 0 black;
  box-shadow: 0 10px 0 black, 0 -10px 0 black, 10px 0 0 black, -10px 0 0 black;
}

.stroke-colorful {
  -webkit-box-shadow: 0 10px 0 red, 0 -10px 0 red, 10px 0 0 red, -10px 0 0 red;
  -moz-box-shadow: 0 10px 0 red, 0 -10px 0 red, 10px 0 0 red, -10px 0 0 red;
  box-shadow: 0 10px 0 red, 0 -10px 0 red, 10px 0 0 red, -10px 0 0 red;
}

Version data entries

14 entries across 13 versions & 1 rubygems

Version Path
archetype-0.0.1.pre.13 test/fixtures/stylesheets/archetype/tmp/ui/stroke.css
archetype-0.0.1.pre.9 test/fixtures/stylesheets/archetype/tmp/ui/stroke.css
archetype-0.0.1.pre.7 test/fixtures/stylesheets/archetype/expected/ui/stroke.css
archetype-0.0.1.pre.6 test/fixtures/stylesheets/archetype/expected/ui/stroke.css
archetype-0.0.1.pre.5 test/fixtures/stylesheets/archetype/expected/ui/stroke.css
archetype-0.0.1.pre.4 test/fixtures/stylesheets/archetype/expected/ui/stroke.css
archetype-0.0.1.pre.3.90263a7 test/fixtures/stylesheets/archetype/expected/ui/stroke.css
archetype-0.0.1.pre.3.6ed259b test/fixtures/stylesheets/archetype/expected/ui/stroke.css
archetype-0.0.1.pre.3.f9dde24 test/fixtures/stylesheets/archetype/expected/ui/stroke.css
archetype-0.0.1.pre.3.00dfd9a test/fixtures/stylesheets/archetype/expected/ui/stroke.css
archetype-0.0.1.pre.3.83f0d7a test/fixtures/stylesheets/archetype/tmp/ui/stroke.css
archetype-0.0.1.pre.3.83f0d7a test/fixtures/stylesheets/archetype/expected/ui/stroke.css
archetype-0.0.1.pre.3.55c4182 test/fixtures/stylesheets/archetype/expected/ui/stroke.css
archetype-0.0.1.pre.3.811928f test/fixtures/stylesheets/archetype/expected/ui/stroke.css