First 'develop' help site
BIN
develop/de/assets/images/acl_win.png
Normal file
|
After Width: | Height: | Size: 47 KiB |
BIN
develop/de/assets/images/camera.png
Normal file
|
After Width: | Height: | Size: 596 B |
BIN
develop/de/assets/images/chain.png
Normal file
|
After Width: | Height: | Size: 356 B |
BIN
develop/de/assets/images/darkbubble.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
develop/de/assets/images/darkzero.png
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
develop/de/assets/images/diabook.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
develop/de/assets/images/dispy.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
develop/de/assets/images/editor_darkbubble.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
develop/de/assets/images/editor_dpzero.png
Normal file
|
After Width: | Height: | Size: 5.5 KiB |
BIN
develop/de/assets/images/editor_frio.png
Normal file
|
After Width: | Height: | Size: 7.6 KiB |
BIN
develop/de/assets/images/editor_vier.png
Normal file
|
After Width: | Height: | Size: 6.5 KiB |
BIN
develop/de/assets/images/editor_zero.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
develop/de/assets/images/friendica-32.png
Normal file
|
After Width: | Height: | Size: 267 B |
4
develop/de/assets/images/friendica.svg
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="192" height="192" viewBox="0 0 1920 1920">
|
||||
<rect fill="#1872a2" x="60" y="60" width="1800" height="1800" rx="333"/>
|
||||
<path fill="#febf19" d="M40 371q0-136 98-234 98-97 234-97h1178q136 0 233 97 97 98 97 234v1178q0 136-97 234-97 97-233 97H372q-137 0-234-97-97-98-98-234Zm1510-258h-296v442H666v373l587-4 1 441H666v442h884q107 0 182-75 75-74 74-183V371q0-108-74-182-74-75-182-76z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 434 B |
BIN
develop/de/assets/images/friendica_rich_editor.png
Normal file
|
After Width: | Height: | Size: 6.5 KiB |
BIN
develop/de/assets/images/frio_location.png
Normal file
|
After Width: | Height: | Size: 336 B |
BIN
develop/de/assets/images/globe.png
Normal file
|
After Width: | Height: | Size: 796 B |
BIN
develop/de/assets/images/lock.png
Normal file
|
After Width: | Height: | Size: 451 B |
BIN
develop/de/assets/images/mic.png
Normal file
|
After Width: | Height: | Size: 617 B |
BIN
develop/de/assets/images/padlock.png
Normal file
|
After Width: | Height: | Size: 393 B |
BIN
develop/de/assets/images/paper_clip.png
Normal file
|
After Width: | Height: | Size: 448 B |
BIN
develop/de/assets/images/post_categorize.png
Normal file
|
After Width: | Height: | Size: 452 B |
BIN
develop/de/assets/images/post_choose.png
Normal file
|
After Width: | Height: | Size: 321 B |
BIN
develop/de/assets/images/post_delete.png
Normal file
|
After Width: | Height: | Size: 378 B |
BIN
develop/de/assets/images/post_link.png
Normal file
|
After Width: | Height: | Size: 483 B |
BIN
develop/de/assets/images/post_mark.png
Normal file
|
After Width: | Height: | Size: 560 B |
BIN
develop/de/assets/images/post_share.png
Normal file
|
After Width: | Height: | Size: 422 B |
BIN
develop/de/assets/images/post_tag.png
Normal file
|
After Width: | Height: | Size: 482 B |
BIN
develop/de/assets/images/post_thumbs_down.png
Normal file
|
After Width: | Height: | Size: 489 B |
BIN
develop/de/assets/images/post_thumbs_up.png
Normal file
|
After Width: | Height: | Size: 484 B |
BIN
develop/de/assets/images/posts_define.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
develop/de/assets/images/video.png
Normal file
|
After Width: | Height: | Size: 503 B |
BIN
develop/de/assets/images/vier_icons.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
91
develop/de/assets/stylesheets/friendica.css
Normal file
|
|
@ -0,0 +1,91 @@
|
|||
:root > * {
|
||||
|
||||
// Default color shades
|
||||
--md-default-fg-color: hsla(0, 0%, 0%, 0.87);
|
||||
--md-default-fg-color--light: hsla(0, 0%, 0%, 0.54);
|
||||
--md-default-fg-color--lighter: hsla(0, 0%, 0%, 0.32);
|
||||
--md-default-fg-color--lightest: hsla(0, 0%, 0%, 0.07);
|
||||
--md-default-bg-color: hsla(0, 0%, 100%, 1);
|
||||
--md-default-bg-color--light: hsla(0, 0%, 100%, 0.7);
|
||||
--md-default-bg-color--lighter: hsla(0, 0%, 100%, 0.3);
|
||||
--md-default-bg-color--lightest: hsla(0, 0%, 100%, 0.12);
|
||||
|
||||
// Primary color shades
|
||||
--md-primary-fg-color: hsla(#{hex2hsl($clr-indigo-500)}, 1);
|
||||
--md-primary-fg-color--light: hsla(#{hex2hsl($clr-indigo-400)}, 1);
|
||||
--md-primary-fg-color--dark: hsla(#{hex2hsl($clr-indigo-700)}, 1);
|
||||
--md-primary-bg-color: hsla(0, 0%, 100%, 1);
|
||||
--md-primary-bg-color--light: hsla(0, 0%, 100%, 0.7);
|
||||
|
||||
// Accent color shades
|
||||
--md-accent-fg-color: hsla(#{hex2hsl($clr-indigo-a200)}, 1);
|
||||
--md-accent-fg-color--transparent: hsla(#{hex2hsl($clr-indigo-a200)}, 0.1);
|
||||
--md-accent-bg-color: hsla(0, 0%, 100%, 1);
|
||||
--md-accent-bg-color--light: hsla(0, 0%, 100%, 0.7);
|
||||
|
||||
// Code color shades
|
||||
--md-code-fg-color: hsla(200, 18%, 26%, 1);
|
||||
--md-code-bg-color: hsla(0, 0%, 96%, 1);
|
||||
|
||||
// Code highlighting color shades
|
||||
--md-code-hl-color: hsla(#{hex2hsl($clr-yellow-a200)}, 0.5);
|
||||
--md-code-hl-number-color: hsla(0, 67%, 50%, 1);
|
||||
--md-code-hl-special-color: hsla(340, 83%, 47%, 1);
|
||||
--md-code-hl-function-color: hsla(291, 45%, 50%, 1);
|
||||
--md-code-hl-constant-color: hsla(250, 63%, 60%, 1);
|
||||
--md-code-hl-keyword-color: hsla(219, 54%, 51%, 1);
|
||||
--md-code-hl-string-color: hsla(150, 63%, 30%, 1);
|
||||
--md-code-hl-name-color: var(--md-code-fg-color);
|
||||
--md-code-hl-operator-color: var(--md-default-fg-color--light);
|
||||
--md-code-hl-punctuation-color: var(--md-default-fg-color--light);
|
||||
--md-code-hl-comment-color: var(--md-default-fg-color--light);
|
||||
--md-code-hl-generic-color: var(--md-default-fg-color--light);
|
||||
--md-code-hl-variable-color: var(--md-default-fg-color--light);
|
||||
|
||||
// Typeset color shades
|
||||
--md-typeset-color: var(--md-default-fg-color);
|
||||
|
||||
// Typeset `a` color shades
|
||||
--md-typeset-a-color: var(--md-primary-fg-color);
|
||||
|
||||
// Typeset `mark` color shades
|
||||
--md-typeset-mark-color: hsla(#{hex2hsl($clr-yellow-a200)}, 0.5);
|
||||
|
||||
// Typeset `del` and `ins` color shades
|
||||
--md-typeset-del-color: hsla(6, 90%, 60%, 0.15);
|
||||
--md-typeset-ins-color: hsla(150, 90%, 44%, 0.15);
|
||||
|
||||
// Typeset `kbd` color shades
|
||||
--md-typeset-kbd-color: hsla(0, 0%, 98%, 1);
|
||||
--md-typeset-kbd-accent-color: hsla(0, 100%, 100%, 1);
|
||||
--md-typeset-kbd-border-color: hsla(0, 0%, 72%, 1);
|
||||
|
||||
// Typeset `table` color shades
|
||||
--md-typeset-table-color: hsla(0, 0%, 0%, 0.12);
|
||||
|
||||
// Admonition color shades
|
||||
--md-admonition-fg-color: var(--md-default-fg-color);
|
||||
--md-admonition-bg-color: var(--md-default-bg-color);
|
||||
|
||||
// Footer color shades
|
||||
--md-footer-fg-color: hsla(0, 0%, 100%, 1);
|
||||
--md-footer-fg-color--light: hsla(0, 0%, 100%, 0.7);
|
||||
--md-footer-fg-color--lighter: hsla(0, 0%, 100%, 0.3);
|
||||
--md-footer-bg-color: hsla(0, 0%, 0%, 0.87);
|
||||
--md-footer-bg-color--dark: hsla(0, 0%, 0%, 0.32);
|
||||
|
||||
// Shadow depth 1
|
||||
--md-shadow-z1:
|
||||
0 #{px2rem(4px)} #{px2rem(10px)} hsla(0, 0%, 0%, 0.05),
|
||||
0 0 #{px2rem(1px)} hsla(0, 0%, 0%, 0.1);
|
||||
|
||||
// Shadow depth 2
|
||||
--md-shadow-z2:
|
||||
0 #{px2rem(4px)} #{px2rem(10px)} hsla(0, 0%, 0%, 0.1),
|
||||
0 0 #{px2rem(1px)} hsla(0, 0%, 0%, 0.25);
|
||||
|
||||
// Shadow depth 3
|
||||
--md-shadow-z3:
|
||||
0 #{px2rem(4px)} #{px2rem(10px)} hsla(0, 0%, 0%, 0.2),
|
||||
0 0 #{px2rem(1px)} hsla(0, 0%, 0%, 0.35);
|
||||
}
|
||||