summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorWiki User <wikwik@wiki.sigxcpu.org>2009-04-09 18:13:32 +0200
committerWiki User <wikwik@wiki.sigxcpu.org>2009-04-09 18:13:32 +0200
commitc36c37a4161d2c0b627fad0de0c6b285a4a0c93f (patch)
treea75fd3bb0ebfc25ee7ef8b8a7f5fe8277c13740c /local.css
parentb09301be3b6ebda7a2faefdb239a00c90e0b5769 (diff)
add local.css
Diffstat (limited to 'local.css')
-rw-r--r--local.css90
1 files changed, 90 insertions, 0 deletions
diff --git a/local.css b/local.css
new file mode 100644
index 0000000..291ea5b
--- /dev/null
+++ b/local.css
@@ -0,0 +1,90 @@
+body {
+ font-family: Verdana, "Bitstream Vera Sans", sans-serif;
+ font-size: medium;
+}
+
+h1, h2, h3, h4 {
+ font-weight: normal;
+}
+
+h1 { font-size: 140%; }
+h2 { font-size: 120%; }
+h3 { font-size: 110%; }
+h4 { font-size: 105% }
+
+.header {
+ color: black;
+ border: thin solid black;
+ padding: 3px;
+ background:#ADD8E6
+}
+
+.toc {
+ float: right;
+ border:thin solid #aaaaaa;
+}
+
+.toc ol {
+ font-size: small;
+ padding-left: 2.5em;
+ padding-right: 0.5em;
+}
+
+a:visited {
+ color: #A9A9A9 !important;
+ text-decoration: underline !important;
+}
+
+a:link {
+ color: black !important;
+ text-decoration: underline !important;
+}
+
+.parentlinks a {
+ color: black !important;
+ text-decoration: none !important;
+}
+
+.parentlinks a:visited:hover {
+ color: black !important;
+ text-decoration: underline !important;
+}
+
+#searchform div:before {
+ font-size: small;
+ content: "search:";
+}
+
+#searchform input {
+ border-top: none;
+ border-bottom: none;
+ vertical-align: bottom;
+ margin-right: 7px;
+}
+
+input {
+ border: solid 1px;
+ border-color: #aaa;
+}
+
+.pageheader .actions ul {
+ border-left: 1px solid #000;
+ border-right: 1px solid #000;
+ border-bottom: 1px solid #000;
+ font-size: small;
+}
+
+
+#content {
+ padding-left: 1em;
+ padding-right: 1em;
+}
+
+.pagefooter {
+ font-size: small;
+}
+
+#backlinks {
+ padding: 0.5em;
+ border: 1px solid #000;
+}