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 15:38, August 26, 2021 by Limp Bizkit (talk | contribs) (re)
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 #777870;
	border-right:none;
}

textarea {
  border-color:#777870;
}

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

/* user links */

li#pt-userpage, li#pt-anonuserpage, li#pt-login {
    color: #606060;
    background: url(https://conker.rarewiki.com/w/images/7/72/SHC_icon.jpg) top left no-repeat;
    padding: 1px 0px 1px 20px;
    line-height: 17px;
}

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

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

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

#p-cactions li a {
    background:transparent;
}


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


/* active tab */
#p-cactions li.selected {
    background:#fff7df;
    border-right:2px solid #7f5f00;
    border-top:none;
    border-bottom:none;
    border-left:none;
}
#p-cactions li.selected a {
    background:transparent !important;
}

#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: 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;
}

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

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

.portlet {
	width: 11.8em;
}

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

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