diff --git a/public/css/2018.css b/public/css/2018.css index 56210bf..e0ae5cf 100644 --- a/public/css/2018.css +++ b/public/css/2018.css @@ -642,7 +642,8 @@ button:hover a { color: #b8b8b8; } -iframe { +#NavigationRedesignBannerContainer .HeaderDivider { + display: none; } #logo_full { diff --git a/public/css/NewAdminCSS.css b/public/css/NewAdminCSS.css index 2c1efe1..8cbd0cc 100644 --- a/public/css/NewAdminCSS.css +++ b/public/css/NewAdminCSS.css @@ -7,6 +7,14 @@ body { min-width: 0px; } +@font-face +{ + font-family: "copenhagen-icons"; + src: url(copenhagen-icons-268fb7c014de8a06d7d40310b5000daa..woff) format("woff"); + font-weight: normal; + font-style: normal +} + h1 { font-size: 32px; font-weight: 800; @@ -66,6 +74,8 @@ h6 { box-shadow: 0 2px 8px 0 #000; z-index: 1; position: relative; + border-bottom-left-radius: 15px; + border-bottom-right-radius: 15px; } .NewPanel .AdminSubHeader ul { padding: 0; @@ -282,12 +292,12 @@ h6 { user-select: none; } .NewPanel .AuthenticatedUserName { - color: #009dff; + color: #00b7ff; transition: .25s all ease-in-out; display: inline-block; } .NewPanel .AdminHeader .HomeBtn { - color: #009dff; + color: #00b7ff; cursor: default; -webkit-touch-callout: none; -webkit-user-select: none; @@ -337,7 +347,7 @@ h6 { overflow-wrap: anywhere; } .NewPanel .AuthenticatedUserName:hover, .NewPanel .Backbtn:hover, .NewPanel .Backbtn:hover + .BackArrow { - color: #2fcfff; + color: #7ddaff; transition: .25s all ease-in-out; } .NewPanel .SearchContainer .Thumbnail a { @@ -370,41 +380,121 @@ h6 { .NewPanel.AdminPanel .flex { display: table!important; } -.NewPanel .InvitationUserName { - text-align: center; - margin-top: 20px; - font-size: 20px; - font-weight: 600; +/*Heavily based off of the roblox developer tree list (because it looks cool)*/ +.NewPanel .SearchTree { + width: 260px; + height: 100%; + padding: 0; + margin: 10px auto 0; + min-height: 550px; +} +.NewPanel .SearchTree .Menu { + list-style-type: none; + position: relative; + top: 0; + bottom: 0; + line-height: 20px; + min-height: 550px; +} +.NewPanel .SearchTree a { + color: #9b9b9b; + transition: .15s all ease-in-out; + font-size: 14px; + margin: 0 0 0 38px; + padding-right: 5px; + position: relative; + top: 18px; + display: inline-block; +} +.NewPanel .SearchTree a:hover { + color: #00b7ff; +} +.NewPanel .SearchTree a:after { + content: ''; + border: 1px solid #555; + border-radius: 100%; + width: 2px; + height: 2px; + display: inline-block; + left: -10px; + position: absolute; + top: 9px; +} +.NewPanel .SearchTree a span { display: block; } -.NewPanel .InvitationSubName { - text-align: center; - font-size: 18px; - font-weight: 100; +.NewPanel #BodyWrapper .forwardArrow::before { + font-family: "copenhagen-icons"; + font-style: normal; + font-weight: normal; + line-height: 1em; + vertical-align: middle; + -webkit-font-smoothing: antialiased; } -.NewPanel .InvitationSubName .InvitationText { +.NewPanel #BodyWrapper .forwardArrow::before { + content: '\2794'; +} +.NewPanel .SearchTree .forwardArrow:hover { + color: #00b7ff; +} +.NewPanel #BodyWrapper .forwardArrow { + position: relative; display: inline-block; - font-weight: 100; - 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; + margin: 0; + padding: 0; + line-height: 14px; } -.NewPanel .InvitationSubText { - 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; +.NewPanel #BodyWrapper .forwardArrow::after, .NewPanel #BodyWrapper .userInfo::after { + display: none; } -.NewPanel .InvitationSubName li { - list-style: none; +.NewPanel #BodyWrapper .userInfo { + margin: 0; +} +.NewPanel #BodyWrapper .userInfo::before { + font-family: "copenhagen-icons"; + font-style: normal; + font-weight: normal; + line-height: 1em; + vertical-align: middle; + -webkit-font-smoothing: antialiased; +} +.NewPanel #BodyWrapper .userInfo::before { + content: '\2139'; + padding: 0 2px; + border: 1px solid; + border-radius: 100%; +} +.NewPanel .TreeList { + border-left: 1px dashed #555; + margin: 13px 0 0 30px; + padding: 0; +} +.NewPanel #DropDown.TreeList { + min-height: 550px; +} +.NewPanel .SearchTree li ul li { + list-style-type: none; + position: relative; + top: 3px; + bottom: 0; + padding-bottom: 16px; + white-space: nowrap; +} +.NewPanel .SearchTree li ul li:last-child { + padding-bottom: 11px; +} +.NewPanel .SearchTree li ul li.subList { + padding-bottom: 0; +} +.NewPanel .SearchTree li ul li:before { + content: ''; + display: inline-block; + width: 25px; + height: 0; + position: absolute; + left: 0em; + top: 28px; + border-top: 1px dashed #555; } @media (max-width:1000px) { diff --git a/public/css/app.css b/public/css/app.css index 2e53b91..1662cde 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -377,6 +377,14 @@ div.mySubmenuFixed { background-position: 0 -54px; } +#NavigationRedesignBannerContainer .HeaderDivider { + margin: -5px 5px 0 5px; + float: right; + height: 25px; + width: 0; + Border-left: 1px solid #5355a0; +} + #NavigationRedesignBannerContainer ul li a, .NavigationRedesign ul li a:visited { border: 0 solid black; font-size: 13px; @@ -592,8 +600,6 @@ html { font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif; font-style: normal; height: 100%; - color: #000; - background-color: #cccccc; } .loggedout { @@ -608,12 +614,11 @@ html { } body { - margin-left: 0px; - margin-right: 0px; - margin-top: 0px; - margin-bottom: 0px; + margin: 0px; height: 100%; padding-bottom: 0px; + background: #e6e6e6; + color: #000; } .content_special, @@ -687,6 +692,7 @@ body { } .hyperlink { display: block; + text-align: center; } #footer { @@ -699,9 +705,9 @@ body { width: calc(100% - 30px); padding-bottom: 5px; padding-top: 5px; - background: rgb(172, 172, 172); + background: #e6e6e6; /* Fallback for IE 11*/ - background-color: rgb(172, 172, 172); + background-color: #e6e6e6; min-height: fit-content; bottom: 0; } diff --git a/public/css/appdark.css b/public/css/appdark.css index 3401cc2..8d02d81 100644 --- a/public/css/appdark.css +++ b/public/css/appdark.css @@ -47,23 +47,27 @@ background: linear-gradient(#303030 10%, #000000 100%); } -html { +body { background-color: rgb(31, 31, 31); color: white; } +.loggedout body { + background-color: transparent; +} + .loggedout { background-image: url('../img/animateddark.png'); background-color: rgb(1, 17, 48); } .content { - color: rgb(167 167 167); + color: rgb(167, 167, 167); background: rgb(25, 25, 25); } .content_signup { - color: rgb(167 167 167); + color: rgb(167, 167, 167); background: rgb(25, 25, 25); } @@ -77,7 +81,7 @@ html { } #footer { - background: rgb(0, 0, 0); + background: rgb(31, 31, 31); } #footer_signup { @@ -122,7 +126,6 @@ input { color: rgb(200,200,200); } - .tab_selected { background: linear-gradient(180deg, #00a2ff 0%, #01639c 100%) } diff --git a/public/css/classicapp.css b/public/css/classicapp.css index 98d45a7..83b84c4 100644 --- a/public/css/classicapp.css +++ b/public/css/classicapp.css @@ -23,6 +23,9 @@ html { animation-duration: 50s; animation-iteration-count: infinite; } +body { + background: transparent; +} #alert, #success { @@ -172,6 +175,10 @@ html { top: 44px; } +#NavigationRedesignBannerContainer .HeaderDivider { + display: none; +} + #footer_signup a, #footer_signup p a, #footer a, #footer p a { transition: none; } diff --git a/public/css/classicappdark.css b/public/css/classicappdark.css index ece7693..5123af2 100644 --- a/public/css/classicappdark.css +++ b/public/css/classicappdark.css @@ -23,6 +23,9 @@ html { animation-duration: 50s; animation-iteration-count: infinite; } +body { + background: transparent; +} .content, #footer { max-width: 1000px; @@ -54,19 +57,20 @@ html { .content_signup { background: rgba(25, 25, 25,0.75); } - +.content, #footer { + max-width: 1000px; + width: 1000px; + margin: auto; +} .content { margin-top: 105px; background: rgba(25, 25, 25,0.75); min-height: 550px; } -#footer { - width: max-content; -} - #logo_full { display: none; + margin-right: 0; } #logo_small { @@ -168,6 +172,30 @@ html { height: 29px; top: 44px; } +#NavigationRedesignBannerContainer ul li a, .NavigationRedesign ul li a:visited, .navbarbutton { + position: relative; + padding-right: 5px; + text-align: center; + font-size: 18px; + font-family: "Helvetica Neue"; + font-weight: bold; + text-shadow: none; +} + +#navbarsignedincontainer { + display: block; +} +#navbarsignedincontainer a:nth-child(1)::after { + content: ' | '; +} + +#NavigationRedesignBannerContainer .HeaderDivider { + display: none; +} + +.content_signup a:hover, .content_signup p a:hover, #footer_signup a:hover, #footer_signup p a:hover, #footer a:hover, #footer p a:hover { + color: inherit; +} @media (min-width: 1688px) { #logo_full { diff --git a/resources/views/admin/index.blade.php b/resources/views/admin/index.blade.php index 1561ef6..abb56e2 100644 --- a/resources/views/admin/index.blade.php +++ b/resources/views/admin/index.blade.php @@ -6,7 +6,7 @@ @section('Body')