mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
style on homepage bliss
This commit is contained in:
parent
7bac99c844
commit
8dc4088c88
@ -906,3 +906,105 @@ $small-breakpoint: 960px;
|
|||||||
color: $primary-text-color;
|
color: $primary-text-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.custom-img img {
|
||||||
|
width: 100%;
|
||||||
|
max-width: 50vw;
|
||||||
|
display: block;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.custom_message_heading {
|
||||||
|
font-size: 2em;
|
||||||
|
margin-bottom: 0.5em;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.landing,
|
||||||
|
.page-show{
|
||||||
|
height: 50vh;
|
||||||
|
min-height: 50vh;
|
||||||
|
position: relative;
|
||||||
|
top: 0;
|
||||||
|
width: 100%;
|
||||||
|
background: url('~flavours/glitch/images/bliss/home2.jpg') no-repeat fixed center;
|
||||||
|
//background: url('~flavours/glitch/images/wave-drawer.png') no-repeat fixed center;
|
||||||
|
background-size: cover;
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
// landing
|
||||||
|
h1.main_brand_title{
|
||||||
|
margin: 2rem auto !important;
|
||||||
|
font-size: 5rem !important;
|
||||||
|
text-shadow: 0 0 1rem #ccc;
|
||||||
|
}
|
||||||
|
.auth-page {
|
||||||
|
min-height: 100vh;
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
width: 100%;
|
||||||
|
background: url('~flavours/glitch/images/bliss/auth_background.jpg') no-repeat fixed center;
|
||||||
|
//background: url('~flavours/glitch/images/wave-drawer.png') no-repeat fixed center;
|
||||||
|
background-size: cover;
|
||||||
|
|
||||||
|
.form-container {
|
||||||
|
background: rgba(0, 0, 0, 0.5);
|
||||||
|
}
|
||||||
|
|
||||||
|
.logo-container {
|
||||||
|
width: 200px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.img-custom {
|
||||||
|
text-align: center;
|
||||||
|
width: 440px;
|
||||||
|
background: rgba(0, 0, 0, 0.5);
|
||||||
|
margin: 0 auto;
|
||||||
|
display: block;
|
||||||
|
|
||||||
|
img {
|
||||||
|
width: 400px;
|
||||||
|
max-width: 90vw;
|
||||||
|
margin: 1em auto;
|
||||||
|
display: inline-block;
|
||||||
|
border: solid 2px #111;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.title {
|
||||||
|
|
||||||
|
padding: 1em;
|
||||||
|
font-size: 3em;
|
||||||
|
margin-bottom: 0.5em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
// landing
|
||||||
|
h1.main_brand_title{
|
||||||
|
text-shadow: 0 0 1rem #ccc;
|
||||||
|
text-align: center;
|
||||||
|
position: absolute;
|
||||||
|
top: 2rem;
|
||||||
|
height: 0;
|
||||||
|
background: transparent;
|
||||||
|
z-index: 10;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.getting-started__footer {
|
||||||
|
a {
|
||||||
|
margin-right: 1ch;
|
||||||
|
display: inline-block;
|
||||||
|
.fa {
|
||||||
|
margin-right: 1ch;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.main-container{
|
||||||
|
min-height: 1200px;
|
||||||
|
}
|
||||||
|
.container-footer{
|
||||||
|
margin: 1rem auto;
|
||||||
|
max-width: 900px;
|
||||||
|
}
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
.public-layout {
|
.public-layout {
|
||||||
.footer {
|
.footer {
|
||||||
|
position:static;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
padding-bottom: 60px;
|
padding-bottom: 60px;
|
||||||
|
@ -1 +1,2 @@
|
|||||||
@import 'flavours/glitch/styles/mastodon-light';
|
@import 'flavours/glitch/styles/mastodon-light';
|
||||||
|
|
||||||
|
@ -27,10 +27,5 @@
|
|||||||
@import 'mastodon/dashboard';
|
@import 'mastodon/dashboard';
|
||||||
@import 'mastodon/rtl';
|
@import 'mastodon/rtl';
|
||||||
@import 'mastodon/accessibility';
|
@import 'mastodon/accessibility';
|
||||||
|
@import 'custom';
|
||||||
|
|
||||||
// landing
|
|
||||||
h1.main_brand_title{
|
|
||||||
margin: 2rem auto !important;
|
|
||||||
font-size: 5rem !important;
|
|
||||||
text-shadow: 0 0 1rem #ccc;
|
|
||||||
}
|
|
||||||
|
@ -1,71 +0,0 @@
|
|||||||
.custom-img img {
|
|
||||||
width: 100%;
|
|
||||||
max-width: 50vw;
|
|
||||||
display: block;
|
|
||||||
margin: 0 auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.custom_message_heading {
|
|
||||||
font-size: 2em;
|
|
||||||
margin-bottom: 0.5em;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
.page-show{
|
|
||||||
height: 50vh;
|
|
||||||
min-height: 50vh;
|
|
||||||
position: relative;
|
|
||||||
top: 0;
|
|
||||||
width: 100%;
|
|
||||||
//background: url('~flavours/glitch/bliss/images/home.jpg') no-repeat fixed center;
|
|
||||||
background: url('~flavours/glitch/images/wave-drawer.png') no-repeat fixed center;
|
|
||||||
background-size: cover;
|
|
||||||
|
|
||||||
// landing
|
|
||||||
h1.main_brand_title{
|
|
||||||
margin: 2rem auto !important;
|
|
||||||
font-size: 5rem !important;
|
|
||||||
text-shadow: 0 0 1rem #ccc;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
.auth-page {
|
|
||||||
min-height: 100vh;
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
width: 100%;
|
|
||||||
//background: url('~flavours/glitch/bliss/images/auth_background.jpg') no-repeat fixed center;
|
|
||||||
background: url('~flavours/glitch/images/wave-drawer.png') no-repeat fixed center;
|
|
||||||
background-size: cover;
|
|
||||||
|
|
||||||
.form-container {
|
|
||||||
background: rgba(0, 0, 0, 0.5);
|
|
||||||
}
|
|
||||||
|
|
||||||
.logo-container {
|
|
||||||
width: 200px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.img-custom {
|
|
||||||
text-align: center;
|
|
||||||
width: 440px;
|
|
||||||
background: rgba(0, 0, 0, 0.5);
|
|
||||||
margin: 0 auto;
|
|
||||||
display: block;
|
|
||||||
|
|
||||||
img {
|
|
||||||
width: 400px;
|
|
||||||
max-width: 90vw;
|
|
||||||
margin: 1em auto;
|
|
||||||
display: inline-block;
|
|
||||||
border: solid 2px #111;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.title {
|
|
||||||
|
|
||||||
padding: 1em;
|
|
||||||
font-size: 3em;
|
|
||||||
margin-bottom: 0.5em;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1443,7 +1443,7 @@ body.admin {
|
|||||||
color: black;
|
color: black;
|
||||||
padding-top:24px;
|
padding-top:24px;
|
||||||
flex-direction:column;
|
flex-direction:column;
|
||||||
overflow:hidden;
|
overflow:auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 1120px) {
|
@media screen and (max-width: 1120px) {
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
- content_for :header_tags do
|
- content_for :header_tags do
|
||||||
%link{ rel: 'canonical', href: about_url }/
|
%link{ rel: 'canonical', href: about_url }/
|
||||||
= render partial: 'shared/og'
|
= render partial: 'shared/og'
|
||||||
%h1.main_brand_title= 'Mastodon Bliss'
|
.homepage-welcome_container
|
||||||
%span.brand__tagline=t 'about.tagline'
|
%h1.main_brand_title= 'Mastodon Bliss'
|
||||||
|
|
||||||
.landing
|
.landing
|
||||||
.landing__brand
|
.landing__brand
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
.main-container= yield
|
.main-container= yield
|
||||||
|
|
||||||
.container
|
.container-footer
|
||||||
.footer
|
.footer
|
||||||
.grid
|
.grid
|
||||||
.column-0
|
.column-0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user