2010-01-23 02:16:47 +00:00
|
|
|
@import blueprint/reset
|
2010-01-23 09:09:59 +00:00
|
|
|
@import compass/utilities
|
2010-01-24 09:34:05 +00:00
|
|
|
@import compass/css3
|
2010-01-23 02:16:47 +00:00
|
|
|
|
2010-01-21 06:25:44 +00:00
|
|
|
@import blueprint
|
|
|
|
|
|
|
|
body
|
|
|
|
font-family: "Lucida Sans", "Lucida Grande", Lucida, sans-serif
|
2010-01-23 02:16:47 +00:00
|
|
|
line-height: 1.5
|
2010-01-21 06:25:44 +00:00
|
|
|
|
|
|
|
#container
|
|
|
|
+container
|
|
|
|
|
|
|
|
#main
|
2010-02-03 16:02:27 +00:00
|
|
|
+column(16, true)
|
|
|
|
+prepend(8)
|
2010-01-21 06:25:44 +00:00
|
|
|
|
|
|
|
#sidebar
|
2010-02-03 16:02:27 +00:00
|
|
|
+column(8)
|
2010-01-21 06:25:44 +00:00
|
|
|
+pull(24, true)
|
2010-01-23 02:16:25 +00:00
|
|
|
|
|
|
|
body.reference
|
|
|
|
h3.mixin
|
|
|
|
background-color: #eee
|
|
|
|
border: 3px solid #aaa
|
|
|
|
padding: 0.75em
|
|
|
|
margin-bottom: 0
|
2010-01-23 09:09:59 +00:00
|
|
|
a.permalink
|
|
|
|
+hover-link
|
|
|
|
+link-colors("inherit", "inherit")
|
2010-01-23 02:16:25 +00:00
|
|
|
.source-documentation
|
|
|
|
background-color: #eee
|
|
|
|
border: 3px solid #aaa
|
|
|
|
border-top-width: 0
|
|
|
|
padding: 0.75em
|
2010-01-23 09:09:59 +00:00
|
|
|
a.view-source
|
|
|
|
float: right
|
|
|
|
margin: 1.25em
|
2010-01-24 09:34:05 +00:00
|
|
|
span.color
|
|
|
|
border-bottom: 1px dotted #333
|
|
|
|
.color-snippet
|
|
|
|
width: 100px
|
|
|
|
height: 20px
|
|
|
|
+border-radius(3px)
|
|
|
|
|
|
|
|
|
|
|
|
.tipsy
|
|
|
|
padding: 5px
|
|
|
|
font-size: 10px
|
|
|
|
background-repeat: no-repeat
|
|
|
|
background-image= image_url("tipsy.gif")
|
|
|
|
&-north
|
|
|
|
background-position: top center
|
|
|
|
&-south
|
|
|
|
background-position: bottom center
|
|
|
|
&-east
|
|
|
|
background-position: right center
|
|
|
|
&-west
|
|
|
|
background-position: left center
|
|
|
|
&-inner
|
|
|
|
padding: 5px 8px 5px 8px
|
|
|
|
background-color: black
|
|
|
|
color: white
|
|
|
|
max-width: 200px
|
|
|
|
text-align: center
|
|
|
|
+border-radius(3px)
|
|
|
|
|
2010-01-24 03:48:25 +00:00
|
|
|
table.constants
|
|
|
|
width: 100%
|
|
|
|
+alternating-rows-and-columns(#eee, #bbb, #191919)
|
|
|
|
+outer-table-borders(2px)
|
|
|
|
+inner-table-borders(1px)
|
|
|
|
td, th
|
|
|
|
padding: 0.25em 0.5em
|
|
|
|
|
2010-01-25 00:06:34 +00:00
|
|
|
ol#breadcrumbs
|
|
|
|
+horizontal-list
|
|
|
|
+no-bullets
|
|
|
|
li:after
|
|
|
|
content: " > "
|
|
|
|
li.last:after
|
2010-01-28 07:44:46 +00:00
|
|
|
content: ""
|
|
|
|
li.last
|
2010-01-31 18:01:04 +00:00
|
|
|
visibility: hidden
|
|
|
|
body#home h1
|
|
|
|
+replace-text("compass.png", 0px)
|
|
|
|
height: 159px
|