-
Notifications
You must be signed in to change notification settings - Fork 2
/
poshlets.css
60 lines (54 loc) · 1.43 KB
/
poshlets.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
/* Format the LaTeX symbol correctly (a higher up, e lower) */
.latex.poshlet-enabled span:nth-child(1) {
text-transform: uppercase;
font-size: 0.75em;
vertical-align: 0.28em;
margin-left: -0.48em;
margin-right: -0.15em;
line-height: 1ex;
}
.latex.poshlet-enabled span:nth-child(2) {
text-transform: uppercase;
vertical-align: -0.5ex;
margin-left: -0.1667em;
margin-right: -0.125em;
line-height: 1ex;
}
/* Format the TeX symbol correctly (e lower) */
.tex.poshlet-enabled span:nth-child(1) {
text-transform: uppercase;
vertical-align: -0.5ex;
margin-left: -0.1667em;
margin-right: -0.125em;
line-height: 1ex;
}
.xetexwithsub.poshlet-enabled sub {
vertical-align: -0.1ex;
margin-left: -0.1667em;
margin-right: -0.125em;
font-size: 0.9em;
text-transform:uppercase;
}
/* Format the XeTeX symbol correctly (a higher up, e lower) */
.xetex.poshlet-enabled span:nth-child(1) {
text-transform: uppercase;
vertical-align: -0.5ex;
margin-left: -0.1667em;
margin-right: -0.125em;
line-height: 1ex;
}
.xetex.poshlet-enabled span:nth-child(2) {
text-transform: uppercase;
vertical-align: -0.5ex;
margin-left: -0.1667em;
margin-right: -0.125em;
line-height: 1ex;
}
/* Format the Xe{}something symbol correctly (a higher up, e lower) */
.xesomething.poshlet-enabled span:nth-child(1) {
text-transform: uppercase;
vertical-align: -0.5ex;
margin-left: -0.1667em;
margin-right: -0.125em;
line-height: 1ex;
}