Kosmos visual customizations
This commit is contained in:
parent
8c7223f4ea
commit
9e07059226
BIN
app/javascript/images/background-kosmos.jpg
Normal file
BIN
app/javascript/images/background-kosmos.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 124 KiB |
26
app/javascript/styles/custom.scss
Normal file
26
app/javascript/styles/custom.scss
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
@import 'application';
|
||||||
|
|
||||||
|
body {
|
||||||
|
background-color: $ui-base-color;
|
||||||
|
background-image: url('../images/background-kosmos.jpg');
|
||||||
|
background-size: cover;
|
||||||
|
background-attachment: fixed;
|
||||||
|
}
|
||||||
|
|
||||||
|
body.about-body {
|
||||||
|
background-color: transparent;
|
||||||
|
background-image: url('../images/background-kosmos.jpg');
|
||||||
|
background-size: cover;
|
||||||
|
background-attachment: fixed;
|
||||||
|
}
|
||||||
|
|
||||||
|
.landing-page .learn-more-cta {
|
||||||
|
background: rgba(31,35,43,0.5);
|
||||||
|
}
|
||||||
|
|
||||||
|
.ui {
|
||||||
|
background-color: darken($ui-base-color, 7%);
|
||||||
|
background-image: url('../images/background-kosmos.jpg');
|
||||||
|
background-size: cover;
|
||||||
|
background-attachment: fixed;
|
||||||
|
}
|
@ -52,8 +52,8 @@ en:
|
|||||||
suspended_title: Suspended servers
|
suspended_title: Suspended servers
|
||||||
unavailable_content_html: Mastodon generally allows you to view content from and interact with users from any other server in the fediverse. These are the exceptions that have been made on this particular server.
|
unavailable_content_html: Mastodon generally allows you to view content from and interact with users from any other server in the fediverse. These are the exceptions that have been made on this particular server.
|
||||||
user_count_after:
|
user_count_after:
|
||||||
one: user
|
one: kosmonaut
|
||||||
other: users
|
other: kosmonauts
|
||||||
user_count_before: Home to
|
user_count_before: Home to
|
||||||
what_is_mastodon: What is Mastodon?
|
what_is_mastodon: What is Mastodon?
|
||||||
accounts:
|
accounts:
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
default: styles/application.scss
|
default: styles/custom.scss
|
||||||
contrast: styles/contrast.scss
|
contrast: styles/contrast.scss
|
||||||
mastodon-light: styles/mastodon-light.scss
|
mastodon-light: styles/mastodon-light.scss
|
||||||
|
Loading…
x
Reference in New Issue
Block a user