MediaWiki:Monobook.css: Difference between revisions

From MiiWiki
Jump to navigationJump to search
mNo edit summary
(changing monobook skin to be akin to vector and timeless)
Line 1: Line 1:
div#globalWrapper {  
div#globalWrapper {
  background: transparent;
background:transparent
}  
}


body {
body {
  background: url(https://miiwiki.org/w/images/d/d5/Wallpaper.png) top left fixed;
background:url(https://miiwiki.org/w/images/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 {  
#footer {
  background: url(https://miiwiki.org/w/images/d/d5/Wallpaper.png) -150px top left fixed;
background-color: #CECCBD !important;
  background-color: #fff7f8;
background-image: url(https://miiwiki.org/w/images/1/1f/MiiWiki_Page_Background.png) !important;
  background: rgba(255, 255, 255, 0.80);
background-blend-mode: screen !important;
  border-top-left-radius: 1em;
padding-bottom:4em;
  border-top-right-radius: 1em;
margin-bottom:0%;
  border-bottom-left-radius: 1em;
border-bottom: none !important;
  border-bottom-right-radius: 1em;
border-left: none !important;
border-right: none !important;
overflow: hidden;
margin-top: 7em;
}
}


.portlet .pBody {
#content {
  border-top-left-radius: 1em;
background-color: #CECCBD !important;
  border-top-right-radius: 1em;
background-image: url(https://miiwiki.org/w/images/1/1f/MiiWiki_Page_Background.png) !important;
  border-bottom-left-radius: 1em;
background-blend-mode: screen !important;
  border-bottom-right-radius: 1em;
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 */
/* border */
.wikiEditor-ui .wikiEditor-ui-view,
.wikiEditor-ui .wikiEditor-ui-view, #content, #footer {
#content,
  border: 2px solid #066F71;
#footer {
border:2px solid #b5b5b5
}
}
textarea {
textarea {
  border-color: #066F71;
border-color:#066F71
}
}


/*Tabs*/
/* Tabs */
#p-cactions ul li, #p-cactions ul li a {
#p-cactions ul li,
  background-color: #fff7f8;
#p-cactions ul li a {
  border-top-left-radius: 1em;
background-color:#d2d2d2;
  border-top-right-radius: 1em;
border-top-left-radius:1em;
  padding-bottom: 5px;
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;
}
}


/* user links */
/* user links */
 
li#pt-userpage,
li#pt-userpage, li#pt-anonuserpage, li#pt-login {
li#pt-anonuserpage,
  background: url(https://miiwiki.org/w/images/2/26/Favicon.png) top left no-repeat;
li#pt-login {
  background-size: 16px;
background:url(https://miiwiki.org/w/images/2/26/Favicon.png) top left no-repeat;
  padding: 1px 0 2px 20px;
background-size:16px;
padding:1px 0 2px 20px
}
}
#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 {
    background: rgba(255,255,255,0.80);
background:repeating-linear-gradient(180deg,transparent ,transparent 5px,#DADADA 5px,#DADADA 10px),linear-gradient(to bottom,#FCFCFC,#E2E2E2);
    border-bottom: 1px solid #066F71;
border-bottom:2px solid #b5b5b5;
    border-left: 1px solid #066F71;
border-left:2px solid #b5b5b5;
    border-bottom-left-radius: 0.5em;
border-bottom-left-radius:0.5em;
    float: right;
float:right;
    padding-left: 5px;
padding-left:5px;
    height: 1.55em;
height:1.55em;
box-shadow: rgba(0,0,0,0.15) 0 0.1em 0.75em;
}
}
1px border
/* edit summary tab */


/* Edit summary */
.editOptions {
.editOptions {
  background-color: #ffd3d9;
background-color:#eaecf0;
  border-color: #066F71;
color: #202122;
  border-top-right-radius: 1em;
border: 1px solid #c8ccd1;
  border-bottom-right-radius: 1em;
border-top-right-radius:1em;
border-bottom-right-radius:1em
}
/* Sidebar */
.portlet h3 {
    padding: 0 1em 0 0.5em;
text-transform: full-size-kana;
font-weight: bold;
color: #999;
font-size: 1.2em;
text-shadow: 10px 3px 5px #a6a6a6;
}
#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 {
.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(https://miiwiki.org/w/images/6/69/I.png);
list-style-image:url(https://miiwiki.org/w/images/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
}
}
#searchGoButton {
#searchGoButton {
  background: url(https://miiwiki.org/w/images/e/e3/Go.png) transparent no-repeat;
background:url(https://miiwiki.org/w/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(https://miiwiki.org/w/images/9/95/Search.png) transparent no-repeat;
background:url(https://miiwiki.org/w/images/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; }
.mw-parser-output a.extiw:visited { color: #3366BB; }
.mw-parser-output a.external { color: #06f; }
.mw-parser-output a.external:visited { color: #0044CC; }

Revision as of 21:10, 28 August 2021

div#globalWrapper {
	background:transparent
}

body {
	background:url(https://miiwiki.org/w/images/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
}

#footer {
	background-color: #CECCBD !important;
	background-image: url(https://miiwiki.org/w/images/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://miiwiki.org/w/images/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;
}

/* user links */
li#pt-userpage,
li#pt-anonuserpage,
li#pt-login {
	background:url(https://miiwiki.org/w/images/2/26/Favicon.png) top left no-repeat;
	background-size:16px;
	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 {
	background:repeating-linear-gradient(180deg,transparent ,transparent 5px,#DADADA 5px,#DADADA 10px),linear-gradient(to bottom,#FCFCFC,#E2E2E2);
	border-bottom: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 */
.portlet h3 {
    padding: 0 1em 0 0.5em;
	text-transform: full-size-kana;
	font-weight: bold;
	color: #999;
	font-size: 1.2em;
	text-shadow: 10px 3px 5px #a6a6a6;
}
#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://miiwiki.org/w/images/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://miiwiki.org/w/images/e/e3/Go.png) transparent no-repeat;
	background-size:18px;
	border:none;
	color:transparent;
	font-weight:normal
}
#mw-searchButton {
	background:url(https://miiwiki.org/w/images/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
}