Skip to content

Commit

Permalink
Fix page: "MEMORANDUM [...] "GUARDIANSHIP""
Browse files Browse the repository at this point in the history
Fix is very crude, may be reverted in the future.

Also, style is now exactly 682 lines long :P
  • Loading branch information
mechalynx committed Jun 6, 2017
1 parent 9dfee1b commit 68d2655
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,8 @@ Reporting bugs and making suggestions
- Opening an issue in this repo is the preferred way to report bugs. If you don't have and don't want to make a GitHub account, use the original forum thread instead.
- The same applies to suggestions.
- If an issue is related to a specific page or SCP document, prefix the issue with "Page bug: ". There is no need to add the title, but feel free to do so if it's short. Use a descriptive name for the issue please (especially if there's a lot of open issues already).

Known Issues
------------

- Certain images are very complicated or impossible to adjust, such as the portraits on ["Hello World"](http://www.scp-wiki.net/hello-world)
9 changes: 9 additions & 0 deletions userstyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -670,4 +670,13 @@ regexp('https?:\/\/scpsandbox2\.wdfiles\.com\/local--html\/start\/b1d22cc85b51d1
}
}

/* ---Page: "MEMORANDUM 083 REGARDING PROJECT "GUARDIANSHIP""--- */
/* ---very crude fix-------------------------------------------- */

@-moz-document regexp('https?:\/\/(www.)?scp-wiki\.(net|wikidot\.com)\/memorandum-083-regarding-project-guardianship') {
img[alt="oria.png"]{
filter: invert(78.5%) hue-rotate(180deg) saturate(500%) contrast(100%) brightness(50%);
}
}

/* --- */

0 comments on commit 68d2655

Please sign in to comment.