diff --git a/README.md b/README.md index f6b2e71..d702522 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,4 @@ Vidu la [Git-deponejon](https://github.com/linkwarden/linkwarden/) de Linkwarden * Preferas helan haŭton * Akordigas kolorojn al niaj aliaj retejoj * Anstataŭigas emblemojn ktp. +* Stiligas nian propran 502-eraron paĝon ([x_x/](x_x/)) diff --git a/x_x/502.fonto.jpg b/x_x/502.fonto.jpg new file mode 100644 index 0000000..b63ab4b Binary files /dev/null and b/x_x/502.fonto.jpg differ diff --git a/x_x/502.fonto.txt b/x_x/502.fonto.txt new file mode 100644 index 0000000..3d94590 --- /dev/null +++ b/x_x/502.fonto.txt @@ -0,0 +1 @@ +El Miruzaŭa Akeĉi — https://www.pixiv.net/artworks/118048889 \ No newline at end of file diff --git a/x_x/502.html b/x_x/502.html new file mode 100644 index 0000000..0e188cb --- /dev/null +++ b/x_x/502.html @@ -0,0 +1,28 @@ + + + + 502 — Servilo paŭzetas + + + + + +
+
+
Eraro 502 — Pordega eraro
+
+
+

La servilo paŭzetas!

+

Ĝi kredeble restartiĝos baldaŭ; bonvolu rekontroli post momento.

+

Se post kelkaj minutoj ankoraŭ videblus ĉi tiu eraro, bonvolu sciigi jadedctrl! (Prefere per XMPP/Matrix!)

+

Matrix: @jadedctrl:tedomum.netXMPP: jaidedim@dismail.de
+ Poŝte: jadedctrl@posteo.net

+ +
+
+ +
+
+ + + diff --git a/x_x/502.png b/x_x/502.png new file mode 100644 index 0000000..451e6df Binary files /dev/null and b/x_x/502.png differ diff --git a/x_x/502.xcf b/x_x/502.xcf new file mode 100644 index 0000000..ebe5858 Binary files /dev/null and b/x_x/502.xcf differ diff --git a/x_x/style.css b/x_x/style.css new file mode 100644 index 0000000..b1aeee0 --- /dev/null +++ b/x_x/style.css @@ -0,0 +1,68 @@ +/* Somewhat riffing off of Pleroma-FE’s generated CSS. +Using the colors of Tirifto’s Malvo theme. */ +body { + background-color: #f5f5dc; + font-family: Ubuntu sans; + font-size: 14px; +} + + +.panel { + box-shadow: 0px 0px 0px 1px rgba(98, 14, 140, 1) , 1px 1px 3px 1px rgba(0, 0, 0, 0.5); + overflow: hidden; + border-radius: 3px; + padding: 0; + background-color: #ffffd7; + max-width: 1000px; + margin: auto; +} + + +img { + bottom: 0; + display: table-cell; + vertical-align: bottom; + max-width: 100%; + float: right; +} + + +h1 { + text-align: center; +} + + +.panel-heading { + border-radius: 3px 3px 0 0; + align-items: stretch; + background: transparent; + background-color: #d7d7af; + box-shadow: 0px 0px 0px 1px rgba(98, 14, 140, 1) , 1px 1px 0px 0px rgba(255, 255, 255, 0.3) inset, -1px -1px 0px 0px rgba(0, 0, 0, 0.3) inset; + flex-direction: column; + padding: .5em; + position: relative; + text-align: left; + font-size: 1.3em; +} + + +.panel-body p { + padding-left: 20px; + padding-right: 20px; +} + + +.panel-body:empty:before { + content: "¯\\_(ツ)_/¯"; + display: block; + margin: 1em; + text-align: center; +} + + +.panel-body>p { + line-height: 1.3; + margin: 0; + padding: 1em; + text-align: center; +}