forked from yuyuyzl/Q2WebDisplay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
49 lines (35 loc) · 782 Bytes
/
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
body{
background-color:black
}
.SubtitleTextBody p {
color:#ddd9;
margin-top:3px;
font-size:1rem;
}
.SubtitleTextBody p:first-of-type {
color:#FFF9;
margin-top:3px;
font-size:1.5rem;
transition-duration: 500ms;
}
p{
margin-bottom: 0.5rem;
margin-top: 0.5rem;
transition-duration: 0ms;
opacity: 1;
}
.new{
opacity: 0;!important;
}
.noselect {
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Chrome/Safari/Opera */
-khtml-user-select: none; /* Konqueror */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently
not supported by any browser */
}
.translation{
color:#FFF;
}