-
-
Notifications
You must be signed in to change notification settings - Fork 159
/
Copy pathstyle.css
59 lines (50 loc) · 834 Bytes
/
style.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
html,
body,
pre,
code,
kbd,
samp {
font-family: "Press Start 2P";
/* "Press Start 2P"; */
/*font-size: 30px;*/
}
.user-box {
border: dashed;
border-color: rgba(0, 0, 0, 0);
}
.user-box:hover {
border-color: rgba(0, 0, 0, 0.212) !important;
}
.container {
margin-top: 30px;
padding: 1.5rem 2rem;
margin-bottom: 70px;
border-color: #000;
border-style: solid;
border-width: 4px;
}
.container>.title {
display: table;
padding: 0 .5rem;
margin: -2.2rem -1rem 1rem;
font-size: 1rem;
background-color: #fff;
}
.username {
font-size: 20px;
}
.username:hover {
color: rgb(87, 98, 255);
}
.header {
margin: 20px 0px;
padding: 40px 0;
line-height: 2.0;
}
.nes-btn {
display: flex;
margin: 0 auto;
}
.column.is-two-fifths {
flex: auto;
}