forked from OpenLogicProject/forallx-cam
-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathfitchml.css
88 lines (81 loc) · 1.68 KB
/
fitchml.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
/* fitchml.css -- style sheet to format fitch tables produced by fitchml
must be loaded when running LaTeXML */
.fml-sr-only, thead.fml-sr-only th, thead.fml-sr-only div, .fml-subproof div, .fml-subproof td, .fml-subproof th {
height: 0px;
width: 0px;
overflow: hidden;
padding: 0 !important;
}
table.fitch td, table.fitch th, table.fitch tr {
padding: 0 !important;
border: none !important;
}
th.fml-pline, td.fml-pline {
width: 10%;
padding-right: 1ex;
text-align: right;
}
td.fml-pline, th.fml-pline {
width: 10%;
text-align: right;
font-weight: normal !important;
}
td.fml-fmla, th.fml-fmla {
width: 45%;
text-align: left;
}
table.fitch td.fml-just, table.fitch th.fml-just {
width: 45%;
text-align: left;
padding-left: 1em !important;
white-space: nowrap;
vertical-align: baseline;
}
div.fml-fmla {
display: inline-block;
overflow: visible;
padding-left: 1ex;
padding-right: 1ex;
}
div.fml-as {
display: inline-block;
overflow: visible;
border-bottom: 1pt solid;
padding-left: 1ex;
padding-right: 1ex;
}
div.fml-just {
display: inline-block;
max-width: 100%;
overflow: visible;
}
div.fml-scope {
display: inline;
height: 100%;
border-right: 1pt solid;
margin-left: 1em;
padding-top: 1ex ;
padding-right: 0;
padding-bottom: 0;
padding-top: 2ex
}
div.fml-scope-start {
display: inline;
height: 100%;
border-right: 1pt solid;
margin-left: 1em;
padding-right: 0;
padding-bottom: 1ex;
margin-top: .5ex;
padding-top: 0;
}
div.fml-scope-end {
display: inline;
height: 100%;
border-right: 1pt solid;
margin-left: 1em;
padding-right: 0;
padding-top: .5ex;
padding-bottom: .5ex;
margin-bottom: .5ex;
}