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
Line 4: Line 4:


body {
body {
   background: url(/w/images/9/92/WiKirby_monobook_background.png) top no-repeat fixed;
   background: url(/w/images/9/92/WiKirby_monobook_background.png) top left no-repeat fixed;
   border-top-left-radius: 1em;
   border-top-left-radius: 1em;
   border-bottom-left-radius: 1em;
   border-bottom-left-radius: 1em;
Line 10: Line 10:


#content, #footer {  
#content, #footer {  
   background: url(/w/images/9/92/WiKirby_monobook_background.png) -150px top no-repeat fixed;
   background: url(/w/images/9/92/WiKirby_monobook_background.png) -150px top left no-repeat fixed;
   background-color: #fff7f8;
   background-color: #fff7f8;
   background: rgba(255, 255, 255, 0.80);
   background: rgba(255, 255, 255, 0.80);

Revision as of 01:30, 22 April 2019

div#globalWrapper { 
  background: transparent;
} 

body {
  background: url(/w/images/9/92/WiKirby_monobook_background.png) top left no-repeat fixed;
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
}

#content, #footer { 
  background: url(/w/images/9/92/WiKirby_monobook_background.png) -150px top left no-repeat 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;
}

/* user links */

li#pt-userpage, li#pt-anonuserpage, li#pt-login {
  background: url(/w/images/d/d5/Kirby_KCC_sprite.png) top left no-repeat;
  background-size: 16px;
  padding: 1px 0 2px 20px;
}

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

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

/* 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(/w/skins/WikirbyClassic/arrow.png);
}

/* search */

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

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