-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpresentAbleAster.css
111 lines (89 loc) · 1.79 KB
/
presentAbleAster.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
/* Coral text active #005566 */
/* Sage text active #FFE78F */
.as-vcenter{
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.as-back {
fill: #fff;
}
.as-back-alt {
fill: #1c2e4a;
fill-rule: evenodd;
}
.as-img {
isolation: isolate;
}
.as-title, foreignObject h2{
font-family: 'Assistant', sans-serif;
font-size: 80px;
line-height: revert;
margin: 0;
color: #002060;
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.as-heading, foreignObject h3{
font-family: 'Assistant', sans-serif;
font-size: 60px;
line-height: revert;
margin: 0;
}
.as-body, foreignObject p, foreignObject li {
font-size: 40px;
line-height: revert;
margin: 0;
font-family: 'Open Sans', sans-serif;
font-family: 'glacial_indifferenceregular', sans-serif;
}
.as-heading-alt, .as-body-alt{
margin: 0;
color: white;
}
/* text box */
.as-box{
fill: #676960;
color: white;
margin: 0;
}
.as-icon-box *{
stroke: #fff
}
.as-box h3 {
color: white;
}
.as-box:hover, .as-box:focus, .as-box:hover h3, .as-box:focus h3, .as-box:hover .as-icon-box *, .as-box:focus .as-icon-box * {
color:#FFE78F;
stroke: #FFE78F;
}
/*Alternative Text Box */
.as-box-alt{
fill: #EFB0A4;
fill-rule: evenodd;
}
.as-box-alt h3, .as-box-alt p, .as-box-alt li {
color: black;
}
.as-icon-box-alt *{
stroke: #000;
}
.as-box-alt:hover, .as-box-alt:focus, .as-box-alt:hover h3, .as-box-alt:focus h3, .as-box-alt:hover p, .as-box-alt:focus p, .as-box-alt:hover .as-icon-box-alt *, .as-box-alt:focus .as-icon-box-alt *{
color:#005566;
stroke:#005566;
}
.as-icon *, .as-icon-box *, .as-icon-box-alt *{
fill: none;
stroke-linecap: round;
stroke-linejoin: round;
}
.as-icon *{
stroke: #002060;
}
foreignObject img{
border-radius: 10%;
width: 100%;
height: 100%;
object-fit: cover;
}