User:PinkYoshiFan/monobook.css: Difference between revisions

From MiiWiki
Jump to navigationJump to search
m (FINALLY)
(trying to reduce the code that was just copied to just the actual dark mode stuff and also cut out some line breaks)
Line 1: Line 1:
div#globalWrapper {
background:transparent
}
body {
body {
background:color(black) !important;
background:color(black) !important;
background-image:url(https://cdn.discordapp.com/attachments/683694809470468146/915762557728460830/MiiWiki_Background_dark.png) !important;
background-image:url(https://cdn.discordapp.com/attachments/683694809470468146/915762557728460830/MiiWiki_Background_dark.png) !important;
background-color: black !important;
background-color: black !important;
background-blend-mode: screen !important;
border-top-left-radius:1em;
border-bottom-left-radius:1em;
color:#d1d1d1
color:#d1d1d1
}
}
@media screen and (max-width: 550px) {
.mw-body-content {
overflow: revert;
}
}
#footer {
#footer {
background-color:black !important;
background-color:black !important;
border:2px solid #b5b5b5;
background-image:url(https://cdn.discordapp.com/attachments/683694809470468146/915762557728460830/MiiWiki_Background_dark.png) !important;
background-image:url(https://cdn.discordapp.com/attachments/683694809470468146/915762557728460830/MiiWiki_Background_dark.png) !important;
background-blend-mode: screen !important;
}
padding-bottom:4em;
margin-bottom:0%;
border-bottom: none !important;
border-left: none !important;
border-right: none !important;
overflow: hidden;
margin-top: 7em;
}


#content {
#content {
background-image:none !important;
background-image:none !important;
color:#d1d1d1;
color:#d1d1d1;
border:2px solid #b5b5b5;
background-color:rgba(0,0,0,0.5) !important;
background-color:rgba(0,0,0,0.5) !important;
background-blend-mode: screen !important;
}
box-shadow: rgba(0,0,0,0.15) 0 0.1em 0.75em;
border-top-left-radius: 1em;
border-top-right-radius: 1em;
border-bottom-left-radius: 1em;
border-bottom-right-radius: 1em;
}
/* Border */
.wikiEditor-ui .wikiEditor-ui-view,
#content,
#footer {
border:2px solid #b5b5b5
}
textarea {
textarea {
  border-color:#066F71
  border-color:#066F71
Line 54: Line 22:
}
}


/* Tabs */
#p-cactions ul li, #p-cactions ul li a {background-color:#d2d2d2;}
#p-cactions ul li,
#p-cactions li {border: 2px solid #b5b5b5;}
#p-cactions ul li a {
#p-cactions li.selected {border-color: #b5b5b5;}
background-color:#d2d2d2;
border-top-left-radius:1em;
border-top-right-radius:1em;
padding-bottom:5px
}
#p-cactions li {
    border: 2px solid #b5b5b5;
}
#p-cactions li.selected {
    border-color: #b5b5b5;
}
#p-cactions li.selected a {
#p-cactions li.selected a {
     z-index: 3;
     z-index: 3;
     background-color: #f6f5ee;
     background-color: #f6f5ee;
}
}
#p-cactions .new a {
#p-cactions .new a {color: #a55858;}
    color: #a55858;
}
#p-cactions li a {
#p-cactions li a {
     color: black;
     color: black;
Line 81: Line 36:


/* user links */
/* user links */
li#pt-userpage,
li#pt-userpage, li#pt-anonuserpage, li#pt-login {
li#pt-anonuserpage,
li#pt-login {
background:url(https://cdn.miiwiki.org/2/26/Favicon.png) top left no-repeat;
background:url(https://cdn.miiwiki.org/2/26/Favicon.png) top left no-repeat;
background-size:16px;
background-size:16px;
padding:1px 0 2px 20px
padding:1px 0 2px 20px
}
#p-personal ul a {
background-color:transparent
}
#p-personal ul a:hover {
background-color:transparent;
text-decoration:underline
}
}
#p-personal .pBody ul {
#p-personal .pBody ul {
Line 99: Line 45:
border-bottom:2px solid #b5b5b5;
border-bottom:2px solid #b5b5b5;
border-left:2px solid #b5b5b5;
border-left:2px solid #b5b5b5;
border-bottom-left-radius:0.5em;
float:right;
padding-left:5px;
height:1.55em;
box-shadow: rgba(0,0,0,0.15) 0 0.1em 0.75em;
}
}


/* Edit summary */
.editOptions {
background-color:#eaecf0;
color: #202122;
border: 1px solid #c8ccd1;
border-top-right-radius:1em;
border-bottom-right-radius:1em
}
/* Sidebar */
/* Sidebar */
.portlet h3 {
.portlet h3 {color: #999;}
    padding: 0 1em 0 0.5em;
text-transform: full-size-kana;
font-weight: bold;
color: #999;
font-size: 1.2em;
}
#sidebar > .portlet .pBody {
#sidebar > .portlet .pBody {
box-shadow: rgba(0,0,0,0.15) 0 0.1em 0.75em;
background: repeating-linear-gradient(180deg,transparent ,transparent 5px,#1f1f1f 5px,#1f1f1f 10px),linear-gradient(to bottom,#2b2b2b,#000000);
background: repeating-linear-gradient(180deg,transparent ,transparent 5px,#1f1f1f 5px,#1f1f1f 10px),linear-gradient(to bottom,#2b2b2b,#000000);
border:2px solid #b5b5b5;
border:2px solid #b5b5b5;
}
}
.portlet .pBody {
#p-cactions .new a {color: #a55858;}
border-top-left-radius:1em;
.mw-changeslist-legend {border:1px solid #066F71}
border-top-right-radius:1em;
input.searchButton {cursor: pointer}
border-bottom-left-radius:1em;
#p-cactions li.selected {border-color:#b5b5b5;}
border-bottom-right-radius:1em
.usermessage {color:#000;}
}
 
#p-cactions .new a {
a {color:#40b6ff}
color: #a55858;
a:visited {color:#2e96ff}
}
.new:visited{color:#ff7373 !important}
#sidebar ul {
.new {color:#ff8aa3 !important}
list-style-image:url(https://cdn.miiwiki.org/6/69/I.png);
 
}
/* Search */
#searchInput {
border:1px solid #b5b5b5;
background: linear-gradient(#fff,#e3e3e3);
box-shadow: rgba(0,0,0,0.15) 0 0.1em 0.75em;
border-width: 2px;
border-radius: 15px;
}
.mw-changeslist-legend {
border:1px solid #066F71
}
#searchGoButton {
background:url(https://cdn.miiwiki.org/e/e3/Go.png) transparent no-repeat;
background-size:18px;
border:none;
color:transparent;
font-weight:normal
}
#mw-searchButton {
background:url(https://cdn.miiwiki.org/9/95/Search.png) transparent no-repeat;
background-size:48px;
border:none;
color:transparent
}
input.searchButton {
cursor: pointer
}
#p-cactions li.selected {
border-color:#b5b5b5;
}
.portlet {
width:11.8em;
}
.usermessage {
background-color:#E6E6FA;
border:1px solid #8A2BE2
}
#mw-indicator-shortcut {
padding-top:14px
}
a {
color:#40b6ff
}
a:visited {
color:#2e96ff
}
.new:visited{
color:#ff7373 !important
}
.new {
color:#ff8aa3 !important
}
#siteNotice {
#siteNotice {
border-top:2px solid #066F71;
border-top:2px solid #066F71;
Line 211: Line 84:


/* Mobile things if you're using Monobook's """"responsive"""" mode */
/* Mobile things if you're using Monobook's """"responsive"""" mode */
@media screen and (max-width: 550px) {
#searchGoButton {
background-position: center;
}
.mobile-menu-active {
.mobile-menu-active {
background: repeating-linear-gradient(180deg,transparent ,transparent 5px,#1f1f1f 5px,#1f1f1f 10px),linear-gradient(to bottom,#2b2b2b,#000000);
background: repeating-linear-gradient(180deg,transparent ,transparent 5px,#1f1f1f 5px,#1f1f1f 10px),linear-gradient(to bottom,#2b2b2b,#000000);
box-shadow: rgb(0 0 0 / 15%) 0 0.1em 0.75em;
border: 2px solid #b5b5b5;
border: 2px solid #b5b5b5;
border-radius: 15px;
}
}
.portlet h3 {
.portlet h3 {
Line 229: Line 96:
color: #0645ad;
color: #0645ad;
}
}
#sidebar > .portlet .pBody, #p-personal .pBody ul {
h1, h2, h3, h4, h5, h6{color: #d1d1d1;}
background: none;
border: none;
box-shadow: none;
}
#ca-languages {
display: none;
}
#p-cactions-mobile li, #p-cactions-mobile li a {
border-width: 2px;
border-radius: 10px 10px 0 0;
}
.menu-toggle {
border-width: 2px;
border-radius: 10px;
}
#p-personal .pBody ul {
float: left;
}
li#pt-userpage, li#pt-anonuserpage, li#pt-login {
background-position-y: center;
}
}
h1, h2, h3, h4, h5, h6{
    color: #d1d1d1;
}


.thumbcaption {
.thumbcaption {
Line 276: Line 118:
color:black;
color:black;
}
}
.tocnumber{
.tocnumber{color:#d1d1d1;}
color:#d1d1d1;
#editcount table {background-color:#000 !important;}
}
.mw-changeslist-legend{background-color:#000;}
#editcount table {
background-color:#000 !important;
}
.mw-changeslist-legend{
background-color:#000;
}

Revision as of 23:38, 2 February 2022

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