summaryrefslogtreecommitdiff
path: root/local.scss
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2011-05-03 18:35:29 +0200
committerSiri Reiter <siri@jones.dk>2011-05-03 18:35:29 +0200
commit484883d1f1cfde1e81f1a801b2dd2b88c0873a68 (patch)
tree6ffc3c0c3bb7d3a07880b9c5b1402e880e92fe7a /local.scss
parent786a47e4a3ad14251cb0faed38b0bfec57486c07 (diff)
Add old styling, renamed to SCSS.
Diffstat (limited to 'local.scss')
-rw-r--r--local.scss150
1 files changed, 150 insertions, 0 deletions
diff --git a/local.scss b/local.scss
new file mode 100644
index 0000000..0ef8146
--- /dev/null
+++ b/local.scss
@@ -0,0 +1,150 @@
+/* ikiwiki local style sheet */
+
+/* Add local styling here, instead of modifying style.css. */
+
+body {
+ background-color: transparent;
+ background-image: url("sr_logo.png");
+ background-repeat: no-repeat;
+ background-attachment: fixed;
+ background-position: right bottom;
+}
+
+p {
+ clear: both;
+}
+
+h1, h2, h3 {
+ color: darkgreen;
+ clear: both;
+}
+
+a:hover {
+ color: darkgreen;
+}
+
+DIV.header {
+ margin: 1em 1em 0;
+}
+
+DIV.header,
+SPAN.author,
+DIV.recentchanges,
+SPAN.committype,
+DIV#footer,
+DIV.inlinefooter {
+ font-size: 80%;
+}
+
+DIV#topbar,
+DIV.topbar {
+ float: right;
+ margin: 0;
+ padding: 0;
+ text-align: center;
+ width: 75%;
+}
+
+DIV#topbar a,
+DIV.topbar a {
+ text-decoration: none;
+}
+
+DIV#topbar ul,
+DIV.topbar ul {
+ list-style-type: none;
+ padding: 0;
+}
+
+DIV#topbar ul li,
+DIV.topbar ul li {
+ display: inline;
+ margin: 0 5%;
+}
+
+DIV#sidebar,
+DIV.sidebar {
+ background: none;
+ padding: 1em;
+ border: none;
+ margin-top: 4em;
+ margin-right: 2em;
+ margin-bottom: 2em;
+ margin-left: 2em;
+}
+
+DIV#sidebar ul li,
+DIV.sidebar ul li {
+ list-style-type: none;
+}
+
+DIV#sidebar ul li SPAN.selflink,
+DIV.sidebar ul li SPAN.selflink {
+ color: darkgreen;
+}
+
+DIV#sidebar a,
+DIV.sidebar a {
+ text-decoration: none;
+}
+
+DIV#wrapper,
+DIV#pagebody {
+ float: left;
+ margin: 1em 0 4.2em 25%;
+}
+
+DIV#content {
+ max-width: 40em;
+ padding: 0;
+}
+
+DIV#content IMG {
+ float: left;
+ margin: 0 25px 25px 0px;
+}
+
+DIV.inlinepage {
+ border: 0;
+ padding: 1em 0;
+ min-height: 100px;
+ clear: both;
+ overflow: visible;
+}
+
+DIV.inlineheader A {
+ font-weight: normal;
+}
+
+DIV.inlinepage .tags {
+ display: none;
+}
+
+DIV.inlineposttext {
+ clear: both;
+}
+
+DIV.tags {
+ display: none;
+}
+
+DIV#footer {
+ z-index: -1;
+ position: fixed;
+ bottom: 0;
+ width: 100%;
+}
+
+DIV#backlinks {
+ display: none;
+}
+
+DIV#pageinfo {
+ margin: 0 1em;
+ padding: 1em 0 0;
+ border-top: 0;
+}
+
+DIV.pageheader div.actions ul {
+ border-bottom: 0;
+}