-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
95 lines (85 loc) · 1.29 KB
/
style.css
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
<<<<<<< HEAD
<<<<<<< HEAD
#soup-nav {
position: absolute;
left: 0;
right: 0;
bottom: 32px;
z-index: 9002;
font-size: 64px;
cursor: pointer;
}
.soup-title {
font-size: 32px;
}
.soup-desc {
font-size: 16px;
}
html,
body {
width: 100%;
height: 100%;
background-color: #eee;
color: #111;
text-align: center;
font-family: "Open Sans", sans-serif;
overflow: hidden;
}
#soup-container {
width: 100%;
height: 100%;
min-width: 320px;
min-height: 480px;
position: relative;
}
.letters-wrap {
position: absolute;
overflow: hidden;
display: inline-block;
}
.letters-wrap.mutable {
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.letters-wrap.mutable .letter {
position: absolute;
left: 0;
top: 0;
transition: left 2s, top 2s, color 2s;
color: "#AAA";
}
.letters-wrap.mutable .letter.active {
color: "#111";
z-index: 9001;
}
.letters-wrap.position-data {
top: 50%;
left: 50%;
visibility: hidden;
transform: translate(-50%, -50%);
}
.segment {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
button {
z-index: 9001;
position: relative;
cursor: pointer;
}
=======
=======
>>>>>>> 3f2b2bc (idham)
html {
height: 100%;
width: 100%;
}
<<<<<<< HEAD
>>>>>>> c20c02c (idham)
=======
>>>>>>> 3f2b2bc (idham)