MediaWiki:Monobook.css: Difference between revisions

From MiiWiki
Jump to navigationJump to search
(Created page with "div#globalWrapper { background: transparent; } body { background: url(http://localhost/wiki/images/d/d5/Wallpaper.png) top left fixed; border-top-left-radius: 1em;...")
 
m (this revision (icon on mobile but the list works) is still functional in preview, the icon thing on desktop might be some weird cache thing?)
Tag: Manual revert
 
(19 intermediate revisions by 5 users not shown)
Line 1: Line 1:
div#globalWrapper {  
div#globalWrapper {
  background: transparent;
background:transparent;
}  
}


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


#content, #footer {
@media screen and (max-width: 550px) {
  background: url(http://localhost/wiki/images/d/d5/Wallpaper.png) -150px top left fixed;
.mw-body-content {
  background-color: #fff7f8;
overflow: revert;
  background: rgba(255, 255, 255, 0.80);
}
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
}
}


.portlet .pBody {
#footer {
  border-top-left-radius: 1em;
background-color: #CECCBD !important;
  border-top-right-radius: 1em;
background-image: url(https://cdn.miiwiki.org/1/1f/MiiWiki_Page_Background.png) !important;
  border-bottom-left-radius: 1em;
background-blend-mode: screen !important;
  border-bottom-right-radius: 1em;
padding-bottom:4em;
margin-bottom:0%;
border-bottom: none !important;
border-left: none !important;
border-right: none !important;
overflow: hidden;
margin-top: 7em;
}
}


/* border */
#content {
.wikiEditor-ui .wikiEditor-ui-view, #content, #footer {
background-color: #CECCBD !important;
  border: 2px solid #066F71;
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;
}
}


textarea {
/* Tabs */
  border-color: #066F71;
#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;
}
}


/*Tabs*/
body.skin--responsive .pBody {
#p-cactions ul li, #p-cactions ul li a {
    border-width: 2px;
  background-color: #fff7f8;
    border-color: #b5b5b5;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  padding-bottom: 5px;
}
}


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


li#pt-userpage, li#pt-anonuserpage, li#pt-login {
body.skin--responsive #p-cactions li.selected a {
  background: url(http://localhost/wiki/images/2/26/Favicon.png) top left no-repeat;
    border-bottom: 1px solid #fff;
  background-size: 16px;
  padding: 1px 0 2px 20px;
}
}


/* 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 {
#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;
}
}
@media(min-width:551px){#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;
}}


#p-personal .pBody ul {
/* Edit summary */
    background: rgba(255,255,255,0.80);
.editOptions {
    border-bottom: 1px solid #066F71;
background-color:#eaecf0;
    border-left: 1px solid #066F71;
color: #202122;
    border-bottom-left-radius: 0.5em;
border: 1px solid #c8ccd1;
    float: right;
border-top-right-radius:1em;
    padding-left: 5px;
border-bottom-right-radius:1em;
    height: 1.55em;
}
}
1px border
/* Sidebar */
 
body.skin--responsive .portlet h3 {
/* edit summary tab */
    padding: 0 1em 0 0.5em;
 
font-weight: bold;
.editOptions {
color: #999;
  background-color: #ffd3d9;
font-size: 1.2em;
  border-color: #066F71;
}
  border-top-right-radius: 1em;
#sidebar > .portlet .pBody {
  border-bottom-right-radius: 1em;
box-shadow: rgba(0,0,0,0.15) 0 0.1em 0.75em;
background: repeating-linear-gradient(180deg,transparent ,transparent 5px,#F5F5F5 5px,#F5F5F5 10px),linear-gradient(to bottom,#FCFCFC,#F5F5F5);
border:2px solid #b5b5b5;
}
}
.portlet .pBody {
.portlet .pBody {
  background-color: #fff7f8;
border-top-left-radius:1em;
  border: 2px solid #066F71;
border-top-right-radius:1em;
border-bottom-left-radius:1em;
border-bottom-right-radius:1em;
}
#p-cactions .new a {
color: #a55858;
}
}
#sidebar ul {
#sidebar ul {
  list-style-image: url(http://localhost/wiki/images/6/69/I.png);
list-style-image:url(https://cdn.miiwiki.org/6/69/I.png);
}
}
 
/* Search */
/* search */
 
#searchInput {
#searchInput {
  border: 1px solid #066F71;
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 {
.mw-changeslist-legend {
  border: 1px solid #066F71;
border:1px solid #066F71;
}
}
 
#searchButton {
#searchGoButton {
background:url(https://cdn.miiwiki.org/e/e3/Go.png) transparent no-repeat;
  background: url(http://localhost/wiki/images/e/e3/Go.png) transparent no-repeat;
background-size:18px;
  background-size: 18px;
border:none;
  border: none;
color:transparent;
  color: transparent;
font-weight:normal;
  font-weight: normal;
}
}
#mw-searchButton {
#mw-searchButton {
    background: url(http://localhost/wiki/images/9/95/Search.png) transparent no-repeat;
background:url(https://cdn.miiwiki.org/9/95/Search.png) transparent no-repeat;
  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 {
  border-color: #066F71;
border-color:#b5b5b5;
}
}
.portlet {
.portlet {
width: 11.8em;
width:11.8em;
}
}
.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 {
color:#00f;
}
a:visited {
color:#00c;
}
}
a { color: #00f; }
a:visited { color: #00c; }
#siteNotice {
#siteNotice {
border-top: 2px solid #066F71;
border-top:2px solid #066F71;
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 {
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;
}
}


.mw-parser-output a.extiw { color: #06f; }
/* Mobile things if you're using Monobook's """"responsive"""" mode */
.mw-parser-output a.extiw:visited { color: #3366BB; }
@media screen and (max-width: 550px) {
.mw-parser-output a.external { color: #06f; }
#searchGoButton {
.mw-parser-output a.external:visited { color: #0044CC; }
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;
}
}

Latest revision as of 01:23, 8 February 2023

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;
}
@media(min-width:551px){#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,#F5F5F5 5px,#F5F5F5 10px),linear-gradient(to bottom,#FCFCFC,#F5F5F5);
	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;
	}
}