this repo has no description yoyle.city
nekoweb html css javascript astro
at main 25 lines 1.0 kB view raw
1/*!@nkb "domain":"yoyle.city","rss":"","overflow":true,"readonly":false */ 2.site-box { 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; 13} 14 15.site-box > a > p, .site-box > a > span { 16 color: white; 17} 18 19.site-box > a > p:hover, .site-box > a > span:hover { 20 text-decoration: underline; 21} 22 23.site-box .sitefeature { 24 display: none !important; 25}