-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
style.css
63 lines (54 loc) · 1.27 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
body {
overflow-y: scroll;
}
#web-container {
display: table;
position: absolute;
height: 100%;
width: 100%;
}
input, select, textarea, .es-list {
font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;
background-color: white !important;
}
textarea {
min-height: 38px;
height: auto;
}
a,
button:focus {
outline: none;
}
.jumbotron {
display: table-cell !important;
vertical-align: middle;
border-radius: 0;
}
.modal-body canvas {
width: 100%;
height: 100%;
padding: 20px;
}
.modal-body table {
margin: 20px;
}
#about-modal .modal-footer {
display: block;
}
.top-about {
padding: 0 80px;
}
.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}
}
/*@media (min-width:576px){}*/
/*@media (min-width:768px){}*/
/*@media (min-width:992px){}*/
/*@media (min-width:1200px){}*/
/*@media (max-width:575.98px){}*/
/*@media (max-width:767.98px){}*/
/*@media (max-width:991.98px){}*/
/*@media (max-width:1199.98px){}*/