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
(moving here)
(cleanup code)
Line 4: Line 4:
h3 + dl, h4 + dl, h5 + dl {
h3 + dl, h4 + dl, h5 + dl {
margin-top: -0.1em;
margin-top: -0.1em;
}
div#globalWrapper, body {
  background:#f8ac61;
}
}


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


#contentSub, #contentSub2 {
textarea {
    margin: 0 0 1em 1em;
  border-color:#777870;
}
}


pre {
/* sidebar boxes */
background-color: #fff;
.pBody {
border: 1px dashed #777870;
    background: #eee;
color: #000;
    border: 1px solid #778870;
overflow:auto;
}
code {
background-color: #fff;
color: #000;
}
}


.portlet {
/* user links */
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;
}


li#pt-userpage, li#pt-anonuserpage, li#pt-login {
li#pt-userpage, li#pt-anonuserpage, li#pt-login {
Line 49: Line 34:
}
}


#p-cactions li.selected a {
/* tabs */
  border:1px solid #778870;
#p-cactions li {
  border-bottom:none;
    background:#ffdf7f;
    border-top-left-radius:50px;
    border-top-right-radius:50px;
    border-right:2px solid #7f5f00;
    border-top:none;
    border-bottom:none;
    border-left:none;
}
}
#p-cactions li a {
#p-cactions li:hover {
  background-color:transparent;
    background:#fff7df;
  color:darkolivegreen;
}
}


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


#p-cactions li.selected, textarea {
/* active tab */
  border-color:#777870;
#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 {
#p-cactions li {
    background:transparent !important;
  background:#fff;
  border-bottom:none;
  border-color: #777870;
}
}


Line 98: Line 90:
}
}
#mw-indicator-shortcut {
#mw-indicator-shortcut {
top: 15px;
top: 14px;
}
}


Line 122: Line 114:
   border: 1px solid #778870;
   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; }

Revision as of 15:36, 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 {
    background:#ffdf7f;
    border-top-left-radius:50px;
    border-top-right-radius:50px;
    border-right:2px solid #7f5f00;
    border-top:none;
    border-bottom:none;
    border-left:none;
}
#p-cactions li:hover {
    background:#fff7df;
}

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

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