adaptation lemonldap V2
This commit is contained in:
43
src/transnum/static/styles.css
Normal file
43
src/transnum/static/styles.css
Normal file
@ -0,0 +1,43 @@
|
||||
@font-face {
|
||||
font-family: 'LexendDeca-Regular';
|
||||
src: url('LexendDeca-Regular.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
body{
|
||||
background: #05668d;
|
||||
background-image: url(transnum-header.png);
|
||||
background-position-y: 0px;
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
}
|
||||
|
||||
#mytitle {
|
||||
color: #ffffff;
|
||||
text-align: center;
|
||||
font-size: 75px;
|
||||
font-family: LexendDeca-Regular;
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
#mylogo {
|
||||
width:150px;
|
||||
}
|
||||
|
||||
#logincontent {
|
||||
max-width:500px;
|
||||
}
|
||||
|
||||
.alert {
|
||||
color:#ffffff;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.card {
|
||||
border-radius: 10px;
|
||||
|
||||
}
|
||||
#footer{
|
||||
display: none;
|
||||
}
|
Reference in New Issue
Block a user