-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstory.css
111 lines (96 loc) · 1.75 KB
/
story.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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
#side-container {
margin: 0;
padding: 0;
background: url(loading.gif) center center no-repeat;
color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 20px;
height: 100%;
}
#info {
font-size: 11px;
position: absolute;
bottom: 5px;
background-color: rgba(0,0,0,0.8);
border-radius: 3px;
right: 10px;
padding: 10px;
}
#currentInfo {
position: absolute;
top: 10px;
left: 50%;
transform: translate(-50%, 0);
background-color: rgba(255, 253, 253, 0.205);
padding: 10px;
}
a {
color: #aaa;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.bull {
padding: 0 5px;
color: #555;
}
#title {
position: absolute;
top: 20px;
width: 270px;
left: auto;
right: auto;
background-color: rgba(0,0,0,0.2);
border-radius: 3px;
font: 20px;
padding: 10px;
z-index: 999;
}
.year {
font: 16px;
height: 25px;
text-align: center;
float: left;
width: 40px;
color: rgba(0, 0, 0, 0.8);
cursor: pointer;
-webkit-transition: all 0.1s ease-out;
}
.year.active {
font-size: 18px;
}
.year:hover, {
font-size: 18px;
}
#ce span {
display: none;
}
#ce {
width: 107px;
height: 55px;
display: block;
position: absolute;
bottom: 15px;
left: 20px;
background: url(ce.png);
}
.lines-background{
width:100%;
overflow: hidden;
position:absolute;
top:0;
left:0;
bottom:0;
right:0;
background-color: #1a1724;
}
#feedback a.button, #feedback h2 {
color: white;
text-decoration-color: white;
}
#feedback .button {
box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
color: white !important;
}