100% Orange Juice Wiki
mNo edit summary
mNo edit summary
Line 222: Line 222:
   
 
.mixerfp {
 
.mixerfp {
background-image:url(/media/100orangejuice.gamepedia.com/a/a8/Mixer_banner_october.png);
+
background-image:url(/media/100orangejuice.gamepedia.com/6/62/Mixer_banner_halloween.png);
 
background-repeat:no-repeat;
 
background-repeat:no-repeat;
 
}
 
}

Revision as of 16:37, 5 October 2020

.mediawiki #global-wrapper {
	background-image: url('/media/100orangejuice.gamepedia.com/9/97/ForestNightCloud.png');
	background-attachment: fixed;
	position: relative;
	animation: cloud 40s linear infinite;
}

@keyframes cloud {
 0% {background-position: 0px 0px;}
 100% {background-position: 1024px 1024px;}
}

/* We're gonna edit Gamepedia styles to prevent links from being unclickable and the clouds from clipping into the footer. Hope this is fine... */

#footer-push {
	position:absolute;
}

#gamepedia-footer {
	margin-top: 155px;
}


/*====================================*/
/*      Front Page Colors & Image     */
/*====================================*/
.Frontcharleft {
    width: 100px; 
    height: 152px;
    overflow: hidden;
    text-decoration: none;
    display: block;
    /*background: url(/media/100orangejuice.gamepedia.com/3/32/FrontCharLeftChristmas.png);*/
    background: url(/media/100orangejuice.gamepedia.com/8/84/FrontCharLeftHalloween.png);
    /* background: url('/media/100orangejuice.gamepedia.com/b/b0/FrontCharLeftSummer.png');*/
    /* background: url('/media/100orangejuice.gamepedia.com/f/f9/FrontCharLeftCoop.png');*/
    /*background: url('/media/100orangejuice.gamepedia.com/1/1f/FrontCharLeft.png');*/
    background-size: 100px 152px;
    transform: scaleX(-1);
}

.Frontcharright {
    width: 100px; 
    height: 152px;
    overflow: hidden;
    text-decoration: none;
    display: block;
    /*background: url(/media/100orangejuice.gamepedia.com/2/20/FrontCharRightChristmas.png);*/
    background: url(/media/100orangejuice.gamepedia.com/8/89/FrontCharRightHalloween.png);
    /*background: url('/media/100orangejuice.gamepedia.com/f/f3/FrontCharRightSummer.png');*/
    /*background: url('/media/100orangejuice.gamepedia.com/0/08/FrontCharRightCoop.png');*/
    /*background: url('/media/100orangejuice.gamepedia.com/2/21/FrontCharRight.png');*/
    background-size: 100px 152px; 
}

.frontpagemenucatagories {
    background-color:#695479;
    border:2px solid #695479;
    border-top:2px solid #695479; 
    border-left:2px solid #695479; 
    border-bottom:2px solid #695479; 
    border-right:2px solid #695479;
}

.MainImage {
    width: 460px;
    height: 215px;
    overflow: hidden;
    text-decoration: none;
    display: block;
    background: url('/media/100orangejuice.gamepedia.com/0/04/100_Orange_Juice_logopicH.jpg');
    background-size: 460px 215px; 
}
.IconColor {
    border:2px solid #695479;
}

.MMIconColor {
	border: 3px solid #cca9cc;
}

.frontpagecharacterchart {
	width:884px;
	height:636px;
    background-color: #cca9cc;
    border:4px solid #997499;
}

/* Define chara chart style for medium screens (~1360px wide)*/
@media screen and (max-width: 1613px) {
	.frontpagecharacterchart {
		width: 705px;
		height: 505px;
	}
}

@media screen and (max-width: 1400px) {
	.frontpagecharacterchart {
		width: 645px;
		height: 460px;
	}
}
@media screen and (max-width: 1296px) {
	.frontpagecharacterchart {
		width: 570px;
		height: 410px;
	}
}
/* Remove the margin and scale it down to fit better on the smaller container */
@media screen and (max-width: 1613px) {
	.frontpagecharacterwrapper{
		left:-10px; 
		transform: scale(.79);
		top:-20px; /* Just having it fit better vertically */
	}
}

@media screen and (max-width: 1400px) {
	.frontpagecharacterwrapper{
		left:-15px;
		transform: scale(.72);
		top: -28px; /* Just having it fit better vertically */
	}
}
@media screen and (max-width: 1296px) {
	.frontpagecharacterwrapper{
		left:-19px;
		transform: scale(.63);
		top: -38px; /* Just having it fit better vertically */
	}
}

/* Alternative hover. Hides then shows when hovered (required to be applied to an extra div with solid background color on top). */
.althoverimage {
	height: 100%;
	opacity: 0;
}

.althoverimage:hover {
	opacity: 0.5
}

/*====================================*/
/*  Wiki border/box background Colors */
/*====================================*/
.mmcolor {
    background-color: #695479;
}

.mmcolor4px {
    border:3px solid #695479;
}

.mmcolor2px {
    border:2px solid #695479;
}

.tablecolor {
    background-color: #695479;
    box-shadow: 4px 4px 0 0 rgba(66,66,66,0.5);
}

.mainbordercolor1px {
    border:1px solid #695479;
    box-shadow: 4px 4px 0 0 rgba(66,66,66,0.5);
}

.mainbordercolor2px {
    border:2px solid #695479;
    box-shadow: 4px 4px 0 0 rgba(66,66,66,0.5);
}

.mainbordercolor3px {
    border:3px solid #695479;
    box-shadow: 4px 4px 0 0 rgba(66,66,66,0.5);
}

.secondarybordercolor4px {
    border:4px solid #997499;
}

.secondarybordercolor3px {
    border:3px solid #997499;
}

.thirdcolor {
    background-color: #cca9cc;
    border-color: #cca9cc !important;
}

/*=========================================*/
/*        Rail Orange Peel Color           */
/*=========================================*/
.orangepeel {
    width: 248px;
    height: 106px;
    overflow: hidden;
    text-decoration: none;
    display: block;
    background: url('/media/100orangejuice.gamepedia.com/e/e8/TheorangeP.png');
    background-size: 248px 106px; 
}

.Sidebarnewsimage {
    float: right;
    overflow: hidden;
    width: 65px; 
    height: 99px;
    text-decoration: none;   
    
    /*background: url('/media/100orangejuice.gamepedia.com/9/94/News_IconChristmas.png');*/
    background: url('/media/100orangejuice.gamepedia.com/0/00/News_IconHalloween.png');
    /*background: url('/media/100orangejuice.gamepedia.com/e/e2/News_IconSummer.png');*/
    /*background: url('/media/100orangejuice.gamepedia.com/5/55/News_Icon.png');*/
    background-size: 65px 99px;
}


/*==========================*/
/*  Mixer Color & Discord Widget  */
/*==========================*/

.mixerfp {
	background-image:url(/media/100orangejuice.gamepedia.com/6/62/Mixer_banner_halloween.png);
	background-repeat:no-repeat;
}

.mixertext{
	color: white;
}

.Discordheader {
    border:3px #695479; 
    background:#695479;
}
 
.DiscordImage {
    width: 268px;
    height: 105px;
    overflow: hidden;
    text-decoration: none;
    display: block;
    background: url('/media/100orangejuice.gamepedia.com/6/64/Discord.jpg');
    background-size: 268px 105px; 
}
 
.DiscordIntegratorModule {
    border: 2px solid #997499;
    border-radius: 10px;
    padding: 2px;
}

/* Have to change it from an image to a background image to be able to resize it in real-time without Javascript (may break on mobile? might need to add class to Mobile.css) */
.DiscordFP {
	width: 310px;
    height: 81px;
    background-image: url('/media/100orangejuice.gamepedia.com/c/c9/JoinDiscord.png');
    background-size: contain;
}

/* Define Discord button style for medium screens (~1360px wide) */
@media screen and (max-width: 1462px) {
	.DiscordFP {
		width: 263.5px;
		height: 68.85px;
	}
}

@media screen and (max-width: 1336px) {
	.DiscordFP {
		width: 240px;
		height: 63px;
	}
}

/*====================================*/
/*         Section Header Color       */
/*====================================*/
 .mw-body-content h2 {
    border-bottom: 3.5px solid #695479;
}
 
/*.mw-body-content h3 {
      font-size:90%;
}*/
 
/*=========================================*/
/*            Edit Word Color              */
/*=========================================*/
/* Makes word Edit invisble */
.editsection a {
    color: #695479; 
}

/*=========================================*/
/*            Edit Orange Color            */
/*=========================================*/
/* Edit button pencil to Orange */
.skin-hydra .sprite.edit-pencil {
    background-position: 0 !important;
    background-image: url(/media/100orangejuice.gamepedia.com/4/46/Editbutton.png) !important;
}

/*=========================================*/
/*             Tabber Color               */
/*=========================================
.tabbernav {
    font-family: inherit !important;
    font-weight: bold !important;
    font-size: 13px !important;
    border-bottom: 3px solid #695479 !important;
    padding: 0.3em 0 !important;
}
.tabbernav a {
    -moz-border-radius-topleft: 5px !important;
    -moz-border-radius-topright: 5px !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    padding: 0.3em 0.5em !important;
    margin: 0 !important;
    color: #3a3a3a !important;
    border: none !important;
    background: transparent !important;
}
.tabberactive a {
    color: white !important;
    background: #695479 !important;
}
.tabberactive a:hover {
    color: white !important;
    background: #695479 !important;
}
.tabbernav :not(.tabberactive) a:hover {
    color: white !important;
    background: #fcc06c !important;
}
.tabbertab {
    border: 1px solid #997499 !important;
    padding: 0 !important;
}
.tabbernav {
    padding-bottom: 0 !important;
}


/*=========================================*/
/*      Standard  page tabbernav color     */
/*=========================================*/
.standard ul.tabbernav {
    font-family: inherit !important;
    font-weight: bold !important;
    font-size: 13px !important;
    border-bottom: 3px solid #695479 !important;
    padding: 0.3em 0 !important;
    padding-bottom: 0 !important;
}

.standard ul.tabbernav li a {
    -moz-border-radius-topleft: 5px !important;
    -moz-border-radius-topright: 5px !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    padding: 0.3em 0.5em !important;
    margin: 0 !important;
    color: #3a3a3a !important;
    border: none !important;
    background: transparent !important;
}

.standard ul.tabbernav li.tabberactive a {
    color: white !important;
    background: #695479 !important;
}

.standard ul.tabbernav li.tabberactive a:hover {
    color: white !important;
    background: #695479 !important;
}

.standard ul.tabbernav :not(tabberactive) a:hover {
    color: white !important;
    background: #fcc06c !important;
}


/*====================================*/
/*      News Header and Buttons       */
/*====================================*/
.mainheader {
    border:3px #695479; 
    background:#695479;
}
 
.news-atoz {
    background:#695479;
}

/*=========================================*/
/*           Image Rounder Color           */
/*=========================================*/
.circular {
    background:#695479;
    border:2px solid #695479;
    margin-bottom: 1em;
    margin-left: 1em;
}

/*=========================*/
/*      Navbox colors      */
/*=========================*/

.navbox, .navbox-subgroup {
    background: #cca9cc;
}

table.navbox {
    border: 1px solid #cca9cc;
    background: #cca9cc;
}

.navbox-title, table.navbox th {
    background: #695479;
}

.navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title {
    background: #695479;
}

.navbox-title .mw-collapsible-toggle a {
    color: white;
}

.navbox .mw-collapsible-toggle a {
    color: white;
}

/*============================================*/
/*      Faded header (used on Shop pages)     */
/*============================================*/

.fadeHeader {
   background-image:linear-gradient(to left, #ffffff 0%, #695479 15%, #695479 85%, #ffffff 100%);
   background-color:#695479;
}

/*=============================*/
/* Halloween Colors on sidebar */
/*=============================*/

div#mw-head div.vectorMenu h3 {
    background: none repeat scroll 0 0 #695479;
    border-radius: 8px 8px 0 0;
    box-shadow: 2px 0 #666666;
    display: block;
    height: 24px;
    margin-left: 0;
    margin-top: 15px;
}

div.vectorTabs li.selected a,
div.vectorTabs li.selected a:visited {
    background-color: #695479;
    text-decoration: none;
    font-weight: bold;
}

div.vectorTabs li.selected a,
div.vectorTabs li.selected a:visited {
    background-color: #695479;
    text-decoration: none;
    font-weight: bold;
}

div.vectorMenu div.menu  {
    background-color: #ffffff;
    background-image: none;
    border-color: #695479;
    border-radius: 1em;
    box-shadow: 2px 0 #666666;
}

div#mw-panel {
    background-color: #695479;
    border: 4px solid #695479;
    border-radius: 1.5em;
    margin-left: 0.5em;
    padding-left: 0;
    top: 116px;
    box-shadow: 4px 4px 0px 0px rgba(66,66,66,0.5);
}

div#mw-panel div.portal,
div#mw-panel.collapsible-nav div.portal {
  background: #ffffff;
  border-bottom: 2px solid #695479;
  border-left: 2px solid #695479;
  border-right: 2px solid #695479;
  border-top: 0 none;
  padding: 0 !important;
  margin: 0;
}

#mw-panel.collapsible-nav .portal.collapsed h3 {
    background-color: #695479;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAABcRAAAXEQHKJvM/AAAAB3RJTUUH3wQBEikUI775dwAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAT0lEQVQ4y9WTUQrAIAxDE9H7H3jC2wnqxKqw/OeRpq0BZVSU1FEAOxKwYwRs11QHwBNBpkuMIPfWaLsBfQkQmSWpzvhH5/6VwJkO/I9negFpGhkjDUKRdAAAAABJRU5ErkJggg==);
    background-position: left;
    background-repeat: no-repeat;
    color: #ffffff;
    margin: 0;
}

#mw-panel.collapsible-nav .portal h3 {
    background-color: #695479;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAABcRAAAXEQHKJvM/AAAAB3RJTUUH3wQBEiskN1GrWQAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAT0lEQVQ4y+2TOwrAMAxD9Upy/wsH1KlQQlRcskabjSX/sa0dXNrEEZDaZFdXQqqAP+TUAlVynAHQK74oYHu8CUC3PZbJvk4ZaI9gjDm/oBt1WxYtuhHX/wAAAABJRU5ErkJggg==);
    background-position: left;
    background-repeat: no-repeat;
    color: #ffffff;
    margin: 0;
}

div#mw-panel.collapsible-nav div#p-socialProfiles.portal .body,
div#mw-panel.collapsible-nav div.portal#p-socialProfiles {
    background-color: #695479;
    border-color: transparent !important;
    border-radius: 1.5em;
    margin: 0;
}

div#mw-panel #p-logo + div.portal::before {
    content: "";
    display: block;
    background-color: #695479;
    border: 4px solid #695479;
    border-radius: 1.5em 1.5em 0 0;
    margin: calc( -1em - 6px ) -6px 0 -6px;
    height: calc( 1.5em + 7px );
}
div#content {
    background: #ffffff;
    border: 1px solid #695479;
    box-sizing: border-box;
    color: #333333;
    margin-left: 12em;
    margin-top: 2.5em;
    border-bottom-right-radius: 2em;
    border-bottom-left-radius: 2em;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    position: relative;
    z-index: 1;
}

.mw-special-Categories page-Special_Categories div#content,
.mw-special-Categories div#content,
.catlinks {
    border: 2px solid #695479;
}

div.thumb {
   background-color: #695479 !important;
   background-image: -moz-linear-gradient(center top , #FFFFFF 0%, #F2F2F2 100%) !important;
   overflow: hidden !important;
   border:0 !important;
   padding: 3px !important;
   text-align: center !important;
   border-radius:5px;
}

img.thumbborder {
    border: 1px solid #695479;
    border-radius: 5px;
}

li.gallerybox div.thumb {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #695479;
    border-radius: 5px;
}

html .thumbimage {
    border: 1px solid #695479;
    border-radius: 5px;
}

div.tright div.tleft {
    border: 1px solid #695479 !important;
}

.tabcontainer .tab.active {
    background-color: #695479 !important;
    border-bottom: 2px solid #cccccc;
    color: #ffffff;
}

/* SoundManager2 styles */
a.sm2_button,
a.sm2_button.sm2_paused:hover {
    background-image: url(/media/100orangejuice.gamepedia.com/9/90/Play.png);
    background-color: #695479;
}

#footer #footer-info li {
    line-height: 1.4em;
    color: white;
}

/*======================*/
/*      Link Colour     */
/*======================*/

a, a:visited, div#content a.extiw, div#content a.extiw:visited, div#content a.external, div#content a.external:visited {
    color:#997499;
}

ul.tabbernav li a {
    color:#997499 !important;
}