mirror of psfla's sitedocs
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 112 lines 2.8 kB view raw
1/*!@nkb "domain":"jbc.lol","rss":"","overflow":false,"readonly":false */ 2/* thank uuuu nekobox! https://jbc.lol/utils/nekobox/ 3 4 Don't use this file to edit your site style! Create a different CSS file for that. 5 This file defines how custom elements (like sitebox) will look like. 6 Setting CSS that breaks main nekoweb site on purpose is prohibited and may result in ban and site deletion! 7*/ 8 9/* Must start with ".site-box". Change how your website will appear on main nekoweb site: https://lune.dimden.dev/405a44b7e5.png */ 10 11.site-box { 12 text-align: center; 13 background-image: url(https://thepersonever.nekoweb.org/psfla.net/resc/img/nekoweb/sitebox.png); /* Only nekoweb URLs allowed, use full url to your site like https://example.nekoweb.org/images/coolbg.png */ 14 background-repeat: no-repeat; 15 background-color: white; 16 background-size: cover; 17 color: #b08271; 18 font-size: 12px; 19} 20 21.site-box .sitefeature { 22 display: none; 23} 24 25.site-box > a > p { 26 width: 100%; 27 height: 100%; 28 float: left; 29 z-index: 1; 30 text-indent: -9999px; /* sends the text off-screen */ 31 white-space: nowrap; 32} 33 34.site-box > a > span { 35 display: none; 36} 37 38.site-box .follow { 39display: block; 40content: url(https://thepersonever.nekoweb.org/psfla.net/resc/img/nekoweb/follow.png); 41z-index:2; 42top: 36px; 43left: 210px; 44} 45 46.site-box .following { 47display: block; 48content: url(https://thepersonever.nekoweb.org/psfla.net/resc/img/nekoweb/unfollow.png); 49z-index:2; 50top: 36px; 51left: 210px; 52} 53 54/* Style for your 'Follow on Nekoweb' button (<iframe src="https://nekoweb.org/frame/follow" frameborder="0" width="170" height="28"></iframe>) */ 55.follow { 56 57} 58/* 59.post-box { 60position: relative; 61border: solid 3px black; 62border-radius: 0; 63z-index: 1; 64background-image:url(https://thepersonever.nekoweb.org/thepersonever.net/images/nekoweb/jaderoom.gif); 65background-size: cover; 66background-position: bottom; 67overflow-y: auto; 68overflow-x: hidden; 69} 70 71.post-box .post-box-inner > p { 72 color: black; 73 font-family: 'Courier New', monospace; 74 background-color: white; 75 z-index: 1; 76 width: fit-content; 77} 78.post-box .post-box-inner > span{ 79z-index: 1; 80color: black; 81background-color: white; 82width: fit-content; 83font-family: 'Courier New', monospace; 84} 85.post-box .post-title { 86z-index: 1; 87background-color: white; 88width: fit-content; 89color: black; 90font-family: 'Courier New', monospace; 91} 92 93.post-box .post-dot { 94display: none; 95} 96 97 98.post-box:after { 99background-image: url(https://thepersonever.nekoweb.org/thepersonever.net/images/nekoweb/nekotwt.png); 100 background-size: cover; 101 display: inline-block; 102 height: 100%; 103 aspect-ratio: 1/1; 104 content:""; 105 106position: absolute; 107left: 0; 108bottom: 0; 109image-rendering: pixelated; 110 111} 112*/