-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathstyles.css
79 lines (65 loc) · 1.91 KB
/
styles.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
.helixmedia_ltimodal_wrapper {
background-color:#a5cf55;
border-radius:5px;
padding:12px 26px 12px 26px;
border: solid 1px rgba(232,235,240,1);
cursor: pointer !important;
box-shadow:var(0 1px 4px rgba(0,0,0,.6));
transition:var(border-color .4s ease 0s,background-color .4s ease 0s);
color:black;
}
.helixmedia_ltimodal {
font:normal normal normal 24px/1.4em avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;
filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.helixmedia_ltimodal:hover {
filter: invert(0%) sepia(2%) saturate(2218%) hue-rotate(322deg) brightness(97%) contrast(87%);
}
.helixmedia_ltimodal_text {
color:black;
}
.helixmedia_ltimodal_text:hover, .helixmedia_ltimodal_link:hover {
text-decoration:none !important;
}
.helixmedia-border {
border: 3px solid #000;
border-radius:10px;
background:#fff;
display:block;
max-width:700px;
min-width:250px;
}
.helixmedia-embed-sixe {
width: 97%;
}
@media (max-width:600px) {
.helixmedia_ltimodal {
font:normal normal normal 22px/1.2em avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;
}
}
@media (max-width:480px) {
.helixmedia_ltimodal {
font:normal normal normal 20px/1em avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;
}
}
@media (max-width:470px) {
.helixmedia_ltimodal {
font:normal normal normal 19px/0.95em avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;
}
}
@media (max-width:450px) {
.helixmedia_ltimodal {
font:normal normal normal 18px/0.9em avenir-lt-w01_35-light1475496,avenir-lt-w05_35-light,sans-serif;
}
}
.helixmedia_dialog {
padding-top: 56.25% !important;
}
@media (max-width:801px) {
.helixmedia_dialog {
padding-top: 100% !important;
}
}
.helixmedia_embedheight {
max-width:1500px;
}