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

Difference between revisions of "MediaWiki:Monobook.css"

From the Crash Bandicoot Wiki, the Crash Bandicoot encyclopedia
Jump to navigationJump to search
m (14px)
(add)
Line 8: Line 8:
}
}


.firstHeading { margin-top: 5px; }
p { margin: 0.6em 0 0.7em 0; }
h1 { font-size: 193%; }
h3 + dl, h4 + dl, h5 + dl {
margin-top: -0.1em;
}


#p-personal .pBody ul {
#p-personal .pBody ul {

Revision as of 15:52, March 20, 2021

/* CSS placed here will affect users of the MonoBook skin */
div#globalWrapper {
  background: #ffce73;
}

body {
  background: #ffce73;
}

.firstHeading { margin-top: 5px; }
p { margin: 0.6em 0 0.7em 0; }
h1 { font-size: 193%; }
h3 + dl, h4 + dl, h5 + dl {
	margin-top: -0.1em;
}

#p-personal .pBody ul {
  background: #FFF;
  float: right;
  padding-left: 0;
  height: 1.45em;
  border: 1px solid brown;
  border-top:none;
}


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

#p-cactions ul li, #p-cactions ul li a {
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  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;
}

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

textarea {
  border-color: darkorange;
}

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

.portlet {
	width: 11.8em;
}

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

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

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

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

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

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