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
(fixing more)
(fixing more)
Line 35: Line 35:


/* tabs */
/* tabs */
#p-cactions li {
#p-cactions li {
  background:#fff;
   border-color: #778870 !important;
  border-bottom:none;
   border-color: #777870;
}
 
#p-cactions li.selected a {
  border:1px solid #778870;
  border-bottom:none;
  z-index:3;
}
 
#p-cactions li.selected a:hover {
  background-color:#fff;
}
}


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


Line 108: Line 97:
   background: #eee;
   background: #eee;
   border: 1px solid #778870;
   border: 1px solid #778870;
  border-right:none;
}
}



Revision as of 15:49, August 26, 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;
}

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 {
  border-color: #778870 !important;
}

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

/* user links */

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

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