-
Notifications
You must be signed in to change notification settings - Fork 4
/
style.css
103 lines (89 loc) · 1.47 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
96
97
98
99
100
101
102
103
.github-corner svg {
position: absolute;
top: 0px;
right: 0px;
border: 0px;
}
.octo-arm {
transform-origin: 130px 106px;
}
.github-corner:hover .octo-arm {
animation: octocat-wave 560ms ease-in-out;
}
@keyframes octocat-wave {
0%,
100% {
transform: rotate(0);
}
20%,
60% {
transform: rotate(-25deg);
}
40%,
80% {
transform: rotate(10deg);
}
}
@media (max-width:500px) {
.github-corner:hover .octo-arm {
animation: none;
}
.github-corner .octo-arm {
animation: octocat-wave 560ms ease-in-out;
}
}
#intro {
margin: 2% 8%;
font-size: 170%;
}
#page {
margin: 2%;
font-size: 500%;
line-height: 130px;
text-align: center;
}
.main {
padding: 10px;
font-weight: bold;
}
.sub {
position: absolute;
bottom: 2px;
font-size: 30%;
font-style: italic;
}
#bit {
color: #F00;
font-size: 200%;
}
#ad {
text-align: center;
}
.adsbygoogle {
display: inline-block;
width: 728px;
height: 90px;
}
#trail {
margin: 3%;
font-size: 140%;
text-align: center;
}
/* Hide all Architecture specific HTML on page load */
.unknown,
.mobile,
.arch64,
.arch32 {
display: none;
}
/* Only display the content if the JS added a matching class to the HTML tag */
html.unknown,
html.mobile,
html.arch64,
html.arch32,
html.unknown .unknown,
html.mobile .mobile,
html.arch64 .arch64,
html.arch32 .arch32 {
display: block;
}