Old Web/Windown 98 Style HIGHLY CUSTOMIZABLE Neocities/Nekoweb Template
LIVE PREVIEW DOWNLOAD FOR FREE
FOLLOW ME ON GUMROAD!!

seen from Australia

seen from United Kingdom
seen from Malaysia

seen from Germany
seen from China
seen from China

seen from Vietnam
seen from United States

seen from Germany
seen from United States
seen from United States

seen from Germany
seen from China
seen from Poland
seen from China
seen from Netherlands
seen from United States

seen from United States
seen from United States
seen from T1
Old Web/Windown 98 Style HIGHLY CUSTOMIZABLE Neocities/Nekoweb Template
LIVE PREVIEW DOWNLOAD FOR FREE
FOLLOW ME ON GUMROAD!!
Mockup thing but I'm working on a neocities page!!! I'm so awful at learning html/css though ouhhhhhh
Updated my website!!
Yuuup finally up to date with current graphics I've made if anyone would like to check it out and leave a hi in the chat !
{MetaDescription}
Holy shit, I was so pumped when I figured out how to fix this.
Updated today.
WIP of my canine plush wiki!!
I have been working on this the past few months. It's fun but tiresome!
Each blank square is a profile that is NOT completed. The ones with a photo have been completed. Right now, only the dog section has completed profiles.
Feel free to check it out! But be warned... It looks best on desktop lol. ALSO the random page option DOES work (kinda)!!! Sometimes it takes you to a page that doesn't exist yet though, but one day that page will exist!!!
A lot of work has gone into this, and I still have lots more to do!! I have done so much despite not having much time or energy! I am proud of myself :)
commissions are open.. im looking forward for website ones as well.. but anything works
you guys should check out my neocities page :3
and while you're there, make a page of your own!!
Another blogging tool
-
https://nikki.top/
-
This one is a very indie project thats super reminiscent of status.cafe , but with much longer post and a few more features.
It allows for image embeds using [img] url [/img] and some markdown
I've decided to make a post about this one because there is not very many tooltips to explain things
-
Under the settings tab there is a custom css area
This effects the iframe you can embed on your website
(You can find the embed code here https://nikki.top/tut/neo )
-
Here is the the css that I'm PRETTY SURE targets all elements possible
/* Body */
body {
}
/* All divs */
div {
}
/* Specific post container */
div.posts {
}
/* Elements inside posts */
div.posts h2 {
}
div.posts h2.title {
}
div.posts div.content {
}
div.posts div.content img {
}
div.posts div.content img.img {
}
div.posts div.content br {
}
div.posts small {
}
div.posts small.date {
}
/* Horizontal rules between posts */
hr {
}
/* General text elements */
h2 {
}
h2.title {
}
div.content {
}
small {
}
small.date {
}
/* Images */
img {
}
img.img {
}
/* Line breaks */
br {
}
/* Wildcard inside posts (any element) */
div.posts * {
}
/* Direct children inside posts */
div.posts > h2 {
}
div.posts > div.content {
}
div.posts > small {
}
/* Direct children of content div */
div.posts div.content > img {
}
div.posts div.content > br {
}
/* Nested selectors if needed for styling specifics */
div.posts div.content img + br {
}
div.posts div.content br + img {
}
-
To see an example of a fully styled version see mine here: