This repository has been archived by the owner on Sep 29, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
124 lines (119 loc) · 2.01 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
::selection{
color: #2a2a2a;
background: white;
opacity: 0.01;
}
a:active, a:visited, a:link{
color: white;
text-decoration: none;
}
body{
background: local #19191b url(op1fon.png) center no-repeat;
background-size: cover;
color: white;
margin: 0px;
weight:100%;
height:100%;
min-width: 350px;
}
.datemonth{
font-size: 18px;
font-weight: 700;
font-family: 'PT Sans', sans-serif;
margin-bottom: -5px;
}
p{
font-family: 'PT Sans', sans-serif;
margin-top: 0;
margin-bottom: 10px;
сolor: #454648;
}
.mainheader{
background: #2a2a2a;
color: white;
padding: 8px;
margin-bottom: 0;
}
.mainheader > p{
margin-bottom: 2px;
margin-left: 20px;
}
hr{
margin-bottom: 16px;
}
.month{
margin-bottom: 30px;
}
.main{
margin: 30px;
}
.time{
text-align: right;
color: white;
font-family: 'PT Sans', sans-serif;
font-weight: 400;
weight:100%;
margin-left: -160px;
}
.boxdiv{
display: grid;
justify-content: flex-end;
padding-bottom: 30px;
}
.popup{
background: linear-gradient(to top, #60bd5b, #80bd5b);
border-radius: 5px;
color: white;
width: 85px;
height: 14px;
text-align: center;
font-size: 12px;
font-family: 'PT Sans', sans-serif;
padding: 7px;
position: absolute;
right: 30px;
}
.popup:hover{
background: linear-gradient(to top, #88dc96, #70bd5b);
color: white;
}
.bold{
font-weight: bold;
font-family: 'PT Sans', sans-serif;
}
#nine0,#nine{
position: relative;
margin-left: 125px;
margin-top:-51px;
}
#ten1, #ten2, #ten3, #ten4, #elev1, #elev2{
position: relative;
margin-left: 125px;
margin-top:-50px;
}
.bit, .uzzaw{
font-family: 'PT Sans', sans-serif;
font-weight: 700;
font-size: 14px;
color: white;
margin-left: 30px;
opacity: 0.7;
margin-bottom: 0px;
}
.bit > a, .uzzaw > a{
font-weight: 400;
border-bottom: 1px solid white;
}
.unvisible{ /*в эфире*/
color: #60bd5b;
width: 60px;
height: 20px;
margin-top: -30px;
padding-right: -100px;
}
div{
margin-bottom: 10px;
}
.comname{
margin-bottom: 30px;
}