User:PalaceSwitcher/monobook.css: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
(Infobox test)
(Optimizations and minor fixes)
Line 1: Line 1:
body {
body { background: #202020 url(https://www.mariowiki.com/images/a/a5/SMWikiBGInverted.png); }
background: #202020 url(https://www.mariowiki.com/images/a/a5/SMWikiBGInverted.png);
}
#content, #toc {
#content, #toc {
border: 1px solid lightgray;
border: 1px solid lightgray;
Line 7: Line 5:
background: #202020;
background: #202020;
}
}
#content table {
#content table { background: #303030; }
color: #E0E0E0;
 
background: #303030;
}
.tocnumber { color: #E0E0E0; }
.tocnumber { color: #E0E0E0; }
#filetoc { background: #303030; }
#filetoc { background: #303030; }
.mw-parser-output .infobox #character { background: #171717; }
.mw-parser-output .infobox #character > tbody > tr:nth-child(2n+3) { background: #085D08; }


#content table th {
#content table th {
Line 24: Line 17:
color: #D0D0D0;
color: #D0D0D0;
background-color: #303030;
background-color: #303030;
}
#tpp table {
background: #272727;
border: 1px solid lightgray;
}
}


Line 34: Line 23:
background: #303030;
background: #303030;
}
}


.todo-entry {
.todo-entry {
Line 67: Line 55:
padding: 2px;
padding: 2px;
}
}
#footer { background-color: #404040; }
#footer {
#siteNotice {
background-color: #404040;
background-color: #606060;
color: #D0D0D0;
}
}
#siteNotice { background-color: #606060; }
.usermessage {
.usermessage {
background: #00E400;
background: #00E400;

Revision as of 12:53, January 7, 2025

body { background: #202020 url(https://www.mariowiki.com/images/a/a5/SMWikiBGInverted.png); }
#content, #toc {
	border: 1px solid lightgray;
	color: #E0E0E0;
	background: #202020;
}
#content table { background: #303030; }

.tocnumber { color: #E0E0E0; }
#filetoc { background: #303030; }

#content table th {
	color: #C0C0C0;
	background-color: #404040;
}
#content table tr {
	color: #D0D0D0;
	background-color: #303030;
}

#edit table, #nav table { border: none; }
.mainpagebox#nav {
	background: #303030;
}

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

#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); }

a, #p-personal .pBody ul li a, .MainTopText a { color: lightblue; }
a:visited, #p-cactions li 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: #D0D0D0;
}
#siteNotice { background-color: #606060; }
.usermessage {
	background: #00E400;
	border: 1.1px dashed #060;
}

.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: #B0B0B0;
	background-color: #606060;
}