Updated New Panel CSS
Adds the rest of the topbar as well as some minor tweaks.
This commit is contained in:
parent
7723d0f6f0
commit
9799b51cfa
|
|
@ -79,19 +79,25 @@ h6 {
|
||||||
}
|
}
|
||||||
.NewPanel .AdminSubHeader li a {
|
.NewPanel .AdminSubHeader li a {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
font-weight: 100;
|
||||||
color: #bbb;
|
color: #bbb;
|
||||||
|
cursor: pointer;
|
||||||
transition: .1s all linear;
|
transition: .1s all linear;
|
||||||
}
|
}
|
||||||
.NewPanel .AdminSubHeader li a:hover {
|
.NewPanel .AdminSubHeader li:hover a {
|
||||||
font-size: 14px;
|
color: #ccc
|
||||||
|
}
|
||||||
|
.NewPanel .AdminSubHeader li a.Active, .NewPanel .AdminSubHeader li a.Active:active {
|
||||||
|
box-shadow: 0 2px 0 0 #00b7ff;
|
||||||
|
}
|
||||||
|
.NewPanel .AdminSubHeader li a:hover, .NewPanel .AdminSubHeader li a:active {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
cursor: pointer;
|
|
||||||
box-shadow: 0 2px 0 0 #fff;
|
box-shadow: 0 2px 0 0 #fff;
|
||||||
transition: .1s all linear;
|
transition: .1s all linear;
|
||||||
}
|
}
|
||||||
.NewPanel .AdminHeader .Slogan {
|
.NewPanel .AdminHeader .Slogan {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: 600;
|
font-weight: 100;
|
||||||
display: block;
|
display: block;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
|
|
@ -113,38 +119,127 @@ h6 {
|
||||||
display: block;
|
display: block;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
.AdminPanel #Body {
|
.NewPanel.AdminPanel #Body {
|
||||||
background-color: #111;
|
background-color: #111;
|
||||||
}
|
}
|
||||||
.AdminPanel .MainHeader {
|
.NewPanel.AdminPanel .MainHeader, .NewPanel.AdminPanel .SubHeader {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
cursor: default;
|
||||||
|
-webkit-touch-callout: none;
|
||||||
|
-webkit-user-select: none;
|
||||||
|
-khtml-user-select: none;
|
||||||
|
-moz-user-select: none;
|
||||||
|
-ms-user-select: none;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
.AdminPanel .Stats-Wrapper {
|
.AdminPanel .Reminder {
|
||||||
|
color: #ff7300
|
||||||
|
}
|
||||||
|
.NewPanel.AdminPanel .Stats-Wrapper {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
}
|
}
|
||||||
.AdminPanel .StatsContainer {
|
.NewPanel.AdminPanel .StatsContainer {
|
||||||
margin: 15px 15px 0 15px;
|
margin: 15px 15px 0 15px;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
border: 1px dotted #ff7300;
|
border: 1px dashed #ff7300;
|
||||||
background-color: #080808;
|
background-color: #080808;
|
||||||
}
|
}
|
||||||
.AdminPanel .Stats {
|
.NewPanel.AdminPanel .Userlist {
|
||||||
font-size: 16px;
|
margin: 10px;
|
||||||
font-weight: 400;
|
|
||||||
color: #a7a7a7;
|
|
||||||
}
|
}
|
||||||
.AdminPanel .Stats.Counter {
|
.NewPanel.AdminPanel .Userlist form div {
|
||||||
font-weight: 600;
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
.SearchCloseBtn{
|
||||||
|
color: #af1400;
|
||||||
|
left: auto;
|
||||||
|
margin-left: -92px;
|
||||||
|
margin-top: 1px;
|
||||||
|
position: absolute;
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
.AdminPanel #SearchInput {
|
||||||
|
border: 1px solid #757575;
|
||||||
|
border-radius: 3px;
|
||||||
|
color: #b8b8b8;
|
||||||
|
background-color: #000;
|
||||||
|
}
|
||||||
|
.AdminPanel #SearchInput:focus, .AdminPanel #SearchInput:active {
|
||||||
|
border-color: #0099ff;
|
||||||
|
}
|
||||||
|
#SearchInput, .bluebutton {
|
||||||
|
margin: 0 5px;
|
||||||
|
}
|
||||||
|
.AdminPanel #SearchInput:focus-visible {
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
.NewPanel.AdminPanel .Stats {
|
||||||
|
font-size: 16px;
|
||||||
|
font-weight: 100;
|
||||||
|
color: #a7a7a7;
|
||||||
|
cursor: default;
|
||||||
|
-webkit-touch-callout: none;
|
||||||
|
-webkit-user-select: none;
|
||||||
|
-khtml-user-select: none;
|
||||||
|
-moz-user-select: none;
|
||||||
|
-ms-user-select: none;
|
||||||
|
user-select: none;
|
||||||
|
}
|
||||||
|
.NewPanel.AdminPanel .Stats.Counter {
|
||||||
|
font-weight: 400;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
.AdminPanel .Stat-Separator {
|
.NewPanel.AdminPanel .Stat-Separator {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
height: 1px;
|
height: 1px;
|
||||||
background-color: #555;
|
background: linear-gradient(90deg,rgb(85, 85, 85,0) 0%, #555 50%, rgb(85, 85, 85,0) 100%);
|
||||||
display: block;
|
display: block;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
.AdminPanel .SearchContainer {
|
||||||
|
width: 25%;
|
||||||
|
background-color: #555;
|
||||||
|
}
|
||||||
|
.NewPanel .AuthenticatedUserNameWrapper {
|
||||||
|
top: 10px;
|
||||||
|
right: 10px;
|
||||||
|
font-size: 16px;
|
||||||
|
font-weight: 100;
|
||||||
|
display: inline-block;
|
||||||
|
position: absolute;
|
||||||
|
color: #fff;
|
||||||
|
cursor: default;
|
||||||
|
-webkit-touch-callout: none;
|
||||||
|
-webkit-user-select: none;
|
||||||
|
-khtml-user-select: none;
|
||||||
|
-moz-user-select: none;
|
||||||
|
-ms-user-select: none;
|
||||||
|
user-select: none;
|
||||||
|
}
|
||||||
|
.NewPanel .AuthenticatedUserNameWrapper .AuthenticatedUserName {
|
||||||
|
color: #00c3ff;
|
||||||
|
}
|
||||||
|
.NewPanel .AuthenticatedUserNameWrapper .AuthenticatedUserName:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
.NewPanel .Backbtn {
|
||||||
|
top: 10px;
|
||||||
|
left: 10px;
|
||||||
|
background: none;
|
||||||
|
border: 0;
|
||||||
|
padding: 0;
|
||||||
|
height: auto;
|
||||||
|
font-size: 16px;
|
||||||
|
font-weight: 100;
|
||||||
|
display: inline-block;
|
||||||
|
position: absolute;
|
||||||
|
color: #00c3ff;
|
||||||
|
}
|
||||||
|
.NewPanel .Backbtn:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width:1000px) {
|
@media (max-width:1000px) {
|
||||||
.NewPanel .AdminSubHeader ul {
|
.NewPanel .AdminSubHeader ul {
|
||||||
|
|
@ -152,8 +247,8 @@ h6 {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (max-width:990px) {
|
@media (max-width:990px) {
|
||||||
#Body, #BodyWrapper, #MasterContainer {
|
.NewPanel.AdminPanel #Body, .NewPanel.AdminPanel #BodyWrapper, .NewPanel.AdminPanel #MasterContainer {
|
||||||
width: 100% !important;
|
width: 100% !important; /*!important since late 2012 roblox uses element.style CRINGE!*/
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,6 @@
|
||||||
|
|
||||||
@section('Body')
|
@section('Body')
|
||||||
<div id="Body" style="width: 970px;">
|
<div id="Body" style="width: 970px;">
|
||||||
<div class="Container">
|
|
||||||
<h2 class="MainHeader">
|
<h2 class="MainHeader">
|
||||||
Administration Area
|
Administration Area
|
||||||
</h2>
|
</h2>
|
||||||
|
|
@ -55,7 +54,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
@endsection
|
@endsection
|
||||||
@section('content')
|
@section('content')
|
||||||
<h1>{{ env('APP_NAME') }}</h1>
|
<h1>{{ env('APP_NAME') }}</h1>
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,30 @@
|
||||||
</style>
|
</style>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
|
@section('Body')
|
||||||
|
<div id="Body" style="width: 970px;">
|
||||||
|
<h2 class="MainHeader">
|
||||||
|
User List
|
||||||
|
</h2>
|
||||||
|
<h5 class="SubHeader Reminder">
|
||||||
|
Reminder to not share details without the users permission. Don't Abuse!
|
||||||
|
</h5>
|
||||||
|
<div class="Userlist">
|
||||||
|
<form method="GET" action="{{ route('admin_users') }}">
|
||||||
|
<div>
|
||||||
|
<input type="text" id="SearchInput" name="Searchbtn" placeholder="Search" value="{{ request()->q }}">
|
||||||
|
@if (request()->query('Searchbtn'))
|
||||||
|
<a href="{{ route('admin_users') }}" class="SearchCloseBtn">X</a>
|
||||||
|
@endif
|
||||||
|
<button class="bluebutton" name="searchBy" value="name">Search by Username</button><button class="bluebutton" name="searchBy" value="id">Search by ID</button></div>
|
||||||
|
</form>
|
||||||
|
@foreach ($users as $user)
|
||||||
|
<div class="SearchContainer">
|
||||||
|
</div>
|
||||||
|
@endforeach
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
@endsection
|
||||||
@section('content')
|
@section('content')
|
||||||
<div id="UserList">
|
<div id="UserList">
|
||||||
<h2>User List</h2>
|
<h2>User List</h2>
|
||||||
|
|
|
||||||
|
|
@ -31,6 +31,12 @@
|
||||||
<a class="Slogan">
|
<a class="Slogan">
|
||||||
Admin Panel
|
Admin Panel
|
||||||
</a>
|
</a>
|
||||||
|
<div class="AuthenticatedUserNameWrapper">
|
||||||
|
Logged in as <a class="AuthenticatedUserName" href="@guest {{ route('login') }} @else {{ route('profile', Auth::id()) }} @endguest">{{ Auth::user()->name }}</a>
|
||||||
|
</div>
|
||||||
|
<a href="{{ route('home') }}" class="Backbtn">
|
||||||
|
← Main Site
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="AdminSubHeader">
|
<div class="AdminSubHeader">
|
||||||
<ul>
|
<ul>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue