2025.12.31 02:49:47 (cachyos.cmoser.eu)
This commit is contained in:
1
.static/tinywiki/css/atom-one-dark.min.css
vendored
Normal file
1
.static/tinywiki/css/atom-one-dark.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#abb2bf;background:#282c34}.hljs-comment,.hljs-quote{color:#5c6370;font-style:italic}.hljs-doctag,.hljs-formula,.hljs-keyword{color:#c678dd}.hljs-deletion,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-subst{color:#e06c75}.hljs-literal{color:#56b6c2}.hljs-addition,.hljs-attribute,.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#98c379}.hljs-attr,.hljs-number,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-pseudo,.hljs-template-variable,.hljs-type,.hljs-variable{color:#d19a66}.hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-symbol,.hljs-title{color:#61aeee}.hljs-built_in,.hljs-class .hljs-title,.hljs-title.class_{color:#e6c07b}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-link{text-decoration:underline}
|
||||
1
.static/tinywiki/css/atom-one-light.min.css
vendored
Normal file
1
.static/tinywiki/css/atom-one-light.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#383a42;background:#fafafa}.hljs-comment,.hljs-quote{color:#a0a1a7;font-style:italic}.hljs-doctag,.hljs-formula,.hljs-keyword{color:#a626a4}.hljs-deletion,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-subst{color:#e45649}.hljs-literal{color:#0184bb}.hljs-addition,.hljs-attribute,.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#50a14f}.hljs-attr,.hljs-number,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-pseudo,.hljs-template-variable,.hljs-type,.hljs-variable{color:#986801}.hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-symbol,.hljs-title{color:#4078f2}.hljs-built_in,.hljs-class .hljs-title,.hljs-title.class_{color:#c18401}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-link{text-decoration:underline}
|
||||
3
.static/tinywiki/icons/book.svg
Normal file
3
.static/tinywiki/icons/book.svg
Normal file
@@ -0,0 +1,3 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-book" viewBox="0 0 16 16">
|
||||
<path d="M1 2.828c.885-.37 2.154-.769 3.388-.893 1.33-.134 2.458.063 3.112.752v9.746c-.935-.53-2.12-.603-3.213-.493-1.18.12-2.37.461-3.287.811zm7.5-.141c.654-.689 1.782-.886 3.112-.752 1.234.124 2.503.523 3.388.893v9.923c-.918-.35-2.107-.692-3.287-.81-1.094-.111-2.278-.039-3.213.492zM8 1.783C7.015.936 5.587.81 4.287.94c-1.514.153-3.042.672-3.994 1.105A.5.5 0 0 0 0 2.5v11a.5.5 0 0 0 .707.455c.882-.4 2.303-.881 3.68-1.02 1.409-.142 2.59.087 3.223.877a.5.5 0 0 0 .78 0c.633-.79 1.814-1.019 3.222-.877 1.378.139 2.8.62 3.681 1.02A.5.5 0 0 0 16 13.5v-11a.5.5 0 0 0-.293-.455c-.952-.433-2.48-.952-3.994-1.105C10.413.809 8.985.936 8 1.783"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 772 B |
1
.static/tinywiki/icons/bootstrap-icons.svg
Normal file
1
.static/tinywiki/icons/bootstrap-icons.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 1.1 MiB |
38
.static/tinywiki/js/bbcode.js
Normal file
38
.static/tinywiki/js/bbcode.js
Normal file
@@ -0,0 +1,38 @@
|
||||
/*
|
||||
Language: bbcode
|
||||
Author: Paul Reid <paul@reid-family.org>
|
||||
Description: highlightjs language definition for bbcode files
|
||||
Category: config
|
||||
*/
|
||||
|
||||
hljs.registerLanguage('bbcode', function (hljs) {
|
||||
return {
|
||||
case_insensitive: true,
|
||||
contains: [
|
||||
{
|
||||
className: 'name',
|
||||
begin: /\[[^=\s\]]*/
|
||||
},
|
||||
{
|
||||
className: 'name',
|
||||
begin: ']'
|
||||
},
|
||||
{
|
||||
className: 'attribute',
|
||||
begin: /(?<==)[^\]\s]*/
|
||||
},
|
||||
{
|
||||
className: 'attr',
|
||||
begin: /(?<=\[[^\]]* )[^\s=\]]*/
|
||||
},
|
||||
{
|
||||
className: 'string',
|
||||
begin: /[=;:8]'?\-?[\)\(3SPDO>@$|/]/
|
||||
},
|
||||
{
|
||||
className: 'string',
|
||||
begin: /:[\w]*:/
|
||||
}
|
||||
]
|
||||
};
|
||||
});
|
||||
1244
.static/tinywiki/js/highlight.min.js
vendored
Normal file
1244
.static/tinywiki/js/highlight.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
.static/tinywiki/js/htmx.min.js
vendored
Normal file
1
.static/tinywiki/js/htmx.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user