This is a minimal stylesheet for CK Shene's website(s), primarily focusing on CS3331.
Using a browser plugin like Stylus, it's easy to apply the stylesheet:
- Copy + paste the link to the raw stylesheet into something like
RawGitraw.githack.com (this is important as GitHub serves files with the wrongContent-Typeto mitigate hotlinking) and copy the new URL to the file. - Create a new style in Stylus or whatever style manager you're using:
@import url(URL_TO_STYLESHEET);- Apply the style to the correct sites (e.g. with CS3331, URLs prefixed with
http://www.csl.mtu.edu/cs3331.ck/www/).
- NOTE: you can use regex to apply the stylesheet to only HTML pages like so:
https?://www.csl.mtu.edu/cs3331.ck/www/.*?\.html