mirror of
https://github.com/jsbin/jsbin.git
synced 2026-01-18 15:18:04 +00:00
Updated all relevant paths to point to new locations. Webs servers will need to be updated to point to ./public. The build script remains in the root and will work as before.
152 lines
1.8 KiB
CSS
152 lines
1.8 KiB
CSS
/* Font via http://robey.lag.net/2010/06/21/mensch-font.html */
|
|
@font-face {
|
|
font-family: 'MenschRegular';
|
|
src: url('/font/mensch-webfont.eot');
|
|
src: url('/font/mensch-webfont.eot?#iefix') format('eot'),
|
|
url('/font/mensch-webfont.woff') format('woff'),
|
|
url('/font/mensch-webfont.ttf') format('truetype'),
|
|
url('/font/mensch-webfont.svg#webfont0UwCC656') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
.editbox {
|
|
margin: .4em;
|
|
padding: 0;
|
|
font-family: MenschRegular, Menlo, Monaco, consolas, monospace;
|
|
font-size: 14pt;
|
|
color: black;
|
|
}
|
|
|
|
.editbox p {
|
|
margin: 0;
|
|
}
|
|
|
|
span.xml-tagname {
|
|
color: #A0B;
|
|
}
|
|
|
|
span.xml-attribute {
|
|
color: #281;
|
|
}
|
|
|
|
span.xml-punctuation {
|
|
color: black;
|
|
}
|
|
|
|
span.xml-attname {
|
|
color: #00F;
|
|
}
|
|
|
|
span.xml-comment {
|
|
color: #A70;
|
|
}
|
|
|
|
span.xml-cdata {
|
|
color: #48A;
|
|
}
|
|
|
|
span.xml-processing {
|
|
color: #999;
|
|
}
|
|
|
|
span.xml-entity {
|
|
color: #A22;
|
|
}
|
|
|
|
span.xml-error {
|
|
color: #F00;
|
|
}
|
|
|
|
span.xml-text {
|
|
color: black;
|
|
}
|
|
|
|
pre.code, .editbox {
|
|
color: #666666;
|
|
}
|
|
|
|
.editbox p {
|
|
margin: 0;
|
|
}
|
|
|
|
span.js-punctuation {
|
|
color: #666666;
|
|
}
|
|
|
|
span.js-operator {
|
|
color: #666666;
|
|
}
|
|
|
|
span.js-keyword {
|
|
color: #770088;
|
|
}
|
|
|
|
span.js-atom {
|
|
color: #228811;
|
|
}
|
|
|
|
span.js-variable {
|
|
color: black;
|
|
}
|
|
|
|
span.js-variabledef {
|
|
color: #0000FF;
|
|
}
|
|
|
|
span.js-localvariable {
|
|
color: #004499;
|
|
}
|
|
|
|
span.js-property {
|
|
color: black;
|
|
}
|
|
|
|
span.js-comment {
|
|
color: #AA7700;
|
|
}
|
|
|
|
span.js-string {
|
|
color: #AA2222;
|
|
}
|
|
|
|
pre.code, .editbox {
|
|
color: #666666;
|
|
}
|
|
|
|
.editbox p {
|
|
margin: 0;
|
|
}
|
|
|
|
span.css-at {
|
|
color: #770088;
|
|
}
|
|
|
|
span.css-unit {
|
|
color: #228811;
|
|
}
|
|
|
|
span.css-value {
|
|
color: #770088;
|
|
}
|
|
|
|
span.css-identifier {
|
|
color: black;
|
|
}
|
|
|
|
span.css-important {
|
|
color: #0000FF;
|
|
}
|
|
|
|
span.css-colorcode {
|
|
color: #004499;
|
|
}
|
|
|
|
span.css-comment {
|
|
color: #AA7700;
|
|
}
|
|
|
|
span.css-string {
|
|
color: #AA2222;
|
|
}
|