Updated app.css
Made the animation apply to all text on signup, added more late 2012 images (hopefully we have storage to store all these).
|
|
@ -589,15 +589,16 @@ body {
|
||||||
background-color: rgb(255, 255, 255);
|
background-color: rgb(255, 255, 255);
|
||||||
}
|
}
|
||||||
|
|
||||||
.content_signup .hyperlink {
|
.content_signup a {
|
||||||
display: block;
|
|
||||||
color: #0074bd;
|
color: #0074bd;
|
||||||
transition: .25s all ease-in-out;
|
transition: .25s all ease-in-out;
|
||||||
}
|
}
|
||||||
|
.content_signup a:hover {
|
||||||
.content_signup .hyperlink:hover {
|
|
||||||
color: #32cfff;
|
color: #32cfff;
|
||||||
}
|
}
|
||||||
|
.hyperlink {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
.content_signup h1, .content_signup a, .content_signup p, .content_signup h2, .content_signup h5 {
|
.content_signup h1, .content_signup a, .content_signup p, .content_signup h2, .content_signup h5 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
|
||||||
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 3.3 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 6.0 KiB |
|
After Width: | Height: | Size: 6.2 KiB |
|
After Width: | Height: | Size: 8.2 KiB |
|
After Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 4.6 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 141 B |
|
After Width: | Height: | Size: 1.9 KiB |
|
After Width: | Height: | Size: 2.0 KiB |
|
After Width: | Height: | Size: 2.0 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 6.0 KiB |
|
After Width: | Height: | Size: 5.9 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 7.9 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 1.9 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 1.9 KiB |
|
After Width: | Height: | Size: 8.2 KiB |
|
After Width: | Height: | Size: 7.0 KiB |
|
After Width: | Height: | Size: 1009 B |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 4.2 KiB |
|
After Width: | Height: | Size: 8.6 KiB |
|
After Width: | Height: | Size: 4.2 KiB |
|
After Width: | Height: | Size: 8.8 KiB |
|
After Width: | Height: | Size: 42 KiB |
|
After Width: | Height: | Size: 4.6 KiB |
|
After Width: | Height: | Size: 4.8 KiB |
|
After Width: | Height: | Size: 291 B |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1018 B |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 343 B |
|
After Width: | Height: | Size: 1.2 KiB |
|
|
@ -22,6 +22,9 @@
|
||||||
<body>
|
<body>
|
||||||
@yield('alert')
|
@yield('alert')
|
||||||
|
|
||||||
|
<div class="MasterContainer" style="display:none;">
|
||||||
|
--(todo after school. | TersisWilvin 2022)
|
||||||
|
</div>
|
||||||
<div class="iphone-sidebar">
|
<div class="iphone-sidebar">
|
||||||
<img href="{{ route('admin_index') }}" src="https://archblox.com/img/MORBLOXlogo.png" width="50%">
|
<img href="{{ route('admin_index') }}" src="https://archblox.com/img/MORBLOXlogo.png" width="50%">
|
||||||
<p>Admin Panel</p>
|
<p>Admin Panel</p>
|
||||||
|
|
|
||||||