-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
128 lines (109 loc) · 2.06 KB
/
style.css
File metadata and controls
128 lines (109 loc) · 2.06 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
@font-face {
font-family: mono;
src: url('A2 Record Gothic Mono.otf');
}
@font-face {
font-family: adlibitum;
src: url('adlibitum.bold.ttf');
}
@font-face {
font-family: timesNow;
src: url('artifacts/Times Now Bold.otf');
}
body {
background-color: black;
overflow-x: hidden;
}
body::-webkit-scrollbar {
width: 5px;
height: 8px;
background-color: rgba(0,0,0,0);; /* or add it to the track */
}
/* Add a thumb */
body::-webkit-scrollbar-thumb {
background-image: linear-gradient(#F90000, #B6D515);
}
.nfe {
font-size: 30px;
}
#union {
position: absolute;
top: 0%;
left: 5%;
position: absolute;
}
#journal {
font-family: adlibitum;
font-size: 85px;
position: relative;
background-image: linear-gradient(#F90000, #B6D515);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
left: 4.5%;
top: -1%;
}
#num {
font-family: timesNow;
font-size: 20px;
position: absolute;
background-image: linear-gradient(#F90000, #B6D515);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
left: 229px;
top:6%;
}
#title {
font-family: adlibitum;
font-size: 57px;
top: 10%;
left: 5%;
position: absolute;
background-image: linear-gradient(#F90000, #B6D515);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
}
#content {
width: 700px;
font-size: 20px;
position: absolute;
left: 50%;
transform: translate(-50%);
top: 33%;
font-family: mono;
background-image: linear-gradient(#F90000, #B6D515);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
}
#info-text {
width: 100%;
height: 350px;
position: absolute;
top: 1400px;
left 0px;
z-index: 999;
font-size: 22px;
font-family: mono;
background-image: linear-gradient(#F90000, #B6D515);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
}
.about {
text-align: center;
}
.Editorial {
}
.Design {
padding-left: 50px;
padding-right: 50px;
}
.website {
}
.flexbox {
display: flex;
flex-direction: row;
text-align: left;
justify-content: center;
}
.support {
text-align: center;
}