Wreck-It Ralph Wiki
Advertisement

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.
@font-face {
  font-family: 'Press Start 2P';
  font-style: normal;
  font-weight: 400;
  src: local('Press Start 2P'), local('PressStart2P-Regular'), url(https://themes.googleusercontent.com/static/fonts/pressstart2p/v2/8Lg6LX8-ntOHUQnvQ0E7o3dD2UuwsmbX3BOp4SL_VwM.woff) format('woff');
}

/** Portable infoboxes **/

/* overall border, color, font, etc. */

.portable-infobox.pi-theme-character {
   width:300px;
   border:2px solid #D63640;
   margin:1em;
   justify-content: center ;
   background-color:transparent;
   padding:2px;
}

.portable-infobox.pi-theme-character .pi-secondary-background {
   background-color:#D63640;

}

.portable-infobox.pi-theme-character .pi-title {
   color:#FFFFFF;
   background-color:#D63640;
   font-weight:bold;
   text-align:center;
}

.portable-infobox.pi-theme-character .pi-navigation {
   text-align:center;
   font-size:90%;
}

.portable-infobox.pi-theme-character nav:last-child a {
   color:#FFFFFF;
}

.portable-infobox .pi-border-color {
   border-color:transparent;
}

.portable-infobox .pi-item-spacing {
   padding-top: .5px;
   padding-bottom: .5px;
}

/* label alignment, wrapping, flex */

.portable-infobox.pi-theme-character .pi-data-label {
   text-align:left;
   vertical-align:top;
   font-size:90%;
   flex-basis: 120px;
}

/* value field (right column) */

.portable-infobox.pi-theme-character .pi-data-value {
   text-align:left;
   vertical-align:top;
   font-size:90%;
}

/** End PI skins **/

/*--------------------------*/
/* HILIGHTED USERNAMES LIST */
/*--------------------------*/
/*
------------
INSTRUCTIONS
------------
 
The order that names appear on this list determine which title takes precedence.  
A user will be marked by the last entry in this list, no matter how many entries they have.  
 
A user will be marked with the last designation on this list that they have:
* Adminstrator/Sysop
* Bureaucrat
* vstf/Helper
* Staff
 
Try to keep these lists alphabetised instead of adding to the end. 
 
 
/* Sysops */
 
a[href="/wiki/User:Citrusellaeditswikis"],
a[href="/wiki/User:Little_miss_sweets"],
a[href="/wiki/User:Josephyr"],
a[href="/wiki/User:LloydTheGreenNinja"],
a[href="/wiki/User:Shadowy_Scarecrow"],
a[href="/wiki/User:Taffyta"] { color: #66abd5 !important; }

#WallNotifications .bubbles {
   background-image: url(https://images.wikia.nocookie.net/__cb20140625035108/wreckitralph/images/4/47/Ralphmessage.png);
}

/* For positioning icons at top-right, used in Templates
   "Spoken Article" and "Featured Article" */
div.topicon {
    position: absolute; 
    z-index: 100;
    right: 55px;
    top: -140px;
    display: block !important;
}

#WikiaArticle {
    overflow: visible;
}

/* Styles for the button used on [[Help:Collapsing]] */
.wikia-menu-button {
	background-color: #d94e2b;
	background-image: -moz-linear-gradient(top,#e17256 35%,#d94e2b 65%);
	background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(35%,#e17256),color-stop(65%,#d94e2b));
	background-image: -o-linear-gradient(top,#e17256 35%,#d94e2b 65%);
	background-image: -ms-linear-gradient(top,#e17256 35%,#d94e2b 65%);
	border: 1px solid #d94e2b;
	border-radius: 4px;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	height: 19px;
	line-height: 20px;
	margin: 0;
	padding: 0 10px;
	text-decoration: none;
	white-space: nowrap;
}
.wikia-menu-button-2 {
 	background-color: #d94e2b;
 	border: 1px solid #d94e2b;
 	border-radius: 4px;
  	color: #000;
 	cursor: pointer;
 	display: inline-block;
 	font-family: Helvetica,Arial,sans-serif;
 	font-size: 12px;
 	height: 19px;
 	line-height: 20px;
 	margin: 0;
 	padding: 0 10px;
 	text-decoration: none;
 	white-space: nowrap;
 }
.wikia-menu-button-3 {
 	background-color: #d94e2b;
 	border: 1px solid #d94e2b;
 	border-radius: 4px;
  	color: #fff;
 	cursor: pointer;
 	display: inline-block;
 	font-family: Helvetica,Arial,sans-serif;
 	font-size: 12px;
 	height: 19px;
 	line-height: 20px;
 	margin: 0;
 	padding: 0 10px;
 	text-decoration: none;
 	white-space: nowrap;
 }
.wikia-menu-button-4 {
        background-color: #d94e2b;
        border: 1px solid #d94e2b;
        border-radius: 3px;
        color: #0e191a;
        padding: 7px 18px;
        align-items: center;
        display: inline-flex;
        font-size: 12px;
        font-weight: 700;
        justify-content: center;
        letter-spacing: 0.15px;
        line-height: 1.5;
        text-decoration: none;
        text-decoration: none;
        white-space: nowrap;


/* Styles used for article-table and WikiaTable */
.mw-parser-output .article-table, .mw-parser-output .WikiaTable {
    border-collapse: collapse;
    margin: 1em 1em 1em 0;
    background: #fafafa;
    border: 0;
}
.article-table th, .WikiaTable th {
    background: #f2f2f2;
    text-align: left;
}
.article-table th, .article-table td,
.WikiaTable th, .WikiaTable td {
    border-bottom: 1px #cccccc solid;
    padding: 6px 12px;
}
.mw-collapsible-toggle {
    float: right;
}
.ooui-theme-fandom .mw-collapsible-toggle a:hover,
.ooui-theme-fandom .mw-collapsible-toggle a:focus,
.ooui-theme-fandom .mw-collapsible-toggle a:active {
    color: #009bbe;
}
.ooui-theme-fandom .mw-collapsible-toggle a {
    color: blue;
    transition: color 300ms;
}
Advertisement