-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
97 lines (83 loc) · 1.6 KB
/
main.css
File metadata and controls
97 lines (83 loc) · 1.6 KB
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
:root{
font-size: 16px;
font-family: 'Open Sans';
--text-primary: #b6b6b6;
--text-secondary: #ececec;
--bg-primary: #23232e;
--bg-secondary: #141418;
--transition-speed: 600ms;
}
body::-webkit-scrollbar{
width: 0.25rem;
}
body::-webkit-scrollbar-track{
background: #1e1e24;
}
body::-webkit-scrollbar-thumb{
background: #6649b8;
}
/*Here comes the main content customization*/
.main{
margin-left: 6rem;
}
.whatishtml{
padding: 16px;
border: 1px solid black;
border-radius: 5px;
}
.headers-format{
margin-left: 60px;
margin-top: -30px;
font-style: italic;
margin-bottom: -30px;
}
.container-flex{
margin-left: 230px;
padding: 16px;
border: 1px solid black;
border-radius: 10px;
background-color: #fff;
max-width: 60%;
align-content: center;
}
.container-search{
margin-left : 230px;
padding: 5px 10px 5px 10px;
width: 100%;
}
.button-style{
font: bold 11px Arial;
text-decoration: none;
background-color: #EEEEEE;
color: #333333;
padding: 10px 25px 10px 25px;
border-top: 1px solid #CCCCCC;
border-right: 1px solid #333333;
border-bottom: 1px solid #333333;
border-left: 1px solid #CCCCCC;
border-radius: 5px;
}
/*Here comes the Form CSS*/
.form{
margin-left: 230px;
}
.form-style{
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
}
td{
padding: 3px;
margin: 3px;
}
.textarea{
margin: 10px;
padding: 0px;
}
.mclaren{
max-width: 600px;
}
#yhdistys{
max-width: 60rem;
justify-content: center;
padding: 2rem;
}