5 Seconds of Summer 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.
/* Different colors for Fairy Tail -- Wikia stuff: blogs, activity and rail */
 
.WikiaBlogListing .author-details span a[href="/wiki/User:FairyTail1D"],
.WikiaBlogListingBox .author-details span a[href="/wiki/User:FairyTail1D"],
.WikiaBlogPostHeader .author-details a[href="/wiki/User:FairyTail1D"],
#WikiaRail a[href="/wiki/User:FairyTail1D"],
#wikiactivity-main a[href="/wiki/User:FairyTail1D"],
a.real-name[href="http://5sos.wikia.com/wiki/Message_Wall:FairyTail1D"] {font-weight:bold !important; color:#4B0082 !important;}
 
/* Hides image attribution on articles */
 
.picture-attribution { display:none !important; }

/* Make the paper icon on image thumbnails not affect layout and be translucent
 * this avoids empty captions wasting space on pages.
 */
.WikiaArticle .thumb {
	position: relative;
}
.WikiaArticle .thumb > .magnify {
	position: absolute; /* relative to .thumb */
	right: 3px;
	bottom: 4px;
	opacity: 0.15;
        margin: 0;
	padding: 0;
	float: none;
}
.WikiaArticle .thumb > .magnify:hover {
	/* Reveal on hover */
	opacity: 1;
}

/* Portable infoboxes */
.pi-title {
    background-color: #000;
    color: white;
    font-weight: bold;
	text-align: center;
}
 
.portable-infobox {
    width:250px;
}
 
.pi-image-thumbnail {
    max-width:250px;
    height: auto;
}
 
.pi-item.pi-header.pi-secondary-font.pi-item-spacing.pi-secondary-background {
    color:white;
    background-color:#0A0BE5;
    text-align:center;
}
 
.pi-header.pi-secondary-font.pi-secondary-background.pi-item-spacing {
    color:white;
    background-color:#F9EF3C;
    text-align:center;
}

.pi-data:nth-child(odd) {
	background-color: #000000;
	color: #EFEFEF;
}

.pi-data:nth-child(even) {
	background-color: #EFEFEF;
}
Advertisement