-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcli.css
More file actions
46 lines (39 loc) · 788 Bytes
/
cli.css
File metadata and controls
46 lines (39 loc) · 788 Bytes
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
p{
font-family: tiny;
}
@font-face {
font-family: "tiny";
src: url("static/tiny.woff") format('woff');
}
@font-face {
font-family: "tinyest";
src: url("static/tinyest.woff") format('woff');
}
@font-face {
font-family: "small";
src: url("static/small.woff") format('woff');
}
canvas, img {
image-rendering: optimizeSpeed;
image-rendering: -moz-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: optimize-contrast;
image-rendering: pixelated;
-ms-interpolation-mode: nearest-neighbor;
width: 512px;
height: auto;
}
body {
margin: 0px;
text-align: center;
background-color: #000;
}
#chooseteam {
position: absolute;
text-align: center;
width: 100%;
top: 10%;
}
h1 {
font-size: 500%;
}