On Friday, April 19, 2024 at 10:00 PM New York time, all OpenWiki Project sites will be undergoing scheduled maintenance for about 2 hours. Expect read-only access and brief periods of downtime.

MediaWiki:Monobook.css

From WiKirby, your independent source of Kirby knowledge.
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.
/* Temporrary change */
.mw-wiki-logo {
	background-image: url(https://cdn.wikirby.com/9/9b/WiKirby.png);
    background-size: contain;
}

div#globalWrapper { 
  background: transparent;
} 

body {
  background: url(https://cdn.wikirby.com/d/da/Pink_Void.png) top left fixed;
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
}

@media (min-width: 2000px) {
	#globalWrapper {
		max-width: 1500px;
		margin: auto;
	}
}

#content, #footer { 
  background: url(https://cdn.wikirby.com/d/da/Pink_Void.png) -150px top left fixed;
  background-color: #fff7f8;
  background: rgba(255, 255, 255, 0.80);
  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;
}

/*Tabs*/
#p-cactions ul li, #p-cactions ul li a {
  background-color: #fff7f8;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  padding-bottom: 5px;
}

body.skin--responsive .pBody {
    border-width: 2px;
    border-color: #a92c3c;
}

body.skin--responsive #p-cactions li {
    border-width: 2px;
    border-color: #a92c3c!important;
    padding-bottom: 3px;
}

body.skin--responsive #p-cactions li.selected a {
    border-bottom: 1px solid #fff;
}

/* user links */

li#pt-userpage, li#pt-anonuserpage, li#pt-login {
  background: url(https://cdn.wikirby.com/8/86/New_WiKirby_Favicon_candidate_2.png) top left no-repeat!important;
  background-size: 16px!important;
  padding: 1px 0 2px 20px!important;
}

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

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

#p-personal .pBody ul {
    background: rgba(255,255,255,0.80)!important;
    border-bottom: 1px solid #A92C3C!important;
    border-left: 1px solid #A92C3C!important;
    border-bottom-left-radius: 0.5em;
    float: right!important;
    padding-left: 5px!important;
    height: 1.55em;
}

@media (min-width: 2000px) {
	#p-personal .pBody ul {
		border-right: 1px solid #A92C3C!important;
		border-radius: 0 0 .5em .5em!important;
	}
}

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

#sidebar ul {
  list-style-image: url(https://cdn.wikirby.com/arrow.png);
}

/* search */

#searchInput {
  border: 1px solid #A92C3C;
} 

.mw-changeslist-legend {
  border: 1px solid #A92C3C;
}

#searchButton {
  background: url(https://cdn.wikirby.com/go.png) transparent no-repeat;
  background-size: 18px;
  border: none;
  color: transparent;
  font-weight: normal;
}
#mw-searchButton {
    background: url(https://cdn.wikirby.com/search.png) transparent no-repeat;
  background-size: 48px;
    border: none;
  color: transparent;
}

input.searchButton { 
    cursor: pointer;
    font-size: 10pt!important;
}

#searchBody {
	padding-bottom: 0!important;
}

#p-cactions li.selected {
  border-color: #A92C3C;
}

.portlet {
	width: 11.8em;
}

.usermessage {
  background-color:#E6E6FA;
  border: 1px solid #8A2BE2;
}

a { color: #00f; }
a:visited { color: #00c; }

.mw-parser-output a.extiw { color: #06f; }
.mw-parser-output a.extiw:visited { color: #3366BB; }
.mw-parser-output a.external { color: #06f; }
.mw-parser-output a.external:visited { color: #0044CC; }

.mw-body-content { overflow: initial; }

/* Save-confirmation dialog */
@media (min-width: 2000px) {
	.mw-notification-area-overlay:last-of-type {
		max-width: 1500px;
		right: 50%;
		transform: translateX(50%);
	}
}