coderifous / lmgtfy-live

Streaming hilarity.

This URL has Read+Write access

lmgtfy-live / style.sass
100644 115 lines (108 sloc) 1.915 kb
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
@import reset.sass
 
body
  :background-color #fff
  :color #333
  :height 100%
  :font-family Helvetica, Arial, sans-serif
  :overflow hidden
 
#stream
  :position absolute
  :width 100%
  :bottom 0
  :font-family Georgia, serif
  li
    :padding-left 200px
    :height 48px
    :overflow hidden
    :whitespace nowrap
    :font-size 32px
    :line-height 48px
    a
      :display block
      :padding 0 0.5em
      :text-decoration none
      :color #333
    a:hover
      :background-color #F9FFD2
  li.first
    :font-style italic
    :color #999
    a
      :color #999
 
#sidebar
  :width 200px
  :position absolute
  :height 100%
  :top 0
  :left 0
  :background-color #333
 
#about
  :position absolute
  :width 168px
  :left 16px
  :bottom 5px
  :color #ccc
  :font-size 14px
  :font-style italic
  :line-height 24px
  h1
    :height 56px
    :text-indent -9999px
    :overflow hidden
    :background transparent url("images/logo.png") no-repeat top left
  p.genesis
    :opacity 0.66
    &:hover
      :opacity 1
  a
    :padding-top 3px
    :color #2259d0
    :text-decoration none
    &:hover
      :color #fff
      :background-color #00c
  a.secondary
    :color #dc412b
    &:hover
      :color #fff
      :background-color #dc412b
  a.ternary
    :color #199f20
    &:hover
      :color #fff
      :background-color #199f20
  #copyright
    :font-size 12px
    :line-height 24px
    :color #666
 
 
#sponsor
  :display none
  :position absolute
  :top 0
  :left 0
  :width 190px
  :margin 8px 5px
  :text-align center
  :font-size 14px
  :line-height 20px
  a
    :display block
    :margin 0 auto
    :width 190px
    :text-decoration none
    :opacity 0.6
    img
      :padding-bottom 5px
      :width 120px
      :height 90px
      :border 0
    &:hover
      :opacity 1.0
  p
    :margin-top 0
    :text-align center
    :color #ccc
  em
    :font-weight bold
    :font-style normal
    :color #fff