Merge branch 'theme_win95' into cybrespace
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_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_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_public.png
Normal file
After Width: | Height: | Size: 688 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 |
|
@ -59,7 +59,6 @@
|
|||
overflow-y:auto;
|
||||
}
|
||||
|
||||
<<<<<<< HEAD
|
||||
/* Use display: none instead of visibility:hidden
|
||||
* to hide the suggested follows list on non-mobile */
|
||||
@media screen and (min-width: 630px) {
|
||||
|
|
2438
app/javascript/styles/win95.scss
Normal file
|
@ -933,6 +933,7 @@ en:
|
|||
default: Cybrespace
|
||||
mastodon: Mastodon
|
||||
mastodon-light: Mastodon (light)
|
||||
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
|
||||
|
|