PekoCafe Pekora theme
PekoCafe by LelIllumina
Details
AuthorLelIllumina
LicenseAint none
Categorysocial.nekoweb.oeg
Created
Updated
Size1.8 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
peko
Source code
/* ==UserStyle==
@name social.nekoweb.org
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://social.nekoweb.org/") {
/* Main */
:root {
--almostwhite: #FFF2CC;
--cream: #f3f5f8;
--orange: #99d3ff;
--orange2: #e7ad8a;
--peach: #8bc4f1;
--lightgreen: #FFE1B6;
--peachier: #FFBBBA;
--orangish: #FFC09B;
--creamish: #FFECD6;
--pink: #FC949F;
--link: #EA8988;
--purple: #FC949F;
--palegreen: #bbd8bb;
--gray: #d5d5d5;
--lightbrown: #825044;
--darkbrown: #4c5063;
--cookie: #7c8bc3;
/* --cookie: #5f6287; */
--dough: #bcc0ff;
--light-red: #b95c5c;
--crazy-green: #95e995;
--gradientorange: linear-gradient(#dfe4ff, #bee7fa);
--blue: #7dc4fc;
}
html {
background: url("") repeat;
}
body {
background: url("https://lel.nekoweb.org/images/pekoweb/pekopattern.png") repeat;
}
*::selection {
color: var(--blue);
background-color: var(--cream)
}
.containergrid {
background: #fcfcfd
}
.header {
/* background: url(/assets/checkerboard.png), linear-gradient(to bottom, var(--cookie), var(--darkbrown)); */
image-rendering: crisp-edges;
background-size: 10px 10px, auto;
}
.banner img {
content: url("https://lel.nekoweb.org/images/pekoweb/Pekoweb%20Banner.png");
}
#bannerauthor {
display: none;
}
.navigation {
background: #fcfcfc;
filter: drop-shadow(1px 1px 2px var(--darkbrown));
}
.navigation:after {
background-image: url("https://lel.nekoweb.org/images/pekoweb/zigzag.png")
}
.sitecarousel {
background: #f0f1f5;
}
.login a,
a {
color: var(--orange2)
}
.site-box {
background-image: url("https://lel.nekoweb.org/images/pekoweb/pekobox.png") !important;
}
}