You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
body {
|
|
|
|
|
font-family: Arial, sans-serif;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.rod {
|
|
|
|
|
float: right;
|
|
|
|
|
width: 50px;
|
|
|
|
|
height: 300px;
|
|
|
|
|
border: 1px solid black;
|
|
|
|
|
background-color: lightblue;
|
|
|
|
|
padding: 0;
|
|
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: flex-end;
|
|
|
|
|
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hook {
|
|
|
|
|
background-color: sandybrown;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 50px;
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pull {
|
|
|
|
|
background-color: cornflowerblue;
|
|
|
|
|
width: 250px;
|
|
|
|
|
height: 250px;
|
|
|
|
|
border-radius: 15px;
|
|
|
|
|
border: 5px solid darkblue;
|
|
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
|
align-content: space-around;
|
|
|
|
|
justify-content: space-around;
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
|
|
font-size: 4.7em;
|
|
|
|
|
user-select: none;
|
|
|
|
|
color: white;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pull:active {
|
|
|
|
|
background-color: #a4bbe5;
|
|
|
|
|
margin-top: 3px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fish {
|
|
|
|
|
width: 50px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
z-index: 10;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fish img {
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fishyScoreIndicatorWrapper {
|
|
|
|
|
height: 10px;
|
|
|
|
|
margin-top: -15px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
background-color: white;
|
|
|
|
|
z-index: 50;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.fishyScoreIndicator {
|
|
|
|
|
height: 10px;
|
|
|
|
|
width: 0%;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
background-color: greenyellow;
|
|
|
|
|
}
|