Difference between revisions of "MediaWiki:Gadget-vector-themed.css"

From Nookipedia, the Animal Crossing wiki
(Creating)
m (Whoops)
Tag: Undo
Line 1: Line 1:
 
#content {
 
#content {
background: #f2faf9;
+
background: #fafffe;
 
border: 0 solid;
 
border: 0 solid;
 
margin-bottom: -5em;
 
margin-bottom: -5em;
Line 20: Line 20:
  
 
#left-navigation, #right-navigation {
 
#left-navigation, #right-navigation {
color: #385923;
+
color: #67AD42;
 
font-family: Coustard, 'Linux Libertine', Georgia, Times, serif;
 
font-family: Coustard, 'Linux Libertine', Georgia, Times, serif;
 
font-weight: 130;
 
font-weight: 130;
Line 40: Line 40:
  
 
#mw-panel .portal .body {
 
#mw-panel .portal .body {
background: #f2faf9;
+
background: #fafffe;
 
border-radius: 10px;
 
border-radius: 10px;
 
padding-bottom: .3em;
 
padding-bottom: .3em;
Line 47: Line 47:
  
 
#mw-panel .portal .body ul {
 
#mw-panel .portal .body ul {
list-style-image: url(https://nookipedia.com/w/images/e/e8/Leaf_Icon_%28PC_Green%29.png);
+
list-style-image: url(https://dodo.ac/np/images/1/1c/Leaf_Icon_%28Nookipedia_Green%29.png);
 
}
 
}
  
 
#mw-panel div.portal {
 
#mw-panel div.portal {
background: #ccece7;
+
background: #67AD42;
 
background-image: none;
 
background-image: none;
 
border-radius: 10px;
 
border-radius: 10px;
Line 66: Line 66:
 
background: none;
 
background: none;
 
border-radius: 0;
 
border-radius: 0;
color: #385923;
+
color: #fafffe;
 
font-family: Coustard, 'Linux Libertine', Georgia, Times, serif;
 
font-family: Coustard, 'Linux Libertine', Georgia, Times, serif;
 
font-size: 1.2em;
 
font-size: 1.2em;
Line 74: Line 74:
  
 
#p-cactions {
 
#p-cactions {
background: #ccece7;
+
background: #D1E6C6;
 
border-radius: 10px 10px 0 0;
 
border-radius: 10px 10px 0 0;
 
margin-left: 15px;
 
margin-left: 15px;
Line 80: Line 80:
  
 
#p-cactions span, .vectorMenu li a, .vectorMenu li a:visited, .vectorTabs span a, .vectorTabs span a:visited, .vectorTabs li.selected a, .vectorTabs li.selected a:visited, #right-navigation div.menu ul li a: link, #right-navigation div.menu ul li a:visited {
 
#p-cactions span, .vectorMenu li a, .vectorMenu li a:visited, .vectorTabs span a, .vectorTabs span a:visited, .vectorTabs li.selected a, .vectorTabs li.selected a:visited, #right-navigation div.menu ul li a: link, #right-navigation div.menu ul li a:visited {
color: #385923;
+
color: #67AD42;
 
}
 
}
  
Line 116: Line 116:
  
 
.mw-body h1, .mw-body h2 {
 
.mw-body h1, .mw-body h2 {
color: #385923;
+
color: #67AD42;
 
font-family: Coustard, 'Linux Libertine', Georgia, Times, serif;
 
font-family: Coustard, 'Linux Libertine', Georgia, Times, serif;
text-shadow: 0 1px #f2faf9;
+
text-shadow: 0 1px #fafffe;
 
}
 
}
  
 
.mw-wiki-logo {
 
.mw-wiki-logo {
background-image: url(https://dodo.ac/np/images/thumb/0/04/Nookipedia_Leaf_%26_Text_%28Pocket_Camp%29.png/179px-Nookipedia_Leaf_%26_Text_%28Pocket_Camp%29.png);
+
background-image: url(https://dodo.ac/np/images/thumb/6/68/Nookipedia_Leaf_%26_Text.png/179px-Nookipedia_Leaf_%26_Text.png);
 
}
 
}
  
 
.vectorMenu li {
 
.vectorMenu li {
background: #ccece7;
+
background: #D1E6C6;
 
border-radius: 0;
 
border-radius: 0;
 
width: 100%;
 
width: 100%;
Line 133: Line 133:
  
 
.vectorTabs li.selected {
 
.vectorTabs li.selected {
background: #f2faf9;
+
background: #fafffe;
 
}
 
}
  
 
body {
 
body {
background-image: url('https://nookipedia.com/w/images/d/d9/PC_Background_Tile.jpg');
+
background-color: #84d6fe;
    background-color: #94d8cd;
+
background-image: url(https://dodo.ac/np/images/7/7d/Nookipedia_-_Spring_Sky_Background.jpg);
 +
background-position: right top;
 +
background-repeat: no-repeat;
 
}
 
}
  
Line 146: Line 148:
  
 
div.vectorMenu div.menu {
 
div.vectorMenu div.menu {
background-color: #f2faf9;
+
background-color: #fafffe;
 
}
 
}
  
Line 154: Line 156:
  
 
div.vectorTabs ul li, #mw-head .vectorMenu h3 {
 
div.vectorTabs ul li, #mw-head .vectorMenu h3 {
background: #ccece7;
+
background: #D1E6C6;
 
border-radius: 10px 10px 0 0;
 
border-radius: 10px 10px 0 0;
 
margin: 0 4px 0 0;
 
margin: 0 4px 0 0;

Revision as of 21:21, March 14, 2021

#content {
	background: #fafffe;
	border: 0 solid;
	margin-bottom: -5em;
	margin-left: 12em;
	margin-top: 156px;
	padding-bottom: 50px;
}

#footer {
	background-image: url(https://dodo.ac/np/images/a/af/Fence_Backdrop.png);
	height: 100px;
	margin-left: 12em;
	margin-top: 50px;
}

#footer ul {
	padding-top: .5em;
}

#left-navigation, #right-navigation {
	color: #67AD42;
	font-family: Coustard, 'Linux Libertine', Georgia, Times, serif;
	font-weight: 130;
	margin-top: 197px;
}

#mw-page-base, #right-navigation div.menu ul li {
	background: none;
}

#mw-panel {
	margin-left: 10px;
	top: 15px;
}

#mw-panel #p-logo + .portal .body {
	margin-left: 0;
}

#mw-panel .portal .body {
	background: #fafffe;
	border-radius: 10px;
	padding-bottom: .3em;
	padding-left: 1.5em;
}

#mw-panel .portal .body ul {
	list-style-image: url(https://dodo.ac/np/images/1/1c/Leaf_Icon_%28Nookipedia_Green%29.png);
}

#mw-panel div.portal {
	background: #67AD42;
	background-image: none;
	border-radius: 10px;
	margin: 0 0 10px;
	padding: .4em;
}

#mw-panel div.portal div.body {
	margin: 0;
	padding-top: 7px;
}

#mw-panel div.portal h3 {
	background: none;
	border-radius: 0;
	color: #fafffe;
	font-family: Coustard, 'Linux Libertine', Georgia, Times, serif;
	font-size: 1.2em;
	margin: 0;
	text-align: center;
}

#p-cactions {
	background: #D1E6C6;
	border-radius: 10px 10px 0 0;
	margin-left: 15px;
}

#p-cactions span, .vectorMenu li a, .vectorMenu li a:visited, .vectorTabs span a, .vectorTabs span a:visited, .vectorTabs li.selected a, .vectorTabs li.selected a:visited, #right-navigation div.menu ul li a: link, #right-navigation div.menu ul li a:visited {
	color: #67AD42;
}

#p-logo a {
	background-position: left;
	height: 160px;
	width: 179px;
}

#p-namespaces, #p-views, #p-cactions {
	background: none;
	border: 0 solid;
	border-bottom: 0;
	margin-left: 25px;
	margin-top: -1px;
	padding: 0;
	position: relative;
}

#p-personal {
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 0 0 0 5px;
	padding: 5px;
	right: 0;
	top: 0;
}

#p-socialsidebar .body {
	padding-left: .4em;
}

.body {
	margin-top: 10px;
}

.mw-body h1, .mw-body h2 {
	color: #67AD42;
	font-family: Coustard, 'Linux Libertine', Georgia, Times, serif;
	text-shadow: 0 1px #fafffe;
}

.mw-wiki-logo {
	background-image: url(https://dodo.ac/np/images/thumb/6/68/Nookipedia_Leaf_%26_Text.png/179px-Nookipedia_Leaf_%26_Text.png);
}

.vectorMenu li {
	background: #D1E6C6;
	border-radius: 0;
	width: 100%;
	margin: 0 4px 0 0;
}

.vectorTabs li.selected {
	background: #fafffe;
}

body {
	background-color: #84d6fe;
	background-image: url(https://dodo.ac/np/images/7/7d/Nookipedia_-_Spring_Sky_Background.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

body.page-Main_Page h1.firstHeading, body.page-Main_Page #siteSub {
	display: none;
}

div.vectorMenu div.menu {
	background-color: #fafffe;
}

div.vectorMenu h3 span {
	margin-right: 15px;
}

div.vectorTabs ul li, #mw-head .vectorMenu h3 {
	background: #D1E6C6;
	border-radius: 10px 10px 0 0;
	margin: 0 4px 0 0;
}

div.vectorTabs ul, #left-navigation div.vectorTabs span, #right-navigation div.vectorTabs span {
	background-image: none;
}

/* Style Discord link in sidebar
Adapted with permission from Runescape Wiki implementation by User: JaydenKieran
https: //runescape.wiki/w/MediaWiki: Vector.css
https: //runescape.wiki/w/User: JaydenKieran */
#n-Discord {
	list-style-image: none;
}
#n-Discord a {
	background-color: #7289DA;
	border-radius: 5px;
	color: #fff !important;
	display: block;
	font-size: 12px;
	font-weight: 700;
	left: -18px;
	padding: 6px 0 5px calc(21px + 5.5px * 2);
	position: relative;
	transition: .2s ease;
	width: 103px;
}
#n-Discord a::before {
	content: 'Chat on ';
	font-weight: 400;
}
#n-Discord a::after {
	background: url(https://dodo.ac/np/images/2/26/Discord_icon_white.png) no-repeat;
	background-size: 17px 13px;
	content: '';
	height: 13px;
	left: 7px;
	position: absolute;
	top: 5px;
	width: 25px;
}
#n-Discord a: hover {
	background-color: #5C6EAB;
	text-decoration: none;
}