X-Files Wiki
Register
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.
/** CSS placed here will be applied to the new skin */
@import url("/load.php?mode=articles&articles=MediaWiki:Homepage.css|MediaWiki:Backgrounds.css|MediaWiki:Infobox.css&only=styles");

.hiddenlist { display:none; }
.visiblelist { display:block; }

.listexpand { text-decoration: none; color: #66BBFF; }
.listexpand:hover { text-decoration: underline; color: #66BBFF; }


/** This portion of code makes underlines in links appear only on hover */
a { text-decoration: none; }
a:hover { text-decoration: underline; }


/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect {
   font-style: italic;
}
.allpagesredirect:after {
   color: black; content: " (redirect)"
}

.watchlistredir {
   font-style: italic;
}

.wikia-menu-button ul a:hover {
background:none repeat scroll 0 0 blue;
}
 
/* Header & Footer Menus */
.AccountNavigation .subnav
.AccountNavigation .subnav li, .AccountNavigation .subnav li a {
   background-color: white;
   background-image:none;
}
 
.AccountNavigation .subnav li:hover, .AccountNavigation .subnav li a:hover {
   background:none repeat scroll 0 0 red !important; 
}
.AccountNavigation .subnav a:hover {
   background:white repeat scroll 0 0 transparent !important; 
 
}
.WikiaFooter .toolbar li a:hover {
   background:none repeat scroll 0 0 black !important; 
}
.WikiaFooter .toolbar a:hover {
   background:none repeat scroll 0 0 transparent !important; 
}
.WikiaFooter section > ul {
   background-image:none !important;
   border-bottom:none !important;
   border-left:none !important;
   border-right:none !important;
}

.comments .article-comments-li.even blockquote, .comments .article-comments-li.odd blockquote {
   background:none repeat scroll 0 0 red !important;
}


/**** X-Files Font (font-family:Xfiles;)****/
@font-face {
   font-family: "Xfiles";
   font-style: normal;
   src: url("https://vignette.wikia.nocookie.net/xraydeltaone/images/1/1f/Xfiles.ttf") format("truetype");
}

/* Poll Results Bar Color Fade */
.pollAnswerVotes div {
    background: linear-gradient(left center , #3f3f3f 0%, #00ddff 100%) repeat scroll 0 0 #3F3F3F !important;
    background: -o-linear-gradient(left center , #3f3f3f 0%, #00ddff 100%) repeat scroll 0 0 #3F3F3F !important;
    background: -ms-linear-gradient(left center , #3f3f3f 0%, #00ddff 100%) repeat scroll 0 0 #3F3F3F !important;
    background: -icab-linear-gradient(left center , #3f3f3f 0%, #00ddff 100%) repeat scroll 0 0 #3F3F3F !important;
    background: -webkit-linear-gradient(left center , #3f3f3f 0%, #00ddff 100%) repeat scroll 0 0 #3F3F3F !important;
    background: -khtml-linear-gradient(left center , #3f3f3f 0%, #00ddff 100%) repeat scroll 0 0 #3F3F3F !important;
    background: -moz-linear-gradient(left center , #3f3f3f 0%, #00ddff 100%) repeat scroll 0 0 #3F3F3F !important;
    background: -webkit-gradient(left center , #3f3f3f 0%, #00ddff 100%) repeat scroll 0 0 #3F3F3F !important;
}


/* Gallery Add Image Button off (Credit to Once Upon A Time Wiki)*/
.wikia-photogallery-add { display: none !important; }

/*Blog Highlighting- courtesy of Potco Players Wiki ( will change to make more universal later)*/

.comments li[data-user="Princess Diva"] blockquote, .comments li[data-user="MechQueste"] blockquote, .comments li[data-user="Buffyfan123"] blockquote, .comments li[data-user="Dana Scully Fan"] blockquote {
   color:black !important; background:#2bdce5;
url("https://images.wikia.nocookie.net/icarly/images/a/a5/%40admins_sig_line7.png")
bottom center no-repeat !important;
}

/* Highlighted admin usernames */

a[href$=":MechQueste"],
a[href$="/wiki/User:MechQueste"],
a[href="/wiki/Message_Wall:MechQueste"],
a[href="/wiki/User_blog:MechQueste"],
a[href="/wiki/Special:Contributions/MechQueste"] { color:orange; font-weight:bold !important; }

a[href$=":Princess_Diva"],
a[href$="/wiki/User:Princess_Diva"],
a[href="/wiki/Message_Wall:Princess_Diva"],
a[href="/wiki/User_blog:Princess_Diva"],
a[href="/wiki/Special:Contributions/Princess_Diva"] { color:darkred; font-weight:bold !important; }

a[href$=":Buffyfan123"],
a[href$="/wiki/User:Buffyfan123"],
a[href="/wiki/Message_Wall:Buffyfan123"],
a[href="/wiki/User_blog:Buffyfan123"],
a[href="/wiki/Special:Contributions/Buffyfan123"] { color:darkblue; font-weight:bold !important; }

a[href$=":Dana_Scully_Fan"],
a[href$="/wiki/User:Dana_Scully_Fan"],
a[href="/wiki/Message_Wall:Dana_Scully_Fan"],
a[href="/wiki/User_blog:Dana_Scully_Fan"],
a[href="/wiki/Special:Contributions/Dana_Scully_Fan"] { color:#BA55D3; font-weight:bold !important; }

/* Editor Spell */
/* Credit to [[w:User:CzechOut]] */
div.loading-message {
   letter-spacing: 1.5px;
   text-transform: uppercase;
}
#EditPageEditor .loading-indicator .loading-message .loading-throbber {
   background-image: url(https://static.tumblr.com/aa6e9accd523609a51026fc13eb0f9cf/tnrunsz/PX6nzgglm/tumblr_static_filename_640_v2.gif) !important;
   background-size: 242px 200px !important;
   background-repeat:no-repeat !important;
   background-position:top center;
   background-color:transparent;
   overflow:visible;
   height:200px !important;
   width: 600px !important;
}


#navbox a {color:black}
#navbox a:hover, #navbox .selflink {color:blue}

#reference {
    letter-spacing:1px;
    text-transform:uppercase
}
#reference a {color:blue}
#reference a:hover {color:lightgreen}

/*mobile view styling*/
#mobview span.mw-collapsible-toggle.mw-collapsible-toggle-collapsed {display:none}


/* Removing title on main page */
.mainpage .WikiaPage .page-header__title,
.mainpage .WikiaPage .page-header__separator {
    display: none;
}

a.external.text::after {display:none}

/* Tabber Re-Design */
.tabberlive .tabbertab h2,
.tabberlive .tabbertab h3 {
    display: block !important;
}
.tabbertab {
    border-top: 2px solid #2C4759 !important;
    border: 0px solid #2C4759 !important;

}
ul.tabbernav li a {
	background-color: #2C4759 !important;
	border:1px solid white !important;
	border-top-left-radius: 5px !important;
	border-top-right-radius: 5px !important;
	font-weight:bold !important;
	color: black !important;
}
ul.tabbernav li a:hover {
	background-color: skyblue !important;
	border: 1px solid white !important;
	text-shadow: 0 0 0.5em #ffffff !important;
	border-top-right-radius: 5px !important;
	border-top-left-radius: 5px !important;
	font-weight: bold !important;
	color: black !important;
}
ul.tabbernav li.tabberactive a {
	background-color: #CCECFC !important;
	border: 1px solid white !important;
	border-top-right-radius: 5px !important;
	border-top-left-radius: 5px !important;
	font-weight: bold !important;
	color: black !important;
}


#appearances {
    font-size:12px;
    line-height:15px;
     font-family: Verdana, Arial, sans-serif;
}
#appearances a {
color:#136CB2;
}
#appearances ul.cul ul {
text-indent: -1.6em;}

.hideheader #Episode_Navigation.mw-headline {
visibility:hidden
}


/* === Labels on message wall threads === */
.Wall .edited-by a[href$="Princess_Diva"] ~ .subtle::after, .Wall .edited-by a[href$="Dana_Scully_Fan"] ~ .subtle::after, .Wall .edited-by a[href$="Buffyfan123"] ~ .subtle::after {
  content: " (Admin)";
}
.Wall .edited-by a[href$="MechQueste"] ~ .subtle::after {
  content: " (Bureaucrat)";
}

/*Tooltips styling*/

body .main-tooltip {
width:1000px!important;
-webkit-animation: fadeIn ease 0.5s;
-moz-animation: fadeIn ease 0.5s;
}

#tooltipEP {
    top: 50%; 
    transform: translatey(-5%); 
    background-color: #ffffff;  
    width: 288px;  
    height: 140px; 
    overflow: hidden; 
    padding: 15px; 
    font-size: 13px;
}

.tooltipEP {
    -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 1) 90px, transparent 139px); 
    line-height:24.5px;
}

#tooltipChar {
float: left; 
width: 247px; 
height: 250px;
background: #ffffff;
overflow: hidden;
}

.tooltipChar {
line-height: 24.5px;
font-size: 13px;
padding: 15px;
-webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 1) 170px, transparent 230px);
}
Advertisement