User:Whiteknight/per book/User:Whiteknight.css

Note: After saving, changes may not occur immediately. Click here to learn how to bypass your browser's cache.
  • Mozilla / Firefox / Safari: hold down Shift while clicking Reload, or press Ctrl-Shift-R (Cmd-Shift-R on Apple Mac);
  • Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5;
  • Konqueror: simply click the Reload button, or press F5;
  • Opera users may need to completely clear their cache in Tools→Preferences.
/*<source lang="css">*/
/*
pre {
  color: #000000;
  background-color: #F0FFFF;
  border: 2px solid #00AAAA;
}
*/

/*Fixing source code coloring for a dark background*/
.source-css .kw1, .source-javascript .kw1 {
  color: #FAFAD2;
}

.source-javascript .kw2 {
  color: #C0C0C0;
}

.source-javascript .kw3 {
  color: lightgoldenrodyellow;
}

/*</source>*/