100% Orange Juice Wiki
mNo edit summary
(early maintenance)
Line 9: Line 9:
 
display: block;
 
display: block;
 
/*background: url(/media/100orangejuice.gamepedia.com/3/32/FrontCharLeftChristmas.png);*/
 
/*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/1/1f/FrontCharLeft.png');
 
background: url('/media/100orangejuice.gamepedia.com/1/1f/FrontCharLeft.png');
 
background-size: 100px 152px;
 
background-size: 100px 152px;
Line 22: Line 21:
 
display: block;
 
display: block;
 
/*background: url(/media/100orangejuice.gamepedia.com/2/20/FrontCharRightChristmas.png);*/
 
/*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/2/21/FrontCharRight.png');
 
background: url('/media/100orangejuice.gamepedia.com/2/21/FrontCharRight.png');
 
background-size: 100px 152px;
 
background-size: 100px 152px;
Line 30: Line 28:
 
background-color:#FFBE62;
 
background-color:#FFBE62;
 
border:2px solid #FFBE62;
 
border:2px solid #FFBE62;
border-top:2px solid #FFBE62;
 
border-left:2px solid #FFBE62;
 
border-bottom:2px solid #FFBE62;
 
border-right:2px solid #FFBE62;
 
 
}
 
}
   
Line 47: Line 41:
 
.IconColor {
 
.IconColor {
 
border:2px solid #FFCF8A;
 
border:2px solid #FFCF8A;
 
}
  +
  +
.MMIconColor {
 
border: 3px solid #FFEDDC;
 
}
 
}
   
 
.frontpagecharacterchart {
 
.frontpagecharacterchart {
width:786px;
+
width:884px;
height:578px;
+
height:636px;
 
background-color: #FFEDDC;
 
background-color: #FFEDDC;
 
border:4px solid #FFCF8A;
 
border:4px solid #FFCF8A;
 
}
 
}
   
/* Define chara chart style for medium screens (~1360px wide) */
+
/* Define chara chart style for medium screens (~1360px wide)*/
@media screen and (max-width: 1462px) {
+
@media screen and (max-width: 1613px) {
 
.frontpagecharacterchart {
 
.frontpagecharacterchart {
 
width: 705px;
 
width: 705px;
height: 540px;
+
height: 505px;
 
}
 
}
 
}
 
}
   
@media screen and (max-width: 1336px) {
+
@media screen and (max-width: 1400px) {
 
.frontpagecharacterchart {
 
.frontpagecharacterchart {
 
width: 645px;
 
width: 645px;
height: 490px;
+
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 */
 
/* Remove the margin and scale it down to fit better on the smaller container */
@media screen and (max-width: 1462px) {
+
@media screen and (max-width: 1613px) {
 
.frontpagecharacterwrapper{
 
.frontpagecharacterwrapper{
left:0;
+
left:-10px;
transform: scale(.9);
+
transform: scale(.79);
  +
top:-20px; /* Just having it fit better vertically */
 
}
 
}
 
}
 
}
   
@media screen and (max-width: 1336px) {
+
@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{
 
.frontpagecharacterwrapper{
left:0;
+
left:-19px;
transform: scale(.8);
+
transform: scale(.63);
top: -15px; /* Just having it fit better vertically */
+
top: -38px; /* Just having it fit better vertically */
 
}
 
}
 
}
 
}
Line 146: Line 157:
   
 
/*=========================================*/
 
/*=========================================*/
/* Rail Orange Peel Color */
+
/* Rail Orange Peel Color */
 
/*=========================================*/
 
/*=========================================*/
 
.orangepeel {
 
.orangepeel {
Line 172: Line 183:
   
   
/*=========================================*/
+
/*==========================*/
/* Color & Discord Widget */
+
/* Mixer Color & Discord Widget */
/*=========================================*/
+
/*==========================*/
  +
  +
.mixerfp {
 
background-image:url(/media/100orangejuice.gamepedia.com/b/b9/Mixer_banner.png);
  +
background-repeat:no-repeat;
  +
}
  +
  +
  +
.mixertext{
 
color: #3d5820;
  +
}
   
 
.Discordheader {
 
.Discordheader {
Line 197: Line 218:
 
}
 
}
   
/* 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) */
+
/* 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 {
 
.DiscordFP {
 
width: 310px;
 
width: 310px;
Line 223: Line 245:
 
/* Section Header Color */
 
/* Section Header Color */
 
/*====================================*/
 
/*====================================*/
.mw-body-content h2 {
+
.mw-body-content h2 {
 
border-bottom: 3.5px solid #FFBE62;
 
border-bottom: 3.5px solid #FFBE62;
 
}
 
}
Line 351: Line 373:
 
}
 
}
   
/*=======================================================*/
+
/*=========================*/
/* Navbox colors (NEED TO UNSET COLORS ON PAGE) */
+
/* Navbox colors */
/*=======================================================*/
+
/*=========================*/
   
 
.navbox, .navbox-subgroup {
 
.navbox, .navbox-subgroup {
Line 360: Line 382:
   
 
table.navbox {
 
table.navbox {
border: 1px solid #ffe0b3;
+
border: 3px solid #ffe0b3;
 
background: #ffe0b3;
 
background: #ffe0b3;
 
}
 
}
   
.navbox-title, table.navbox th {
+
.navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title, .navbox-title, table.navbox th {
 
background: #FFBE62;
 
background: #FFBE62;
 
}
 
}
   
.navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title {
+
.navbox .mw-collapsible-toggle a, .navbox-title .mw-collapsible-toggle a {
background: #FFBE62;
 
}
 
 
.navbox-title .mw-collapsible-toggle a {
 
color: white;
 
}
 
 
.navbox .mw-collapsible-toggle a {
 
 
color: white;
 
color: white;
 
}
 
}
Line 387: Line 401:
 
background-image:linear-gradient(to left, #ffffff 0%, #FFBE62 15%, #FFBE62 85%, #ffffff 100%);
 
background-image:linear-gradient(to left, #ffffff 0%, #FFBE62 15%, #FFBE62 85%, #ffffff 100%);
 
background-color:#FFBE62;
 
background-color:#FFBE62;
  +
}
  +
  +
/*======================*/
  +
/* SoundManager2 styles */
  +
/*======================*/
  +
  +
a.sm2_button, a.sm2_button.sm2_paused:hover {
 
background-image: url(/media/100orangejuice.gamepedia.com/9/90/Play.png);
 
background-color: #FFBE62;
 
}
 
}

Revision as of 16:52, 5 October 2020

/*====================================*/
/*      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/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/2/21/FrontCharRight.png');
    background-size: 100px 152px; 
}

.frontpagemenucatagories {
    background-color:#FFBE62;
    border:2px solid #FFBE62;
}

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

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

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

/* 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: #FFBE62;
}

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

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

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

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

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

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

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

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

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

/*=========================================*/
/*        Rail Orange Peel Color           */
/*=========================================*/
.orangepeel {
    width: 248px;
    height: 106px;
    overflow: hidden;
    text-decoration: none;
    display: block;
    background: url('/media/100orangejuice.gamepedia.com/5/52/Theorange.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/5/55/News_Icon.png');
    background-size: 65px 99px;
}


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

.mixerfp {
	background-image:url(/media/100orangejuice.gamepedia.com/b/b9/Mixer_banner.png);
	background-repeat:no-repeat;
}


.mixertext{
	color: #3d5820;
}

.Discordheader {
    border:3px #FFBE62; 
    background:#FFBE62;
}
 
.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 #FFCF8A;
    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 #FFBE62;
}
 
/*.mw-body-content h3 {
      font-size:90%;
}*/
 
/*=========================================*/
/*            Edit Word Color              */
/*=========================================*/
/* Makes word Edit invisble */
.editsection a {
    color: #FFBE62; 
}

/*=========================================*/
/*            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 #FFBE62 !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: #FFBE62 !important;
}
.tabberactive a:hover {
    color: white !important;
    background: #FFBE62 !important;
}
.tabbernav :not(.tabberactive) a:hover {
    color: white !important;
    background: #fcc06c !important;
}
.tabbertab {
    border: 1px solid #FFCF8A !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 #FFBE62 !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: #FFBE62 !important;
}

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

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

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

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

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

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

table.navbox {
    border: 3px solid #ffe0b3;
    background: #ffe0b3;
}

.navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title, .navbox-title, table.navbox th {
    background: #FFBE62;
}

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

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

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

/*======================*/
/* SoundManager2 styles */
/*======================*/

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