mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
443 lines
6.3 KiB
CSS
443 lines
6.3 KiB
CSS
|
/*
|
||
|
* Styles for lyx document.
|
||
|
*/
|
||
|
body {
|
||
|
font: x-small serif;
|
||
|
background: #f9f9f9;
|
||
|
color: black;
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
#globalWrapper {
|
||
|
font-size: 127%;
|
||
|
margin: 10px 80px 10px 80px;
|
||
|
padding: 20px;
|
||
|
background: #ffffff;
|
||
|
line-height: 1.5em;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
a {
|
||
|
text-decoration: none;
|
||
|
color: #0030c0;
|
||
|
background: none;
|
||
|
}
|
||
|
a:visited {
|
||
|
color: #603090;
|
||
|
}
|
||
|
a:active {
|
||
|
color: #ffa000;
|
||
|
}
|
||
|
a:hover {
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
h1 {
|
||
|
margin-top: 1em;
|
||
|
line-height: 1.5em;
|
||
|
}
|
||
|
h1.Part {
|
||
|
text-align: center;
|
||
|
}
|
||
|
sup {
|
||
|
font-size: 0.75em;
|
||
|
line-height: 0.5em;
|
||
|
vertical-align: text-top;
|
||
|
}
|
||
|
sub {
|
||
|
font-size: 0.75em;
|
||
|
line-height: 0.5em;
|
||
|
vertical-align: text-bottom;
|
||
|
}
|
||
|
div.Standard {
|
||
|
margin: 1em 0;
|
||
|
}
|
||
|
p.dir {
|
||
|
float: right;
|
||
|
}
|
||
|
p.printindex {
|
||
|
font-size: 0.90em;
|
||
|
}
|
||
|
a.printindex {
|
||
|
color: black;
|
||
|
}
|
||
|
div.float {
|
||
|
margin-top: 1ex;
|
||
|
margin-bottom: 1ex;
|
||
|
text-align: center;
|
||
|
}
|
||
|
div.figure {
|
||
|
display: inline-block;
|
||
|
padding: 0.2ex;
|
||
|
margin-left: auto;
|
||
|
margin-right: auto;
|
||
|
border: thin solid #c0c0c0;
|
||
|
}
|
||
|
div.table {
|
||
|
display: inline-block;
|
||
|
padding: 0.2ex;
|
||
|
margin-left: auto;
|
||
|
margin-right: auto;
|
||
|
border: thin solid #c0c0c0;
|
||
|
}
|
||
|
div.algorithm {
|
||
|
display: inline-block;
|
||
|
text-align: left;
|
||
|
padding: 0.2ex;
|
||
|
margin-left: auto;
|
||
|
margin-right: auto;
|
||
|
border: thin solid #c0c0c0;
|
||
|
}
|
||
|
div.caption {
|
||
|
text-align: center;
|
||
|
font-family: sans-serif;
|
||
|
margin-left: auto;
|
||
|
margin-right: auto;
|
||
|
padding: 0.5ex;
|
||
|
}
|
||
|
img.figure {
|
||
|
padding: 1ex;
|
||
|
}
|
||
|
table {
|
||
|
text-align: center;
|
||
|
border-collapse: collapse;
|
||
|
margin-top: 1em;
|
||
|
margin-bottom: 1em;
|
||
|
margin-left: auto;
|
||
|
margin-right: auto;
|
||
|
}
|
||
|
tr.header {
|
||
|
border-bottom: thin solid #c0c0c0;
|
||
|
background: #ffffff;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
td {
|
||
|
padding: 1ex;
|
||
|
border: thin solid #f0f0f0;
|
||
|
}
|
||
|
td div.Standard {
|
||
|
margin: 0ex;
|
||
|
padding: 0ex;
|
||
|
}
|
||
|
div.caption div.Standard, div.table div.Standard {
|
||
|
margin: 0ex;
|
||
|
padding: 0ex;
|
||
|
}
|
||
|
td.numeric {
|
||
|
text-align: right;
|
||
|
}
|
||
|
td.empty {
|
||
|
text-align: center;
|
||
|
}
|
||
|
.right {
|
||
|
text-align: right;
|
||
|
}
|
||
|
.center {
|
||
|
text-align: center;
|
||
|
margin-left: auto;
|
||
|
margin-right: auto;
|
||
|
}
|
||
|
p.biblio {
|
||
|
font-size: 0.90em;
|
||
|
}
|
||
|
div.Paragraph, div.Paragraph- {
|
||
|
font-weight: bold;
|
||
|
font-size: 103%;
|
||
|
}
|
||
|
span.versalitas {
|
||
|
font-variant: small-caps;
|
||
|
}
|
||
|
span.sans {
|
||
|
font-family: sans-serif;
|
||
|
}
|
||
|
span.mathsf {
|
||
|
font-family: sans-serif;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
span.red {
|
||
|
color: #c00000;
|
||
|
}
|
||
|
span.blue {
|
||
|
color: #0000c0;
|
||
|
}
|
||
|
span.green {
|
||
|
color: #00c000;
|
||
|
}
|
||
|
span.magenta {
|
||
|
color: #c000c0;
|
||
|
}
|
||
|
span.cyan {
|
||
|
color: #00c0c0;
|
||
|
}
|
||
|
span.yellow {
|
||
|
color: #c0c000;
|
||
|
}
|
||
|
span.white {
|
||
|
color: #ffffff;
|
||
|
}
|
||
|
.formula {
|
||
|
color: #000040;
|
||
|
text-align: center;
|
||
|
}
|
||
|
div.formula {
|
||
|
padding: 0.5ex;
|
||
|
margin-left: auto;
|
||
|
margin-right: auto;
|
||
|
}
|
||
|
span.overline {
|
||
|
text-decoration: overline;
|
||
|
}
|
||
|
span.bar {
|
||
|
text-decoration: overline;
|
||
|
}
|
||
|
.fraction {
|
||
|
display: inline-block;
|
||
|
position: relative;
|
||
|
vertical-align: middle;
|
||
|
}
|
||
|
span.denominator {
|
||
|
display: block;
|
||
|
padding: 0;
|
||
|
border-top: thin solid #000040;
|
||
|
}
|
||
|
span.sqrt {
|
||
|
display: inline-block;
|
||
|
vertical-align: middle;
|
||
|
}
|
||
|
span.radical {
|
||
|
display: inline-block;
|
||
|
padding: 0;
|
||
|
font-size: 150%;
|
||
|
vertical-align: top;
|
||
|
}
|
||
|
span.root {
|
||
|
display: inline-block;
|
||
|
border-top: thin #000040 solid;
|
||
|
padding: 0;
|
||
|
vertical-align: middle;
|
||
|
}
|
||
|
span.symbol {
|
||
|
font-size: 125%;
|
||
|
}
|
||
|
span.bigsymbol {
|
||
|
font-size: 150%;
|
||
|
}
|
||
|
span.limits {
|
||
|
display: inline-table;
|
||
|
vertical-align: middle;
|
||
|
}
|
||
|
sub.bigsymbol {
|
||
|
display: table-row;
|
||
|
text-align: left;
|
||
|
line-height: 150%;
|
||
|
}
|
||
|
sup.bigsymbol {
|
||
|
display: table-row;
|
||
|
text-align: left;
|
||
|
line-height: 150%;
|
||
|
}
|
||
|
span.symbolover {
|
||
|
font-style: italic;
|
||
|
text-align: center;
|
||
|
position: relative;
|
||
|
bottom: 0.4em;
|
||
|
left: -1.3ex;
|
||
|
padding: 0ex;
|
||
|
width: 0ex;
|
||
|
float: right;
|
||
|
}
|
||
|
span.withsymbol {
|
||
|
display: inline-block;
|
||
|
}
|
||
|
span.dotted {
|
||
|
border-top: thin #000040 dotted;
|
||
|
}
|
||
|
span.FootMarker {
|
||
|
color: #004000;
|
||
|
}
|
||
|
span.Foot {
|
||
|
float: right;
|
||
|
clear: right;
|
||
|
margin: 0.2ex;
|
||
|
border: thin solid #c0c0c0;
|
||
|
background: #ffffff;
|
||
|
width: 30%;
|
||
|
padding: 0.5ex;
|
||
|
font: small normal;
|
||
|
text-align: left;
|
||
|
}
|
||
|
span.Marginal {
|
||
|
float: right;
|
||
|
border: thin solid #c0c0c0;
|
||
|
background: #ffffff;
|
||
|
width: 25%;
|
||
|
padding: 0.5ex;
|
||
|
font: small normal;
|
||
|
}
|
||
|
span.Note {
|
||
|
display: none;
|
||
|
}
|
||
|
span.code {
|
||
|
font-family: monospace;
|
||
|
}
|
||
|
div.Plain {
|
||
|
display: inline;
|
||
|
width: auto;
|
||
|
}
|
||
|
h1.title {
|
||
|
text-align: center;
|
||
|
}
|
||
|
h2.author {
|
||
|
text-align: center;
|
||
|
}
|
||
|
span.text {
|
||
|
font-style: normal;
|
||
|
}
|
||
|
span.textipa {
|
||
|
color: #008080;
|
||
|
}
|
||
|
span.Description-entry {
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
span.List-entry {
|
||
|
display: inline-block;
|
||
|
width: 25%;
|
||
|
}
|
||
|
div.Space {
|
||
|
display: none;
|
||
|
}
|
||
|
span.fraktur {
|
||
|
font-family: blackletter;
|
||
|
}
|
||
|
span.blackboard {
|
||
|
font-family: Blackboard, serif;
|
||
|
}
|
||
|
span.script {
|
||
|
font-family: cursive;
|
||
|
}
|
||
|
span.arraydef {
|
||
|
display: none;
|
||
|
}
|
||
|
span.appendix {
|
||
|
display: none;
|
||
|
}
|
||
|
h1.biblio {
|
||
|
font-size: 140%;
|
||
|
}
|
||
|
table.formula {
|
||
|
display: inline-block;
|
||
|
text-align: center;
|
||
|
border-collapse: collapse;
|
||
|
margin: 0em;
|
||
|
vertical-align: middle;
|
||
|
}
|
||
|
td.formula-l {
|
||
|
text-align: left;
|
||
|
padding: 0.2ex;
|
||
|
border: 0ex;
|
||
|
}
|
||
|
td.formula-c {
|
||
|
text-align: center;
|
||
|
padding: 0.2ex;
|
||
|
border: 0ex;
|
||
|
}
|
||
|
td.formula-r {
|
||
|
text-align: right;
|
||
|
padding: 0.2ex;
|
||
|
border: 0ex;
|
||
|
}
|
||
|
table.cases {
|
||
|
display: inline-block;
|
||
|
text-align: center;
|
||
|
border-collapse: collapse;
|
||
|
margin: 0.2em;
|
||
|
border-left: thin solid #000040;
|
||
|
vertical-align: middle;
|
||
|
}
|
||
|
table.cases tr td {
|
||
|
padding-left: 1ex;
|
||
|
padding-right: 1em;
|
||
|
}
|
||
|
span.greyedout {
|
||
|
color: #808080;
|
||
|
}
|
||
|
div.Description, div.List, li {
|
||
|
margin: 1em 0;
|
||
|
}
|
||
|
li.nested {
|
||
|
list-style-type: none;
|
||
|
}
|
||
|
span.Info {
|
||
|
background: #f0f0f0;
|
||
|
border: thin solid #c0c0c0;
|
||
|
}
|
||
|
pre {
|
||
|
padding: 0.2em 2em;
|
||
|
margin-left: 1em;
|
||
|
margin-right: auto;
|
||
|
margin-top: 0em;
|
||
|
margin-bottom: 0em;
|
||
|
width: auto;
|
||
|
font-family: monospace;
|
||
|
line-height: 1.1em;
|
||
|
}
|
||
|
a.Label {
|
||
|
text-decoration: none;
|
||
|
color: #000000;
|
||
|
}
|
||
|
div.Date {
|
||
|
text-align: center;
|
||
|
}
|
||
|
div.wrap-l, div.wrap-o, div.wrap-i {
|
||
|
margin: 2ex;
|
||
|
float: left;
|
||
|
}
|
||
|
div.wrap-r {
|
||
|
margin: 2ex;
|
||
|
float: right;
|
||
|
}
|
||
|
div.abstract {
|
||
|
margin: 3em;
|
||
|
text-align: center;
|
||
|
}
|
||
|
p.abstract-message {
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
div.listing {
|
||
|
display: inline-block;
|
||
|
text-align: left;
|
||
|
margin-left: auto;
|
||
|
margin-right: auto;
|
||
|
border: thin solid #c0c0c0;
|
||
|
}
|
||
|
code.listing {
|
||
|
white-space: pre;
|
||
|
}
|
||
|
div.framed {
|
||
|
border: thin solid black;
|
||
|
}
|
||
|
div.frameless {
|
||
|
}
|
||
|
span.number-left {
|
||
|
float: left;
|
||
|
background: #f0f0f0;
|
||
|
width: 3em;
|
||
|
text-align: right;
|
||
|
margin-right: 1em;
|
||
|
}
|
||
|
span.number-right {
|
||
|
float: right;
|
||
|
background: #f0f0f0;
|
||
|
width: 3em;
|
||
|
text-align: right;
|
||
|
margin-left: 1em;
|
||
|
}
|
||
|
a.eqnumber {
|
||
|
display: inline-block;
|
||
|
float: right;
|
||
|
font-weight: bold;
|
||
|
color: #000040;
|
||
|
}
|
||
|
span.unknown {
|
||
|
color: #800000;
|
||
|
}
|