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
(disambig)
Line 92: Line 92:
#mw-indicator-shortcut {
#mw-indicator-shortcut {
top: 15px;
top: 15px;
}
/* disambig template */
#disambig {
border-top: 3px double #778870;
border-bottom: 3px double #778870;
}
}



Revision as of 17:01, March 22, 2021

.firstHeading { margin-top: 5px; }
p { margin: 0.6em 0 0.7em 0; }
h1 { font-size: 193%; }
h3 + dl, h4 + dl, h5 + dl {
	margin-top: -0.1em;
}

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

#contentSub, #contentSub2 {
    margin: 0 0 1em 1em;
}

pre {
	background-color: #fff;
	border: 1px dashed #777870;
	color: #000;
	overflow:auto;
}
code {
	background-color: #fff;
	color: #000;
}

.portlet {
	width: 11.8em;
}

.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;
}

/* Indicator icons */
.mw-indicators {
	top: -10px;
}
.anon .mw-indicators {
	top: -5px;
}
#mw-indicator-shortcut {
	top: 15px;
}

/* disambig template */
#disambig {
	border-top: 3px double #778870; 
	border-bottom: 3px double #778870;
}

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