-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsub.css
More file actions
100 lines (83 loc) · 1.44 KB
/
sub.css
File metadata and controls
100 lines (83 loc) · 1.44 KB
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
body {
background-image: url(images/background2.png);
background-size: 1920px, 1080px;
}
::selection {
background: rgb(99, 255, 96);
}
h1 {
font-family: pixel3;
font-size: 40px;
}
h3 {
font-size: 25px;
font-family: pixel3;
color: lightblue;
}
p {
color: lightblue;
font-family: pixel2;
font-size: 30px;
}
table, th, td {
border:3px solid black;
}
td {
text-align: center;
font-family: pixel2;
color: yellow;
}
tr {
font-family: pixel4;
color: white;
}
li {
float: left;
}
li a {
margin: auto;
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 35px;
}
.datab {
list-style-type: none;
margin: 0;
padding: 100;
overflow: hidden;
text-decoration: none;
border-radius: 12px;
}
.bootlegmain {
background-color: rgba(82, 81, 81, 0.9);
margin: auto;
padding-bottom: 2em;
padding: 10px;
box-sizing: border-box;
max-width: 990px;
}
.tabs {
background-color: #68cdfc;
padding: 0.01px;
text-align: center;
max-width: 550px;
}
@font-face {
font-family: pixel1;
src: url(fonts/fs-pixel-multilingual-c.ttf);
}
@font-face {
font-family: pixel2;
src: url(fonts/Connection-arMJ.otf);
}
@font-face {
font-family: pixel3;
src: url(fonts/akumajou-densetsu.ttf);
}
@font-face {
font-family: pixel4;
src: url(fonts/freaktion.ttf);
}