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
No edit summary
Tag: Reverted
No edit summary
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
/* Temporrary change */
.mw-wiki-logo {
background-image: url(https://cdn.wikirby.com/9/9b/WiKirby.png);
    background-size: contain;
}
div#globalWrapper {  
div#globalWrapper {  
   background: transparent;
   background: transparent;
Line 4: Line 10:


body {
body {
   background: url(https://cdn.wikirby.com/b/b1/Yellow_Void.png) top left fixed;
   background: url(https://cdn.wikirby.com/d/da/Pink_Void.png) top left fixed;
   border-top-left-radius: 1em;
   border-top-left-radius: 1em;
   border-bottom-left-radius: 1em;
   border-bottom-left-radius: 1em;
Line 17: Line 23:


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


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


Line 128: Line 134:


#searchButton {
#searchButton {
   background: url(/w/skins/WikirbyClassic/images/shadow/go.png) transparent no-repeat;
   background: url(https://cdn.wikirby.com/go.png) transparent no-repeat;
   background-size: 18px;
   background-size: 18px;
   border: none;
   border: none;
Line 135: Line 141:
}
}
#mw-searchButton {
#mw-searchButton {
     background: url(/w/skins/WikirbyClassic/images/shadow/search.png) transparent no-repeat;
     background: url(https://cdn.wikirby.com/search.png) transparent no-repeat;
   background-size: 48px;
   background-size: 48px;
     border: none;
     border: none;
Line 142: Line 148:


input.searchButton {  
input.searchButton {  
     cursor: pointer;  
     cursor: pointer;
    font-size: 10pt!important;
}
 
#searchBody {
padding-bottom: 0!important;
}
}


Line 167: Line 178:


.mw-body-content { overflow: initial; }
.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%);
}
}

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