diff options
Diffstat (limited to 'source/auxiliary/bg/default.css')
-rw-r--r-- | source/auxiliary/bg/default.css | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/source/auxiliary/bg/default.css b/source/auxiliary/bg/default.css index cdecedfba1..b9d9c64b67 100644 --- a/source/auxiliary/bg/default.css +++ b/source/auxiliary/bg/default.css @@ -28,12 +28,12 @@ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Albany AMT",Albany,Arial,"Nimbus Sans L",Helvetica,Lucida,Geneva,"Bitstream Vera Sans",Helmet,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma,sans-serif; } + { font-family: "Segoe UI",Ubuntu,Cantarell,"Noto Sans","DejaVu Sans","Lucida Sans Unicode","Helvetica Neue",Helvetica,Tahoma,sans-serif; } pre, .code, .codeintable, .example, .exampleintable, .literal, .literalintable, .path, .pathintable { font-family: "Cumberland AMT",Cumberland,"Courier New","Nimbus Mono L",Courier,"Bitstream Vera Sans Mono","Lucida Sans Typewriter","Lucida Typewriter",Monospaced,Monaco,Cumberland; margin-top: 1pt; margin-bottom: 1pt;} -.acronym +.acronym { font-weight: bold; } .related @@ -69,7 +69,7 @@ h4, h5, h6 .relatedtopics { font-weight: normal; } -.relatedbody +.relatedbody { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } .howtoget @@ -78,13 +78,13 @@ h4, h5, h6 .howtogetbody { background:#EEEEEE; margin: 0px;} -.wide +.wide { width: 100%; } .topalign { vertical-align: top; border: 1px;} -.bug +.bug { color: red; border: 1px solid red;} .debug @@ -94,7 +94,7 @@ h4, h5, h6 .identifier, .unknown { color: green;} -.keyword +.keyword { color: blue;} .comment @@ -102,7 +102,6 @@ h4, h5, h6 .number, .string { color: red;} - + .operator, .parameter { color: black;} - |