diff options
Diffstat (limited to 'doc/website/style.css')
-rw-r--r-- | doc/website/style.css | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/doc/website/style.css b/doc/website/style.css new file mode 100644 index 0000000..9649fa4 --- /dev/null +++ b/doc/website/style.css @@ -0,0 +1,39 @@ +h1,h2,h3,h4,h5 { color: #4080FF; } + +body A { color: #4080FF; } +body A:link { color: #4080FF; } +body A:visited { color: #204080; } + +p.xnavtoc A { color: white; } +p.xnavtoc A:link { color: white; } +p.xnavtoc A:visited { color: white; } + +p.navtoc A { color: white; } +p.navtoc A:link { color: white; } +p.navtoc A:visited { color: white; } + +p.ynavtoc A { color: white; } +p.ynavtoc A:link { color: white; } +p.ynavtoc A:visited { color: white; } + +div.navh_home { color: #4080FF; + font-family: Arial, sans-serif; + font-weight: bold; +} + +span.footdate { color: black; + font-size: 70%; + font-family: Arial, sans-serif; +} + +span.footfeed { color: black; + font-size: 70%; + font-family: Arial, sans-serif; +} + +span.footcopy { color: black; + font-size: 70%; + font-family: Arial, sans-serif; +} + +img { border: 0; } |