-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdext.css
More file actions
50 lines (47 loc) · 778 Bytes
/
dext.css
File metadata and controls
50 lines (47 loc) · 778 Bytes
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
.dext-off {
display: none;
}
.dext-hide {
position: fixed;
visibility: hidden;
}
.dext-after {
display: none;
}
.dext-sentence {
clear: both;
display: none;
float: left;
font-size: 3em;
margin: 0.5em 0.25em 0.5em 0.33em;
padding: 0;
}
.dext-sentence span {
border: 1px solid #FFF;
border-radius: 0.2em;
-moz-border-radius: 0.2em;
float: left;
margin: 0 0.1em 0.2em 0;
padding: 0 0.1em;
text-align: center;
width: 100%;
}
.dext-sentence a,
.dext-sentence ol,
.dext-sentence ul,
.dext-sentence li {
border: 0;
margin: 0;
padding: 0;
}
.dext-info {
border-top: 1px solid #CCC;
clear: both;
color: #999;
font-size: 0.29em;
margin: 0;
padding: 1em 0 0.5em 0;
text-align: center;
white-space: nowrap;
width: 3em;
}