-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcss_l1.css
47 lines (38 loc) · 1.11 KB
/
css_l1.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
/*CSS by JinxCade - You may reuse file for your own purposes*/
/*This file is under the 'Unlicense License', feel free to reuse files!*/
/*Theme name: 'Stary Grey Magica', theme may be reused*/
/*Every theme name in code: 'Stary Grey Magica' (css.css), 'Iced Up Purple' (purple.css), 'Cored Down Orange' (orange.css), 'Bright Sunny White' (white.css), 'Magical Palaced Blue' (blue.css)*/
/*Body before/after*/
body:before {
content:"Hello! We are currently preparing for a huge change within the next couple of months! (Delayed, so sorry!)";
text-align:center;
display:block;
padding:8px;
background-color:#9A9E9B;
font-family:Yusei Magic,Arial,sans-serif;
font-weight:normal;
font-style:normal;
}
body:after {
content:"jinxcade.venith.net 2023-2024 by JinxCade, enjoy this free information!";
text-align:center;
display:block;
padding:8px;
background-color:#9A9E9B;
font-family:Yusei Magic,Arial,sans-serif;
font-weight:normal;
font-style:normal;
}
/*Aligning*/
.text_center {
text-align:center;
}
.align_center {
margin:auto;
}
/*Old Stuff*/
.og_hover {
width:100%;
height:100%;
transition:0.5s;
}