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
|
body {
color: #000000;
background: #FFFFFF;
font-family: sans-serif;
margin: 1em 10% 1em 10%;
}
tt {
color: #006633;
font-weight: bold;
}
.citation {
background-color: #E0F0E8;
border-style: dashed;
border-width: thin;
padding: 1ex;
margin-top: 1em;
margin-bottom: 1em;
}
div.citation h3 {
margin-top: 0em;
}
div.citation p {
margin-top: 1em;
margin-bottom: 0;
}
p.cite {
text-indent: -1em;
margin-left: 1em;
}
pre.bibtex {
margin-top: 1em;
margin-bottom: 0;
}
|