-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.css
67 lines (56 loc) · 1.13 KB
/
index.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
img.highlight_on_hover:hover {
opacity: 0.75;
}
.btn{
white-space:normal !important;
word-wrap: break-word;
}
.btn-4minitz, .btn-4minitz:active, .btn-4minitz:visited {
background-color: teal !important;
color: white;
}
.btn-4minitz:hover {
background-color: #004b4b !important;
color: white !important;
}
ul.featurelist, ul.featurelist2 {
font-size: 14pt;
list-style: none;
margin-left: 0;
padding-left: 1.2em;
text-indent: -1.2em;
}
ul.featurelist li:before {
content: "✔";
display: block;
float: left;
width: 1.2em;
}
ul.featurelist2 li:before {
content: "-";
display: block;
float: left;
width: 1.2em;
}
.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
}
}