Merge branch 'theme_win95' into themes_merged
BIN
app/javascript/fonts/premillenium/MSSansSerif.ttf
Normal file
BIN
app/javascript/images/alert_badge.png
Normal file
After Width: | Height: | Size: 622 B |
BIN
app/javascript/images/clippy_frame.png
Normal file
After Width: | Height: | Size: 378 B |
BIN
app/javascript/images/clippy_wave.gif
Normal file
After Width: | Height: | Size: 8.7 KiB |
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 40 KiB |
BIN
app/javascript/images/icon_about.png
Normal file
After Width: | Height: | Size: 497 B |
BIN
app/javascript/images/icon_blocks.png
Normal file
After Width: | Height: | Size: 356 B |
BIN
app/javascript/images/icon_bookmarks.png
Normal file
After Width: | Height: | Size: 418 B |
BIN
app/javascript/images/icon_developers.png
Normal file
After Width: | Height: | Size: 488 B |
BIN
app/javascript/images/icon_direct.png
Normal file
After Width: | Height: | Size: 390 B |
BIN
app/javascript/images/icon_docs.png
Normal file
After Width: | Height: | Size: 452 B |
BIN
app/javascript/images/icon_domain_blocks.png
Normal file
After Width: | Height: | Size: 589 B |
BIN
app/javascript/images/icon_follow_requests.png
Normal file
After Width: | Height: | Size: 561 B |
BIN
app/javascript/images/icon_home.png
Normal file
After Width: | Height: | Size: 328 B |
BIN
app/javascript/images/icon_invite.png
Normal file
After Width: | Height: | Size: 457 B |
BIN
app/javascript/images/icon_keyboard_shortcuts.png
Normal file
After Width: | Height: | Size: 384 B |
BIN
app/javascript/images/icon_likes.png
Normal file
After Width: | Height: | Size: 326 B |
BIN
app/javascript/images/icon_lists.png
Normal file
After Width: | Height: | Size: 437 B |
BIN
app/javascript/images/icon_local.png
Normal file
After Width: | Height: | Size: 599 B |
BIN
app/javascript/images/icon_logout.png
Normal file
After Width: | Height: | Size: 383 B |
BIN
app/javascript/images/icon_mobile_apps.png
Normal file
After Width: | Height: | Size: 650 B |
BIN
app/javascript/images/icon_mutes.png
Normal file
After Width: | Height: | Size: 411 B |
BIN
app/javascript/images/icon_notifications.png
Normal file
After Width: | Height: | Size: 282 B |
BIN
app/javascript/images/icon_pin.png
Normal file
After Width: | Height: | Size: 337 B |
BIN
app/javascript/images/icon_profile_directory.png
Normal file
After Width: | Height: | Size: 340 B |
BIN
app/javascript/images/icon_public.png
Normal file
After Width: | Height: | Size: 688 B |
BIN
app/javascript/images/icon_security.png
Normal file
After Width: | Height: | Size: 780 B |
BIN
app/javascript/images/icon_settings.png
Normal file
After Width: | Height: | Size: 639 B |
BIN
app/javascript/images/icon_tos.png
Normal file
After Width: | Height: | Size: 498 B |
BIN
app/javascript/images/start.png
Normal file
After Width: | Height: | Size: 263 B |
2587
app/javascript/styles/win95.scss
Normal file
|
@ -1331,11 +1331,12 @@ en:
|
|||
<p>Originally adapted from the <a href="https://github.com/discourse/discourse">Discourse privacy policy</a>.</p>
|
||||
title: "%{instance} Terms of Service and Privacy Policy"
|
||||
themes:
|
||||
contrast: High contrast
|
||||
default: Cybrespace
|
||||
mastodon: Mastodon
|
||||
contrast: Mastodon (High contrast)
|
||||
mastodon: Mastodon (Dark)
|
||||
mastodon-light: Mastodon (light)
|
||||
light: Cybre Lite
|
||||
win95: Windows 95
|
||||
time:
|
||||
formats:
|
||||
default: "%b %d, %Y, %H:%M"
|
||||
|
|
|
@ -3,3 +3,4 @@ mastodon: styles/application.scss
|
|||
contrast: styles/contrast.scss
|
||||
mastodon-light: styles/mastodon-light.scss
|
||||
light: styles/cybre-light.scss
|
||||
win95: styles/win95.scss
|
||||
|
|
|
@ -31,6 +31,7 @@ default: &default
|
|||
- .ttf
|
||||
- .woff
|
||||
- .woff2
|
||||
- .gif
|
||||
|
||||
extensions:
|
||||
- .mjs
|
||||
|
|