User:Kadano/monobook.css

From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump 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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* default colour notes */
/* a #002bb8 */
/* a:visited #5a3696 */
/* a:active #faa700 */
/* a:hover #------ */
/* a.stub #772233 */
/* a.new #ba0000 */
/* a.new:visited #a55858 */
/* a.external: #3366bb */

/* light-links: for dark or blue backgrounds (75% brighter) */

.light-links a {
  color:#bfcaed;
}
.light-links a:visited {
  color:#d5cce4
}
.light-links a:active {
  color:#fde9bf;
}
.light-links a.stub {
  color:#ddc7cc;
}
.light-links a.new {
  color:#edbfbf;
}
.light-links a.new:visited {
  color:#e8d5d5;
}
.light-links #bodyContent a.extiw,
.light-links #bodyContent a.extiw:active,
.light-links #bodyContent a.external,
.light-links #bodyContent a.external:active {
  color:#bfe7e7;
}
.light-links #bodyContent a.extiw:visited,
.light-links #bodyContent a.external:visited {
  color:#cfdfdf;
}

/* recent changes symbols */
.newpage {
  font-weight:bold;
  color:#009f5f;
}
.minoredit {
  font-weight:bold;
  font-style:italic;
  color:#9f3fbf;
}
.botedit {
  font-weight:bold;
  color:#7f7f7f;
}
.unpatrolled {
  font-weight:bold;
  color:#bf3f3f;
}

/* recent changes comments */
.comment {
  font-style:italic;
  color:#000000;
}
.autocomment {
  color:#7f7f7f;
}

body {
  background:#f7f7ff url(/images/b/bb/BackgroundConcept.png) bottom right no-repeat;
}

.usermessage {
  border:2px solid #ff9f00;
  background:rgba(255,159,0,0.125) url(/images/thumb/a/a5/Message.png/32px-Message.png) left no-repeat;
  padding:0.4em 0.4em 0.4em 32px;
}