User:PinkYoshiFan/monobook.css

From MiiWiki
< User:PinkYoshiFan
Revision as of 23:38, 2 February 2022 by PinkYoshiFan (talk | contribs) (trying to reduce the code that was just copied to just the actual dark mode stuff and also cut out some line breaks)
Jump to navigationJump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
body {
	background:color(black) !important;
	background-image:url(https://cdn.discordapp.com/attachments/683694809470468146/915762557728460830/MiiWiki_Background_dark.png) !important;
	background-color: black !important;
	color:#d1d1d1
}
#footer {
	background-color:black !important;
	border:2px solid #b5b5b5;
	background-image:url(https://cdn.discordapp.com/attachments/683694809470468146/915762557728460830/MiiWiki_Background_dark.png) !important;
	}

#content {
	background-image:none !important;
	color:#d1d1d1;
	border:2px solid #b5b5b5;
	background-color:rgba(0,0,0,0.5) !important;
	}
textarea {
 border-color:#066F71
 color(#d1d1d1);
}

#p-cactions ul li, #p-cactions ul li a {background-color:#d2d2d2;}
#p-cactions li {border: 2px solid #b5b5b5;}
#p-cactions li.selected {border-color: #b5b5b5;}
#p-cactions li.selected a {
    z-index: 3;
    background-color: #f6f5ee;
}
#p-cactions .new a {color: #a55858;}
#p-cactions li a {
    color: black;
    text-transform: full-size-kana;
}

/* user links */
li#pt-userpage, li#pt-anonuserpage, li#pt-login {
	background:url(https://cdn.miiwiki.org/2/26/Favicon.png) top left no-repeat;
	background-size:16px;
	padding:1px 0 2px 20px
}
#p-personal .pBody ul {
	background: repeating-linear-gradient(180deg,transparent ,transparent 5px,#FAFAFA 5px,#FAFAFA 10px),linear-gradient(to bottom,#FCFCFC,#E7E7E7);
	border-bottom:2px solid #b5b5b5;
	border-left:2px solid #b5b5b5;
}

/* Sidebar */
.portlet h3 {color: #999;}
#sidebar > .portlet .pBody {
	background: repeating-linear-gradient(180deg,transparent ,transparent 5px,#1f1f1f 5px,#1f1f1f 10px),linear-gradient(to bottom,#2b2b2b,#000000);
	border:2px solid #b5b5b5;
}
#p-cactions .new a {color: #a55858;}
.mw-changeslist-legend {border:1px solid #066F71}
input.searchButton {cursor: pointer}
#p-cactions li.selected {border-color:#b5b5b5;}
.usermessage {color:#000;}

a {color:#40b6ff}
a:visited {color:#2e96ff}
.new:visited{color:#ff7373 !important}
.new {color:#ff8aa3 !important}

#siteNotice {
	border-top:2px solid #066F71;
	border-bottom:2px solid #066F71;
	padding:3px 2px 2px 2px;
	margin:-2px 0 6px
}
.mw-parser-output a.extiw {
	color:#3dc2ff
}
.mw-parser-output a.extiw:visited {
	color:#3b9dff
}
.mw-parser-output a.external {
	color:#66cfff
}
.mw-parser-output a.external:visited {
	color:#5ec4ff
}

/* Mobile things if you're using Monobook's """"responsive"""" mode */
	.mobile-menu-active {
		background: repeating-linear-gradient(180deg,transparent ,transparent 5px,#1f1f1f 5px,#1f1f1f 10px),linear-gradient(to bottom,#2b2b2b,#000000);
		border: 2px solid #b5b5b5;
	}
	.portlet h3 {
		color: #6c6c6c;
	}
	#p-cactions ul li, #p-cactions ul li a {
		background: none;
		border: none;
		color: #0645ad;
	}
h1, h2, h3, h4, h5, h6{color: #d1d1d1;}

.thumbcaption {
	color:#d1d1d1;
	background-color:#121212;
}
.toc {
	background-color:#121212;
	color:#d1d1d1;
}
.catlinks { 
	background-color:#121212;
	color:#d1d1d1;
}
.diff-deletedline { 
	background-color:white;
	color:black;
}
.diff-addedline { 
	background-color:white;
	color:black;
}
.tocnumber{color:#d1d1d1;}
#editcount table {background-color:#000 !important;}
.mw-changeslist-legend{background-color:#000;}