-
Notifications
You must be signed in to change notification settings - Fork 4
/
topics.css
98 lines (86 loc) · 1.49 KB
/
topics.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
#particles-js, #particles-js > canvas {
position: absolute;
width: 100%;
height: 25vh;
background-color: #000;
background-image: url("");
background-repeat: no-repeat;
background-size: cover;
background-position: 50% 50%;
}
#toast-container {
top: auto !important;
right: auto !important;
bottom: 10%;
left:7%;
}
.header-section {
width: 100%;
height: 25vh;
}
.btn{
background-color: #000;
}
.btn:hover{
background-color: #fff;
color: #000;
}
.btn:focus{
background-color: #fff;
color: #000;
}
.btn:unvisited{
background-color: #000;
}
.input-field input[type=text]:focus + label {
color: #000 !important;
}
.input-field input[type=text]:focus {
border-bottom: 1px solid #000 !important;
box-shadow: 0 1px 0 0 #000 !important;
}
.header-font {
width: 100%;
color: white;
margin: 0;
font-size: 6vh;
position: absolute;
text-shadow: #000 0px 1px 2px;
top: 6vh;
pointer-events: none;
}
.topic {
font-size: 7vh;
}
.aboutme {
color: #1a237e;
margin-bottom: 0;
}
.container > div > div > p {
line-height: 1.7;
text-align: justify;
}
#terminal {
margin-left: 2vw;
margin-right: 2vw;
border-radius: 10px;
position: relative;
box-shadow: rgba(0, 0, 0, 0.8) 0px 20px 70px;
}
#black-screen {
border-radius: 10px;
border-top-left-radius: 0;
border-top-right-radius: 0;
position: absolute;
top: 25px;
width: 100%;
height: 100%;
}
.details {
padding: 10px;
font-family: 'Inconsolata', monospace;
font-size: 1.2em;
}
.plot{
text-align: center;
}