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

MediaWiki:Monobook.css

From the Conker Wiki, the Conker encyclopedia
Revision as of 16:20, December 11, 2021 by Ampera (talk | contribs)
Jump to navigationJump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
.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;
}

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

#content {
	border:1px solid #778870;
	border-right:none;
}

textarea {
  border-color:#778870;
}

/* sidebar boxes */
.pBody {
    background: #eee;
    border: 1px solid #778870;
}

/* tabs */

#p-cactions li {
  border-color: #778870 !important;
}

#p-cactions li.selected a
  background:transparent;
}

/* user links */
#p-personal a.new {
	color: #f00;
}
#p-personal a.new:visited {
	color: #c00;
}
#p-personal li a {
   color:darkolivegreen;
}
#p-personal li a:hover {
	background-color: none;
	text-decoration: underline;
}

#p-personal ul {
   background-color:#EEE;
   padding-left:0em;
   border-left: 1px solid #778870;
   border-bottom: 1px solid #778870;
}

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

li#pt-userpage, li#pt-anonuserpage, li#pt-login {
    color: #606060;
    background: url(https://cdn.conkerwiki.com/7/72/SHC_icon.jpg) top left no-repeat;
    background-size: 15px;
    padding: 1px 1px 2px 20px;
}

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

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

/* footer */
#footer {
  background: #eee;
  border: 1px solid #778870;
  border-right:none;
}

/* #siteNotice {
	border-top: 1px solid #778870;
	border-bottom: 1px solid #778870;
	padding: 3px 2px 2px 2px;
	margin: -2px 0 11px;
}
body.page-Main_Page.action-view #bodyContent {
	margin-top: -17px;
}
body.page-Main_Page.action-view #siteNotice {
	margin-bottom: 32px;
} */

/* talk page tab spacing */

li#ca-addsection {
   margin-left:4px;
}

/* miscellaneous */
#p-cactions {
  left: 11.7em;
  border-radius:10px;
}

.portlet {
	width: 11.8em;
}

select {
	border: 1px solid #778870;
	color: black;
}

/* Responsive fixes */
@media all and (max-width: 550px) {
	.mw-body-content {
		overflow: visible !important;
	}
	.infobox {
		margin: 1em 0 !important;
	}
	.infobox, .nav-right,
	#mw-content-text table {
		float: none !important;
		width: auto !important;
		overflow: auto !important;
		display: block !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		max-width: 100% !important;
		min-width: 0 !important;
	}
	#mw-content-text table > tbody {
		width: 100% !important;
		display: table !important;
	}
	body div.thumb {
		float: none !important;
		width: auto !important;
		max-width: none !important;
		margin: 1em 0;
	}
	div.thumb, div.thumbinner {
		overflow: auto !important;
	}
	div.noresize > map ~ img {
		max-width: none !important;
	}
	div.thumbinner > div {
		float: none !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	div.thumbcaption {
		margin-top: 3px !important;
	}
	div.thumbimage {
		max-width: max-content;
	}
	ul.gallery {
		text-align: center;
	}
	div.gallerytext {
		text-align: left;
	}
	center div.gallerytext,
	.gallery.center div.gallerytext,
	.gallery[style*="center"] div.gallerytext {
		text-align: center;
	}
	a.feedlink {
		padding-left: 16px;
	}
	caption {
		display: block;
	}
}

.pBody, 
.portlet h3, 
ul#f-list {
	font-family: verdana, sans-serif;
}

input[type="radio"], 
input[type="checkbox"] {
	border: none;
}


.oo-ui-dropdownWidget { max-width:35em; }