-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.sass
227 lines (201 loc) · 4.13 KB
/
style.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
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
@import compass
@import fancy-buttons
$deal_width: 280px
*
:font-family arial,sans-serif
body
:margin-right $deal_width + 12px
:background-color #fff
:color #333
body.skip-deal
:margin-right 0px
#logo
:margin-top -1em
:position relative
:top 2em
.logo
:font-size 1.5em
:color #444
input
:-moz-box-sizing content-box
:font-family inherit
input.text
:background #fff
:border 1px solid #ccc
:border-bottom-color #999
:border-right-color #999
:color #000
:font 18px arial,sans-serif bold
:height 25px
:margin 0
:padding 5px 8px 0 6px
:vertical-align top
input.text:focus
:outline none
input#search, input#lucky
:background url("http://www.google.com/images/srpr/nav_logo13.png") repeat scroll center bottom transparent
:border medium none
:color #000000
:cursor pointer
:font 15px arial,sans-serif
:height 30px
:margin 0
:outline 0 none
:vertical-align top
.button_wrapper
:border-bottom 1px solid #E7E7E7
:border-right 1px solid #E7E7E7
:display inline-block
:margin 3px 0 4px 4px
.inner
:background none repeat scroll 0 0 #EEEEEE
:border-color #CCCCCC #999999 #999999 #CCCCCC
:border-style solid
:border-width 1px
:display block
:height 30px
#fake_mouse
:position absolute
:top 100px
:left 100px
#instructions
:margin-top 40px
:font-size 1.1em
:color #999
:width 350
:height 84px
:background transparent url(images/instructions_bg.png) no-repeat top center
div
:line-height 84px
#link_placeholder
:height 90px
#link
:position absolute
:display none
:padding-bottom 28px
input.link
:width 312px
:font-size 1.2em
:text-align center
:border 1px solid #c2c9ff
:color #555
:background-color #f4fbff
:cursor pointer
#footer
:margin-top 100px
:color #999
:border-top solid 1px #ddd
:padding-top 0.5em
:text-align center
a
:color #999
:text-decoration none
:padding 0 1em
a:hover
:text-decoration underline
#about
:margin-top 0.5em
:color #666
:text-align center
#language
:margin-top 1em
:color #666
:text-align center
:background #fff url(/images/worldwide.png) no-repeat center
select
:width 200px
:opacity 0
#copyright
:margin-top 40px
:padding 0.25em
:text-align center
:font-size 0.75em
:color #bbb
:background-color #fff
#link_buttons, #link_message
:position absolute
:display none
a.link_button
:display block
:float left
:width 60px
:height 20px
:margin 0 2px
:padding 5px 0
:background transparent url(images/link_button.png) no-repeat center center
:color #fff
:line-height 20px
:text-align center
:font-size 0.8em
:text-decoration none
&:hover
:background-image url(images/link_button_hover.png)
#link_message
:z-index 99
:width 332px
:height 32px
:background url(images/link_message.png)
:color #fff
:line-height 32px
:text-align center
:font-size 1em
.banner
width: 728px
margin: 0 auto
.deal
+box-shadow
display: none
text-decoration: none
width: $deal_width
position: absolute
right: 10px
top: 10px
cursor: pointer
.pitch
position: relative
height: 401px
.region_name, .title, .numbers
background: #000
color: #fff
line-height: 24px
+opacity(0.8)
.region_name
font-size: 24px
padding: 6px 8px 2px 8px
text-align: center
+ellipsis
.title
padding: 2px 8px 6px 8px
font-size: 16px
text-align: center
+ellipsis
.numbers
position: absolute
bottom: 0px
width: 100%
.block
float: left
text-align: center
.value
font-size: 24px
padding: 8px 0px 0px 0px
.label
font-size: 12px
text-transform: uppercase
padding: 0px 8px 8px 8px
.block.savings
margin-left: 16%
.block.remaining
position: absolute
right: 16%
.action
padding: 16px 8px
background-color: #eee
text-align: center
.button
font-family: "arial rounded mt bold"
+fancy-button(#F0812B, 32px)
padding: 0.3em 0.5em
.price
font-size: 32px
font-family: "arial rounded mt bold"