From SCP: Secret Laboratory English Official Wiki

Revision as of 20:39, 25 August 2018 by Blue (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */

/* CSS override to fix diff page */
.diff-addedline,.diff-deletedline,.diff-context {
 font-size:88%;
 line-height:1.6;
 vertical-align:top;
 white-space:-moz-pre-wrap;
 white-space:pre-wrap;
 border-style:solid;
 border-width:1px 1px 1px 4px;
 border-radius:0.33em;
 color: white;
}
.diff-addedline {
 border-color:#a3d3ff;
}
.diff-deletedline {
 border-color:#ffbf13;
}
.diff-context {
 background: #111;
 border-color: white;
 color: #ccc;
}
.diff-addedline .diffchange {
 background:#1390ff;
}
.diff-deletedline .diffchange {
 background:#ffbf13;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.