fixed bg css and changed ide again
This commit is contained in:
parent
663fe59874
commit
fc48e464c4
|
|
@ -220,6 +220,13 @@
|
|||
}
|
||||
|
||||
html {
|
||||
animation-name: animatedbackground;
|
||||
animation-duration: 50s;
|
||||
animation-iteration-count: infinite;
|
||||
background: url('../img/animated.png');
|
||||
background-position: center bottom;
|
||||
background-repeat: repeat-x;
|
||||
background-attachment: fixed;
|
||||
margin: 0px;
|
||||
font-family: "Helvetica";
|
||||
src: url('Helvetica.ttf') format('truetype'), ;
|
||||
|
|
@ -230,13 +237,6 @@
|
|||
}
|
||||
|
||||
body {
|
||||
animation-name: animatedbackground;
|
||||
animation-duration: 50s;
|
||||
animation-iteration-count: infinite;
|
||||
background: url('../img/animated.png');
|
||||
background-position: center bottom;
|
||||
background-repeat: repeat-x;
|
||||
background-attachment: fixed;
|
||||
margin-left: 0px;
|
||||
margin-right: 0px;
|
||||
margin-top: 0px;
|
||||
|
|
|
|||
|
|
@ -21,10 +21,14 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
@yield('popup_content')
|
||||
@yield('alert')
|
||||
<div class="iphone-sidebar" style="color: #000000; background-color: #ffffff">
|
||||
<p><img src="https://archblox.com/img/MORBLOXlogo.png" width="50%"> Studio</p>
|
||||
<p>Logged in as: {{ Auth::user()->name }}</p>
|
||||
<br>
|
||||
<a style="color: blue;" href="#">My Games</a>
|
||||
<br>
|
||||
<a style="color: black;" href="#">My Assets</a>
|
||||
</div>
|
||||
<div class="iphone-content"
|
||||
style="padding-left: 5px; padding-right: 0px; overflow-x: hidden; position: fixed; height: 100%; color: #000000; background-color: #aaaaaa">
|
||||
|
|
|
|||
Loading…
Reference in New Issue