summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2010-09-01 16:38:34 +0200
committerJonas Smedegaard <dr@jones.dk>2010-09-01 16:38:34 +0200
commitc5f286a8a413053ae787e412ed4ad0ed626f9377 (patch)
tree0330e0e7272b971a438902175668749af1d74e42
Initial styling.
-rw-r--r--favicon.icobin0 -> 1342 bytes
-rw-r--r--local.css84
-rw-r--r--pictoman_big.gifbin0 -> 6001 bytes
3 files changed, 84 insertions, 0 deletions
diff --git a/favicon.ico b/favicon.ico
new file mode 100644
index 0000000..1d2020d
--- /dev/null
+++ b/favicon.ico
Binary files differ
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;
+}
diff --git a/pictoman_big.gif b/pictoman_big.gif
new file mode 100644
index 0000000..968f40d
--- /dev/null
+++ b/pictoman_big.gif
Binary files differ