-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
102 lines (83 loc) · 1.51 KB
/
index.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
body {
margin: 0;
}
#posttext{
resize: none;
width:59vw;
margin-right: 100px
}
button{
background-color: white;
color:#336B87;
border-color:#336B87;
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-weight: bold;
border-radius: 10px;
}
#title{
width:25vw;
}
h1{
color: white;
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-style: bold;
font-size: 30;
background-color: #336B87;
margin:0;
padding-left: 250px;
height: 80px;
display: flex;
align-items: center;
}
h2{
color: #763626;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
h3{
padding-top:0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
margin: 0px;
color:#90AFC5;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
h4{
padding: 0px;
margin: 0px;
padding-bottom: 20px;
color:#763626;
font-size: 11px;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
label{
color:#336B87;
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-style: bold;
}
#egesz{
display: flex;
border:0;
padding:5px;
}
#fo{
padding-left:250px;
flex: 0 0 20px;
}
#chart{
flex: 100 0 20px;
padding-top: 20px;
}
#oldpostsk{
color: #336B87;
font-family: Verdana, Geneva, Tahoma, sans-serif;
width:59vw;
margin-right: 100px;
padding-bottom: 100px;
word-break: break-all;
}
.szoveg{
padding-bottom: 50px;
text-align: justify;
width:59vw;
}