From 361c513a4bcb223137225403728a1e70fa1fa7d9 Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Sat, 1 May 2021 16:14:09 -0600 Subject: [PATCH] test of new stuff --- .gitignore | 1 - .ikiwiki/setup | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++ style.css | 15 ++++------- 3 files changed, 73 insertions(+), 11 deletions(-) delete mode 100644 .gitignore create mode 100644 .ikiwiki/setup diff --git a/.gitignore b/.gitignore deleted file mode 100644 index eecda60..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/.ikiwiki diff --git a/.ikiwiki/setup b/.ikiwiki/setup new file mode 100644 index 0000000..a694f44 --- /dev/null +++ b/.ikiwiki/setup @@ -0,0 +1,68 @@ +# IkiWiki::Setup::Yaml - YAML formatted setup file +# -*- YAML -*- +wikiname: xevv +adminemail: marrub@greyserv.net +url: http://wiki.greyserv.net/xevv +add_plugins: +- attachment +- brokenlinks +- color +- favicon +- img +- localstyle +- map +- more +- orphans +- pagecount +- pagetemplate +- recentchanges +- rename +- shortcut +- sidebar +- sortnaturally +- table +- tag +- template +- toc +- toggle +disable_plugins: +- editpage +- emailauth +- htmlscrubber +- lockedit +- openid +- passwordauth +- recentchanges +- repolist +- signinedit +discussion: 0 +discussionpage: '' +html5: 1 +default_pageext: mdwn +htmlext: html +numbacklinks: 0 +exclude: ^.ikiwiki$ +wiki_file_chars: -[:alnum:]+/.:_ +responsive_layout: 1 +deterministic: 1 + +# inline plugin +rss: 1 +atom: 1 +allowrss: 1 +allowatom: 1 +pingurl: [] + +# mdwn plugin +multimarkdown: 0 +nodiscount: 0 +mdwn_footnotes: 1 +mdwn_alpha_lists: 0 + +# img plugin +img_allowed_formats: everything + +# tag plugin +tagbase: tag +tag_autocreate: 0 +tag_autocreate_commit: 0 diff --git a/style.css b/style.css index 7e19962..734171c 100644 --- a/style.css +++ b/style.css @@ -28,8 +28,10 @@ div.header, header.header { display: inline; padding: .2em; } -.pageheader .actions ul { +.pageheader { border-bottom: 1px solid #000; + background: right / 1em no-repeat url("/xevv/images/header.png"); + image-rendering: crisp-edges } .inlinepage .actions ul { @@ -45,9 +47,6 @@ div.header, header.header { display: inline; padding: .2em .4em; } -.pageheader #otherlanguages { - border-bottom: 1px solid #000; -} .inlinecontent, .inlineenclosure { @@ -564,10 +563,6 @@ p { a { text-decoration: underline dotted } -.pageheader { - background: right / contain no-repeat url("/xevv/images/header.png"); - image-rendering: crisp-edges -} .ibox-head { text-align: center; margin-top: 0.5em; @@ -594,7 +589,7 @@ h1, h2, h3, h4, h5, h6 {color: #9a9a9a} section#content h1 {color: #98ffe0} section#content h2 {color: #c7ffef} h3>span {color: #7a7a7a} -td, th, fieldset, blockquote, .pageheader .actions ul, #pageinfo {border-color: #eaeaea} +td, th, fieldset, blockquote, .pageheader, #pageinfo {border-color: #eaeaea} small {color: #777} div.recentchanges, .sidebar, .toc {background-color: #1a1a1a; color: #eee} .recentchanges .changelog {background-color: #2a2a2a; color: #fff} @@ -605,7 +600,7 @@ div.recentchanges, .sidebar, .toc {background-color: #1a1a1a; color: #eee} section#content h1 {color: #448be8} section#content h2 {color: #356cb4} h3>span {color: #858585} - td, th, fieldset, blockquote, .pageheader .actions ul, #pageinfo {border-color: #151515} + td, th, fieldset, blockquote, .pageheader, #pageinfo {border-color: #151515} small {color: #888} div.recentchanges, .sidebar, .toc {background-color: #e5e5e5; color: #111} .recentchanges .changelog {background-color: #d5d5d5; color: #000}