summaryrefslogtreecommitdiffstats
path: root/doc/src/template/style/style.css
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2010-12-07 13:42:50 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2010-12-07 13:42:50 (GMT)
commit076bba6c901e292b61fffb7a91020075dcd84919 (patch)
treee3be1ff5c646d95ae334f95b69027a342f3a2c40 /doc/src/template/style/style.css
parentfbbdb701978cb66577472c6d2c9060b2fb208f30 (diff)
downloadQt-076bba6c901e292b61fffb7a91020075dcd84919.zip
Qt-076bba6c901e292b61fffb7a91020075dcd84919.tar.gz
Qt-076bba6c901e292b61fffb7a91020075dcd84919.tar.bz2
Doc: Added new style colors, increased the contrast of existing colors.
Diffstat (limited to 'doc/src/template/style/style.css')
-rwxr-xr-xdoc/src/template/style/style.css21
1 files changed, 18 insertions, 3 deletions
diff --git a/doc/src/template/style/style.css b/doc/src/template/style/style.css
index 16bc9ed..03bc9a9 100755
--- a/doc/src/template/style/style.css
+++ b/doc/src/template/style/style.css
@@ -179,12 +179,27 @@
span.comment
{
- color: #8B0000;
- font-style: italic;
+ color: #008B00;
}
span.string, span.char
{
- color: #254117;
+ color: #000084;
+ }
+ span.number
+ {
+ color: #a46200;
+ }
+ span.operator
+ {
+ color: black;
+ }
+ span.keyword
+ {
+ color: #840000;
+ }
+ span.name
+ {
+ color: black
}