-
Notifications
You must be signed in to change notification settings - Fork 0
/
talk.css
82 lines (69 loc) · 1.15 KB
/
talk.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
a {
cursor: pointer;
}
h1.bright {
color: #fff
}
.column-container {
display: -ms-flex;
display: -webkit-flex;
display: flex;
}
.column-container > .column {
width: 50%;
padding: 1em;
}
img[src="img/banno-logo.svg"] {
width: 50%;
}
img[src="img/jquery.png"] {
width: 50%;
}
blockquote {
text-align: left;
}
cite {
position: absolute;
bottom: 0;
left: 0;
margin: 1em;
font-size: xx-small;
}
blockquote cite {
font-size: 100%;
position: static;
display: block;
text-align: right;
}
del.underneath {
opacity: 0.6;
text-decoration: none;
}
ins.overlap {
text-decoration: none;
display: inline-block;
position: relative;
transform: rotate(-10deg);
top: 0.4em;
left: -4em;
font-size: 125%;
color: #fff;
width: 0;
text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
}
.glowing {
width: 50%;
background: rgba(255,255,255,.75);
-webkit-box-shadow: 10px 10px 73px 73px rgba(255,255,255,0.75);
-moz-box-shadow: 10px 10px 73px 73px rgba(255,255,255,0.75);
box-shadow: 10px 10px 73px 73px rgba(255,255,255,0.75);
}
.ft-page {
padding: 0;
}
.flowtime .stack-center {
top: 0;
bottom: 0;
left: 0;
right: 0;
}