-new interior
@ -19,8 +19,9 @@ before and after the text */
|
||||
the other elements, you will need to move that div outside
|
||||
of the container */
|
||||
.credits{
|
||||
margin-top: 20px;
|
||||
margin-top: 10px;
|
||||
font-size: 12px;
|
||||
color: rgb(162, 162, 162);
|
||||
}
|
||||
.loungeText ul{
|
||||
font-size: 15px;
|
||||
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 23 KiB |
BIN
public/img/baackground2.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
public/img/baackground3.png
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
public/img/baackground4.png
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
public/img/cafebackgrounNEWTEST.png
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
public/img/cafebackground.png
Normal file
After Width: | Height: | Size: 27 KiB |
@ -80,8 +80,8 @@
|
||||
<h4>Café</h4>
|
||||
</button></a></li>
|
||||
<!-- <li><a href="#"><button><img class="icon" style="vertical-align: middle;" src="./icons/tools_gear-0.png"></img><h4>DIY</h4></button></a></li> -->
|
||||
<li><button disabled onclick="location.href='/about';" class=""><img
|
||||
class="icon" style="vertical-align: middle;filter: grayscale(100%);" src="/images/icons/help_sheet-0.png"></img>
|
||||
<li><button onclick="location.href='https://gorkem.cc/about';" class=""><img
|
||||
class="icon" style="vertical-align: middle;" src="/images/icons/help_sheet-0.png"></img>
|
||||
<h4>About</h4>
|
||||
</button></li>
|
||||
<li><button disabled><img class="icon" style="vertical-align: middle; filter: grayscale(100%);"
|
||||
@ -153,7 +153,10 @@
|
||||
<li>You can change your character with <code>/dino</code> followed by <code>1,2,3,4</code> eg. <code>/dino 2</code> </li>
|
||||
<li>Use the textbox to <strong>chat</strong> and the emoji button to send <strong>emojis</strong></li>
|
||||
<li>Be nice & Have fun!</li>
|
||||
<div class="credits"> Dino sprites by <a href="https://arks.itch.io/dino-characters" target="_blank">@ScissorMarks</a> </div>
|
||||
<div class="credits">
|
||||
Dino sprites by <a href="https://arks.itch.io/dino-characters" target="_blank">@ScissorMarks</a>
|
||||
Interior sprites by <a href="https://shubibubi.itch.io/cozy-interior" target="_blank">@shubibubi</a></div>
|
||||
|
||||
</ul>
|
||||
|
||||
</aside>
|
||||
|