-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
104 lines (89 loc) · 1.32 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
/*Háttér*/
body{
background-image: url("hatter.png");
}
#atlatszo{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.7);
}
/*Fejléc*/
#cimer{
max-width: 20%;
float: left;
margin-left: 1%;
margin-top: 2%;
}
#ido{
float: left;
clear: left;
margin-left: 4%;
font-size: 6vw;
padding: 0;
margin-bottom: 0;
margin-top: 2%;
}
/*Összes*/
#cim{
margin-top: 3%;
margin-bottom:2%;
font-size: 5vw;
text-align: center;
}
#teljes{
width: 100%;
overflow: auto;
height: 55%;
}
.alcim{
text-align: center;
font-size: 6vw;
position: sticky;
margin-bottom: 2%;
margin-top: 2%;
}
#összes{
width: 80%;
border: 3px solid black;
margin: auto;
background-color: rgb(200, 200, 200);
}
#összes p{
padding: 5px 3px;
font-size: 5vw;
}
#összes p:hover{
color: red;
}
/*Aktuális*/
#cim1{
margin-bottom: 2%;
font-size: 5vw;
margin-left: 27%;
}
#aktualis{
width: 60%;
overflow: auto;
height: 25%;
margin-left: 25%;
}
#tartalom{
margin: 0;
width: 95%;
border: 3px solid black;
margin: auto;
background-color: rgb(200, 200, 200);
}
#tartalom p{
padding: 5px 3px;
font-size: 4.5vw;
}
#tartalom p:hover{
color: red;
}
#tartalom div{
display: none;
}