-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathstyles.css
More file actions
79 lines (75 loc) · 1.54 KB
/
styles.css
File metadata and controls
79 lines (75 loc) · 1.54 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
* {
margin: 0;
padding: 0;
cursor: default;
}
body {
background: black;
adding: 0;
argin: 0;
overflow:hidden
background: url(http://lytv.pp.ua);
opacity: 0.8;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
vertical-align: center;
flex-wrap: wrap;
align-content: center;
background-size: cover ;
color: #2a2b2c;
background-color: #ebedee;
}
.header{margin: 0 auto;width: 100%;height: 100%;background-color: #000;position: relative;}
.card {
background-color: rgba(255,255,255,0.8);
padding: 20px;
border-radius: 10px;
width: 100%;
height: 100%
margin: 0;
}
.dibu_footer{
height: ;
line-height: ;
position: fixed;
bottom: 0;
width: 100%;
text-align: center;
background-color: ;
color: #fff;
font-family: Arial;
font-size: 17px;
letter-spacing: 2.5px;
}
.form-control {
cursor: auto;
}
.btn {
margin: 0 .375rem 0 0;
}
.list-group-item {
font-family: "Source Code Pro", Menlo, Monaco, Consolas, "Courier New", monospace;
}
@media (max-width: 769px) {
.card {
width: 100%;
}
}
@media (max-width: 420px) {
.card {
width: 100%;
}
}
@media (prefers-color-scheme: dark) {
body {
color: #d9d9d9;
background: #1b1b1b;
}
.card {
background-color: #252d38;
}
}