forked from FOSSCLUB-LBSITW/Silly-Story-Generator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
88 lines (80 loc) · 1.39 KB
/
style.css
File metadata and controls
88 lines (80 loc) · 1.39 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
body {
font-family: helvetica, sans-serif;
background: black;
color: white;
margin: 0;
}
.container{
height: 720px;
width: 100%;
background: rgb(0, 0, 0);
padding-left: 40%;
padding-top: 112px;
}
label {
font-weight: bold;
}
div {
padding-bottom: 20px;
}
input[type="text"] {
padding: 5px;
width: 150px;
}
p {
background: #000000;
color: #ffffff;
padding: 10px;
visibility: hidden;
height: 145px;
width: 301px;
border-radius: 10px;
box-shadow: 0px 0px 15px #A1f400,
0px 0px 10px #A1f400 inset;
}
.Enter-custom-name{
color: #A1f400;
font-size: 30px;
font-family: initial;
padding-bottom: 10px;
}
#customname{
height: 15px;
width: 240px;
border-radius: 30px;
filter: blur(0px);
background: rgb(0, 0, 0);
color: rgb(255, 255, 255);
box-shadow: 0px 0px 15px #A1f400,
0px 0px 10px #A1f400 inset;
}
.randomize{
border: 3px solid #A1f400;
box-shadow: 0px 0px 15px #A1f400,
0px 0px 15px #A1f400 inset;
background: black;
color: white;
border-radius: 20px;
}
.us{
color: #A1f400;
cursor: pointer;
}
.uk{
color: #A1f400;
}
nav{
background: black;
height: 50px;
width: 100%;
color: #A1f400;
display: flex;
justify-content: center;
font-size: 30px;
font-family: ui-monospace;
margin-top: 48px;
}
nav u{
color: #A1f400;
height: 1px;
}