-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcrimeLab.css
110 lines (89 loc) · 1.61 KB
/
crimeLab.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
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
html body {
/* font-family: 'Roboto', sans-serif; */
font-family: 'Revalia', cursive;
height: 100vh !important;
font-size: 1rem;
background-color: rgba(0,0,0,1.0) !important;
}
h1 {
text-align: center;
font-family: 'Audiowide', cursive;
font-size: 2.5rem;
}
h2 {
font-family: 'Revalia', cursive;
color: green;
font-size: 1.5rem;
}
h4 {
text-align: center;
font-family: 'Audiowide', cursive;
font-size: 3.5rem;
}
h5 {
text-align: center;
font-family: 'Audiowide', cursive;
font-size: 2.5rem;
}
h6 {
text-align: center;
font-family: 'Audiowide', cursive;
font-size: 1.5rem;
}
.zoom {
font-size: 4rem;
}
.usp {
font-size: 1.2rem;
}
.card-title {
margin-bottom: 0.5rem !important;
margin-top: 0.5rem !important;
}
.card-text {
text-align: center;
}
#sci-fi-bg-btn {
width: 80%;
height: auto;
}
img {
margin-bottom: 0;
}
.hidden {
display: none !important;
}
#sketch-pad {
color: green;
font-family: 'Audiowide', cursive;
}
p, label, #suspect-num, table {
color: white;
font-family: 'Audiowide', cursive;
}
.head {
/* height: 80vh;
width: 60vw; */
position: relative !important;
top: 100 !important;
left: 100 !important;
}
.hair, .eyes, .ears, .nose, .chin, .lips, .FacialHair {
position: absolute !important;
top: 0 !important;
left: 0 !important;
/* height: 80vh;
width: 60vw; */
}
.mm-title {
background-color: black !important;
}
.blood-red {
background-color: #8a0303;
}
.alert:hover {
cursor: pointer;
}
#choose {
cursor: pointer;
}