diff options
Diffstat (limited to 'source/auxiliary/ca-valencia/default.css')
-rw-r--r-- | source/auxiliary/ca-valencia/default.css | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/source/auxiliary/ca-valencia/default.css b/source/auxiliary/ca-valencia/default.css index c3eceb3645..cd231a01d1 100644 --- a/source/auxiliary/ca-valencia/default.css +++ b/source/auxiliary/ca-valencia/default.css @@ -17,12 +17,12 @@ */ body, p, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable - { font-family: "Albany AMT",Albany,Arial,"DejaVu Sans",FreeSans,"Nimbus Sans L","Arial Unicode MS","Lucida Sans Unicode",Tahoma,Lucida,Helvetica,Helmet,"Bitstream Vera Sans",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","DejaVu Sans Mono",FreeMono,"Nimbus Mono L","Lucida Sans Typewriter","Lucida Typewriter","Bitstream Vera Sans Mono",Courier,Monaco,Monospaced; margin-top: 1pt; margin-bottom: 1pt;} + { font-family: Menlo,Consolas,"DejaVu Sans Mono","Nimbus Mono L","Lucida Sans Typewriter","Courier New",Courier,Monaco,monospace; margin-top: 1pt; margin-bottom: 1pt; } -.acronym +.acronym { font-weight: bold; } .related @@ -58,7 +58,7 @@ h4, h5, h6 .relatedtopics { font-weight: normal; } -.relatedbody +.relatedbody { margin-top: 2px; margin-bottom: 2px; margin-left: 5px; } .howtoget @@ -67,13 +67,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 @@ -83,7 +83,7 @@ h4, h5, h6 .identifier, .unknown { color: green;} -.keyword +.keyword { color: blue;} .comment @@ -91,7 +91,6 @@ h4, h5, h6 .number, .string { color: red;} - + .operator, .parameter { color: black;} - |