-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
40 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
/* | ||
Don't use this file to edit your site style! Create a different CSS file for that. | ||
This file defines how custom elements (like sitebox) will look like. | ||
Setting CSS that breaks main nekoweb site on purpose is prohibited and may result in ban and site deletion! | ||
*/ | ||
|
||
/* Must start with ".site-box". Change how your website will appear on main nekoweb site: https://lune.dimden.dev/405a44b7e5.png */ | ||
.site-box { | ||
text-align: center; | ||
background-image: url(/static/assets/cookiebox.png); /* Only nekoweb URLs allowed, use full url to your site like https://example.nekoweb.org/images/coolbg.png */ | ||
background-repeat: no-repeat; | ||
color: #b08271; | ||
font-size: 12px; | ||
} | ||
.site-box > a > p { | ||
color: var(--darkbrown); | ||
font-weight: bold; | ||
} | ||
.site-box > a > span { | ||
color: var(--darkbrown); | ||
} | ||
|
||
/* Style for your 'Follow on Nekoweb' button (<iframe src="https://nekoweb.org/frame/follow" frameborder="0" width="170" height="28"></iframe>) */ | ||
.follow { | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"useTabs": false, | ||
"tabWidth": 4, | ||
"html": { | ||
"htmlWhitespaceSensitivity": "ignore" | ||
} | ||
} |