this repo has no description yoyle.city
nekoweb html css javascript astro

sitebox update 2

+15 -12
+15 -12
public/elements.css
··· 1 - /* This file defines how custom elements will look like, setting CSS that breaks main nekoweb site on purpose is prohibited and may result in ban and site deletion! */ 2 - 3 - /* Must start with ".site-box". Change how your website will appear on main nekoweb site: https://lune.dimden.dev/405a44b7e5.png */ 1 + /*!@nkb "domain":"yoyle.city","rss":"","overflow":true,"readonly":false */ 4 2 .site-box { 5 - text-align: center; 6 - background: #c5e6ff; 7 - background: -webkit-linear-gradient(180deg, rgba(197, 230, 255, 1) 0%, rgba(31, 180, 191, 1) 55%, rgba(0, 154, 149, 1) 55%, rgba(40, 99, 122, 1) 100%); 8 - background: -moz-linear-gradient(180deg, rgba(197, 230, 255, 1) 0%, rgba(31, 180, 191, 1) 55%, rgba(0, 154, 149, 1) 55%, rgba(40, 99, 122, 1) 100%); 9 - background: linear-gradient(180deg, rgba(197, 230, 255, 1) 0%, rgba(31, 180, 191, 1) 55%, rgba(0, 154, 149, 1) 55%, rgba(40, 99, 122, 1) 100%); 10 - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#C5E6FF", endColorstr="#28637A", GradientType=0); 11 - color: white; 12 - font-size: 12px; 13 - font-family: "Trebuchet MS", "Ubuntu", sans-serif 3 + text-align: center; 4 + background: #c5e6ff; 5 + background: -webkit-linear-gradient(180deg, rgba(197, 230, 255, 1) 0%, rgba(31, 180, 191, 1) 55%, rgba(0, 154, 149, 1) 55%, rgba(40, 99, 122, 1) 100%); 6 + background: -moz-linear-gradient(180deg, rgba(197, 230, 255, 1) 0%, rgba(31, 180, 191, 1) 55%, rgba(0, 154, 149, 1) 55%, rgba(40, 99, 122, 1) 100%); 7 + background: linear-gradient(180deg, rgba(197, 230, 255, 1) 0%, rgba(31, 180, 191, 1) 55%, rgba(0, 154, 149, 1) 55%, rgba(40, 99, 122, 1) 100%); 8 + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#C5E6FF", endColorstr="#28637A", GradientType=0); 9 + color: white; 10 + font-size: 12px; 11 + font-family: "Trebuchet MS", "Ubuntu", sans-serif; 12 + padding: 85px; 14 13 } 15 14 16 15 .site-box > a > p, .site-box > a > span { ··· 19 18 20 19 .site-box > a > p:hover, .site-box > a > span:hover { 21 20 text-decoration: underline; 21 + } 22 + 23 + .site-box .sitefeature { 24 + display: none !important; 22 25 }