Please remember that WiKirby contains spoilers, which you read at your own risk! See our general disclaimer for details.

MediaWiki:Monobook.css: Difference between revisions

From WiKirby, your independent source of Kirby knowledge.
Jump to navigationJump to search
(more round)
m (Moydow moved page User:Results May Vary/monobook.css to MediaWiki:Monobook.css without leaving a redirect)
(No difference)

Revision as of 00:28, 31 March 2019

div#globalWrapper {
	background:#FFA3AE;
}

body {
  background:#FFA3AE repeat;
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
}

#content, #footer { 
  background-color: #fff7f8;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
}

.portlet .pBody {
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
}

/* border */
.wikiEditor-ui .wikiEditor-ui-view, #content, #footer {
  border: 2px solid #A92C3C;
}

textarea {
  border-color: #A92C3C;
}

/* links */


#p-cactions li, #p-cactions li:hover, #p-cactions li a, #p-cactions li a:hover, #p-cactions li.selected, #p-cactions li.selected a {
  background:#fff7f8;
  border-color: #A92C3C;
}

/* user links */

#p-personal ul a {
    background-color:#FFA3AE;
}

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

/* rounded */
#p-cactions ul li, #p-cactions ul li a {
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
}

/* edit summary tab */

.editOptions {
  background-color: #ffd3d9;
  border-color: #A92C3C;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
}

.portlet .pBody {
  background-color: #fff7f8;
  border: 2px solid #A92C3C;
}