From 9ac5ed19e543f15aff7ce2f426b1444867fd1b21 Mon Sep 17 00:00:00 2001 From: mion <> Date: Wed, 11 Feb 2026 22:59:23 +0000 Subject: test --- html/moe.css | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 html/moe.css (limited to 'html/moe.css') diff --git a/html/moe.css b/html/moe.css new file mode 100644 index 0000000..054866a --- /dev/null +++ b/html/moe.css @@ -0,0 +1,25 @@ + +body { + max-width: 960px; + margin-left: auto; + margin-right: auto; + background-image: url(media/moetile.png); + background-color: #ffb5cd; + color: purple; + font-family: "MS PGothic", "Mona", "Monapo", "IPAMonaPGothic", "IPAPGothic", "saitamaar_light", "submona", "times"; +} + +main { + background: linear-gradient(120deg, #ffb5cd, #ff74a0); + border: 1px purple solid; + padding: 10px; +} + + +html::after { + position: fixed !important; + content: url(media/nano.webp); + bottom: -5px !important; + right: 10px !important; + z-index: -1; +} -- cgit v1.2.3