1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 00:01:33 -08:00
emacs/mps/manual/html/_static/mps.css
Gareth Rees 28419106ca Build html version of the manual in manual/html.
Check in HTML version of the manual (writable on client) so that it will display automatically on the Ravenbrook server and so that we can easily include it in product releases.

Copied from Perforce
 Change: 180338
 ServerID: perforce.ravenbrook.com
2012-11-05 17:18:50 +00:00

119 lines
No EOL
1.8 KiB
CSS

/* -*- mode: css -*- */
/* Colour scheme: <http://www.colourlovers.com/palette/723615/clairedelune> */
@import url('default.css');
@font-face {
font-family: 'SCP';
font-weight: bold;
src: url('SourceCodePro-Bold.ttf');
}
@font-face {
font-family: 'SCP';
font-weight: normal;
src: url('SourceCodePro-Regular.ttf');
}
a, a:visited, a.reference.internal {
text-decoration: none;
}
a.reference em {
font-style: normal;
}
a.reference.internal:hover {
text-decoration: none;
border-bottom: 1px solid #aaa;
}
img.logo {
width: 100%;
}
div.sphinxsidebar {
width: 25%;
}
div.sphinxsidebar input {
border: 1px solid #F0B49E;
}
div.bodywrapper {
width: 75%;
margin: 0;
}
div.body h1,
div.body h2,
div.body h3,
div.body h4,
div.body h5,
div.body h6 {
border-bottom: 2px solid #73626E;
}
div.body h1 {
margin-top: 0;
}
dl.glossary dt, dl.type dt, dl.function dt, dl.macro dt {
font-family: 'Verdana', sans-serif;
width:100%;
border-bottom: 1px solid #73626E;
padding-bottom: 1px;
margin-top: 2em;
margin-bottom: 1em;
font-size: 120%;
}
pre, tt, code {
font-family: 'SCP', monospaced;
font-size: 100%;
}
.note tt, .warning tt, tt {
background: transparent;
}
tt.xref, a tt {
font-weight: normal;
}
pre {
border: none;
font-size: 90%;
}
div.seealso, div.admonition {
background-color: #F2F2F2;
border: none;
}
div.admonition p.admonition-title + p + p {
margin-top: 1em;
}
div.admonition-deprecated {
border: 2px solid #73626E;
}
.xref.std-term {
font-style: normal;
color: #000000;
border-bottom: 1px dotted #aaa;
}
p.glossary-alphabet {
font-weight: bold;
}
sup {
vertical-align: 20%;
font-size: 80%;
}
div.figure img {
max-width: 100%;
}