8Realms 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.
/* <pre> */
/* CSS placed here will be applied to all skins. See also: [[MediaWiki:Monobook.css]] and [[MediaWiki:Wikia.css]] */

@import "/index.php?title=MediaWiki:Wikia.css/hilite&action=raw&ctype=text/css";
@import "http://bassjapas.wikia.com/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css";
@import "/index.php?title=MediaWiki:Common.css/nonjstabberdropdown&action=raw&ctype=text/css";

/* Poll auto-formatting */
.ajax-poll {
    width: auto !important;  /* Inline style override for Poll extension*/
    border: 1px solid #aaa !important; /* Replaces dashed with solid grey */
}
.pollAnswerVotes span {
    color: black !important;
}

/* Clearer percentage bars in polls */
 
.pollAnswerVotes {
    border: 1px solid #BBB !important;
}
.pollAnswerVotes div {
    background: #CDCDCD !important; }

/* Recent changes byte indicators */
.mw-plusminus-pos {
   color: #006500;
}
.mw-plusminus-neg {
   color: #8B0000;
}	
	
/* Image frame fix */
div.tright, div.tleft {
   border: 1px solid silver;
}

div.thumbinner {
   background: inherit;
   border: none;
   color: inherit;
}
#article div.thumb {
   color:inherit;
}
	
/* Fix padding for table in "MediaWiki:SiteNotice" */
#siteNotice { /* For both Monobook and Monaco */
    padding:0 !important;
    text-align: left !important;
}
#article #siteNotice { /* Specific for Monaco */
    margin:-11px !important;
    margin-bottom:-1px !important;
}
#article #siteNotice table { /* Specific for Monaco */
    margin:0 !important;
}
#content #collapsibleTable0, #content #wikiSiteNotice { /* Specific for Monobook */
    margin-bottom:0;
}

/* Make the siteNotice load smoother */
#mw-dismissable-notice td[align="right"] {
    display:none;
}
#article #siteNotice #collapsibleTable0 th > span {
    float:none;
    position:absolute;
    right:5px;
}

/* Center the [hide][dismiss] on siteNotice */
#mw-dismissable-notice td span {
    vertical-align: bottom;
}

/* Fix siteNotice background in Monobook */
#mw-dismissable-notice {
    background-color: transparent;
}

/* Small reference list */
ol.references {
    font-size: 100%;
}
 
.references-small { 
    font-size: 90%;
}

/* Messagebox templates */
 
.messagebox {
    border: 1px solid #aaa;
    background-color: #F9F9F9;
    color: black;
    width: 80%;
    margin: 0 auto 1em auto;
    padding: .2em;
}
.messagebox.merge {
    border: 1px solid #C0B8CC;
    background-color: #f0e5ff;
    text-align: center;
}
.messagebox.cleanup {
    border: 1px solid #9f9fff;
    background-color: #efefff;
    text-align: center;
}
.messagebox.standard-talk {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
}
.messagebox.nested-talk {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
    width: 100%;
    margin: 2px 4px 2px 4px;
}
.messagebox.small {
    width: 238px;
    font-size: 85%;
    float: right;
    clear: both;
    margin: 0 0 1em 1em;
    line-height: 1.25em; 
}
.messagebox.small-talk {
    width: 238px;
    font-size: 85%;
    float: right;
    clear: both;
    margin: 0 0 1em 1em;
    line-height: 1.25em; 
    background: #F8EABA;
}

/* Infobox template style. */
.infobox {
    border: 1px solid #7486ed;
    background-color: #EDDA74;
    color: inherit !important;
    margin: 0 0 0.5em 2em !important;
    padding: 0.2em;
    float: right;
    clear: right;
}
.infobox td,
.infobox th {
    vertical-align: top;
    color: black;
}
.infobox caption {
    font-size: larger;
    padding-bottom: 10px !important;
    margin-left: 0 !important;
    color: inherit !important;
}
.infobox.bordered {
    border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
    border: 1px solid #7486ed;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
    border: 0;
}

/* Wikitable/Prettytable class for skinning normal tables. */
table.wikitable,
table.prettytable {
    margin: 1em 1em 1em 0;
    background: #F9F9F9;
    border: 1px #7486ed solid;
    border-collapse: collapse;
    color: black;
}

table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
    border: 1px #7486ed solid;
    padding: 0.2em;
}

table.wikitable th,
table.prettytable th {
    background: #F2F2F2;
    text-align: center;
    color: black;
}

table.wikitable caption,
table.prettytable caption {
    margin-left: inherit;
    margin-right: inherit;
    font-weight: bold;
    padding-bottom: 5px;
}

/* Standard Navigationsleisten, aka box hiding thingy from .de.  Documentation at [[Wikipedia:NavFrame]]. */

div.Boxmerge,
div.NavFrame {
    margin: 0px;
    padding: 4px;
    border: 1px solid #aaa;
    text-align: center;
    border-collapse: collapse;
    font-size: 95%;
}
div.Boxmerge div.NavFrame {
    border-style: none;
    border-style: hidden;
}
div.NavFrame + div.NavFrame {
    border-top-style: none;
    border-top-style: hidden;
}
div.NavPic {
    background-color: #fff;
    margin: 0px;
    padding: 2px;
    float: left;
}
div.NavFrame div.NavHead {
    height: 1.6em;
    font-weight: bold;
    background-color: #ccccff;
    position:relative;
}
div.NavFrame p {
    font-size: 100%;
}
div.NavFrame div.NavContent {
    font-size: 100%;
}
div.NavFrame div.NavContent p {
    font-size: 100%;
}
div.NavEnd {
    margin: 0px;
    padding: 0px;
    line-height: 1px;
    clear: both;
}
a.NavToggle {
    position:absolute;
    top:0px;
    right:3px;
    font-weight:normal;
    font-size:smaller;
}

/* [[Template:Navbox]] and wide variant */

/* Default skin for navigation boxes. */
table.navbox {              /* Navbox style */
    border: 1px solid #ccccfff;
    color: black;
    width: 100%; 
    margin: auto;
    margin-top: 5px;
    clear: both;
    font-size: 90%;
    text-align: left;
    padding: 1px;
}
table.navbox + table.navbox {
    margin-top:-1px;        /* single pixel border between adjacent navboxes */
}
.navbox, .navbox-subgroup {
    background: #f9f9f9;    /* Background color */
}
.navbox-title {             /* Title style */
    background: #FFE87C;    /* Level 1 color */
    font-size:110%;
    text-align: center;      
    padding-left: 1em;
    padding-right: 1em;
    border:2px solid white;
}
.navbox-group {             /* Group style */
    background: #ddddff;    /* Level 2 color */
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    border-left:2px solid white;
    border-bottom:2px solid white;
}
.navbox .navbox-group a {
    white-space: normal;
}
.navbox-list {
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 5px;
    border-left: 2px solid white;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
}
.navbox-subgroup .navbox-title {
    background: #ddddff;    /* Level 2 color */
}
.navbox-subgroup .navbox-group {
    background: #e6e6ff;    /* Level 3 color */
    padding-bottom: 5px;
    border-left: 0;
}
.navbox-subgroup .navbox-group a {
    white-space: normal;
}
.navbox-subgroup .navbox-list {
    background: transparent !important; 
    border-right: 0;
}

@media print {
    .navbox {
        display: none;
    }
}

/* Disambig. */
#disambig {
    border-top: 1px solid #ccc; 
    border-bottom: 1px solid #ccc;
}

table.filehistory button img, #file button img {
background: none;
}

/* Light gray highlight on focus for search forms */
#p-search input:focus {
    background:#F9F9F9;
}

/* Colour the number of characters added/removed in the recent changes/ */
.mw-plusminus-pos {
    color: #006500;
}

.mw-plusminus-neg {
    color: #8B0000;
}

/* Display text below main article header, located at MediaWiki:tagline */
#siteSub {
    display: inline;
    font-size: 92%;
    font-weight: normal;
}

/* Bold 'edit this page' link to encourage newcomers */
#ca-edit a {
    font-weight: bold !important;
}
/* Mark redirects in Special:AllPages and Special:Watchlist */
.allpagesredirect a {
    color: #888;
    font-style: italic;
}
.watchlistredir a {
    color: #888;
    font-style: italic;
}
.nowraplinks a { white-space: nowrap; }

/* Forum formatting -Algorithm & -Splaka */
.forumheader { 
    border: 1px solid #aaa; 
    background-color: #f9f9f9; 
    color: black;
    margin-top: 1em; 
    padding: 12px;
}
.forumlist td span { 
    display: block; 
    padding-left: 15px; 
    font-size: smaller;
}
.forumlist td span a { 
    text-decoration: none; 
}
.forumlist td span.forum_author { 
    padding-left: 30px; 
}
.forumlist td.forum_edited a { 
    text-decoration: none;
}
.forumlist td.forum_title a { 
    padding-left: 25px; 
}
.forumlist td.forum_title span a { 
    padding-left: 5px;
}
.forumlist td {
    padding:0;
}
.forumlist td.forum_title a.forum_new:visited { 
    font-weight: normal !important; 
    background: none !important; 
}
.forumlist th.forum_title { 
    padding-left: 25px;
}
.archive td.forum_title a.forum_new { 
    font-weight: normal !important; 
    background: none !important; 
}

/* remove talk link from forum namespace (Monobook/Quartz/Monaco) -Splarka */
body.ns-110 #ca-talk, body.ns-110 #this_talk, body.ns-110 #page_tabs li+li  { 
    display: none;
}

/* Default link colours in light-coloured backgrounds */
table.wikitable a, table.prettytable a, table.messagebox a, table.navbox a, div.forumheader a, image a {
    color: #002bb8;
}
table.wikitable a:visited, table.prettytable a:visited, table.messagebox a:visited, table.navbox a:visited, div.forumheader a:visited, image a:visited {
    color: #5a3696;
}
table.wikitable a:active, table.prettytable a:active, table.messagebox a:active, table.navbox a:active, div.forumheader a:active, image a:active {
    color: #faa700;
}
table.wikitable a.new, table.prettytable a.new, table.messagebox a.new, table.navbox a.new, div.forumheader a.new, image a.new {
    color: #ba0000;
}
table.wikitable a.new:visited, table.prettytable a.new:visited, table.messagebox a.new:visited, table.navbox a.new:visited, div.forumheader a.new:visited, image a.new:visited {
    color: #a55858;
}

/* Other fixes for light-coloured backgrounds */
.diff-context, .diff-addedline, #anontalktext {
    color: black !important;
}

/* Force text wrapping in PRE tags */
pre {
    white-space: -moz-pre-wrap;  /* Mozilla, supported since 1999 */
    white-space: -pre-wrap;      /* Opera 4 - 6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    white-space: pre-wrap;       /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
    word-wrap: break-word;       /* IE 5.5+ */
}

/* Make the "Edit Similar" box all on single line and middle aligned */
.editsimilar_dismiss {
    margin-top:-1.7em;
}

#editsimilar_links {
    height:1.4em;
}

/* Make the AJAX checkbox not affect the page header's underline onload */
.firstHeading span, #ajaxRCtoggle {
    vertical-align:top;
}

/* Overrides default colour for image borders -> "File:Example.png|border" */
img.thumbborder {
    border: 1px solid black !important;
}

/* Hide the "Category" header in the File namespace.  */
.ns-6 a#Category + h2, .ns-6 a#Category: + h2 {
	display: none;
}

/* Hides configuration sections for dynamic templates (e.g. calculators). */
.jcConfig {
	display: none;
}

/* Hide edit button in article title */
.wikiaSkinMonaco .editsection-upper {
	display: none;
}

/* Censored text style, and clear text on rollover. */
.censored {
	color: black;
	background-color: black;
	padding: 1px;
}

.censored a {
	color: black;
	text-decoration: underline;
	padding: 1px;
}

.censored:hover {
	color: inherit;
	background-color: inherit !important;
}
/* Don't show the failzor "Pages I'm Following" sidebar on userpages (Lil diriz 77's idea) */
#profile-sidebar, #userPageFollowedHead {
	display: none !important;
}
 
#profile-content-inner { margin-right:0; }

/* Default styling for Template:Welcome_Notice */
.welcomenotice {
      border: 3px solid #443322 !important; 
      background-color: #E5CDBE !important;
}

/* Allow limit parameter to work on [[Template:ToC]] */
.toclimit-2 .toclevel-2,
.toclimit-3 .toclevel-3,
.toclimit-4 .toclevel-4,
.toclimit-5 .toclevel-5,
.toclimit-6 .toclevel-6,
.toclimit-7 .toclevel-7 { display: none; }

table.toc {
    margin-top: 10px;
    margin-bottom: 5px;
}

/* Giving headers and TOC a little extra space */
h2 {
   margin-top: 20px;
}
.toc {
   margin-top: 20px;

/*
 * Details: Temporary until proper skin css is called correctly.
 * FIXME: Get site_anon_css (Wikia.css) to update faster without using Commons.
 */
.ns-112.TOCimprovements .WikiaPage .WikiaMainContent #WikiaPageHeader .wikia-menu-button,
.ns-112.TOCimprovements .WikiaPage .WikiaMainContent #WikiaPageHeader .wikia-button {
    display: none;
}

/* Remove large gaps around bolded lines (;) */
.WikiaArticle dl {
margin: 0;
}

 /* allowing [[Template:Extimage]] to resize images properly */

.extimage div, .extimage a, .extimage img {
    width: inherit;
    height: inherit;
}

/* Remove these actions in the editor */

.ns-0 .cke_button_signature,
.ns-14 .cke_button_signature,
.ns-100 .cke_button_signature,
.ns-112 .cke_button_signature,
.ns-114 .cke_button_signature,
.ns-120 .cke_button_signature { display: none !important; }

.ns-0 #edittools_name,
.ns-8 #edittools_name,
.ns-14 #edittools_name,
.ns-100 #edittools_name,
.ns-112 #edittools_name,
.ns-114 #edittools_name,
.ns-120 #edittools_name { display: none !important; }

.ns-0 #mw-editbutton-signature,
.ns-8 #mw-editbutton-signature,
.ns-14 #mw-editbutton-signature,
.ns-100 #mw-editbutton-signature,
.ns-112 #mw-editbutton-signature,
.ns-114 #mw-editbutton-signature,
.ns-120 #mw-editbutton-signature { display: none !important; }

.ns-0 .bucket_buttons div span.cke_buttons_group_1:nth-child(4),
.ns-8 .bucket_buttons div span.cke_buttons_group_1:nth-child(4),
.ns-14 .bucket_buttons div span.cke_buttons_group_1:nth-child(4),
.ns-100 .bucket_buttons div span.cke_buttons_group_1:nth-child(4),
.ns-112 .bucket_buttons div span.cke_buttons_group_1:nth-child(4),
.ns-114 .bucket_buttons div span.cke_buttons_group_1:nth-child(4),
.ns-120 .bucket_buttons div span.cke_buttons_group_1:nth-child(4) { display: none !important; }

.ns-2 #ImageUploadUpload,
.ns-3 #ImageUploadUpload,
.ns-110 #ImageUploadUpload { display: none !important; }

/* === Babel === */

div.babelbox {
   float: right;
   margin-left: 1em;
   margin-bottom: 0.5em;
   width: 246px;
   border: 1px solid #99B3FF;
   padding: 2px 0 2px 0;
}
.lang-blockN, .lang-block0, .lang-block1, .lang-block2, .lang-block3 {
   margin: 2px 4px 2px 4px; /* t, l, b, r */
   width:238px;
   border-collapse: collapse;
}
td.lang-codeN, td.lang-code0, td.lang-code1, td.lang-code2, td.lang-code3 {
   text-align:center;
   font-size:14pt;
   width:45px;
   height:45px;
}
td.lang-descriptionN, td.lang-description0, td.lang-description1,
td.lang-description2, td.lang-description3 {
  font-size:8pt;
  padding:4pt;
  line-height:1.25em;
}

.lang-block0 {
   border:1px solid #FFB3B3;
}
td.lang-code0 {
  background-color: #FFB3B3;
  color: black;
}
td.lang-description0 {
  background-color: #FFE0E8;
  color: black;
}

.lang-block1,  .lang-block2, .lang-block3  {
   border:1px solid #99B3FF;
}
td.lang-code1, td.lang-code2, td.lang-code3 {
  background-color: #99B3FF;
  color: black;
}
td.lang-description1,  td.lang-description2, td.lang-description3 {
  background-color: #E0E8FF;
  color: black;
}

.lang-blockN {
   border:1px solid #6EF7A7;
}
td.lang-codeN {
  background-color: #6EF7A7;
  color: black;
}
td.lang-descriptionN {
  background-color: #C5FCDC;
  color: black;
}

/*Admin and Mods colored names */
a[href="/wiki/User:Wazam123"],
a[href="/wiki/User:Zaros262"],
a[href="/wiki/User:TheJoycething"],
a[href="/wiki/User:DarkNITE"] { color:#EAC117 !important; }

a[href="/wiki/User:Sundays211"] { color: #254117 !important; }


/* Remove section title bar when editing charm logs */
.ns-0 #charmguide + div + form .mw-summary,
.ns-0 #charmguide + div + form .module_content { display: none; }

.questreq ul {border-left:1px solid #000;}
.questreq ul ul {border-left:1px solid #222;}
.questreq ul ul ul {border-left:1px solid #444;}
.questreq ul ul ul ul {border-left:1px solid #666;}
.questreq ul ul ul ul ul {border-left:1px solid #888;}
.questreq ul ul ul ul ul ul {border-left:1px solid #AAA;}

/* </pre> */

/* Letting headers inherit colors */
h2 {
color:inherit;
}
Advertisement