aboutsummaryrefslogtreecommitdiffstats
path: root/doc/website/style.css
diff options
context:
space:
mode:
authoryaworsky <yaworsky>2005-10-17 19:30:14 +0000
committeryaworsky <yaworsky>2005-10-17 19:30:14 +0000
commit9b98e0633053efa243780669e9411e65b36bff35 (patch)
treea76fda1494cfd69f144650df54f09b56852a125f /doc/website/style.css
parente6d3929b119dfd10cd83a932cc3337ffb9a04b97 (diff)
downloadsyslog-win32-9b98e0633053efa243780669e9411e65b36bff35.tar.gz
syslog-win32-9b98e0633053efa243780669e9411e65b36bff35.tar.xz
syslog-win32-9b98e0633053efa243780669e9411e65b36bff35.zip
Added to CVS.
Diffstat (limited to '')
-rw-r--r--doc/website/style.css39
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; }