Styled logout page, similar to shutdown/reboot

This commit is contained in:
bergware
2017-12-05 10:18:12 +01:00
parent b0625c05e6
commit e692acb90d
3 changed files with 12 additions and 1 deletions

View File

@@ -1 +1,10 @@
Logged out
<!DOCTYPE HTML>
<html>
<head>
<style>
div.logout{background-color:#FFF6BF;text-align:center;height:80px;line-height:80px;border-top:2px solid #FFD324;border-bottom:2px solid #FFD324;font-size:18px}
span.title{font-size:28px;text-transform:uppercase;display:block;}
</style>
</head>
<body><div class="logout"><span class="title">Logged out</span>You are logged out</div></body>
</html>

View File

@@ -81,6 +81,7 @@ form+p{display:none}
#nav-item.InfoButton a:before{content:'\f05a'}
#nav-item.LogButton a:before{content:'\f14b'}
#nav-item.PowerButton a:before{content:'\f011'}
#nav-item.LogoutButton a:before{content:'\f08b'}
#nav-item a i{display:none}
#nav-user{display:block;float:left;text-align:center;border:none}
#nav-user.probe{font-size:11px;margin-left:3px;margin-right:8px}

View File

@@ -81,6 +81,7 @@ form+p{display:none}
#nav-item.InfoButton a:before{content:'\f05a'}
#nav-item.LogButton a:before{content:'\f14b'}
#nav-item.PowerButton a:before{content:'\f011'}
#nav-item.LogoutButton a:before{content:'\f08b'}
#nav-item a i{display:none}
#nav-user{display:block;float:left;text-align:center;border:none}
#nav-user.probe{font-size:11px;margin-left:3px;margin-right:8px}