diff --git a/basewiki/bootstrap.local.css b/basewiki/bootstrap.local.css index 500862d..a9d06e2 100644 --- a/basewiki/bootstrap.local.css +++ b/basewiki/bootstrap.local.css @@ -51,12 +51,13 @@ body { background-color: #f5f5f5; } + /* Custom page CSS -------------------------------------------------- */ /* Not required for template or sticky footer method. */ body > .container { - padding:; + padding: 60px 15px 15px; } .container .text-muted { margin: 20px 0; @@ -90,6 +91,33 @@ code { font-size: 80%; } +/* comments fixup */ +.comment { + border: none; + padding: 1em; + margin: 1em; + background: #f3f3f3; +} +.mastodon-comment { + display: flex; +} +/* mastodon posts have a span to hide the scheme and post id, use it */ +.mastodon-comment-content span.invisible { + display: none; +} +.mastodon-comment .avatar img { + margin-right: 1rem; +} +.mastodon-comment span.disabled { + display: none; +} +.mastodon-comment .author { + display: flex; + justify-content: space-between; +} +.mastodon-comment .author time { + font-size: small; +} .actions ul { margin: inherit; padding: inherit; @@ -100,7 +128,7 @@ code { /* limit main content to ~90 chars per line */ /* update: practical typography recommends 2-3 alphabets */ #content { - max-width: 100%; + max-width: 35em; /* this is 2.5 alphabets with Charter */ } /* limit header as well otherwise logo is out of whack without sidebar */ @@ -220,6 +248,8 @@ div.footnotes { font-size: small; } /* scale down images so they are centered like the rest of the text */ #content img { max-width: 100%; } +/* except in the mastodon avatar, it squeezes them weirdly and messes with borders */ +#content .mastodon-comment .avatar img { max-width: inherit; } /* format HTML5 captions like ikiwiki's table-based captions * @@ -261,6 +291,19 @@ figure.align-right figcaption { word-wrap: break-word; } +/* make table scale out to avoid ugly word-wrapping + * bootstrap should deal with this, but ikiwiki doesn't assign the + * right style and anyways our width is smaller than necessary + * + * pages with tables that should be checked when this is changed: + * + * https://anarc.at/blog/2017-10-26-comparison-cryptographic-keycards/ + * https://anarc.at/blog/2018-01-28-large-disk-price-review/ + * https://anarc.at/services/backup/ + * https://anarc.at/services/ + * https://anarc.at/services/dns/registrars/ + * https://anarc.at/services/welcome/ + */ table, table.table { width: 100%; } table { font-size: inherit; } /* why the heck does chrome override font-size for tables?! */ diff --git a/basewiki/local.css b/basewiki/local.css index 308a7b0..a0dec8c 100644 --- a/basewiki/local.css +++ b/basewiki/local.css @@ -1,120 +1,3 @@ /* ikiwiki local style sheet */ -.home { - display: flex; - flex-basis: 50%; - justify-content: space-between; - height: 100%; - height: 100vh; -} - -div.home-logo { - flex-basis: 50%; - width: 50%; - margin: auto; - padding: 25vh 0 0 0; - text-align: center; - -} - -.login { - margin: 0px; - color: #EBEBEB; - background-color: black; - margin: 12vh auto 10vh auto; - width: 28%; - border-radius: 25px; - padding: 12px; - -} - -.login a { - color:white; -} - -.login:hover { - width: 40%; - cursor:pointer; - transition: 0.3s; - -} - -.home-title { - flex-basis: 50%; - background-image: url(images/chris-ried-79NfyK85Ahc-unsplash.jpg); - background-position: center; - height: 500; - text-align: center; - padding-top: 400px - color: white; -} - -.join { - margin: 0px; - color: #EBEBEB; - background-color: black; - margin: 12vh auto 10vh auto; - width: 28%; - border-radius: 25px; - padding: 12px; -} - -.join:hover { - width: 40%; - cursor:pointer; - transition: 0.3s; -} - -.coop { - display: flex; - flex-basis: 50%; - justify-content: space-between; - background-color:; - height: 100vh; -} - -.coop-title { - flex-basis: 50%; - background-color: black; - height: 100vh; - padding: 0 0 0 0 ; - -} -.coop-title h5{ - color: white; - padding: 27vh 7vw 0; - -} - -.coop-title h1{ - color: white; - text-align: left; - padding: 1vw 7vw; -} - - -.services { - display: flex; - background-color:; - height: 80vh; -} - -.services-title { - flex-basis: 50%; - text-align: center; - virtical-align: middle; -} - -.services-title h5{ - text-align: left; - padding: 0 0 0 30px ; -} - -.services-content { - flex-basis: 50%; - background-color: black; - color: white; - text-align: center; - padding: 20vh 0 0 0; - -} +/* Add local styling here, instead of modifying style.css. */ diff --git a/content/images/chemistry-lab-instrument.png b/content/images/chemistry-lab-instrument.png deleted file mode 100644 index dd432be..0000000 Binary files a/content/images/chemistry-lab-instrument.png and /dev/null differ diff --git a/content/images/chemistry-lab-instrument_w.png b/content/images/chemistry-lab-instrument_w.png deleted file mode 100644 index e576029..0000000 Binary files a/content/images/chemistry-lab-instrument_w.png and /dev/null differ diff --git a/content/images/chris-ried-79NfyK85Ahc-unsplash.jpg b/content/images/chris-ried-79NfyK85Ahc-unsplash.jpg deleted file mode 100644 index 0133633..0000000 Binary files a/content/images/chris-ried-79NfyK85Ahc-unsplash.jpg and /dev/null differ diff --git a/content/images/database.png b/content/images/database.png deleted file mode 100644 index 3a4d53b..0000000 Binary files a/content/images/database.png and /dev/null differ diff --git a/content/images/database_w.png b/content/images/database_w.png deleted file mode 100644 index d3dde63..0000000 Binary files a/content/images/database_w.png and /dev/null differ diff --git a/content/images/forum.png b/content/images/forum.png deleted file mode 100644 index 45cd057..0000000 Binary files a/content/images/forum.png and /dev/null differ diff --git a/content/images/forum_w.png b/content/images/forum_w.png deleted file mode 100644 index b0f4df4..0000000 Binary files a/content/images/forum_w.png and /dev/null differ diff --git a/content/images/ilot.black.png b/content/images/ilot.black.png deleted file mode 100644 index d0dfdd9..0000000 Binary files a/content/images/ilot.black.png and /dev/null differ diff --git a/content/images/ilot_black.svg b/content/images/ilot_black.svg deleted file mode 100644 index a7b8139..0000000 --- a/content/images/ilot_black.svg +++ /dev/null @@ -1,525 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/content/images/ilot_intro.gif b/content/images/ilot_intro.gif deleted file mode 100644 index 8bac1e9..0000000 Binary files a/content/images/ilot_intro.gif and /dev/null differ diff --git a/content/images/ilot_white.png b/content/images/ilot_white.png deleted file mode 100644 index bce9d14..0000000 Binary files a/content/images/ilot_white.png and /dev/null differ diff --git a/content/images/ilot_white.svg b/content/images/ilot_white.svg deleted file mode 100644 index b578385..0000000 --- a/content/images/ilot_white.svg +++ /dev/null @@ -1,534 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/content/images/right-arrow.png b/content/images/right-arrow.png deleted file mode 100644 index 90b1b11..0000000 Binary files a/content/images/right-arrow.png and /dev/null differ diff --git a/content/images/right-arrow_w.png b/content/images/right-arrow_w.png deleted file mode 100644 index 7789717..0000000 Binary files a/content/images/right-arrow_w.png and /dev/null differ diff --git a/content/images/wikipedia.png b/content/images/wikipedia.png deleted file mode 100644 index 370c7fb..0000000 Binary files a/content/images/wikipedia.png and /dev/null differ diff --git a/content/images/wikipedia_w.png b/content/images/wikipedia_w.png deleted file mode 100644 index 6083bcf..0000000 Binary files a/content/images/wikipedia_w.png and /dev/null differ diff --git a/content/index.fr.po b/content/index.fr.po index 3584cf4..cf6b957 100644 --- a/content/index.fr.po +++ b/content/index.fr.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: ilot.io\n" -"POT-Creation-Date: 2024-09-08 18:45-0400\n" +"POT-Creation-Date: 2024-09-08 17:44-0400\n" "PO-Revision-Date: 2024-09-08 12:33-0400\n" "Last-Translator: Philippe Batailler \n" "Language-Team: dev@ayakael.net\n" @@ -25,10 +25,10 @@ msgstr "[[!meta title=\"Accueil\"]]\n" #, fuzzy, no-wrap #| msgid "[[ilot|https://ilot.io]] is a cooperative corner of the internet. We operate a Nextcloud instance, a free and open-source collaboration platform analoguous to Google Drive. We aim to eventually incorporate as a cooperative to create a digital infrastructure that is by and for its users as an alternative to the siloed and privatized internet of today. Members fund our operations and decide how to set our community policies, steward our data, and manage our shared technologies. Members also provide the labor to run ilot at all levels." msgid "" -"
\n" +"
\n" "
\n" -" \t\"ilot \n" -" \t
\n" +" \t\"ilot \n" +" \t
\n" " \t\t

Your files

\n" "\t\t
\n" "
\n" @@ -39,8 +39,8 @@ msgid "" "
\n" " \t\t

Join

\n" "
\n" -"
\n" -"
\n" +"\t\n" +"\n" "
\n" "
\n" "
the
\n" diff --git a/content/index.mdwn b/content/index.mdwn index ca6b629..e373f6e 100644 --- a/content/index.mdwn +++ b/content/index.mdwn @@ -1,9 +1,9 @@ [[!meta title="Home"]] -
+
-
+
+
the
diff --git a/content/index.pot b/content/index.pot index 2562597..d6564f5 100644 --- a/content/index.pot +++ b/content/index.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2024-09-08 18:47-0400\n" +"POT-Creation-Date: 2024-09-08 17:48-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -24,11 +24,11 @@ msgstr "" #. type: Plain text #, markdown-text, no-wrap msgid "" -"
\n" +"
\n" "
\n" -" \t\"ilot \n" -" \t
\n" +" \t
\n" " \t\t

Your files

\n" "\t\t
\n" "
\n" @@ -39,8 +39,8 @@ msgid "" "
\n" " \t\t

Join

\n" "
\n" -"
\n" -"
\n" +"\t
\n" +"\n" "
\n" "
\n" "
the
\n" diff --git a/templates/page.tmpl b/templates/page.tmpl index f0cfbbd..b0f6aa2 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -40,7 +40,7 @@ -