NekoCafe Yumeoi Kakeru theme
YumeWeb - NekoCafe by yumeofan
Details
Authoryumeofan
LicenseNo License
Categoryhttps://social.nekoweb.org/
Created
Updated
Size2.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
personal theme
Source code
/* ==UserStyle==
@name social.nekoweb.org
@namespace github.com/openstyles/stylus
@version 1.0.0
@description new userstyle
@author me
==/UserStyle== */
@-moz-document url-prefix("https://social.nekoweb.org/") {
/* mostly copied from lel */
/* Main */
:root {
--almostwhite: #ed838d;
--cream: #a36a79;
--orange: #ed838d;
--orange2: #e7ad8a;
--peach: #621118;
--lightgreen: #FFE1B6;
--peachier: #FFBBBA;
--orangish: #FFC09B;
--creamish: #FFECD6;
--pink: #FC949F;
--link: #EA8988;
--purple: #FC949F;
--palegreen: #bbd8bb;
--gray: #d5d5d5;
--lightbrown: #825044;
--darkbrown: #621118;
--cookie: #AC324B;
/* --cookie: #5f6287; */
--dough: #ed838d;
--light-red: #b95c5c;
--crazy-green: #95e995;
--gradientorange: linear-gradient(#dfe4ff, #bee7fa);
--blue: #ed838d;
--
}
html {
background: url("") repeat;
}
body {
background: url("https://yumeo.nekoweb.org/nekocafe/bg.png") repeat;
}
.mainbody {
background-color: #DF637D;
}
.mainbody, p, h1, h2, h3, h4, h5, h6, footer {
color: white;
}
input[type="submit"], button, select {
color: white;
}
*::selection {
color: var(--almostwhite);
background-color: var(--cream)
}
.containergrid {
background: #fcfcfd
}
.header {
/* background: url(/assets/checkerboard.png), linear-gradient(to bottom, var(--shirtDark), var(--shirtLight)); */
image-rendering: crisp-edges;
background-size: 10px 10px, auto;
}
.banner img {
content: url("https://yumeo.nekoweb.org/nekocafe/banner.png");
}
#bannerauthor {
display: none;
}
.navigation li a {
color: var(--blue);
text-shadow: 0px -1px var(--peach);
}
.navigation {
background: #AC324B;
filter: drop-shadow(1px 1px 2px var(--darkbrown));
}
.navigation:after {
background-image: url("https://yumeo.nekoweb.org/nekocafe/zigzagD.png")
}
.sitecarousel {
background: #f0f1f5;
}
.login a,
a {
color: var(--orange2)
}
.site-box {
background-image: url("https://yumeo.nekoweb.org/nekocafe/yumebox.png") !important;
}
}