* python/spot/__init__.py (show_mp_hierarchy, mp_hierarchy_svg): New functions. * tests/python/formulas.ipynb: Illustrate show_mp_hierarchy. * python/ajax/spotcgi.in: Use mp_hierarchy_svg. * python/ajax/css/trans.css: Adjust for possible overflows. * NEWS: Mention this new feature.
129 lines
1.9 KiB
CSS
129 lines
1.9 KiB
CSS
html {overflow-y:scroll;}
|
|
|
|
.ltl2tgba .ui-widget {
|
|
font-size: 1em;
|
|
}
|
|
|
|
input.formula {
|
|
width: 720px;
|
|
}
|
|
|
|
span#send {
|
|
width: 60px;
|
|
margin-left: 4px;
|
|
margin-right: 0px;
|
|
}
|
|
|
|
.shadow {
|
|
-moz-box-shadow: 2px 2px 2px #888888;
|
|
-webkit-box-shadow: 2px 1px 2px #888888;
|
|
box-shadow: 2px 2px 2px #888888;
|
|
}
|
|
|
|
div.ltl2tgba {
|
|
width: 800px;
|
|
position:relative;
|
|
left:0px;
|
|
top:0px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
z-index:10;
|
|
}
|
|
|
|
#spotlogo {
|
|
position:fixed;
|
|
left:10px;
|
|
top:10px;
|
|
z-index:1;
|
|
}
|
|
#mailicon {
|
|
position:fixed;
|
|
left:10px;
|
|
top:84px;
|
|
z-index:1;
|
|
}
|
|
#results-body {
|
|
overflow: auto;
|
|
}
|
|
.ltldoc {
|
|
text-align: right;
|
|
}
|
|
|
|
table.ltltable
|
|
{
|
|
border-collapse:collapse;
|
|
font-size: 90%;
|
|
}
|
|
|
|
.ltldocrow {
|
|
font-weight: bold;
|
|
vertical-align:top;
|
|
}
|
|
|
|
.ltl2tgba div.ui-widget-content {
|
|
padding: 3px;
|
|
margin: 2px 0px;
|
|
background: #eeeeee;
|
|
}
|
|
|
|
.ltl2tgba h3 {
|
|
font-size:1em;
|
|
margin: 0;
|
|
padding: 0px 0.2em 0px;
|
|
border-bottom:1px solid #eee;
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
.floatright {
|
|
float: right;
|
|
}
|
|
|
|
.colleft {
|
|
float: left;
|
|
width: 49%;
|
|
}
|
|
|
|
.ltl2tgba .head .ui-icon {
|
|
float: right;
|
|
margin: 1px 0px;
|
|
}
|
|
|
|
.ltl2tgba .formula, #tiptip_content .formula {
|
|
font-family: monospace;
|
|
font-weight: bold;
|
|
font-size: 1.1em;
|
|
}
|
|
|
|
.ltl2tgba .error {
|
|
color: red;
|
|
}
|
|
|
|
.ltl2tgba .parse-error {
|
|
font-family: monospace;
|
|
white-space: pre;
|
|
color: red;
|
|
font-size: 1.1em;
|
|
}
|
|
|
|
.ltl2tgba .ec-error {
|
|
color: red;
|
|
}
|
|
|
|
.ltl2tgba .loading {
|
|
display: block;
|
|
margin: 0 auto;
|
|
text-align: center;
|
|
}
|
|
|
|
.ltl2tgba .neverclaim, .ltl2tgba .accrun {
|
|
font-family: monospace;
|
|
white-space: pre;
|
|
font-size: 1.1em;
|
|
}
|
|
|
|
#ltl3ba-tab {
|
|
margin-left: 1em;
|
|
}
|
|
|
|
.ui-button-text-only .ui-button-text { padding: .1em .3em; }
|
|
.ui-tabs .ui-tabs-nav li a { float: left; padding: .1em .3em; text-decoration: none; }
|