try again for better scribble.css font defaults
svn: r7920 original commit: 521852fa530ffbbe01ac17c941519a3e2f044ff6
This commit is contained in:
parent
6cf529508e
commit
465d9a6e9d
|
@ -1200,7 +1200,7 @@
|
||||||
(list
|
(list
|
||||||
(make-flow
|
(make-flow
|
||||||
(make-table-if-necessary
|
(make-table-if-necessary
|
||||||
#f
|
"argcontract"
|
||||||
(list
|
(list
|
||||||
(list (to-flow (hspace 2))
|
(list (to-flow (hspace 2))
|
||||||
(to-flow (to-element (field-name v)))
|
(to-flow (to-element (field-name v)))
|
||||||
|
|
|
@ -10,19 +10,19 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.maincolumn {
|
.maincolumn {
|
||||||
font-family: "Courier", monospace; font-size: 13px;
|
font-family: Consolas, Courier, monospace; font-size: 13px;
|
||||||
width: 43em;
|
width: 43em;
|
||||||
margin-right: -40em;
|
margin-right: -40em;
|
||||||
margin-left: 15em;
|
margin-left: 15em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main {
|
.main {
|
||||||
font-family: serif; font-size: 16px;
|
font-family: Times, serif; font-size: 16px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.refpara {
|
.refpara {
|
||||||
font-family: "Courier", monospace; font-size: 13px;
|
font-family: Consolas, Courier, monospace; font-size: 13px;
|
||||||
position: relative;
|
position: relative;
|
||||||
float: right;
|
float: right;
|
||||||
left: 1em;
|
left: 1em;
|
||||||
|
@ -42,11 +42,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.refcontent {
|
.refcontent {
|
||||||
font-family: serif; font-size: 13px;
|
font-family: Times, serif; font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tocset {
|
.tocset {
|
||||||
font-family: "Courier", monospace; font-size: 13px;
|
font-family: Consolas, Courier, monospace; font-size: 13px;
|
||||||
position: relative;
|
position: relative;
|
||||||
float: left;
|
float: left;
|
||||||
width: 12.5em;
|
width: 12.5em;
|
||||||
|
@ -54,13 +54,13 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.tocview {
|
.tocview {
|
||||||
font-family: serif; font-size: 16px;
|
font-family: Times, serif; font-size: 16px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
background-color: #F5F5DC;
|
background-color: #F5F5DC;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tocsub {
|
.tocsub {
|
||||||
font-family: serif; font-size: 16px;
|
font-family: Times, serif; font-size: 16px;
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
background-color: #DCF5F5;
|
background-color: #DCF5F5;
|
||||||
|
@ -241,11 +241,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
tt {
|
tt {
|
||||||
font-family: "Courier", monospace; font-size: 13px;
|
font-family: Consolas, Courier, monospace; font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
i {
|
i {
|
||||||
font-family: serif;
|
font-family: Times, serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.boxed {
|
.boxed {
|
||||||
|
@ -273,7 +273,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.verbatim em {
|
.verbatim em {
|
||||||
font-family: serif;
|
font-family: Times, serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ghost {
|
.ghost {
|
||||||
|
@ -282,7 +282,7 @@
|
||||||
|
|
||||||
.scheme em {
|
.scheme em {
|
||||||
color: black;
|
color: black;
|
||||||
font-family: serif;
|
font-family: Times, serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.highlighted {
|
.highlighted {
|
||||||
|
@ -299,7 +299,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.hspace {
|
.hspace {
|
||||||
font-family: "Courier", monospace; font-size: 13px;
|
font-family: Consolas, Courier, monospace; font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.small {
|
.small {
|
||||||
|
@ -317,7 +317,7 @@
|
||||||
.schemeinput {
|
.schemeinput {
|
||||||
color: brown;
|
color: brown;
|
||||||
background-color: #eeeeee;
|
background-color: #eeeeee;
|
||||||
font-family: "Courier", monospace; font-size: 13px;
|
font-family: Consolas, Courier, monospace; font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.schemeinputbg {
|
.schemeinputbg {
|
||||||
|
@ -325,22 +325,22 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.schemereader {
|
.schemereader {
|
||||||
font-family: "Courier", monospace; font-size: 13px;
|
font-family: Consolas, Courier, monospace; font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.schemeparen {
|
.schemeparen {
|
||||||
color: #843c24;
|
color: #843c24;
|
||||||
font-family: "Courier", monospace; font-size: 13px;
|
font-family: Consolas, Courier, monospace; font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.schememeta {
|
.schememeta {
|
||||||
color: #262680;
|
color: #262680;
|
||||||
font-family: "Courier", monospace; font-size: 13px;
|
font-family: Consolas, Courier, monospace; font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.schememod {
|
.schememod {
|
||||||
color: black;
|
color: black;
|
||||||
font-family: "Courier", monospace; font-size: 13px;
|
font-family: Consolas, Courier, monospace; font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.schemeopt {
|
.schemeopt {
|
||||||
|
@ -350,7 +350,7 @@
|
||||||
.schemekeyword {
|
.schemekeyword {
|
||||||
color: black;
|
color: black;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-family: "Courier", monospace; font-size: 13px;
|
font-family: Consolas, Courier, monospace; font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.schemeerror {
|
.schemeerror {
|
||||||
|
@ -361,12 +361,12 @@
|
||||||
.schemevariable {
|
.schemevariable {
|
||||||
color: #262680;
|
color: #262680;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-family: "Courier", monospace; font-size: 13px;
|
font-family: Consolas, Courier, monospace; font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.schemesymbol {
|
.schemesymbol {
|
||||||
color: #262680;
|
color: #262680;
|
||||||
font-family: "Courier", monospace; font-size: 13px;
|
font-family: Consolas, Courier, monospace; font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.schemevaluelink {
|
.schemevaluelink {
|
||||||
|
@ -401,22 +401,22 @@
|
||||||
|
|
||||||
.schemeresult {
|
.schemeresult {
|
||||||
color: #0000af;
|
color: #0000af;
|
||||||
font-family: "Courier", monospace; font-size: 13px;
|
font-family: Consolas, Courier, monospace; font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.schemestdout {
|
.schemestdout {
|
||||||
color: #960096;
|
color: #960096;
|
||||||
font-family: "Courier", monospace; font-size: 13px;
|
font-family: Consolas, Courier, monospace; font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.schemecomment {
|
.schemecomment {
|
||||||
color: #c2741f;
|
color: #c2741f;
|
||||||
font-family: "Courier", monospace; font-size: 13px;
|
font-family: Consolas, Courier, monospace; font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.schemevalue {
|
.schemevalue {
|
||||||
color: #228b22;
|
color: #228b22;
|
||||||
font-family: "Courier", monospace; font-size: 13px;
|
font-family: Consolas, Courier, monospace; font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.imageleft {
|
.imageleft {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user