MediaWiki:Monobook.css: Difference between revisions

From MiiWiki
Jump to navigationJump to search
(fixing header. I think I like how this looks tbh.)
m (;)
Line 1: Line 1:
div#globalWrapper {
div#globalWrapper {
background:transparent
background:transparent;
}
}


Line 8: Line 8:
background-blend-mode: screen !important;
background-blend-mode: screen !important;
border-top-left-radius:1em;
border-top-left-radius:1em;
border-bottom-left-radius:1em
border-bottom-left-radius:1em;
}
}


Line 44: Line 44:
#content,
#content,
#footer {
#footer {
  border:2px solid #b5b5b5
  border:2px solid #b5b5b5;
}
}
textarea {
textarea {
  border-color:#066F71
  border-color:#066F71;
}
}


Line 56: Line 56:
border-top-left-radius:1em;
border-top-left-radius:1em;
border-top-right-radius:1em;
border-top-right-radius:1em;
padding-bottom:5px
padding-bottom:5px;
}
}
#p-cactions li {
#p-cactions li {
Line 97: Line 97:
background:url(https://cdn.miiwiki.org/2/26/Favicon.png) top left no-repeat!important;
background:url(https://cdn.miiwiki.org/2/26/Favicon.png) top left no-repeat!important;
background-size:16px!important;
background-size:16px!important;
padding:1px 0 2px 20px!important
padding:1px 0 2px 20px!important;
}
}
#p-personal ul a {
#p-personal ul a {
background-color:transparent
background-color:transparent;
}
}
#p-personal ul a:hover {
#p-personal ul a:hover {
background-color:transparent;
background-color:transparent;
text-decoration:underline
text-decoration:underline;
}
}
#p-personal .pBody ul {
#p-personal .pBody ul {
Line 123: Line 123:
border: 1px solid #c8ccd1;
border: 1px solid #c8ccd1;
border-top-right-radius:1em;
border-top-right-radius:1em;
border-bottom-right-radius:1em
border-bottom-right-radius:1em;
}
}
/* Sidebar */
/* Sidebar */
Line 141: Line 141:
border-top-right-radius:1em;
border-top-right-radius:1em;
border-bottom-left-radius:1em;
border-bottom-left-radius:1em;
border-bottom-right-radius:1em
border-bottom-right-radius:1em;
}
}
#p-cactions .new a {
#p-cactions .new a {
Line 158: Line 158:
}
}
.mw-changeslist-legend {
.mw-changeslist-legend {
border:1px solid #066F71
border:1px solid #066F71;
}
}
#searchButton {
#searchButton {
Line 165: Line 165:
border:none;
border:none;
color:transparent;
color:transparent;
font-weight:normal
font-weight:normal;
}
}
#mw-searchButton {
#mw-searchButton {
Line 171: Line 171:
background-size:48px;
background-size:48px;
border:none;
border:none;
color:transparent
color:transparent;
}
}
input.searchButton {
input.searchButton {
cursor: pointer
cursor: pointer;
}
}
#p-cactions li.selected {
#p-cactions li.selected {
Line 184: Line 184:
.usermessage {
.usermessage {
background-color:#E6E6FA;
background-color:#E6E6FA;
border:1px solid #8A2BE2
border:1px solid #8A2BE2;
}
}
#mw-indicator-shortcut {
#mw-indicator-shortcut {
padding-top:14px
padding-top:14px;
}
}
a {
a {
color:#00f
color:#00f;
}
}
a:visited {
a:visited {
color:#00c
color:#00c;
}
}
#siteNotice {
#siteNotice {
Line 199: Line 199:
border-bottom:2px solid #066F71;
border-bottom:2px solid #066F71;
padding:3px 2px 2px 2px;
padding:3px 2px 2px 2px;
margin:-2px 0 6px
margin:-2px 0 6px;
}
}
.mw-parser-output a.extiw {
.mw-parser-output a.extiw {
color:#06f
color:#06f;
}
}
.mw-parser-output a.extiw:visited {
.mw-parser-output a.extiw:visited {
color:#3366BB
color:#3366BB;
}
}
.mw-parser-output a.external {
.mw-parser-output a.external {
color:#06f
color:#06f;
}
}
.mw-parser-output a.external:visited {
.mw-parser-output a.external:visited {
color:#0044CC
color:#0044CC;
}
}



Revision as of 20:47, 15 February 2022

div#globalWrapper {
	background:transparent;
}

body {
	background:url(https://cdn.miiwiki.org/7/7a/MiiWiki_Background_Vector.png) top left fixed;
	background-color: #8C8C8C !important;
	background-blend-mode: screen !important;
	border-top-left-radius:1em;
	border-bottom-left-radius:1em;
}

@media screen and (max-width: 550px) {
	.mw-body-content {
		overflow: revert;
	}
}

#footer {
	background-color: #CECCBD !important;
	background-image: url(https://cdn.miiwiki.org/1/1f/MiiWiki_Page_Background.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 {
	background-color: #CECCBD !important;
	background-image: url(https://cdn.miiwiki.org/1/1f/MiiWiki_Page_Background.png) !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 {
 border-color:#066F71;
}

/* Tabs */
#p-cactions ul li,
#p-cactions ul li a {
	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 {
    z-index: 3;
    background-color: #f6f5ee;
}
#p-cactions .new a {
    color: #a55858;
}
#p-cactions li a {
    color: #000;
    text-transform: full-size-kana;
}

body.skin--responsive .pBody {
    border-width: 2px;
    border-color: #b5b5b5;
}

body.skin--responsive #p-cactions li {
    border-width: 2px;
    border-color: #b5b5b5!important;
    padding-bottom: 3px;
}

body.skin--responsive #p-cactions li.selected a {
    border-bottom: 1px solid #fff;
}

/* 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!important;
	background-size:16px!important;
	padding:1px 0 2px 20px!important;
}
#p-personal ul a {
	background-color:transparent;
}
#p-personal ul a:hover {
	background-color:transparent;
	text-decoration:underline;
}
#p-personal .pBody ul {
	background: repeating-linear-gradient(180deg,transparent ,transparent 5px,#FAFAFA 5px,#FAFAFA 10px),linear-gradient(to bottom,#FCFCFC,#E7E7E7)!important;
	border-bottom:2px solid #b5b5b5!important;
	border-left:2px solid #b5b5b5!important;
	border-bottom-left-radius:0.5em;
	float:right!important;
	padding-left:5px!important;
	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 */
body.skin--responsive .portlet h3 {
    padding: 0 1em 0 0.5em;
	font-weight: bold;
	color: #999;
	font-size: 1.2em;
}
#sidebar > .portlet .pBody {
	box-shadow: rgba(0,0,0,0.15) 0 0.1em 0.75em;
	background: repeating-linear-gradient(180deg,transparent ,transparent 5px,#DADADA 5px,#DADADA 10px),linear-gradient(to bottom,#FCFCFC,#E2E2E2);
	border:2px solid #b5b5b5;
}
.portlet .pBody {
	border-top-left-radius:1em;
	border-top-right-radius:1em;
	border-bottom-left-radius:1em;
	border-bottom-right-radius:1em;
}
#p-cactions .new a {
	color: #a55858;
}
#sidebar ul {
	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;
}
#searchButton {
	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:#00f;
}
a:visited {
	color:#00c;
}
#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:#06f;
}
.mw-parser-output a.extiw:visited {
	color:#3366BB;
}
.mw-parser-output a.external {
	color:#06f;
}
.mw-parser-output a.external:visited {
	color:#0044CC;
}

/* Mobile things if you're using Monobook's """"responsive"""" mode */
@media screen and (max-width: 550px) {
	#searchGoButton {
		background-position: center;
	}
	.mobile-menu-active {
		background: repeating-linear-gradient(180deg,transparent,transparent 5px,#DADADA 5px,#DADADA 10px),linear-gradient(to bottom,#FCFCFC,#E2E2E2);
		box-shadow: rgb(0 0 0 / 15%) 0 0.1em 0.75em;
		border: 2px solid #b5b5b5;
		border-radius: 15px;
	}
	.portlet h3 {
		color: #6c6c6c;
	}
	#p-cactions ul li, #p-cactions ul li a {
		background: none;
		border: none;
		color: #0645ad;
	}
	#sidebar > .portlet .pBody, #p-personal .pBody ul {
		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;
	}
}