Skip to content

Commit

Permalink
add new command to bible
Browse files Browse the repository at this point in the history
  • Loading branch information
Aelto committed Mar 11, 2021
1 parent e7107ae commit 7a87f73
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/rer-bible/console/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@ <h2>Console commands</h2>
pins in weird positions and you can't remove them. This command is useful for
that, it removes pins from all maps no matter their position and type
</p>

<p>
<span>rerabandonbounty</span>, to cancel the currently active bounty.
</p>
</section>

</body>
Expand Down
25 changes: 25 additions & 0 deletions docs/rer-bible/master.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,29 @@ img, iframe {
display: block;
margin-left: auto;
margin-right: auto;
}

.spoiler {
display: none;
}

.spoiler:target {
display: block;
}

.spoiler:target + .spoiler-show {
display: none;
}

.spoiler > a {
display: block;
}

img:active {
position: fixed;
top: 50%;
left: 50%;
max-width: 90%;
transform: translate(-50%, -50%);
max-height: 90%;
}

0 comments on commit 7a87f73

Please sign in to comment.