Created
June 18, 2009 17:56
-
-
Save mileszs/132061 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // color constants | |
| !dark_grey = #333 | |
| !medium_grey = #666 | |
| !light_grey = #999 | |
| !lighter_grey = #ccc | |
| !green = #4cbb17 | |
| !dark_green = #2c7A07 | |
| body | |
| :color = !medium_grey | |
| :font-size 100% | |
| :background #fff url("/images/vim_on_a_vine_200.gif") no-repeat right top | |
| a | |
| :color = !green | |
| :text-decoration none | |
| &:visited | |
| :color = !dark_green | |
| &:hover | |
| :color = !dark_green | |
| blockquote | |
| :margin 3em 1em | |
| :font-size 90% | |
| :font-style italic | |
| :padding-left 1em | |
| :border-left = 3px "solid" !lighter_grey | |
| // header | |
| #header | |
| :background transparent url(../images/dark_grey_translucent.png) repeat | |
| //:background-color transparent | |
| :height 40px | |
| :margin 20px 0 40px 0 | |
| #h1-miles | |
| :color = !green | |
| #h1-zs | |
| :color = !dark_green | |
| h1 | |
| :padding 0 2px | |
| a | |
| :color = !green | |
| :text-decoration none | |
| &:visited | |
| :text-decoration none | |
| &:hover | |
| :text-decoration none | |
| ul | |
| :list-style none | |
| :display block | |
| :margin 7px 30px | |
| li | |
| :list-style none | |
| :display inline | |
| :float left | |
| a | |
| :font-size 1.3em | |
| :color = !light_grey | |
| :text-decoration none | |
| :text-transform lowercase | |
| &:hover | |
| :color = !green | |
| // Displays the grid in the background | |
| //.container_12 | |
| // :background #fff url(../images/12_col.gif) repeat-y | |
| #body h2 | |
| :font-size 2.5em | |
| :color = !green | |
| #body h3 | |
| :margin-top 2em | |
| :font-variant small-caps | |
| .pagination | |
| :text-align center | |
| .created_at | |
| :margin-top -1em | |
| :text-align right | |
| :color = !lighter_grey | |
| :letter-spacing -0.08em | |
| :font-size 2em | |
| :font-weight bold | |
| #archive .year | |
| :color = !light_grey | |
| #archive ul li | |
| :list-style circle | |
| :font-size 1.5em | |
| a | |
| :color = !medium_grey | |
| :text-decoration none | |
| &:hover | |
| :color = !green | |
| &:visited | |
| :color = !light_grey | |
| &:hover | |
| :color = !green | |
| #footer | |
| :margin 20px 0 | |
| div.grid_8 div#footer-semantics-breaker | |
| :height 5px | |
| :border-top= "solid" 1px !lighter_grey | |
| #copy | |
| :text-align right | |
| .CodeRay | |
| :line-height 0.75em | |
| :border 1px solid #ccc | |
| :padding 1em |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment