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 search button (looked ugly before))
(Topppp)
 
(35 intermediate revisions by 2 users not shown)
Line 1: Line 1:
body {
.firstHeading { margin-top: 5px; }
        background:#fff;
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 {
#content {
  background:#fff;
border:1px solid #778870;
border:1px solid #ffa500;
border-right:none;
color:#000000;
min-width:800px;
border-right:1px solid #244d1a !important;
}
}
pre {
 
background-color: #fff;
textarea {
border: 1px dashed #ffa500;
  border-color:#778870;
color: #000;
overflow:auto;
}
}
code {
 
background-color: #fff;
/* sidebar boxes */
color: #000;
body.skin--responsive .pBody {
    background: #eee;
    border: 1px solid #778870;
}
}
 
/* THUMB */
/* tabs */
div.thumb div {
 
background:#f7f7f7; repeat scroll 0 0 transparent !important;
body.skin--responsive #p-cactions li {
border-color: #f7f7f7;
  border-color: #778870 !important;
color: #000;
}
}
div.thumb div a img {
 
border-color: #f7f7f7;
body.skin--responsive #p-cactions li.selected a
  background:transparent;
}
}
div.tright, div.tleft {
 
border:1px solid #f7f7f7;
/* user links */
body.skin--responsive #p-personal a.new {
color: #f00;
}
body.skin--responsive #p-personal a.new:visited {
color: #c00;
}
body.skin--responsive#p-personal li a {
  color:darkolivegreen;
}
body.skin--responsive #p-personal li a:hover {
background-color: none;
text-decoration: underline;
}
}


.generated-sidebar .pBody, #searchBody, #p-tb .pBody, #p-wikicities-nav .pBody, #p-lang .pBody {
body.skin--responsive #p-personal ul {
        background:#fff; repeat scroll 0 0 transparent !important;;
  background-color:#EEE;
border:2px solid #ffa500 !important;
  padding-left:0em;
  border-left: 1px solid #778870;
  border-bottom: 1px solid #778870;
  line-height:1.55em;
}
}


div#globalWrapper {
body.skin--responsive #p-personal ul a:hover {
  background:#FFF;
    text-decoration: underline;
    background-color:transparent;
}
}


#p-cactions li.selected a{
body.skin--responsive li#pt-userpage, li#pt-anonuserpage, li#pt-login {
background-color:#fff;
    color: #606060;
border-bottom:1px solid #ffa500;
    background: url(https://cdn.conkerwiki.com/7/72/SHC_icon.jpg) top left no-repeat;
    background-size: 15px;
    padding: 1px 1px 2px 20px;
}
}
#p-cactions li a {
 
background-color:transparent;
/* Indicator icons */
color:#ffa500;
.mw-indicators {
top: -10px;
}
}
#p-cactions li.selected a:hover {background-color:#fff;}
.anon .mw-indicators {
#p-cactions li a:hover {
top: -5px;
background-color:transparent;
text-decoration:underline;
}
}
#p-cactions li.selected {border-color:#ffa500;}
#mw-indicator-shortcut {
#p-cactions li {
top: 16px;
background:#fff; repeat scroll 0 0 transparent;
border-style: solid solid none;
border-color: #ffa500;
}
}
#ca-edit a { font-weight: bold !important; }


#p-personal li a{ color:#ffa500; font-weight: bold !important; }
/* disambig template */
#p-personal ul a:hover {
#disambig {
    text-decoration: underline;
border-top: 3px double #778870;  
    background-color:transparent;
border-bottom: 3px double #778870;
}
}


Line 76: Line 93:
cursor: pointer;
cursor: pointer;
background-color: white;
background-color: white;
border: 1px solid brown;  
border: 1px solid #778870;  
font-weight: normal;
font-weight: normal;
}  
}  
#searchGoButton {
#searchGoButton {
font-weight: normal;
  font-weight: normal;
}
}
#searchInput {
#searchInput {
border: 1px solid brown;
  border: 1px solid #778870;
}
 
/* put search bar up top */
#sidebar {
    display: flex;
    flex-direction: column;
}
#p-search {
    order: -1;
}
 
/* 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 */
body.skin--responsive .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;
}
    #sidebar .portlet[role="navigation"] {
        display: none !important;
    }
}
.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; }

Latest revision as of 15:01, March 10, 2022

.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 */
body.skin--responsive .pBody {
    background: #eee;
    border: 1px solid #778870;
}

/* tabs */

body.skin--responsive #p-cactions li {
  border-color: #778870 !important;
}

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

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

body.skin--responsive #p-personal ul {
   background-color:#EEE;
   padding-left:0em;
   border-left: 1px solid #778870;
   border-bottom: 1px solid #778870;
   line-height:1.55em;
}

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

body.skin--responsive 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: 16px;
}

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

/* put search bar up top */
#sidebar {
    display: flex;
    flex-direction: column;
}
#p-search {
    order: -1;
}

/* 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 */
body.skin--responsive .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;
	}
    #sidebar .portlet[role="navigation"] {
        display: none !important;
    }
}

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