User:Nabu/common.css

From JoJo's Bizarre Encyclopedia - JoJo Wiki
< User:Nabu
Revision as of 07:04, 6 April 2021 by Nabu (talk | contribs)
Jump to navigation Jump to search
Exclamation.png Note: This is a user's personal page attached to their profile!
This is not an actual article, may not be related to JoJo or Araki, and is not associated with the wiki. As such, it may not adhere to the policies.

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* BT Theme by Nabu */

html, body {
	background-image: none !important;
}

.skin-minerva html, body {
	background-image: url(https://cdn.discordapp.com/attachments/245302172596699141/828874386286182440/Wiki-Background_1.jpg) !important;
}

.mw-body, #jojowiki-body { 
	background-image: url(/customizations/Butterflybg.png) !important;
	background-color: #FDF4F4;
	background-blend-mode: multiply;
}

.mw-body {
	border-color: #B7519B !important;
}

#jojowiki-body {
    background-color: #DDA9CE !important;
}

#mw-head {
	background-image: url(https://cdn.discordapp.com/attachments/245302172596699141/828874386585026580/Sans_titre_1.png) !important;
	background-color: #A3737F !important;
}

#mw-head-base {
    background-color: #A3737F !important;
}

#mw-panel {
    background-color: #711a3c !important;
}

#menu, #toggle-menu {
    background-color: #A33862 !important;
    border: 2px solid #D1769A !important;
}

#menu a {
  background-color: #b52666 !important;
}

#menu a:hover {
    background-color: #641538 !important;
    color: #F97FDA !important;
}

#menu .sub-menu {
    background-color: #D1769A !important;
    border: 2px solid #D1769A !important;
}

#menu .sub-menu a:hover {
	color: #F97FDA !important;
}

#p-personal {
    border-color: #D1769A !important;
    background-color: #b52666 !important;
}

.gradient {
    background: linear-gradient(180deg,#5b1530 0%,#D1769A 100%) !important;
}

.vector-menu-tabs li {
    background-image: linear-gradient(to top,#711a3c 0,#dca8cd 1px,#fdc930 100%) !important;
}

.vector-menu-tabs .selected a, .vector-menu-tabs .selected a:visited {
    background-color: #8ec383 !important;
}

.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown h3 {
    background-image: linear-gradient(to bottom,rgb(102, 154, 92) 0,#407841 100%) !important;
}

.vectorMenu {
      background-image: linear-gradient(to bottom,rgb(211, 242, 209) 0,#9dcc88 100%) !important;
}

#footer {
    background: #b3c5b3 !important;
}

.diamondgradient {
    background-image: linear-gradient(rgb(215, 255, 215),rgb(75, 145, 172)),url(https://static.jojowiki.com/images/customizations/DiamondBG.png) !important;
}

.box2 {
	border-color: #7EA496 !important;
	background: #daf3d7 !important;
}

.portal h3, .vector-menu-portal h3 {
    color: #fff;
}

.portal .body li a, .vector-menu-portal .body li a {
    color: #fff;
}

#mw-data-after-content {
    background-color: #d5e7d5;
}