the redesign we never had is finally here
beta nekoweb by giiki
Details
Authorgiiki
LicenseNo License
Categorynekoweb
Created
Updated
Size6.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
credits to dimden
Source code
/* ==UserStyle==
@name nekoweb.org
@version 20241116.22.59
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://nekoweb.org/") {
:root {
--almostwhite: #FFF2CC;
--cream: #e4e3ff;
--orange: aqua;
--peach: aqua;
--lightgreen: #FFE1B6;
--peachier: #FFBBBA;
--orangish: #FFC09B;
--creamish: #FFECD6;
--pink: #626262;
--link: blue;
--purple: #FC949F;
--palegreen: #bbd8bb;
--gray: #d5d5d5;
--lightbrown: blue;
--darkbrown: #39848c;
--cookie: #875f6b;
--dough: #FFD0BC;
--light-red: #b95c5c;
--crazy-green: #95e995;
--gradientorange: #520FFF;
}
button:not(#stats a button, .thingamabob button, .control-btn, .ace_search button),
input[type="submit"],
select {
border-radius: 3px;
border: blue;
color: var(--lightbrown);
padding: 2px 10px;
background: white;
box-shadow: none;
text-shadow: none;
margin: 2px;
}
.spirals {
visibility: hidden;
}
.contacts {
flex: 0;
box-shadow: 0px 0px 0px 5px var(--peach) inset, 0px 0px 0px 10px #75adff inset;
background: var(--cream);
border: none;
border-radius: 10px;
padding: 20px;
padding-left: 20px;
margin: 10px;
transform: rotate(2deg);
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: Arial, sans-serif;
/* Use Arial as the font for headings */
font-style: italic;
}
.footer {
border-top: #020009 3px ridge;
}
#copyright,
#links {
font-weight: bold;
background: linear-gradient(0deg, rgba(249, 209, 207, 1) 0%, rgba(253, 244, 198, 1) 21%, rgba(226, 255, 195, 1) 47%, rgba(195, 255, 243, 1) 72%, rgba(243, 218, 255, 1) 100%, rgba(0, 212, 255, 0) 150%);
-webkit-background-clip: text;
/* For Webkit browsers */
background-clip: text;
/* For other modern browsers */
color: transparent;
/* Ensures the text is transparent to show the background gradient */
}
#copyright,
#links a {
color: white;
}
.navigation > ul {
display: flex;
justify-content: space-around;
}
.navigation {
border: #8252ff;
border-style: solid;
border-width: 1.5px;
grid-area: nav;
z-index: 10;
background: white;
position: relative;
filter: none;
}
html {
height: 100%;
background-repeat: no-repeat;
background-color: #002c70;
background-size: cover;
background-image: url(https://giikis2.nekoweb.org/nekobeta/9368870-2456056012.png);
}
#hero td:nth-of-type(1) > p:nth-of-type(2)::after {
content: "";
display: inline-block;
height: 2em;
width: 90px;
background-image: url(https://giikis2.nekoweb.org/nekobeta/thumbnail.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
vertical-align: bottom;
}
.intro td > ul > li {
list-style-image: url('https://giikis2.nekoweb.org/nekobeta/image-removebg-preview(26)(1).png');
color: black;
}
.intro td > p {
color: black;
}
.intro td:nth-of-type(2) > p:first-of-type {
position: relative;
color: blue;
font-size: 25px;
text-transform: uppercase;
}
.intro td:nth-of-type(2) > p:first-of-type::before {
content: "";
/* Required for the pseudo-element */
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgb(249, 209, 207);
background: linear-gradient(90deg, rgba(249, 209, 207, 1) 0%, rgba(253, 244, 198, 1) 21%, rgba(226, 255, 195, 1) 47%, rgba(195, 255, 243, 1) 72%, rgba(243, 218, 255, 1) 100%, rgba(0, 212, 255, 0) 150%);
/* Masking effect */
mask-image: linear-gradient(to right,
rgba(0, 0, 0, 0) 0%, /* Start fading at 0% */
rgba(0, 0, 0, 1) 10%, /* Start fully visible at 5% */
rgba(0, 0, 0, 1) 70%, /* Fully visible until 70% */
rgba(0, 0, 0, 0) 90%/* Fade out starting at 90% */
);
-webkit-mask-image: linear-gradient(to right,
rgba(0, 0, 0, 0) 0%,
rgba(0, 0, 0, 1) 10%,
rgba(0, 0, 0, 1) 70%,
rgba(0, 0, 0, 0) 90%);
/* For Webkit browsers */
/* Ensure the content isn't covered */
z-index: -1;
/* Position behind the content of the p */
}
.sitecarousel {
background: white;
}
.sitecarousel a > h2 > img {
height: 50px;
content: url("https://giikis2.nekoweb.org/nekobeta/result(16).svg");
}
.mainbody h2 > img {
height: 50px;
content: url("https://giikis2.nekoweb.org/nekobeta/result(17).svg");
}
#bannerauthor {
visibility: hidden;
}
.navigation ul {
display: flex;
}
.navigation::after {
display: none;
}
.navigation li a:hover {
background: white;
box-shadow: none;
text-decoration: underline;
font-weight: bold;
}
.navigation li a {
width: 100%;
height: 100%;
padding: 0px;
display: block;
text-decoration: none;
background: white;
text-align: center;
box-shadow: none;
text-shadow: 0px -1px #fff;
color: blue;
border-radius: 0px;
border: none;
outline: none;
font-weight: normal;
text-transform: uppercase;
font-size: 18px;
}
.banner {
margin: 0px;
border: none;
height: 100%;
width: 100%;
}
.header {
background: white;
color: blue;
border: none;
}
.login a {
color: blue;
}
.login {
margin: 2px;
outline: 2px dotted #8252FF;
}
#usersc {
border: 1px solid Aqua;
}
.containergrid {
width: 100%;
min-width: 730px;
min-height: 100%;
margin: auto;
display: grid;
grid-template-columns: 180px 1fr;
grid-template-rows: auto 1fr auto;
gap: 0px 0px;
grid-template-areas: "alert alert" "header header" "nav nav" "main main" "footer footer";
max-width: 1200px;
background: white;
/* outline: 2px outset aqua; */
outline: none;
}
#userdisplay {
color: blue;
}
.intro h2 {
width: 50%;
margin: 0px;
padding-bottom: 0px;
margin-bottom: 0px !important;
border-bottom: none;
content: url('https://giikis2.nekoweb.org/nekobeta/result(15).svg');
}
.banner img {
border: black;
border-style: solid;
border-width: 1px;
height: 100%;
width: 100%;
outline: none;
content: url("https://giikis2.nekoweb.org/nekobeta/image-3.png");
object-fit: cover;
}
}