mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
add logo and position on login
This commit is contained in:
parent
490f9a14ac
commit
b6c35636c1
Binary file not shown.
@ -1,19 +1,45 @@
|
|||||||
|
.auth-land {
|
||||||
|
|
||||||
.auth-container-bg-img{
|
.login-instance-name {
|
||||||
|
font-size: 3rem;
|
||||||
|
text-align: center;
|
||||||
|
margin-top: 1.5rem;
|
||||||
|
background: url('~flavours/glitch/images/bliss/home.jpg');
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: center bottom;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
height: 5rem;
|
||||||
|
background-size: 3.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
width: 100%;
|
.auth-container-bg-img {
|
||||||
height: 100vh;
|
width: 100%;
|
||||||
opacity: 0.15;
|
height: 100vh;
|
||||||
filter: alpha(opacity=15);
|
opacity: 0.15;
|
||||||
background: url('~flavours/glitch/images/bliss/home2.jpg');
|
filter: alpha(opacity=15);
|
||||||
background-position: center;
|
background: url('~flavours/glitch/images/bliss/home2.jpg');
|
||||||
background-repeat: no-repeat;
|
background-position: right;
|
||||||
left: 0;
|
background-repeat: no-repeat;
|
||||||
top: 0;
|
left: 0;
|
||||||
margin: 0 auto;
|
top: 0;
|
||||||
overflow: hidden;
|
margin: 0 auto;
|
||||||
position: fixed;
|
overflow: hidden;
|
||||||
}
|
position: fixed;
|
||||||
.dismissable-banner{
|
z-index: -1;
|
||||||
background: $base-overlay-background;
|
}
|
||||||
|
|
||||||
|
.container-alt {
|
||||||
|
z-index: 10;
|
||||||
|
margin: auto;
|
||||||
|
float:left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dismissable-banner {
|
||||||
|
background: $base-overlay-background;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mention.status-link {
|
||||||
|
background: $base-overlay-background;
|
||||||
|
border-radius: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -57,6 +57,15 @@ class LinkFooter extends React.PureComponent {
|
|||||||
<p>
|
<p>
|
||||||
<strong>{domain}</strong>:
|
<strong>{domain}</strong>:
|
||||||
{' '}
|
{' '}
|
||||||
|
<a href='https://www.cipherbliss.com'>
|
||||||
|
<i className='fa fa-world' />Cipherbliss.com</a >
|
||||||
|
<a href='https://mastodon.cipherbliss.com/@tykayn'>
|
||||||
|
<i className='fa fa-paper-plane' />
|
||||||
|
contactez l'admin
|
||||||
|
</a >
|
||||||
|
<a href='https://liberapay.com/cipherbliss'>
|
||||||
|
<i className='fa fa-coffee' /> Supportez
|
||||||
|
Cipherbliss</a >
|
||||||
<Link key='about' to='/about'><FormattedMessage id='footer.about' defaultMessage='About' /></Link>
|
<Link key='about' to='/about'><FormattedMessage id='footer.about' defaultMessage='About' /></Link>
|
||||||
{canInvite && (
|
{canInvite && (
|
||||||
<>
|
<>
|
||||||
|
@ -1,14 +1,18 @@
|
|||||||
- content_for :content do
|
- content_for :content do
|
||||||
.auth-container-bg-img
|
.auth-land
|
||||||
.container-alt
|
.container-alt
|
||||||
.logo-container
|
.logo-container
|
||||||
%h1
|
%h1
|
||||||
= link_to root_path do
|
= link_to root_path do
|
||||||
= logo_as_symbol(:wordmark)
|
= logo_as_symbol(:wordmark)
|
||||||
|
.login-instance-name
|
||||||
|
CipherBliss
|
||||||
|
|
||||||
.form-container
|
.form-container
|
||||||
= render 'flashes'
|
= render 'flashes'
|
||||||
|
|
||||||
|
= yield
|
||||||
|
.auth-container-bg-img
|
||||||
|
|
||||||
= yield
|
|
||||||
|
|
||||||
= render template: 'layouts/application'
|
= render template: 'layouts/application'
|
||||||
|
Loading…
Reference in New Issue
Block a user