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
mNo edit summary
No edit summary
 
(One intermediate revision by one other user not shown)
Line 74: Line 74:


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


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

Latest revision as of 23:24, 9 March 2023

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