-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoptions.css
More file actions
92 lines (80 loc) · 2.33 KB
/
options.css
File metadata and controls
92 lines (80 loc) · 2.33 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
body {
background-image: url('menu.gif');
background-size: 220%;
width: 600px;
height: 650px;
background-repeat: no-repeat;
background-position: center;
}
.menu {
font-family: 'Press Start 2P';
padding: 20px;
width: 300px;
}
.menu h1 {
font-family: 'Press Start 2P';
margin-bottom: 30px;
}
.menu a {
font-family: 'Press Start 2P';
font-size: 23px;
display: block;
color: rgb(255, 255, 255);
background: linear-gradient(100deg, #ec0000, #e1ff00);
text-decoration: none;
margin: 20px 0;
padding: 10px;
border: 4px solid transparent;
border-image: linear-gradient(to bottom, #e1ff00 0%, #ec0000 100%) 1;
transition: background-color 0.3s;
}
.menu a:hover {
font-family: 'Press Start 2P';
font-size: 23px;
background-color: white;
color: rgb(0, 0, 0);
}
.menu button {
font-family: 'Press Start 2P';
font-size: 23px;
display: block;
color: rgb(255, 255, 255);
background: linear-gradient(100deg, #ec0000, #e1ff00);
text-decoration: none;
margin: 20px 0;
border: 4px solid transparent;
border-image: linear-gradient(to bottom, #e1ff00 0%, #ec0000 100%) 1;
transition: background-color 0.3s;
padding: 10px;
width: 300px;
}
.menu button:hover {
font-family: 'Press Start 2P';
font-size: 23px;
background-color: white;
color: rgb(0, 0, 0);
}
@font-face {
font-family: "Codehack";
src: url('Nightmare Codehack.otf');
src: url('Nightmare Codehack.otf') format('embedded-opentype'),
url('Nightmare Codehack.otf') format('woff2'),
url('Nightmare Codehack.otf') format('woff'),
url('Nightmare Codehack.otf') format('truetype');
}
@font-face {
font-family: "neon";
src: url('neon_pixel-7.ttf');
src: url('neon_pixel-7.ttf') format('embedded-opentype'),
url('neon_pixel-7.ttf') format('woff2'),
url('neon_pixel-7.ttf') format('woff'),
url('neon_pixel-7.ttf') format('truetype');
}
@font-face {
font-family: "luigi";
src: url('SuperPlumberBrothers-y00V.ttf');
src: url('SuperPlumberBrothers-y00V.ttf') format('embedded-opentype'),
url('SuperPlumberBrothers-y00V.ttf') format('woff2'),
url('SuperPlumberBrothers-y00V.ttf') format('woff'),
url('SuperPlumberBrothers-y00V.ttf') format('truetype');
}