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
(trying to make the colors fit)
(whit)
Line 7: Line 7:
   background: orange;
   background: orange;
}
}
#p-personal .pBody ul {
background: #FFF;
float: right;
padding-left: 0;
height: 1.45em;
}


#p-personal ul a:hover {
#p-personal ul a:hover {

Revision as of 12:56, May 26, 2019

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

body {
  background: orange;
}


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


#p-personal ul a:hover {
    text-decoration: underline;
    background-color:transparent;
}
#p-cactions li {
  border-color: #000 !important;
}

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

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

textarea {
  border-color: darkorange;
}

.portlet .pBody {
  border: 2px solid black;
}

/* edit summary window */
.editOptions {
  background-color: #FFE5CC;
  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*/
table.wikitable {background:#fff;margin:1em 0;border:1pt solid black;border-collapse:collapse;color:black}
table.wikitable > * > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td, table.wikitable > * > tr > th {border:1pt solid black;padding:0.2em 0.4em}
table.wikitable > * > tr > th {background: orange;}