New version of front page and login page
This commit is contained in:
parent
66b921be18
commit
f339ddbec3
33 changed files with 123 additions and 72 deletions
|
@ -55,6 +55,42 @@ body.elfinder {
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* Login page layout.
|
||||
*/
|
||||
body.not-logged-in[class*="page-user"] {
|
||||
background: #ebeae9 url(../images/bg-login.jpg) no-repeat fixed center center;
|
||||
background-size: cover;
|
||||
}
|
||||
body.not-logged-in[class*="page-user"] #main {
|
||||
margin: 30px auto 0;
|
||||
max-width: 400px;
|
||||
padding: 20px;
|
||||
background: rgba(252, 255, 255, 0.85);
|
||||
}
|
||||
body.not-logged-in[class*="page-user"] #main-content {
|
||||
padding: 0;
|
||||
}
|
||||
body.not-logged-in[class*="page-user"] #main-content .section {
|
||||
background: transparent;
|
||||
min-height: inherit;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
body.not-logged-in[class*="page-user"] #page,
|
||||
body.not-logged-in[class*="page-user"] #page-wrapper,
|
||||
body.not-logged-in[class*="page-user"] #main-wrapper,
|
||||
body.not-logged-in[class*="page-user"] #main-content div.tabs {
|
||||
background: transparent;
|
||||
}
|
||||
body.not-logged-in[class*="page-user"] #page-title {
|
||||
display: none;
|
||||
}
|
||||
body.not-logged-in[class*="page-user"] #socket {
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* Header.
|
||||
*/
|
||||
|
|
Reference in a new issue