compass/doc-src/content/stylesheets/_specifics.sass

28 lines
665 B
Sass
Raw Normal View History

2010-05-04 17:06:28 +00:00
// This partial is where we put specific styling for certain
#reference-compass-helpers-color-stops
dl
width: 100%
dt, dd
white-space: normal
text-align: left
dd
+text-shadow(white, 1px, 1px, 1px)
#ex1 dd
+linear-gradient(color-stops(#fff,#f00,#00c), left)
#ex2 dd
+linear-gradient(color-stops(#FFF, #F00 25%, #0C0, #00C), left)
#ex3 dd
+radial-gradient(color-stops(#FFF, #F00 5px, #0C0, #00C 25px), center center)
2010-05-08 22:23:07 +00:00
body#search
#page
+box-sizing(border)
text-align: center
input
width: 50%
font-size: 3em
ol
list-style-position: inside
margin-left: 25%
text-align: left