-
Notifications
You must be signed in to change notification settings - Fork 7
/
about.css
125 lines (101 loc) · 1.94 KB
/
about.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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
.text {
font-family: "Helvetica Neue", sans-serif;
margin-top: 4em;
font-size: 1em;
/*font-weight: 400; */
line-height: 1.3em;
animation: fadein 1s;
}
.description {
animation: fadein 1s;
margin-bottom: 4em;
}
.moreLink a {
color: white;
font-family: "Helvetica Neue Bold", sans-serif;
/*font-weight: 200;*/
}
.moreLink a:hover {
color: #ccc;
}
.items {
white-space: nowrap;
margin-top: 4em;
margin-left: 2.6em;
margin-bottom: 1.6em;
line-height: 1.4em;
}
/* --- chunk --- */
.chunk {
width: auto;
margin-bottom: 20px;
animation: fadein 1.5s;
}
.chunkLeft {
vertical-align: top;
display: inline-block;
width: 8em;
text-align: right;
padding-right: 0.66em;
font-family: "Helvetica Neue Bold", sans-serif;
/*font-weight: 600;*/
}
.chunkRight {
display: inline-block;
padding-left: 0.86em;
border-left: 1px solid #666;
vertical-align: top;
}
@media only screen and (max-width: 475px) {
.text {
margin-top: 2.6em;
}
.items {
margin-top: 0.66em;
margin-left: 0em;
}
.chunkLeft {
display: block;
text-align: left;
width: auto;
}
.chunkRight {
margin-top: 0.66em;
padding-left: 0.66em;
width: auto;
white-space: normal;
border-left: 2px solid #555;
}
.wrapper {
display: inline-block;
border: 0px solid #f00;
white-space: normal;
}
}
/*
.chunk:nth-of-type(1) {
animation: fadeinDelayed 1.5s;
}
.chunk:nth-of-type(2) {
animation: fadeinDelayed 1.5s;
}
.chunk:nth-of-type(3) {
animation: fadeinDelayed 1.5s;
}
.chunk:nth-of-type(4) {
animation: fadeinDelayed 1.5s;
}
*/
.description a:link {
color: #aaa;
}
.description a:visited {
color: #aaa;
}
.description a:hover {
color: #ddd;
}
.period {
transition: all 6s;
color: black;
}