diff --git a/docs/rer-bible/console/index.html b/docs/rer-bible/console/index.html index 92680672..df57cc70 100644 --- a/docs/rer-bible/console/index.html +++ b/docs/rer-bible/console/index.html @@ -129,6 +129,10 @@

Console commands

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

+ +

+ rerabandonbounty, to cancel the currently active bounty. +

diff --git a/docs/rer-bible/master.css b/docs/rer-bible/master.css index 6829fb51..f511ba98 100644 --- a/docs/rer-bible/master.css +++ b/docs/rer-bible/master.css @@ -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%; } \ No newline at end of file