rearrange CSS file so that each font is in one place

svn: r8303

original commit: d5cfd34ff0e34225e56f5b003f9cfa80ab150924
This commit is contained in:
Matthew Flatt 2008-01-11 20:39:40 +00:00
parent e87efe3ce8
commit 477b2d6ea0

View File

@ -1,4 +1,30 @@
/* ---------------------------------------- */
/* CSS is backward. List all the classes for which we want a
a aprticular font, so that the font can be changed in one
place. */
/* Monospace: */
.maincolumn, .refpara, .tocset, .stt, .hspace,
.schemeinput, .schemereader, .schemeparen, .schememeta,
.schememod, .schemekeyword, .schemevariable, .schemesymbol,
.schemeresult, .schemestdout, .schemecomment, .schemevalue {
font-family: monospace;
}
/* Serif: */
.main, .refcontent, .tocview, .tocsub, i {
font-family: serif;
}
/* Sans-serif: */
.version {
font-family: sans-serif;
}
/* ---------------------------------------- */
body { body {
color: black; color: black;
background-color: #ffffff; background-color: #ffffff;
@ -10,17 +36,17 @@ table td {
} }
.maincolumn { .maincolumn {
font-family: monospace;
width: 43em; width: 43em;
margin-right: -40em; margin-right: -40em;
margin-left: 15em; margin-left: 15em;
} }
.main { .main {
font-family: serif;
text-align: left; text-align: left;
} }
/* ---------------------------------------- */
.navleft { .navleft {
position: relative; position: relative;
float: left; float: left;
@ -29,6 +55,11 @@ table td {
position: relative; position: relative;
float: right; float: right;
} }
.nonavigation {
color: #EEEEEE;
}
/* ---------------------------------------- */
.versionbox { .versionbox {
position: relative; position: relative;
@ -39,12 +70,12 @@ table td {
margin: 0em -13em 0em 0em; margin: 0em -13em 0em 0em;
} }
.version { .version {
font-family: sans-serif;
font-size: small; font-size: small;
} }
/* ---------------------------------------- */
.refpara { .refpara {
font-family: monospace;
position: relative; position: relative;
float: right; float: right;
left: 1em; left: 1em;
@ -64,11 +95,25 @@ table td {
} }
.refcontent { .refcontent {
font-family: serif;
} }
/* ---------------------------------------- */
.toclink {
text-decoration: none;
color: blue;
font-size: 85%;
}
.toptoclink {
text-decoration: none;
color: blue;
font-weight: bold;
}
/* ---------------------------------------- */
.tocset { .tocset {
font-family: monospace;
position: relative; position: relative;
float: left; float: left;
width: 12.5em; width: 12.5em;
@ -76,13 +121,11 @@ table td {
} }
.tocview { .tocview {
font-family: serif;
text-align: left; text-align: left;
background-color: #F5F5DC; background-color: #F5F5DC;
} }
.tocsub { .tocsub {
font-family: serif;
margin-top: 1em; margin-top: 1em;
text-align: left; text-align: left;
background-color: #DCF5F5; background-color: #DCF5F5;
@ -136,27 +179,7 @@ table td {
margin: 0.2em 0.2em 0.2em 0.2em; margin: 0.2em 0.2em 0.2em 0.2em;
} }
.leftindent { /* ---------------------------------------- */
margin-left: 1em;
margin-right: 0em;
}
.insetpara {
margin-left: 1em;
margin-right: 1em;
}
.toclink {
text-decoration: none;
color: blue;
font-size: 85%;
}
.toptoclink {
text-decoration: none;
color: blue;
font-weight: bold;
}
.inherited { .inherited {
width: 100%; width: 100%;
@ -176,6 +199,18 @@ font-weight: bold;
font-size: 85%; font-size: 85%;
} }
/* ---------------------------------------- */
.leftindent {
margin-left: 1em;
margin-right: 0em;
}
.insetpara {
margin-left: 1em;
margin-right: 1em;
}
.indexlink { .indexlink {
text-decoration: none; text-decoration: none;
} }
@ -185,7 +220,6 @@ font-weight: bold;
} }
.stt { .stt {
font-family: monospace;
} }
.title { .title {
@ -232,7 +266,6 @@ ol ol ol ol {
} }
i { i {
font-family: serif;
} }
.boxed { .boxed {
@ -263,19 +296,10 @@ i {
horiz-align: center; horiz-align: center;
} }
.verbatim em {
font-family: serif;
}
.ghost { .ghost {
color: white; color: white;
} }
.scheme em {
color: black;
font-family: serif;
}
.highlighted { .highlighted {
background-color: #ddddff; background-color: #ddddff;
} }
@ -290,7 +314,6 @@ i {
} }
.hspace { .hspace {
font-family: monospace;
} }
.inferencetop td { .inferencetop td {
@ -304,7 +327,6 @@ i {
.schemeinput { .schemeinput {
color: brown; color: brown;
background-color: #eeeeee; background-color: #eeeeee;
font-family: monospace;
} }
.schemeinputbg { .schemeinputbg {
@ -312,22 +334,18 @@ i {
} }
.schemereader { .schemereader {
font-family: monospace;
} }
.schemeparen { .schemeparen {
color: #843c24; color: #843c24;
font-family: monospace;
} }
.schememeta { .schememeta {
color: #262680; color: #262680;
font-family: monospace;
} }
.schememod { .schememod {
color: black; color: black;
font-family: monospace;
} }
.schemeopt { .schemeopt {
@ -337,7 +355,6 @@ i {
.schemekeyword { .schemekeyword {
color: black; color: black;
font-weight: bold; font-weight: bold;
font-family: monospace;
} }
.schemeerror { .schemeerror {
@ -348,12 +365,10 @@ i {
.schemevariable { .schemevariable {
color: #262680; color: #262680;
font-style: italic; font-style: italic;
font-family: monospace;
} }
.schemesymbol { .schemesymbol {
color: #262680; color: #262680;
font-family: monospace;
} }
.schemevaluelink { .schemevaluelink {
@ -394,22 +409,18 @@ i {
.schemeresult { .schemeresult {
color: #0000af; color: #0000af;
font-family: monospace;
} }
.schemestdout { .schemestdout {
color: #960096; color: #960096;
font-family: monospace;
} }
.schemecomment { .schemecomment {
color: #c2741f; color: #c2741f;
font-family: monospace;
} }
.schemevalue { .schemevalue {
color: #228b22; color: #228b22;
font-family: monospace;
} }
.bibliography td { .bibliography td {
@ -421,10 +432,7 @@ i {
margin-right: 0.3em; margin-right: 0.3em;
} }
.nonavigation { /* A hack, inserted to break some Scheme ids: */
color: #EEEEEE;
}
.mywbr { .mywbr {
width: 0; width: 0;
font-size: 1px; font-size: 1px;