-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
114 lines (101 loc) · 1.59 KB
/
style.css
File metadata and controls
114 lines (101 loc) · 1.59 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
html {
overflow-y: hidden;
overflow-x: hidden;
}
body {
background: var(--color-bg);
background: var(--color-txt);
}
.center {
left: 50%;
position: fixed;
transform: translate(-50%, -50%);
}
.centered {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.iphone-text a:link {
color: black;
text-decoration: none;
}
.iphone-text a:visited {
color: black;
}
.iphone-text {
font-family: "SFDisplay Light";
}
.samsung-text {
font-family: "Samsung";
}
.iphone-text-white a:link {
color: white;
text-decoration: none;
}
.iphone-text-white a:visited {
color: white;
}
.iphone-text-white {
font-family: "SFDisplay Light";
color: white;
}
.samsung-text-white {
font-family: "Samsung";
color: white;
}
.unsel {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
th {
font-weight: normal;
}
td a:link, th a:link {
color: #000;
text-decoration: none;
}
td a:visited, th a:visited {
color: #000;
}
td, th {
font-size: 30px;
font-family: "SFDisplay Light";
}
/** iphone lol **/
.phone-list {
position: absolute;
left: 10px;
top: 10px;
font-size: 30px;
}
/** 404 page **/
.error-text {
font-family: "SFDisplay Regular";
font-weight: bold;
font-size: 75px;
color: black;
line-height: 1px;
}
.error-text a:link {
color: black;
text-decoration: none;
}
.error-text a:visited {
color: black;
}
.error-text2 {
font-family: "SFDisplay Regular";
font-weight: normal;
font-size: 30px;
color: black;
}
/** socials **/
.socials {
left: 5px;
position: absolute;
top: 5px;
}