-
Notifications
You must be signed in to change notification settings - Fork 0
/
deepdreams.styl
175 lines (141 loc) · 2.6 KB
/
deepdreams.styl
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
body
color white
font-family 'Roboto', 'Arial', sans-serif
.container
margin-top 40px
margin-bottom 40px
p.sub
font-size 16px
line-height 1.6
margin 0
.header
text-align center
#canvas
opacity 0.3
.dark-bg
background-color rgba(0,0,0,0.7)
/* Set rules to fill background */
min-height: 100%;
min-width: 1024px;
/* Set up proportionate scaling */
width: 100%;
height: auto;
/* Set up positioning */
position: fixed
top: 0
left: 0
z-index: -1
.dark-bg-img
background-image url('bgs/sky-small.jpg')
background-size cover
/* Set rules to fill background */
min-height: 100%;
min-width: 1024px;
/* Set up proportionate scaling */
width: 100%;
height: auto;
/* Set up positioning */
position: fixed
top: 0
left: 0
z-index: -1
h1
color white
font-size 40px
font-weight 400
text-transform uppercase
h3
margin-top 50px
margin-bottom 30px
a
color white
text-decoration underline
&:hover
color white
#masonry-container
clear both
margin-bottom 50px
margin 0 auto
.box
margin 5px
width 200px
float left
img
display block
width 100%
border-radius 3px
.fluidbox-overlay
background-color rgba(0,0,0,0.8)
.upload-area
margin 60px 0
text-align center
.btn-create
position: relative;
overflow: hidden;
border 2px solid white
background none
padding 15px 30px
margin-right 20px
font-size 16px
transition border-color 0.5s, color 0.5s
&:hover
border-color rgba(255,255,255,0.8)
color rgba(255,255,255,0.8)
&:disabled
border-color rgba(255,255,255,0.3)
color rgba(255,255,255,0.3)
.btn-file
&.done
border-color #5cb85c
color #5cb85c
.btn-file input[type=file]
position: absolute;
top: 0;
right: 0;
min-width: 100%;
min-height: 100%;
font-size: 100px;
text-align: right;
opacity: 0;
background: red;
cursor: inherit;
display: block;
input[readonly]
background-color: white !important;
cursor: text !important;
.results
.results-col
float left
width 50%
text-align center
button
opacity 0.8
color white
border 1px solid white
background none
font-size 12px
padding 6px 15px
margin-top 10px
img
display block
width 90%
margin 0 auto
.credits
position fixed
bottom 10px
right 10px
text-align right
font-size 12px
color rgba(255,255,255,0.5)
opacity 0.3
transition opacity 0.5s
&:hover
opacity 1
a
color rgba(255,255,255,0.5)
p
margin 0
span.easter2-show
display none
&.show-easter
display inline-block