User:Skace/monobook.css

From RoDpedia
Revision as of 17:49, 4 September 2008 by Skace (talk | contribs) (New page: This is a test: .test123 { padding: 1em; border: 1px solid #C0C0C0; color: silver; background-color: black; line-height: 100%; max-width: 600px; font-family: monospaced;...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* This is a test */
.test123 {
  padding: 1em;
  border: 1px solid #C0C0C0;
  color: silver;
  background-color: black;
  line-height: 100%;
  max-width: 600px;
  font-family: monospaced;
}