aboutsummaryrefslogtreecommitdiffstats
path: root/doc/html/stylesheet.css
diff options
context:
space:
mode:
authorcathook <b01902109@csie.ntu.edu.tw>2014-09-24 13:37:42 +0800
committercathook <b01902109@csie.ntu.edu.tw>2014-09-29 16:41:38 +0800
commitb762ce2d30eabfd48f0b645dd10fbbdc254930e8 (patch)
tree9e5c729f3cd20dc7fca0ab159e8b780eb91d2518 /doc/html/stylesheet.css
parentef9af0d577c3a6b5d11fdeed7a9149d09973171b (diff)
downloadmeow-b762ce2d30eabfd48f0b645dd10fbbdc254930e8.tar
meow-b762ce2d30eabfd48f0b645dd10fbbdc254930e8.tar.gz
meow-b762ce2d30eabfd48f0b645dd10fbbdc254930e8.tar.bz2
meow-b762ce2d30eabfd48f0b645dd10fbbdc254930e8.tar.lz
meow-b762ce2d30eabfd48f0b645dd10fbbdc254930e8.tar.xz
meow-b762ce2d30eabfd48f0b645dd10fbbdc254930e8.tar.zst
meow-b762ce2d30eabfd48f0b645dd10fbbdc254930e8.zip
Big change, detail see README.
Diffstat (limited to 'doc/html/stylesheet.css')
-rw-r--r--doc/html/stylesheet.css37
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 {