There are currently 39 stubs. You can help us by expanding these articles!

MediaWiki:Monobook.css

From the Crash Bandicoot Wiki, the Crash Bandicoot encyclopedia
Revision as of 23:14, May 25, 2019 by Results May Vary (talk | contribs) (wikitable style)
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.
/* CSS placed here will affect users of the MonoBook skin */
div#globalWrapper {
	background-image: url(/images/b/b1/CBW_background.png);
}

body {
  background: url(/images/b/b1/CBW_background.png) repeat;
}

#p-personal ul a:hover {
    text-decoration: underline;
    background-color:transparent;
}

#p-cactions ul li, #p-cactions ul li a {
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  border-color: darkorange;
}

/* border */
.wikiEditor-ui .wikiEditor-ui-view, #content, #footer {
  border-color: darkorange;
}

textarea {
  border-color: darkorange;
}

.portlet .pBody {
  border: 1px solid orange;
}

/* edit summary window */
.editOptions {
  background-color: #F9EFB7;
  border-color: darkorange;
}

li#pt-userpage, li#pt-anonuserpage, li#pt-login {
  background: url(/Wumpa.png) top left no-repeat;
  background-size: 16px;
  padding: 1px 0 2px 20px;
}

/* wikitable for lylat wiki */
table.wikitable {background:#fff;margin:1em 0;border:1pt solid #FFD67D;border-collapse:collapse;color:black}
table.wikitable > * > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td, table.wikitable > * > tr > th {border:1pt solid #FFD67D;padding:0.2em 0.4em}
table.wikitable > * > tr > th {background: #F9EFB7;}