Canadienne ORG Wiki
Advertisement

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.
<link> url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow');
url('https://fonts.googleapis.com/css?family=Lights+Into+Shadow+Two'); </link>

pre {
    background-color: #FFF77D;
    border-bottom: 1px solid lightgrey;
    font-family: Impact;
    font-size: 8pt;
    height: 140px;
    overflow: auto;
    padding: 3px;
    }
/*B&W*/
.bw {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+, IE10 */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
.bw:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.WikiaUserPagesHeader h1 {
    font-size: 28px;
    font-family: "Survivant", "Arial";
    color: black;
    
}
Advertisement