summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2015-02-27 19:50:40 +0100
committerJonas Smedegaard <dr@jones.dk>2015-02-27 19:50:40 +0100
commit51bd89d86afba67a48a69189b95ac9d2b3a0ea7f (patch)
treefa36b4a544ecba24d61b78e8e1319284c5cab80f
parenta119c66315cc9337e30c1441c2b3bb003740e768 (diff)
Move styling to separate git.
-rw-r--r--local.css139
1 files changed, 0 insertions, 139 deletions
diff --git a/local.css b/local.css
deleted file mode 100644
index 1f6456c..0000000
--- a/local.css
+++ /dev/null
@@ -1,139 +0,0 @@
-/* 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;
-}