Update css and cursor website
This commit is contained in:
parent
794c13c8d5
commit
22eb941084
17
website/dist/index.html
vendored
17
website/dist/index.html
vendored
@ -122,9 +122,11 @@
|
||||
</h3>
|
||||
</div>
|
||||
<div class="row buttons-row justify-content-md-center pt-5">
|
||||
<div class="col col-lg-3">
|
||||
<a class="custom-link start" target="_BLANK" onclick="startConsole()" title="YOUR ADVENTURE!">
|
||||
YOUR ADVENTURE!
|
||||
<div class="col col-lg-3">
|
||||
<a class="custom-link start"
|
||||
style="padding-top: 4px;font-size: 18px;"
|
||||
target="_BLANK" onclick="startConsole()" title="YOUR ADVENTURE!">
|
||||
YOUR WORKADVENTURE!
|
||||
</a>
|
||||
</div>
|
||||
<div class="col col-lg-3">
|
||||
@ -132,16 +134,13 @@
|
||||
TRY DEMO!
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div style="min-height: 100px" class="row buttons-row justify-content-md-center pt-5">
|
||||
<div class="col col-lg-3">
|
||||
<a class="custom-link contribute" target="_BLANK" onclick="startGame()" title="FEEDBACK">
|
||||
<a class="custom-link anonymous contribute" target="_BLANK" onclick="startGame()" title="FEEDBACK">
|
||||
BE ANONYMOUS
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-lg-12">
|
||||
<a onclick="startGame()">
|
||||
Continue on anonymous
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
BIN
website/src/images/cursor_normal.png
Normal file
BIN
website/src/images/cursor_normal.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 979 B |
BIN
website/src/images/cursor_pointer.png
Normal file
BIN
website/src/images/cursor_pointer.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 937 B |
@ -27,7 +27,12 @@
|
||||
|
||||
@return $randomNum;
|
||||
}
|
||||
|
||||
html{
|
||||
cursor: url('../images/cursor_normal.png'), auto;
|
||||
a{
|
||||
cursor: url('../images/cursor_pointer.png'), auto;
|
||||
}
|
||||
}
|
||||
header {
|
||||
background: #28A7FC url("../images/sky.jpg") no-repeat bottom;
|
||||
background-size: 100%;
|
||||
@ -75,7 +80,7 @@ header {
|
||||
.title {
|
||||
z-index: 3;
|
||||
position: relative;
|
||||
padding: 5rem 0;
|
||||
padding: 2rem 0 4rem 0;
|
||||
color: black;
|
||||
h1 {
|
||||
font-family: 'Karmatic Arcade';
|
||||
@ -138,7 +143,7 @@ header {
|
||||
}
|
||||
|
||||
.custom-link{
|
||||
cursor: pointer;
|
||||
cursor: url('../images/cursor_pointer.png'), pointer;
|
||||
font-family: "VCR OSD Mono";
|
||||
font-size: 1.125rem;
|
||||
letter-spacing: 5px;
|
||||
@ -172,9 +177,15 @@ header {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
&.anonymous{
|
||||
background-image: none;
|
||||
color: black;
|
||||
text-decoration: underline;
|
||||
font-style: italic;
|
||||
}
|
||||
&.play {
|
||||
background-image: url('../images/btn-bg-3.png');
|
||||
cursor: pointer;
|
||||
cursor: url('../images/cursor_pointer.png'), pointer;
|
||||
}
|
||||
&.light{
|
||||
background-image: url('../images/btn-bg-light.png');
|
||||
@ -188,7 +199,7 @@ header {
|
||||
}
|
||||
|
||||
.social-links a {
|
||||
cursor: pointer;
|
||||
cursor: url('../images/cursor_pointer.png'), pointer;
|
||||
|
||||
&:hover{
|
||||
text-decoration: none;
|
||||
@ -341,7 +352,7 @@ img{
|
||||
margin: 0;
|
||||
}
|
||||
&.bubble-action {
|
||||
cursor: pointer;
|
||||
cursor: url('../images/cursor_pointer.png'), pointer;
|
||||
text-decoration: underline
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user