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

MediaWiki:Monobook.css

From the Spyro Wiki, the Spyro and Skylanders encyclopedia
Revision as of 18:35, December 22, 2020 by Results May Vary (talk | contribs) (15px top)
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: #8662c2;
}

body {
  background: #8662c2;
}


#p-personal .pBody ul {
  background: #FFF;
  float: right;
  padding-left: 0;
  height: 1.45em;
}

#p-cactions li {
  border-color: #F2C055 !important;
}

#p-cactions ul li, #p-cactions ul li a {
  border-color: #000;
}

/* user links */
#p-personal a.new {
	color: #f00;
}
#p-personal a.new:visited {
	color: #c00;
}
#p-personal li a {
	color: #00f;
}
#p-personal li a:hover {
	background-color: none;
	text-decoration: underline;
}
li#pt-userpage, li#pt-anonuserpage, li#pt-login {
	color: #606060;
}

/* Indicator icons */
.mw-indicators {
	top: -10px;
}
.anon .mw-indicators {
	top: -5px;
}
#mw-indicator-shortcut {
	top: 15px;
}

/* border */
#content, #footer {
  background-color: #f9f8fc;
}

.wikiEditor-ui .wikiEditor-ui-view, #content, #footer {
  border-color: #F2C055;
}

textarea {
  border-color: #B25F33;
}

.portlet .pBody {
  background-color:#f9f8fc;
  border: 1px solid #F2C055;
}

.portlet {
	width: 11.8em;
}

/* sidebar text color */
h3#p-search-label, h3#p-navigation-label, h3#p-browse-label, h3#p-tb-label, h3#p-community-label {
    color:gold;
}

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

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

/* wikitable*/
table.wikitable {background:#fff;margin:1em 0;border:1px solid black;border-collapse:collapse;color:black}
table.wikitable > * > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td, table.wikitable > * > tr > th {border:1px solid #522678;padding:0.2em 0.4em}
table.wikitable > * > tr > th {background: #cbc2e5;}


/* search button (thanks to super mario wiki) */

input.searchButton {
	padding: 0 0.4em !important;
	cursor: pointer;
	background-color: white;
	border: 1px solid #B25F33; 
	font-weight: normal;
} 
#searchGoButton {
	font-weight: normal;
}
#searchInput {
	border: 1px solid #B25F33;
}