There are currently 0 stubs. You can help us by expanding these articles!

Difference between revisions of "MediaWiki:Monobook.css"

From the Conker Wiki, the Conker encyclopedia
Jump to navigationJump to search
m (updated link colors at top right)
(mw indicator)
Line 81: Line 81:
#searchInput {
#searchInput {
   border: 1px solid #778870;
   border: 1px solid #778870;
}
#mw-indicator-shortcut {
top: 14px;
}
}

Revision as of 03:35, July 6, 2020

#content {
  	background:#fff;
	border:1px solid #777870;
	color:#000000;
	min-width:800px;
	border-right:1px solid #244d1a !important;
}
pre {
	background-color: #fff;
	border: 1px dashed #777870;
	color: #000;
	overflow:auto;
}
code {
	background-color: #fff;
	color: #000;
}

.generated-sidebar .pBody, #footer, #p-tb .pBody, #p-lang .pBody, div#searchBody.pBody {
   background:#eee;
   border:1px solid #778870;
}

div#globalWrapper, body {
  background:#f8ac61;
}

#p-cactions li.selected a{
   border:1px solid #778870;
   border-bottom:none;
}
#p-cactions li a {
   background-color:transparent;
   color:darkolivegreen;
}

#p-cactions li.selected a:hover {
   background-color:#fff;
}

#p-cactions li.selected, textarea {
  border-color:#777870;
}

#p-cactions li {
  background:#fff;
  border-bottom:none;
  border-color: #777870;
}

#ca-edit a { 
   font-weight: bold !important;
}

#p-personal li a {
   color:darkolivegreen;
}

#p-personal ul {
   background-color:white;
   padding-left:0em;
}

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

/* search button (thanks to super mario wiki) */

input.searchButton {
	padding: 0 0.4em !important;
	cursor: pointer;
	background-color: white;
	border: 1px solid #778870; 
	font-weight: normal;
} 
#searchGoButton {
   font-weight: normal;
}
#searchInput {
   border: 1px solid #778870;
}

#mw-indicator-shortcut {
	top: 14px;
}