Skip to content

Instantly share code, notes, and snippets.

@jordanisip
Created April 20, 2010 00:43
Show Gist options
  • Save jordanisip/371860 to your computer and use it in GitHub Desktop.
Save jordanisip/371860 to your computer and use it in GitHub Desktop.
@import variables
html,body
:font-family = !body_font
:color = !text_color
h1
:font-size = !size_27
:letter-spacing -2px
h2
:font-size = !size_23
:letter-spacing -1.0px
h3
:font-size = !size_18
:letter-spacing -1px
:color = !header_alt_color
h4
:font-weight bold
h1,h2
:margin 30px 0
h3
:margin 20px 0 10px 0
h1,h2,h3
:font-weight bold
strong
:font-weight bold
abbr,acronym
:border-bottom 1px dotted #000
:cursor help
em
:font-style italic
blockquote,ul,ol,dl
:margin 1em
ol,ul,dl
:margin-left 2em
ol li
:list-style decimal outside
ul li
:list-style disc outside
dl dd
:margin-left 1em
table
:width 100%
th,td
:vertical-align top
:padding 10px
thead
:background = !dark_background
:color = !container_background_color
:font-size = !size_11
tbody
:font-size = !size_12
th
:font-weight bold
tr.even
:border-top = 1px "solid" !quiet_border_color + #111
:border-bottom = 1px "solid" !quiet_border_color + #111
tr.odd
:background = #EFEFEF
caption
:margin-bottom .5em
:text-align center
p,table,pre
:margin-bottom 1em
sup
:vertical-align top
:font-size 50%
input[type=text],input[type=password],textarea
:width 12.25em
:*width 11.9em
a
:text-decoration none
&:focus
:outline none
&:link
:color = !link_color
&:visited
:color = !visited_link_color
&:hover
:color = !hover_link_color
:text-decoration underline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment