Sha256: ab713872ca5cb889191766c86675a59b6ced99da0735b59bff59a9eef96489de

Contents?: true

Size: 1.71 KB

Versions: 76

Compression:

Stored size: 1.71 KB

Contents

!!!
%html
  %head
    %link(href="stylesheets/fancy-fonts.css" rel="stylesheet" type="text/css")
    %link(href="stylesheets/main.css" rel="stylesheet" type="text/css")
    %link(href="stylesheets/gradient.css" rel="stylesheet" type="text/css")
  %body
    %h1 Compass CSS3 Module
    #container
      .examples
        #background-clip.example
          %h2 Background Clip & Origin
          %pre.padding-box
            %code<>
              +background-clip("padding-box")<br />+background-origin("padding-box")
          %pre.border-box
            %code<>
              +background-clip("border-box")<br />+background-origin("border-box")
        .gutter
        #background-size.example
          %h2 Background Size
          %pre.top-left
            %code<>
              +background-size(50% 50%)
          %pre.centered
            %code<>
              +background-size(50% 50%)<br />background-position: center center
        .gutter
        #gradients.example
          %h2 Gradients
          %pre.horizontal
            %code<>
              :preserve
                +linear-gradient(
                  color_stops(#d92626, #2626d9),
                  "left")
          %pre.vertical
            %code<>
              :preserve
                +linear-gradient(
                  color_stops(#d92626, #2626d9))
          %pre.radial
            %code<>
              +radial-gradient(<br>  color_stops(#d92626, #2626d9))
          %a(href="gradients.html") More Gradients
      .examples
        #border-radius.example
          %h2 Border Radius
          %p This box has rounded corners
        .gutter
        #box-shadow.example
          %h2 Box Shadow
        .gutter
        #box-sizing.example
          %h2 Box Sizing


Version data entries

76 entries across 75 versions & 5 rubygems

Version Path
compass-0.12.7 examples/css3/index.html.haml
sadui-0.0.4 vendor/bundle/ruby/2.1.0/gems/compass-0.12.3/examples/css3/index.html.haml
sadui-0.0.4 vendor/bundle/ruby/2.0.0/gems/compass-0.12.3/examples/css3/index.html.haml
compass-0.12.6 examples/css3/index.html.haml
compass-0.12.5 examples/css3/index.html.haml
compass-0.12.4 examples/css3/index.html.haml
compass-0.12.3 examples/css3/index.html.haml
compass-0.13.alpha.12 examples/css3/index.html.haml
compass-0.13.alpha.10 examples/css3/index.html.haml
compass-0.13.alpha.9 examples/css3/index.html.haml
compass-0.13.alpha.8 examples/css3/index.html.haml
compass-0.13.alpha.7 examples/css3/index.html.haml
compass-0.13.alpha.6 examples/css3/index.html.haml
compass-0.13.alpha.5 examples/css3/index.html.haml
compass-sourcemaps-0.12.4.sourcemaps.a4836f1 examples/css3/index.html.haml
compass-0.13.alpha.4 examples/css3/index.html.haml
compass-0.13.alpha.3 examples/css3/index.html.haml
compass-0.13.alpha.2 examples/css3/index.html.haml
compass-0.12.2 examples/css3/index.html.haml
compass-0.12.2.rc.1 examples/css3/index.html.haml