diff --git a/being.pet/index.html b/being.pet/index.html new file mode 100644 index 0000000..2ce8d9c --- /dev/null +++ b/being.pet/index.html @@ -0,0 +1,58 @@ + + + + + + + + + + + Do YOU like being pet??? + + + + +
+
+

cd ~pets

+
+ +
+

# hey do you wanna be pet??

+

+ oh you came to the right place actually! +

+

+ sorry if this page doesn't look professional at all, i suck at web design, + but if you want to have a subdomain like ${NAME}.likes.being.pet or + ${NAME}.is.being.pet or similar, you can ask me for one! +

+

+ just make sure that you have a webserver already, i'm only giving subdomains! + in some really rare cases i could also host a page, but don't ask me for that -v- +

+
+ +
+

howdoi get pet

+

+ you can contact me here and + ask me for one! just make sure that your page follows some rules +

+
+ +
+

cat ./rules.txt

+ +
+ + + diff --git a/being.pet/style.css b/being.pet/style.css new file mode 100644 index 0000000..517d4e5 --- /dev/null +++ b/being.pet/style.css @@ -0,0 +1,79 @@ +@font-face { + font-family: "Terminus"; + src: url("/f/TerminusTTF.ttf"); + font-display: optional; +} +* { + box-sizing: border-box; +} +html, body { + background-color: #2a2629; + color: #f2f1d6; + margin: 0; + padding: 0; + font-size: 16px; + width: 100%; +} +code { + white-space: pre; +} +* { + font-family: "Terminus (TTF)", "Terminus"; + font-smooth: never; +} +main { + width: 640px; + margin: 16px auto; + margin-bottom: 100px; +} +.faint { + color: #605951; +} +a.faint { + cursor: not-allowed; +} +section { + width: 100%; + border-left: 2px solid #4a3535; + margin-bottom: 16px; +} +section p { + margin: 8px 16px; +} +header { + width: 100%; + background: #4a3535; +} +header h2 { + margin: 0; + padding: 2px 0px 2px 16px; + color: #9f714a; +} +header h2::before { + content: ">\a0"; + display: inline-block; +} +table { + border-spacing: 0; +} +td, th { + padding: 0px 0px 0px 16px; + text-align: left; + vertical-align: top; +} +tr:hover { + background: #4a3535; +} +a, a:visited { color: #9f714a; } +ul { + list-style-type: none; +} +li::before { + content: "> "; +} +@media (max-width: 640px) { + main { + width: 100%; + margin: 0px; + } +} diff --git a/being.pet/style.pp.css b/being.pet/style.pp.css new file mode 100644 index 0000000..7a3a004 --- /dev/null +++ b/being.pet/style.pp.css @@ -0,0 +1,100 @@ +/* vim: ft=css:ts=2:sw=2 +*/ +@font-face { + font-family: "Terminus"; + src: url("/f/TerminusTTF.ttf"); + font-display: optional; +} + +* { + box-sizing: border-box; +} + +html, body { + background-color: THEME_BG; + color: THEME_FG; + margin: 0; + padding: 0; + font-size: 16px; + width: 100%; +} + +code { + white-space: pre; +} + +* { + font-family: "Terminus (TTF)", "Terminus"; + font-smooth: never; +} + +main { + width: 640px; + margin: 16px auto; + margin-bottom: 100px; +} + +.faint { + color: THEME_FG_FAINT; +} + +a.faint { + cursor: not-allowed; +} + +section { + width: 100%; + border-left: 2px solid THEME_BORDER; + margin-bottom: 16px; +} + +section p { + margin: 8px 16px; +} + +header { + width: 100%; + background: THEME_BORDER; +} + +header h2 { + margin: 0; + padding: 2px 0px 2px 16px; + color: THEME_HIGHLIGHT; +} + +header h2::before { + content: ">\a0"; + display: inline-block; +} + +table { + border-spacing: 0; +} + +td, th { + padding: 0px 0px 0px 16px; + text-align: left; + vertical-align: top; +} + +tr:hover { + background: THEME_BORDER; +} + +a, a:visited { color: THEME_HIGHLIGHT; } + +ul { + list-style-type: none; +} + +li::before { + content: "> "; +} + +@media (max-width: 640px) { + main { + width: 100%; + margin: 0px; + } +}