summaryrefslogtreecommitdiff
path: root/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'style.scss')
-rw-r--r--style.scss139
1 files changed, 139 insertions, 0 deletions
diff --git a/style.scss b/style.scss
new file mode 100644
index 0000000..1f6456c
--- /dev/null
+++ b/style.scss
@@ -0,0 +1,139 @@
+/* ikiwiki local style sheet */
+
+/* Add local styling here, instead of modifying style.css. */
+
+a,
+a:hover,
+a:visited {
+ font-weight: normal;
+ color: green;
+}
+
+.header {
+ background-color: green;
+ color: white;
+ padding: 10px 20px 0;
+}
+.header span.parentlinks,
+.header span.parentlinks a,
+.header span.parentlinks a:hover {
+ font-weight: bold;
+}
+
+div.header a,
+div.header a:hover {
+ color: white;
+}
+
+DIV.pageheader div.actions ul {
+ border-bottom: 0;
+ background-color: green;
+ color: white;
+}
+
+div.topbar ul li {
+ display:inline;
+ margin: 0 20px;
+}
+
+div.topbar li,
+div.topbar ul,
+div.topbar ul li,
+div.topbar ol,
+div.topbar ol li {
+ font-size: 1.1em;
+ line-height: 2em;
+ background-color: green;
+ color: white;
+ font-weight: bold;
+ margin-top: 0;
+ margin-bottom: 0;
+}
+
+div.topbar a,
+div.topbar a:hover,
+div.topbar a:visited {
+ color: white;
+}
+
+div#backlinks {
+ margin: 0;
+}
+
+div#backlinks a,
+div#backlinks a:hover {
+ color: white;
+}
+
+div#content {
+ margin: 0 20% 0 10%;
+ max-width: 67em;
+}
+
+div.sidebar {
+ float: left;
+ margin-top: 6em;
+ margin-left: 2%;
+ border: none;
+ width: 16%;
+ padding: 0px;
+ text-transform: lowercase;
+}
+div.sidebar ul {
+ margin: 0px;
+ padding: 0px;
+}
+div.sidebar ul li {
+ line-height: 2;
+ list-style-type: none;
+}
+
+div.sidebar ul li a,
+div.sidebar ul li a:hover,
+div.sidebar ul li span.selflink {
+ font-weight: bold;
+}
+div.sidebar ul li span.selflink {
+ color: black;
+}
+div.sidebar ul ul li {
+ margin-left: 10%;
+}
+
+div.notebox {
+ border: none;
+ width: 30%;
+ margin-right: -32%
+}
+div.notebox, div.notebox * {
+ color: green !important;
+}
+
+div.farbar {
+ float: right;
+ border-style: solid;
+ border-width: 1px;
+ border-color: green;
+ margin: 20px;
+ padding: 20px;
+}
+
+div.farbar ul li {
+ list-style-type: none;
+}
+
+div#backlinks {
+ display: none;
+}
+
+div#pageinfo {
+ margin: 15em 0 0;
+ padding: 2px 20px;
+ border-top: 0;
+ background-color: green;
+ color: white;
+}
+
+div.pagedate {
+ margin-top: 0;
+}