-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme.css
More file actions
48 lines (47 loc) · 944 Bytes
/
theme.css
File metadata and controls
48 lines (47 loc) · 944 Bytes
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
@font-face{
font-family:'sweet16';
src: url('res/Sweet16.ttf') format('truetype');
}
body{
background: #606060;
color: #E74776;
margin-left: 25vw;
margin-right: 30vw;
margin-top: 15vh;
margin-bottom: 10vh;
text-align: center;
}
.term{
background: #060315;
border: 1px solid #d52f72;
display: inline-flex;
padding-bottom: 56.25%;
padding-left: 20px;
padding-right: 20px;
padding-top:20px;
width: 100%;
text-decoration: none;
-webkit-box-shadow: 9px 20px 50px -5px rgba(0,0,0,0.6);
-moz-box-shadow: 9px 20px 50px -5px rgba(0,0,0,0.6);
box-shadow: 9px 20px 50px -5px rgba(0,0,0,0.6);
}
.text{
text-align: left;
font-family: 'Sweet16', sans-serif;
font-size: 16px;
}
.prompt{
color:#941786;
}
.stout{
color:#e49ab9;
}
.column1 a{
text-decoration: none;
outline: none;
}
.column2 a{
text-decoration: none;
margin-left: 10px;
outline: none;
}