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
No edit summary
Line 129: Line 129:
   border: 1px solid #8A2BE2;
   border: 1px solid #8A2BE2;
}
}
a { color: #00f; }
a:visited { color: #00c; }

Revision as of 14:22, 6 July 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;
}

#p-personal .pBody ul {
    background: rgba(255,255,255,0.80);
    border-bottom: 1px solid #A92C3C;
    border-left: 1px solid #A92C3C;
    border-bottom-left-radius: 0.5em;
    float: right;
    padding-left: 5px;
    height: 1.55em;
}
1px border

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

.portlet {
	width: 11.8em;
}

.usermessage {
  background-color:#E6E6FA;
  border: 1px solid #8A2BE2;
}

a { color: #00f; }
a:visited { color: #00c; }