summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
Diffstat (limited to 'local.css')
-rw-r--r--local.css84
1 files changed, 84 insertions, 0 deletions
diff --git a/local.css b/local.css
new file mode 100644
index 0000000..44488a9
--- /dev/null
+++ b/local.css
@@ -0,0 +1,84 @@
+/* ikiwiki local style sheet */
+
+BODY {
+ background-color: #84854c;
+}
+A {
+ font-weight: normal;
+}
+A:hover,
+A:visited {
+ color: #660000;
+}
+A:link {
+ color: #9c0000;
+}
+DIV#container {
+}
+DIV#branding {
+ margin-left: 5%;
+ font-size: x-large;
+}
+DIV#branding-logo,
+DIV#branding-tagline,
+DIV.pagecopyright P,
+DIV.pagelicense P {
+ display: inline;
+}
+DIV#branding-logo a {
+ color: white;
+ font-weight: bold;
+}
+DIV#topbar,
+DIV.pagerights,
+DIV.pagedate {
+ margin: 0 5%;
+ margin-top: 0;
+ padding: 0 .3em;
+ background: #9c9c63;
+ text-align: right;
+ font-size: small;
+}
+DIV#topbar P,
+DIV.pagerights P,
+DIV.pagedate P {
+ line-height: 1.2em;
+}
+DIV#wrapper {
+ float: left;
+ width: 100%;
+}
+DIV#content {
+ margin: 0 10% 0 15%;
+ background-image: url(pictoman_big.gif);
+ background-attachment: fixed;
+ background-repeat: no-repeat;
+ background-position: 80%;
+}
+DIV#sidebar {
+ float: left;
+ background-color: inherit;
+ width: 15%;
+ margin-left: -100%;
+ text-align: right;
+}
+DIV#farbar {
+ float: left;
+ width: 10%;
+ margin-left: -10%;
+}
+DIV#pageinfo {
+ border-top: 0 none;
+}
+DIV#backlinks {
+ display: none;
+}
+DIV.pagecopyright,
+DIV.pagelicense,
+DIV.pagedate {
+ margin-top: 0;
+}
+DIV.pagecopyright P,
+DIV.pagelicense P {
+ display: inline;
+}