diff --git a/public/css/2018.css b/public/css/2018.css index bc82286..749b749 100644 --- a/public/css/2018.css +++ b/public/css/2018.css @@ -376,10 +376,6 @@ body { background: none; } -#NavigationRedesignBannerContainer p { - color: #fff; -} - #logo_full, #logo_full .btn-logo { height: 30px; @@ -402,7 +398,7 @@ body { height: 40px } -.navbarbutton { +#NavigationRedesignBannerContainer ul li a, .NavigationRedesign ul li a:visited, .navbarbutton { color: #fff; font-family: "Source Sans Pro", Arial, Helvetica Neue, sans-serif; padding: 6px 9px; @@ -415,13 +411,14 @@ body { float: left; margin: 4px auto; top: 0; + text-shadow: none; } #NavigationRedesignBannerContainer { font-family: "Source Sans Pro", Arial, Helvetica Neue, sans-serif; } -.navbarbutton:hover { +#NavigationRedesignBannerContainer ul li a:hover, .navbarbutton:hover { background-color: #191919; background-color: rgba(25, 25, 25, .1); border-radius: 5px; @@ -620,8 +617,9 @@ input:focus { border-color: #00A2FF } -#navbarsignedincontainer p a { - color: #fff +#navbarsignedincontainer a { + color: #fff; + height: 25px; } button:hover a { diff --git a/public/css/app.css b/public/css/app.css index 2bed6e9..6446b60 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -93,10 +93,12 @@ #alert { background: linear-gradient(#f07575 10%, #de2323 100%); + color: #fff; } #success { - background: linear-gradient(#a3e2bd 10%, #02b757 100%) + background: linear-gradient(#a3e2bd 10%, #02b757 100%); + color: #fff; } .warningtext { @@ -111,6 +113,7 @@ #logo_full { display: inline-block; float: left; + margin-right: 5px; } #logo_full, @@ -133,8 +136,7 @@ @media (max-width: 970px) { - .navbarbuttoncontainer a, - #navbarusername, + #navbarsignedincontainer, .arkotcontainer p, #navbarlogincontainer { font-size: 11px; @@ -150,8 +152,7 @@ position: relative; } - .navbarbuttoncontainer a, - #navbarusername, + #navbarsignedincontainer, .arkotcontainer p, #navbarlogincontainer { font-size: 9px; @@ -339,6 +340,21 @@ div.mySubmenuFixed { background-position: 0 -54px; } +#NavigationRedesignBannerContainer ul li a, .NavigationRedesign ul li a:visited { + border: 0 solid black; + font-size: 13px; + padding: 0; + text-decoration: none; + outline: none; + font-family: Arial,Helvetica,sans-serif; + text-shadow: #11111191 1px 1px 1px; +} + +.NavigationRedesign ul { + margin: 0 auto; + padding: 0; +} + iframe { width: 100%; height: 2000px; diff --git a/public/css/classicapp.css b/public/css/classicapp.css index f00350a..9eb5f9e 100644 --- a/public/css/classicapp.css +++ b/public/css/classicapp.css @@ -34,7 +34,8 @@ html { } #logo_full { - display: none; + display: none; + margin-right: 0; } #logo_small { @@ -114,13 +115,14 @@ html { align-items: center; height: 40px; } -.navbarbutton { +#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; } .Redesign .smallnavbarbutton { position: relative; @@ -137,6 +139,21 @@ html { top: 44px; } +#footer_signup a, #footer_signup p a, #footer a, #footer p a { + transition: 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; +} + +#navbarsignedincontainer { + display: block; +} +#navbarsignedincontainer a:nth-child(1)::after { + content: ' | '; +} + @media (min-width: 1688px) { #logo_full { display: block; diff --git a/public/css/classicappdark.css b/public/css/classicappdark.css index 57149b0..a37717f 100644 --- a/public/css/classicappdark.css +++ b/public/css/classicappdark.css @@ -32,7 +32,8 @@ html { } #logo_full { - display: none; + display: none; + margin-right: 0; } #logo_small { @@ -112,13 +113,14 @@ html { align-items: center; height: 40px; } -.navbarbutton { +#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; } .Redesign .smallnavbarbutton { position: relative; @@ -135,6 +137,21 @@ html { top: 44px; } +#footer_signup a, #footer_signup p a, #footer a, #footer p a { + transition: 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; +} + +#navbarsignedincontainer { + display: block; +} +#navbarsignedincontainer a:nth-child(1)::after { + content: ' | '; +} + @media (min-width: 1688px) { #logo_full { display: block; diff --git a/resources/views/admin/users.blade.php b/resources/views/admin/users.blade.php index 6c877a5..e613592 100644 --- a/resources/views/admin/users.blade.php +++ b/resources/views/admin/users.blade.php @@ -86,7 +86,7 @@
- Feeds Status : + Feed Status :
@if (!request()->has('q')) @@ -101,7 +101,15 @@ @else "I'm new to ARCHBLOX!" @endif - @endif + @endif + +
+
+
+ Bio : +
+ + {!! nl2br(e($user->blurb)) !!}
diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php index 2d4ffe4..7922db9 100644 --- a/resources/views/home.blade.php +++ b/resources/views/home.blade.php @@ -19,12 +19,11 @@
@csrf

- + onClick="this.form.submit();this.disabled=true;this.innerText='Posting…';">Share

@if ($errors->any()) {{ $errors->first() }} @@ -57,7 +56,8 @@
@endforeach @if ($posts->isEmpty()) -

Your feed is empty.

+

No news about your friends... want to know what your friends are up to?

+ make some friends now. @endif {{ $posts->links() }} @@ -92,10 +92,10 @@ @endif
-

Recently Played

+

Recently Played Games


-

You haven't played any games yet!

+

You haven't played any games recently.

Play Now

diff --git a/resources/views/layouts/app.blade.php b/resources/views/layouts/app.blade.php index 771d86a..896b6c2 100644 --- a/resources/views/layouts/app.blade.php +++ b/resources/views/layouts/app.blade.php @@ -107,7 +107,8 @@ ARCHBLOX Logo -