33817
|
1 |
|
|
2 |
body {
|
|
3 |
font-family: sans-serif;
|
|
4 |
background-color: white;
|
|
5 |
}
|
|
6 |
|
|
7 |
p.error {
|
|
8 |
font-weight: bold;
|
|
9 |
color: #ff0000;
|
|
10 |
}
|
|
11 |
|
|
12 |
p.info {
|
|
13 |
font-style: italic;
|
|
14 |
}
|
|
15 |
|
|
16 |
input#query {
|
|
17 |
width: 100%;
|
|
18 |
}
|
|
19 |
|
|
20 |
legend {
|
|
21 |
padding : 0.5em;
|
|
22 |
font-weight: bold;
|
|
23 |
}
|
|
24 |
|
|
25 |
label {
|
|
26 |
width: 8em;
|
|
27 |
float: left;
|
|
28 |
}
|
|
29 |
|
|
30 |
fieldset {
|
|
31 |
padding: 0 1em 1em 1em;
|
|
32 |
}
|
|
33 |
|
|
34 |
div.settings {
|
|
35 |
padding-top: 2em;
|
|
36 |
float: left;
|
|
37 |
}
|
|
38 |
|
|
39 |
div.settings label {
|
|
40 |
font-style: italic;
|
|
41 |
}
|
|
42 |
|
|
43 |
div.settings div {
|
|
44 |
padding-top: 1ex;
|
|
45 |
}
|
|
46 |
|
|
47 |
div.mainbuttons {
|
|
48 |
margin-top: 8.5ex;
|
|
49 |
float: right
|
|
50 |
}
|
|
51 |
|
|
52 |
div.mainbuttons #reset {
|
|
53 |
margin-right: 5em;
|
|
54 |
}
|
|
55 |
|
|
56 |
table.findtheorems {
|
|
57 |
width: 100%;
|
|
58 |
padding-top: 1em;
|
|
59 |
padding-bottom: 2em;
|
|
60 |
}
|
|
61 |
|
|
62 |
table.findtheorems tr.row0 { background-color: white; }
|
|
63 |
table.findtheorems tr.row1 { background-color: #f5f5f5; }
|
|
64 |
table.findtheorems tbody tr:hover { background-color: #dcdcdc; }
|
|
65 |
|
|
66 |
table.findtheorems td {
|
|
67 |
vertical-align: top;
|
|
68 |
padding-left: 1em;
|
|
69 |
padding-bottom: 1em;
|
|
70 |
}
|
|
71 |
|
|
72 |
table.findtheorems td.name {
|
|
73 |
font-size: small;
|
|
74 |
font-style: italic;
|
|
75 |
padding-right: 1em;
|
|
76 |
}
|
|
77 |
table.findtheorems td.thm {
|
|
78 |
vertical-align: top;
|
|
79 |
font-size: small;
|
|
80 |
}
|
|
81 |
table.findtheorems td.thm pre {
|
|
82 |
margin: 0em;
|
|
83 |
}
|
|
84 |
table.findtheorems th {
|
|
85 |
text-align: left;
|
|
86 |
padding-bottom: 1ex;
|
|
87 |
}
|
|
88 |
|
|
89 |
table.findtheoremsquery th {
|
|
90 |
font-weight: normal;
|
|
91 |
text-align: left;
|
|
92 |
padding-top: 1em;
|
|
93 |
}
|
|
94 |
|
|
95 |
span.class { color: #ff0000 }
|
|
96 |
span.tfree { color: #9370d8 }
|
|
97 |
span.tvar { color: #9370d8 }
|
|
98 |
span.free { color: #add8e6 }
|
|
99 |
span.bound { color: #008400 }
|
|
100 |
span.var { color: #00008b }
|
|
101 |
span.xstr { color: #000000 }
|
|
102 |
|
|
103 |
span.sorried:after { content: " [!]"; }
|
|
104 |
|
|
105 |
div.help a {
|
|
106 |
font-size: xx-small;
|
|
107 |
color: #d3d3d3;
|
|
108 |
}
|
|
109 |
|