tangled
alpha
login
or
join now
yoyle.city
/
website
1
fork
atom
this repo has no description
yoyle.city
nekoweb
html
css
javascript
astro
1
fork
atom
overview
issues
pulls
pipelines
sitebox update 2
lime360
3 months ago
02dae830
d49f570e
1/1
build.yml
success
9s
+15
-12
1 changed file
expand all
collapse all
unified
split
public
elements.css
+15
-12
public/elements.css
···
1
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
2
-
3
3
-
/* Must start with ".site-box". Change how your website will appear on main nekoweb site: https://lune.dimden.dev/405a44b7e5.png */
1
1
+
/*!@nkb "domain":"yoyle.city","rss":"","overflow":true,"readonly":false */
4
2
.site-box {
5
5
-
text-align: center;
6
6
-
background: #c5e6ff;
7
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
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
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
10
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#C5E6FF", endColorstr="#28637A", GradientType=0);
11
11
-
color: white;
12
12
-
font-size: 12px;
13
13
-
font-family: "Trebuchet MS", "Ubuntu", sans-serif
3
3
+
text-align: center;
4
4
+
background: #c5e6ff;
5
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
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
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
8
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#C5E6FF", endColorstr="#28637A", GradientType=0);
9
9
+
color: white;
10
10
+
font-size: 12px;
11
11
+
font-family: "Trebuchet MS", "Ubuntu", sans-serif;
12
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
21
+
}
22
22
+
23
23
+
.site-box .sitefeature {
24
24
+
display: none !important;
22
25
}