User:PalaceSwitcher/monobook.css: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
No edit summary
(Add override for PM recipe tables)
 
(58 intermediate revisions by the same user not shown)
Line 1: Line 1:
body, #content, #content table, #toc {
body { background: #202020 url(https://www.mariowiki.com/images/a/a5/SMWikiBGInverted.png); }
.mw-body {
border: 1px solid lightgray;
color: #E0E0E0;
color: #E0E0E0;
background: #202020;
background: #202020;
}
}
#content table th {
.mw-body span[style="color:#000"] { color: #E0E0E0 !important; }
color: #D0D0D0;
.wikitable {
background-color: #303030;
color: #E0E0E0 !important;
background: #303030;
border: 1pt solid lightgray;
}
.wikitable > tr > th, .wikitable > * > tr > th { background-color: #404040; }
.wikitable > tr > td, .wikitable > * > tr > td { background: #303030; }
.wikitable td[style="border-bottom:solid 1px #DDD"] { border-bottom: solid 1px #666 !important; }
 
.tocnumber { color: #E0E0E0; }
#filetoc, #toc {
border: 1px solid lightgray;
background: #272625;
}
 
div .noarticletext {
border: 1px solid #909090;
color: #E0E0E0;
background: #303030;
}
 
div .thumbinner, li.gallerybox div .thumb {
border: 1px solid #37332E;
background-color: #272625;
}
html .thumbimage { border: 1px solid #37332E; }
 
.MainTopText a { color: #E0E0E0 !important; }
.mainpagebox { background: #171720; }
.mainpagebox#nav { background: #1E1E20; }
 
.navbox {
color: #E0E0E0;
background: #202020;
border: 1px solid #37332E;
}
 
#content #mp-body, #niwa {
border: 1px solid #202020;
background: #202020;
}
 
.infobox { color: #E0E0E0; }
.mw-parser-output .infobox#character {
background: #272625 !important;
color: #E0E0E0;
}
}
#content table tr {
 
color: #C0C0C0;
.todo-entry {
background-color: #404040;
background: #404040;
border: 1px solid lightgray;
}
}


#sidebar {
#pagehistory ul li.selected {
outline: 1px dashed #3D362E;
color: #E0E0E0;
color: #E0E0E0;
background-color: #202020;
background: #272625;
}
}
#sidebar .pBody {
 
background-color: #404040;
.notice-template {
color: #D0D0D0;
background: #272625 !important;
}
}


/*#p-cactions .pBody ul li { background-color: #404040; }*/
#sidebar { color: #E0E0E0; }
#sidebar .pBody { background-color: #404040; }
 
#p-cactions .pBody ul li, #p-cactions .pBody ul li.selected {
#p-cactions .pBody ul li, #p-cactions .pBody ul li.selected {
border-color: gray;
border-color: gray;
Line 29: Line 81:
color: lightblue;
color: lightblue;
}
}
#p-caction .pBody ul li a .new {
#p-caction .pBody ul li a .new { color: red; }
color: red;
 
}
.oo-ui-icon-tray, .oo-ui-icon-bell { filter: invert(1); }


a {
.mw-body a span[style="color:#000"] { color: lightblue !important; }
color: lightblue;
a, #p-personal .pBody ul li a, #content a { color: lightblue; }
}
a:visited, #p-cactions li a:visited, #content a:visited { color: #CBC3E3; }
a:visited, #p-cactions li a:visited { color: #CBC3E3; }
h1, h2, h3, h4, h5, h6 { color: #F0F0F0; }
h1, h2, h3, h4, h5, h6 { color: #F0F0F0; }


Line 42: Line 93:


#catlinks {
#catlinks {
border: 1px dotted #272;
border: 1px dotted lightgray;
background-color: #fdfffd;
background-color: #272727;
padding: 4px;
padding: 2px;
}
}
#siteNotice {
#footer {
background-color: #606060;
background-color: #404040;
color: #E0E0E0;
}
}
#siteNotice { background-color: #606060; }
.usermessage {
.usermessage {
background: #00E400;
background: #00E400;
border: 1.1px dashed #060;
border: 1.1px dashed #060;
}
}
.diff-context {
border-color: #2A2C30;
color: #E0E1E2;
background: #272625;
}
.diff-addedline, .diff-deletedline { background: #202020 !important; }
.diff-deletedline { border-color: #CFB46C; }
.diff-addedline { border-color: #83B3DF; }
.diff-addedline .diffchange { background: #98ACBF; }


.mw-message-box {
.mw-message-box {
Line 60: Line 123:
}
}


select {
select { border: 1px solid #2f6f2f; }
border: 1px solid #2f6f2f;  
}


#searchInput {
#searchInput {
Line 75: Line 136:
}
}
#wpTextbox1, textarea {
#wpTextbox1, textarea {
color: #B0B0B0;
color: #D0D0D0;
background-color: #606060;
background-color: #272727;
}
}

Latest revision as of 01:04, January 12, 2025

body { background: #202020 url(https://www.mariowiki.com/images/a/a5/SMWikiBGInverted.png); }
.mw-body {
	border: 1px solid lightgray;
	color: #E0E0E0;
	background: #202020;
}
.mw-body span[style="color:#000"] { color: #E0E0E0 !important; }
.wikitable {
	color: #E0E0E0 !important;
	background: #303030;
	border: 1pt solid lightgray;
}
.wikitable > tr > th, .wikitable > * > tr > th { background-color: #404040; }
.wikitable > tr > td, .wikitable > * > tr > td { background: #303030; }
.wikitable td[style="border-bottom:solid 1px #DDD"] { border-bottom: solid 1px #666 !important; }

.tocnumber { color: #E0E0E0; }
#filetoc, #toc {
	border: 1px solid lightgray;
	background: #272625;
}

div .noarticletext {
	border: 1px solid #909090;
	color: #E0E0E0;
	background: #303030;
}

div .thumbinner, li.gallerybox div .thumb {
	border: 1px solid #37332E;
	background-color: #272625;
}
html .thumbimage { border: 1px solid #37332E; }

.MainTopText a { color: #E0E0E0 !important; }
.mainpagebox { background: #171720; }
.mainpagebox#nav { background: #1E1E20; }

.navbox {
	color: #E0E0E0;
	background: #202020;
	border: 1px solid #37332E;
}

#content #mp-body, #niwa {
	border: 1px solid #202020;
	background: #202020;
}

.infobox { color: #E0E0E0; }
.mw-parser-output .infobox#character {
	background: #272625 !important;
	color: #E0E0E0;
}

.todo-entry {
	background: #404040;
	border: 1px solid lightgray;
}

#pagehistory ul li.selected {
	outline: 1px dashed #3D362E;
	color: #E0E0E0;
	background: #272625;
}

.notice-template {
	color: #D0D0D0;
	background: #272625 !important;
}

#sidebar { color: #E0E0E0; }
#sidebar .pBody { background-color: #404040; }

#p-cactions .pBody ul li, #p-cactions .pBody ul li.selected {
	border-color: gray;
	background-color: #202020;
}
#p-cactions .pBody ul li a, #p-cactions .pBody ul li a:hover, #p-cactions .pBody ul li.selected a {
	background-color: #202020;
	color: lightblue;
}
#p-caction .pBody ul li a .new { color: red; }

.oo-ui-icon-tray, .oo-ui-icon-bell { filter: invert(1); }

.mw-body a span[style="color:#000"] { color: lightblue !important; }
a, #p-personal .pBody ul li a, #content a { color: lightblue; }
a:visited, #p-cactions li a:visited, #content a:visited { color: #CBC3E3; }
h1, h2, h3, h4, h5, h6 { color: #F0F0F0; }

pre { border: 1px dashed #060; }

#catlinks {
	border: 1px dotted lightgray;
	background-color: #272727;
	padding: 2px;
}
#footer {
	background-color: #404040;
	color: #E0E0E0;
}
#siteNotice { background-color: #606060; }
.usermessage {
	background: #00E400;
	border: 1.1px dashed #060;
}

.diff-context {
	border-color: #2A2C30;
	color: #E0E1E2;
	background: #272625;
}
.diff-addedline, .diff-deletedline { background: #202020 !important; }
.diff-deletedline { border-color: #CFB46C; }
.diff-addedline { border-color: #83B3DF; }
.diff-addedline .diffchange { background: #98ACBF; }

.mw-message-box {
	border-color: lightgray;
	color: #E0E0E0;
	background-color: #757271;
}

select { border: 1px solid #2f6f2f; }

#searchInput {
	border-color: lightblue;
	color: #C0C0C0;
	background-color: #707070;
}
#searchButton, #mw-searchButton {
	border-color: lightblue;
	color: #D0D0D0;
	background-color: #606060;
}
#wpTextbox1, textarea {
	color: #D0D0D0;
	background-color: #272727;
}