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

Difference between revisions of "MediaWiki:Monobook.css"

From the Crash Bandicoot Wiki, the Crash Bandicoot encyclopedia
Jump to navigationJump to search
(fix link)
(cleanup code)
Line 1: Line 1:
/* CSS placed here will affect users of the MonoBook skin */
div#globalWrapper {
  background: #FBD475;
}
body {
  background: #FBD475;
}
.firstHeading { margin-top: 5px; }
.firstHeading { margin-top: 5px; }
p { margin: 0.6em 0 0.7em 0; }
p { margin: 0.6em 0 0.7em 0; }
Line 15: Line 6:
}
}


#p-personal .pBody ul {
div#globalWrapper, body {
   background: #FFF;
   background:#FBD475;
   float: right;
}
   padding-left: 0;
 
  height: 1.45em;
.wikiEditor-ui .wikiEditor-ui-view, #content, #footer {
  border: 1px solid brown;
   border-color: brown;
  border-top:none;
}
 
textarea {
   border-color: #A52A2A;
}
 
/* sidebar boxes */
.pBody {
    border: 1px solid #A52A2A;
}
}


/* tabs */


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


#p-cactions ul li, #p-cactions ul li a {
#p-cactions li.selected a
   border-color: #000;
   background:transparent;
}
}


Line 51: Line 51:
}
}


/* border */
#p-personal .pBody ul {
.wikiEditor-ui .wikiEditor-ui-view, #content, #footer {
   background: #FFF;
   border-color: brown;
  float: right;
}
   padding-left: 0;
 
  height: 1.45em;
textarea {
   border-color: darkorange;
}
 
.portlet .pBody {
   border: 1px solid brown;
   border: 1px solid brown;
  border-top:none;
}
}


.portlet {
li#pt-userpage, li#pt-anonuserpage, li#pt-login {
width: 11.8em;
  background: url(/w/Wumpa.png) top left no-repeat;
  background-size: 15px;
  padding: 1px 1px 2px 20px;
}
}


Line 79: Line 77:
}
}


/* edit summary window */
/* disambig template */
.editOptions {
#disambig {
  background-color: #FFE5CC;
border-top: 3px double #A52A2A;  
  border-color: darkorange;
border-bottom: 3px double #A52A2A;
}
 
li#pt-userpage, li#pt-anonuserpage, li#pt-login {
  background: url(/w/Wumpa.png) top left no-repeat;
  background-size: 15px;
  padding: 1px 1px 2px 20px;
}
}
/* wikitable*/
table.wikitable {background:#fff;margin:1em 0;border:1pt solid #A52A2A;border-collapse:collapse;color:black}
table.wikitable > * > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td, table.wikitable > * > tr > th {border:1pt solid #A52A2A;padding:0.2em 0.4em}
table.wikitable > * > tr > th {background: #F8A651;}


/* search button (thanks to super mario wiki) */
/* search button (thanks to super mario wiki) */
Line 106: Line 93:
}  
}  
#searchGoButton {
#searchGoButton {
font-weight: normal;
  font-weight: normal;
}
}
#searchInput {
#searchInput {
  border: 1px solid #A52A2A;
}
/* #siteNotice {
border-top: 1px solid #A52A2A;
border-bottom: 1px solid #A52A2A;
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 #A52A2A;
border: 1px solid #A52A2A;
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 20:05, August 30, 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:#FBD475;
}

.wikiEditor-ui .wikiEditor-ui-view, #content, #footer {
  border-color: brown;
}

textarea {
  border-color: #A52A2A;
}

/* sidebar boxes */
.pBody {
    border: 1px solid #A52A2A;
}

/* tabs */

#p-cactions li {
  border-color: #A52A2A !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: #00f;
}
#p-personal li a:hover {
	background-color: none;
	text-decoration: underline;
}
li#pt-userpage, li#pt-anonuserpage, li#pt-login {
	color: #606060;
}

#p-personal .pBody ul {
  background: #FFF;
  float: right;
  padding-left: 0;
  height: 1.45em;
  border: 1px solid brown;
  border-top:none;
}

li#pt-userpage, li#pt-anonuserpage, li#pt-login {
  background: url(/w/Wumpa.png) 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 #A52A2A; 
	border-bottom: 3px double #A52A2A;
}

/* search button (thanks to super mario wiki) */

input.searchButton {
	padding: 0 0.4em !important;
	cursor: pointer;
	background-color: white;
	border: 1px solid #A52A2A; 
	font-weight: normal;
} 
#searchGoButton {
   font-weight: normal;
}
#searchInput {
   border: 1px solid #A52A2A;
}


/* #siteNotice {
	border-top: 1px solid #A52A2A;
	border-bottom: 1px solid #A52A2A;
	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 #A52A2A;
	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; }