diff options
Diffstat (limited to 'doc/html/stylesheet.css')
-rw-r--r-- | doc/html/stylesheet.css | 37 |
1 files changed, 19 insertions, 18 deletions
diff --git a/doc/html/stylesheet.css b/doc/html/stylesheet.css index 655718d..ee8b9af 100644 --- a/doc/html/stylesheet.css +++ b/doc/html/stylesheet.css @@ -44,7 +44,7 @@ h1, h2, h3, h4, h5, h6 { } h1.glow, h2.glow, h3.glow, h4.glow, h5.glow, h6.glow { - text-shadow: 0 0 15px cyan; + text-shadow: 0 0 15px #0ff; } dt { @@ -187,7 +187,7 @@ div.fragment { div.line { font-family: 'courier new', monospace, fixed; - color: #B0B0B0; + color: #D0D0D0; font-size: 14px; min-height: 14px; line-height: 1.0; @@ -214,8 +214,8 @@ div.line { } div.line.glow { - background-color: cyan; - box-shadow: 0 0 10px cyan; + background-color: #611; + box-shadow: 0 0 10px #611; } @@ -338,47 +338,48 @@ img.footer { /* @group Code Colorization */ span.keyword { - color: #00A000 + color: #00A000; } span.keywordtype { - color: #907050 + color: #907050; } span.keywordflow { - color: #e08000 + color: #e08000; } span.comment { - color: #808080 + color: #80C080; + font-style: italic; } span.preprocessor { - color: #806020 + color: #806020; } span.stringliteral { - color: #904090 + color: #904090; } span.charliteral { - color: #904090 + color: #904090; } span.vhdldigit { - color: #ff00ff + color: #ff00ff; } span.vhdlchar { - color: #000000 + color: #000000; } span.vhdlkeyword { - color: #700070 + color: #700070; } span.vhdllogic { - color: #ff0000 + color: #ff0000; } blockquote { @@ -456,8 +457,8 @@ table.memberdecls { } .memberdecls td.glow, .fieldtable tr.glow { - background-color: cyan; - box-shadow: 0 0 15px cyan; + background-color: #611; + box-shadow: 0 0 15px #611; } .mdescLeft, .mdescRight, @@ -535,7 +536,7 @@ table.memberdecls { } .memitem.glow { - box-shadow: 0 0 15px cyan; + box-shadow: 0 0 15px #611; } .memname { |