-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmitex.css
108 lines (89 loc) · 1.44 KB
/
mitex.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
.mitex sub {
vertical-align: -0.50ex;
margin-left: -0.17em;
margin-right: -0.12em;
font-size: 1em;
}
.mitex sup {
font-size: 0.85em;
vertical-align: 0.20em;
margin-left: -0.12em;
margin-right: -0.05em;
}
.mitex {
text-decoration: none;
color: #993333;
font-family: serif;
font-size: 50px;
}
.tex {
font-family: "Lucida Console", monospace;
font-size: 15px;
}
.not-tex {
font-family: "Verdana", sans-serif;
font-size: 12px;
}
#pagetable {
border-spacing: 0em 1em;
width: 100%;
position: relative;
}
body {
background: #778899;
width: 80%;
margin-left: auto;
margin-right: auto;
}
.headerleft {
padding: 0.5em;
border: 0px;
}
.headerright {
float: right;
height: 90px;
border: 0px;
}
#compile {
background: white url(gradient.png) repeat-x;
padding: 1em;
}
td {
vertical-align: top;
}
td.td_tex {
border: 1px solid black;
padding: 10px;
background-color: #CCCCCC;
}
textarea {
border: 1px solid black;
}
#pagetablediv table, #pagetablediv textarea {
width: 100%;
}
h2.warning {
text-align: center;
color: red;
}
hr {
border: 1px solid #778899;
}
.footer {
font-size: 8pt;
text-align: center;
}
#compile-log {
float: right;
z-index: 1;
width: 100%;
position: relative;
}
#log-div {
display: inline;
position: absolute;
right: 0px;
}
#close {
float: right;
}