Skip to content

Commit eddc242

Browse files
committed
Update styleos.css
1 parent 1afbfd7 commit eddc242

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

docs/styleos.css

+34
Original file line numberDiff line numberDiff line change
@@ -486,3 +486,37 @@ img {
486486
text-decoration: none;
487487
cursor: pointer;
488488
}
489+
490+
pre.code {
491+
background-color: lightgray;
492+
padding: 4px 6px 4px 6px;
493+
border-left: 5px solid #999999;
494+
}
495+
496+
pre, div.syntax {
497+
margin-top: .5em;
498+
margin-bottom: .5em;
499+
}
500+
501+
pre, code, .code, div.syntax {
502+
font: 100% Monospace, Courier New, Courier;
503+
color: #000066;
504+
}
505+
506+
pre b, code b {
507+
letter-spacing: .1em;
508+
}
509+
510+
pre.syntax, div.syntax {
511+
background: #cccccc;
512+
padding: 4px 8px;
513+
cursor: text;
514+
margin-top: 1em;
515+
margin-bottom: 1em;
516+
color: #000000;
517+
border-width: 1px;
518+
border-style: solid;
519+
border-color: #999999;
520+
font-weight: bolder;
521+
letter-spacing: .1em;
522+
}

0 commit comments

Comments
 (0)