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
(rounded tabs; why not?)
(updated info again)
Line 16: Line 16:
   border-top-left-radius: 1em;
   border-top-left-radius: 1em;
   border-top-right-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;
}
.editOptions {
  background-color: #F9EFB7;
  border-color: darkorange;
}
}

Revision as of 22:48, May 25, 2019

/* 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;
}

.editOptions {
  background-color: #F9EFB7;
  border-color: darkorange;
}