-
Notifications
You must be signed in to change notification settings - Fork 0
/
modal1.css
122 lines (112 loc) · 2.57 KB
/
modal1.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
115
116
117
118
119
120
121
122
body{
font-family: 'Times New Roman', Times, serif;
background: url(background2.jpg);
}
A {
color: rgb(0, 0, 0); /* Цвет ссылок */
text-decoration: none; /* убираю подчеркивание у гиперссылок */
}
.izob img{
border: 2px solid #000000;
margin-left : 250px;
margin-top: 50px;
margin-right: -200px;
}
.izobb img{
border: 2px solid #000000;
margin-left : 200px;
margin-top: 10px;
margin-right: -150px;
}
.video{
margin-left : 370px;
margin-top: -100px;
}
.container{
width: 30%;
margin: 0 auto;
margin-top: 30px;
margin-left : 620px;
}
/* Затемнение сайта при появлении модального окна */
.overlay {
width: 100%;
height: 100%;
background: rgba(24, 24, 24, 0.959);
position: fixed;
top: 0;
left: 0;
display: none;
}
/* Стили, местоположение и размер модального окна */
.block-popup {
position: absolute;
background: #fff;
width: 37%;
height: 230px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border-radius: 5px;
border: 1px solid #ccc;
padding: 10px;
box-shadow: 0 12px 20px -10px;
text-align: center;
z-index: 1;
display: none;
}
.block-popup span{
position: absolute;
top: 0;
right: 5px;
cursor: pointer;
font-size: 35px;
}
.WebMenu {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: black;
overflow-x: hidden; /* Отключаем горизонтальную прокрутку */
padding-top: 60px;
transition: 0.5s; /* Эффект перехода */
}
/* Ссылки */
.WebMenu a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 30px;
color: #818181;
display: block;
transition: 0.3s;
}
/* При наведении меняет цвет текста */
.WebMenu a:hover {
color: white;
}
/* Располагаем кнопку закрытия */
.WebMenu .close {
position: absolute;
top: 0;
right: 5px;
font-size: 35px;
margin-left: 50px;
}
/* Перемещаем содержимое страницы вправо при открытии меню */
#menu {
transition: margin-left .5s;
padding: 16px;
}
.menu {
margin-top: -80px;
}
#weather{
position:fixed;
left:0px;
bottom:0px;
height:30px;
width:100%;
}