seaofclouds (owner)

Revisions

gist: 5778 Download_button fork
public
Public Clone URL: git://gist.github.com/5778.git
Embed All Files: show embed
application.sass #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
!background = #fff
!text = #000
!highlight = red
 
body
  :background-color = !background - #222
  :color = !text
  :padding 2em
  :font-family Georgia, times, "Times New Roman", serif
  a
    :color = !text
  .container
    :background-color = !background
    :width 22em
    :margin 0 auto
    :padding 2em
    #header
      .logo
        :font-size 200%
        :text-align center
        :margin-bottom .5em
        :padding .5em
        :background-color = !highlight
        :text-transform uppercase
        :-moz-border-radius 1em
        :-webkit-border-radius 1em
        a
          :color #fff
          :text-decoration none
          &:hover
            :text-decoration underline