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

User:Starvoid/monobook.css: Difference between revisions

From WiKirby, your independent source of Kirby knowledge.
Jump to navigationJump to search
mNo edit summary
mNo edit summary
Line 75: Line 75:
a.extiw:visited { color: black; }
a.extiw:visited { color: black; }
a.external { color: black; }
a.external { color: black; }
a.external:visited { color:black; }
a.external:visited { color: black; }
div.thumbcaption {  
div.thumbcaption {  
background:rgba(215, 225, 252, 0.80) !important;  
background:rgba(215, 225, 252, 0.80) !important;  

Revision as of 22:23, 4 December 2023

.mw-wiki-logo {
	background-image: url(https://cdn.wikirby.com/a/a9/Wikirby_logo_-_Starvoid_monobook.png);
    background-size: contain;
}
div#globalWrapper { background: 
transparent; } body { background:
url(https://cdn.wikirby.com/b/b4/KEY_Fabric_Snow_Mountain.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/b/b4/KEY_Fabric_Snow_Mountain.png) -150px top left fixed; 
background-color: #dce2f5;
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;
}
.wikiEditor-ui .wikiEditor-ui-view, #content, #footer {
  border: 2px solid #505387;
}
textarea {
  border-color: #505387;
}
#p-cactions ul li, #p-cactions ul li a {
  background: 
  transparent;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  padding-bottom: 5px;
}
body.skin--responsive .pBody {
    border-width: 2px;
    border-color: #505387;
}

body.skin--responsive #p-cactions li {
    border-width: 2px;
    border-color: #505387!important;
    padding-bottom: 3px;
}
body.skin--responsive #p-cactions li.selected a {
    border-bottom: 1px solid white;
}
.editOptions {
  background: url(https://cdn.wikirby.com/5/54/KEY_Fabric_Baby_Stars.png);
  border-color: #505387;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
}
.portlet .pBody {
   background: url(https://cdn.wikirby.com/8/83/KEY_Fabric_Butter_Building.png);
  border: 2px solid #505387;
}
#searchInput {
  border: 1px solid #6067cc;
}
.mw-changeslist-legend {
  border: 1px solid #6067cc;
}
a { color: black; }
a:visited { color: black; }
a.extiw { color: black; }
a.extiw:visited { color: black; }
a.external { color: black; }
a.external:visited { color: black; }
div.thumbcaption { 
background:rgba(215, 225, 252, 0.80) !important; 
margin-top: 2px;
border: 1px solid black;
text-align: center;
}