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
m (Reverted edits by Results May Vary (talk) to last revision by Fubaka)
Tag: Rollback
(removing unnecessary "outbound link")
Line 4: Line 4:


body {
body {
   background: url(https://wikirby.com/w/images/d/da/Pink_Void.png) top left fixed;
   background: url(/w/images/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 10: Line 10:


#content, #footer {  
#content, #footer {  
   background: url(https://wikirby.com/w/images/d/da/Pink_Void.png) -150px top left fixed;
   background: url(/w/images/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 89: Line 89:


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

Revision as of 00:43, 22 February 2020

div#globalWrapper { 
  background: transparent;
} 

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

#content, #footer { 
  background: url(/w/images/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;
}

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

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

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

input.searchButton { 
    cursor: pointer; 
}

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