aboutsummaryrefslogtreecommitdiff
path: root/templates/add.css
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-05-28 10:32:48 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2019-05-28 10:32:48 +0200
commitfe5799c14ad82f72437ff88c703a38e1cc5b7896 (patch)
treec27ce267aea5c577432822b9bea4e9ea28aedc1e /templates/add.css
parentTue, 28 May 2019 10:31:31 +0200 (diff)
parentTue, 28 May 2019 10:26:07 +0200 (diff)
downloadwiki-public-fe5799c14ad82f72437ff88c703a38e1cc5b7896.tar.gz
wiki-public-fe5799c14ad82f72437ff88c703a38e1cc5b7896.tar.xz
Merge branch 'master' of /home/hugo/git/wiki-public
Diffstat (limited to 'templates/add.css')
-rw-r--r--templates/add.css42
1 files changed, 42 insertions, 0 deletions
diff --git a/templates/add.css b/templates/add.css
new file mode 100644
index 0000000..77c7400
--- /dev/null
+++ b/templates/add.css
@@ -0,0 +1,42 @@
+body {
+ margin: 0;
+ font-size: 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;
+}