-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
114 lines (101 loc) · 2.01 KB
/
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
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
111
112
113
114
body {
background-color: #33363f;
color: white;
font-family: 'Poppins';
margin: 10px;
font-size: 23px;
}
.title {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
font-family: 'Giga Sans';
font-size: 25px;
height: 80px;
top: 10px;
position: relative;
line-height: 0px;
flex-direction: column;
}
.maintitle {
margin: 10px;
}
#maintitle {
margin: 0px;
}
.subtitle {
margin: 3px 0 0 0;
font-family: 'Plus Jakarta Sans';
font-size: 30px;
}
.apps {
padding: 15px 20px 0px 20px;
}
.row {
display: flex;
justify-content: center;
align-items: center;
height: auto;
align-items: stretch;
margin-bottom: 10px;
}
.a1 {
padding: 10px;
}
#line {
color: white;
margin: 0px;
width: 100%;
}
.proxmox, .kotipalvelin, .html {
padding: 0px 0px 0px 0px;
margin: 0 5px 0 0;
background-color: #444854;
border-radius: 10px 10px 10px 10px;
line-height: 28px;
min-height: 110px;
max-width: 1700px;
width: 50%;
height: inherit;
overflow: hidden;
}
.opnsense, .linux, .python {
padding: 0px 0px 0px 0px;
margin: 0 0 0 5px;
background-color: #444854;
border-radius: 10px 10px 10px 10px;
line-height: 28px;
min-height: 110px;
max-width: 1700px;
width: 50%;
height: inherit;
overflow: hidden;
}
.yokirjoitukset {
padding: 0px 0px 0px 0px;
background-color: #444854;
border-radius: 10px 10px 10px 10px;
line-height: 28px;
min-height: 170px;
width: 100%;
height: inherit;
overflow: hidden;
}
.titles {
font-size: 28px;
line-height: 35px;
}
.bottom {
margin-left: 20px;
margin-right: 20px;
}
.bottombar {
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 20px;
margin-left: auto;
margin-right: auto;
max-width: 3410px;
}