-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathseo.css
54 lines (51 loc) · 1.33 KB
/
seo.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
/* text blur (hard to read) */
/* line 2097, seo.scss */
.e #cards .card.blur .back {
color: transparent !important;
cursor: default;
text-shadow: 0px 0px 0px black !important;
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
user-select: none;
}
/* line 2199, seo.scss */
#cards .card,
.cards-wrap .card {
background: #fff;
border-top: 2px solid #00adef;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: #2b2b2b;
cursor: pointer;
display: inline-block;
font-size: 16px;
height: 500px !important;
margin-bottom: 10px;
margin-right: 10px;
overflow: hidden;
padding: 20px;
position: relative;
text-align: left;
vertical-align: top;
width: 300px;
}
/* line 2569, seo.scss */
#cards .card .front,
.cards-wrap .card .front {
color: #00adef;
font: 300 15px/1.2em "kulturista-web", "Helvetica Neue", Arial, sans-serif !important;
margin-bottom: 2.5%;
}
/* line 2576, seo.scss */
#cards .card .back,
.cards-wrap .card .back {
font: 300 12px/1.4em "kulturista-web", "Helvetica Neue", Arial, sans-serif !important;
}