aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.wiki20
-rw-r--r--templates/add.css43
-rw-r--r--templates/default.tpl1
3 files changed, 45 insertions, 19 deletions
diff --git a/index.wiki b/index.wiki
index 1788ac0..5cca69a 100644
--- a/index.wiki
+++ b/index.wiki
@@ -33,6 +33,7 @@
* [[Nginx]]
* [[MediawikiFS]]
* [[Spel]]
+ * [[Gamejam]]
* [[LitheKod]]
* [[diary/diary|Dagbok]]
@@ -44,22 +45,3 @@
- [ ] [[https://stumpwm.github.io|StumpWM]]
= Generated Tags =
-
-== TODO ==
-
- - [[GitServer#Git Server#Autentisering#Autentisering SSH#Problem]]
- - [[GitServer#Taggning#Cleanup]]
- - [[Mimetypes#Mimetypes]]
- - [[Scripts#Scripts#newmail#TODO]]
-
-== möte ==
-
- - [[LitheKod#LitheKod#Vårmöte 2019#Bilaga B, Kontraförslag]]
-
-== shs+ ==
-
- - [[Lysator#shs+]]
-
-== y+y ==
-
- - [[Lysator#y+y]]
diff --git a/templates/add.css b/templates/add.css
new file mode 100644
index 0000000..8496838
--- /dev/null
+++ b/templates/add.css
@@ -0,0 +1,43 @@
+body {
+ margin: 0;
+ font-size: 100%;
+ line-height: 100%;
+}
+
+
+h1 { color: #a54242; }
+h2 { color: #8c9440; }
+h3 { color: #5f819d; }
+
+p {
+ max-width: 60ex;
+ text-align: justify;
+}
+
+table {
+ border-collapse: collapse;
+}
+
+tr:nth-child(odd) {
+ background-color: #f0f0f0;
+}
+
+/* ---------------------------------------- */
+
+div[id='Top Heading'] + ul {
+ width: 120%;
+}
+
+div[id='Top Heading'] + ul li {
+ display: inline-block;
+ width: 10em;
+}
+
+.side {
+ display: flex;
+ justify-content: space-around;
+}
+
+.side > * {
+ margin: auto 0 auto 0;
+}
diff --git a/templates/default.tpl b/templates/default.tpl
index 59ceeb4..0910c5b 100644
--- a/templates/default.tpl
+++ b/templates/default.tpl
@@ -2,6 +2,7 @@
<html>
<head>
<link rel="Stylesheet" type="text/css" href="%root_path%style.css" />
+ <link rel="Stylesheet" type="text/css" href="%root_path%add.css" />
<title>%title%</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">