Infamous 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.
/* Import MediaWiki:Common.css */
@import url("/index.php?title=MediaWiki:Common.css&ctype=text/css&action=raw");

/***************************/
/* bug fixes for oasis.css */
/***************************/
/* override the black background and give it transparency if it supports it */
.WikiaPage .WikiaPageBackground { background: url(http://images2.wikia.nocookie.net/infamous/images/c/cc/Gray70.png); }
.kw1 { color: rgb(255, 255, 255) !important; } 
/*fix for media borders*/
 .WikiaArticle .tright, .WikiaArticle .tleft {
 outline: inherit;
}

/* BG */
body {
background: #000000 url(http://images2.wikia.nocookie.net/__cb20110602201407/joeplayground/images/3/35/InFamousBG1.jpg) top center no-repeat;
background-attachment:fixed;
}

/* override the single brown border of the news */
/*.WikiaBlogListingBox .WikiaBlogListingPost { border-bottom: 1px solid #404040; } */
/* override the new blog news listing which gives it one huge margin */
.WikiaBlogListingBox .WikiaBlogListingPost blockquote { margin: 0 0 0 5px !important; }
/* remove the black bar below the table of content */
.WikiHeader .shadow-mask { display: none; }
/* forcing white text color on the 'Start a wiki' header button */
a.wikia-button, .wikia-single-button a, .wikia-menu-button, input[type="submit"], input[type="reset"], input[type="button"], .button, button { color: white !important; }
/* polls spacing */
.ajax-poll .pollAnswer { padding-right: 2em !important; }

/* BG of the main headers */
.WikiaHeader {
              background-image:url(http://images1.wikia.nocookie.net/infamous/images/e/ef/TBTop.png) !important;
}

.WikiaFooter .toolbar {
          background-image:url(http://images2.wikia.nocookie.net/infamous/images/1/1a/TBBottom.png) !important;
}

/*************/
/* infoboxes */
/*************/
.IFinfobox2 { float:right; border: 1px solid #536878; border-spacing: 2px; padding: 0px; width: 275px; margin-bottom: 2em; margin-left: 2em; }
.IFinfobox2 th { border: 1px solid #536878; background-image: url(http://images1.wikia.nocookie.net/infamous/images/d/d5/InfoBG.jpg); padding-right: 0.5em; color: #ffffff; text-align:right; font-size: 0.9em; line-height: 1.2em; font-weight: normal; width: 35%; }
.IFinfobox2 td { text-align:left; font-size: 0.9em; line-height: 1.2em; padding: 0.3em; background-color: #1c1c1c; }
.IFinfobox2 .IFinfobox2_header { border-width: 1px; border-style: solid; border-color: #536878; padding: 0; color: #ffffff; background-image: url(http://images1.wikia.nocookie.net/infamous/images/d/d5/InfoBG.jpg); font-size: 1.1em; line-height: 1.1em; }
.IFinfobox2 .IFinfobox2_header2 { width:100%; } /* safari fix for headers */
.IFinfobox2 .IFinfobox2_image { border: 1px solid #536878; padding: 4px; text-align: center; }
.IFinfobox2 .IFinfobox2_imagecaption { padding: 0.5em; font-weight: bold; }
.IFinfobox2 .IFinfobox2_header td { background-color: transparent; text-align: center; }
.IFinfobox2 .IFinfobox2_supertitle, .IFinfobox .IFinfobox2_subtitle { font-size: 0.9em; line-height: 1.2em; }
.IFinfobox2 .IFinfobox2_title { font-size: 1.2em; font-weight: bold; line-height: 1.35em; }
.IFinfobox2 {
    -moz-box-shadow: 0 0 15px #B8E6FF;
    -webkit-box-shadow: 0 0 15px #B8E6FF;
    box-shadow: 0 0 15px #B8E6FF;
}


/**************/
/* info boxes */
/**************/
.infobox2 { border: 1px solid #536878; background-color: #f9f9f9; color: #090909; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; }
.infobox2 td, .infobox2 th { vertical-align: top; }
.infobox2 caption { font-size: larger; margin-left: inherit; }
.infobox2.bordered { border-collapse: collapse; }
.infobox2.bordered td, .infobox2.bordered th { border: 1px solid #aaaaaa; }
.infobox2.bordered .borderless td, .infobox2.bordered .borderless th { border: 0; }
.infobox2 {
    -moz-box-shadow: 0 0 15px #B8E6FF;
    -webkit-box-shadow: 0 0 15px #B8E6FF;
    box-shadow: 0 0 15px #B8E6FF;
}

/************************/
/*** NAVIGATION LINKS ***/
/************************/

a, .color2 a {
color: #0394fd;
}

a:hover, .color2 a:hover {
  color: #0394fd;
  text-shadow: #175590  0 0 5px;
  text-decoration:none;
}

a:visited, .color2 a:visited {
  color: #56b8ff;
  text-decoration:none;
}

a:visited:hover, .color2 a:visited:hover {
  color: #56b8ff;
  text-shadow: #3366FF 0 0 5px;
  text-decoration:none;
}


.WikiaPagesOnWikiModule, 
.WikiaActivityModule, 
.WikiaImageModule, 
#WikiaSpotlightsModule, 
.WikiaArticle .thumbinner, 
.WikiaBlogListingBox, 
.HotSpotsModule, 
.CommunityCornerModule, 
.LatestPhotosModule, 
.WikiaArticle pre, 
.WikiaArticleCategories,
.FollowedPagesModule,
.UserProfileRailModule_TopPages,
.UserProfileAchievementsModule,
.WikiaChatModule,
.ChatModule,
.ChatRailModule {
  background: rgba(0, 0, 0, 0.28) !important;
  border: 1px solid #252525 !important;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}

/*********/
/* Polls */
/*********/

.ajax-poll {
background-color: #242424 !important;
border: 5px ridge #204685 !important;
padding: 2px !important;

}

.pollAnswerVotes span {
background-color: #333333 !important;
color: #B1B6C9 !important;
padding: 0px !important;
border: 1px solid #000 !important;

}

.pollAnswerVotes div {
background-color: #2B63BD !important;
color: #604D69 !important;
padding: 0px !important;
border: 1px solid #032487 !important;

}

.pollAnswerVotes {
padding: 2px !important;

}

/**********************************/
/*    Custom Background Images    */
/**********************************/

.redl {
   background: url('http://images2.wikia.nocookie.net/__cb20110426144941/infamous/images/9/9e/RedL.png') repeat;
}

.bluel {
   background: url('http://images1.wikia.nocookie.net/__cb20110426144933/infamous/images/7/78/BlueL.png') repeat;
}

.neutral {
     background: url('http://images1.wikia.nocookie.net/infamous/images/a/a4/NeutralL.png') repeat; 	
}


/**********************************/
/*          Era hack              */
/**********************************/

/* Title hack */
#title-meta i { font-style: italic !important; }

/* Eraicon Hack */
#title-eraicons {
	display: block !important;
	text-align: left;
	margin-left: 1em;
	min-width: 250px;
}


/**********************************/
/*        Header                  */
/**********************************/
.WikiHeader {
    padding: 10px 15px 9px 15px;
    background: url(http://images3.wikia.nocookie.net/infamous/images/d/d1/NavBarPic.png);
    width: 954px;
    margin-left: 9px;
}

/* default skin for navigation boxes */
table.navbox {
    background-color:#F9F9F9;
    border:1px solid #AAA;
    clear:both;
    font-size:90%;
    margin:1em 0em 0em;
    padding:2px;
    text-align:center;
    width:100%;
}
table.navbox th {
    background-color:#CCF;
    font-size:120%;
    padding-left:1em;
    padding-right:1em;
}
@media print {
    .navbox {
        display:none;
    }
}

/* Standard Navigationsleisten, aka "box hiding thingy" from the German Wikipedia. Documentation at Wikipedia:NavFrame on Wikipedia. */
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:#CCF;
    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;
}

/* ADMINISTRATORS */
.page-Special_RecentChanges a[title="User:Assassin-Rayne"],
.page-Special_RecentChanges a[title="User:War Clown"]
{ font-weight: bold !important; color:#dddddd !important; }

/* Helpers */
.page-Special_RecentChanges a[title="User:Shrev64"],
.page-Special_RecentChanges a[title="User:Elchzard"],
.page-Special_RecentChanges a[title="User:Uditore"]
{ font-weight: italic !important; color:#dddddd !important; }

/* WIKIA STAFF */
.page-Special_RecentChanges a[title="User:JoePlay"]
{ font-weight: bold !important; color:#5a83d6 !important; }

/**********************************/	
/*       DISABLED FEATURES        */
/**********************************/
.picture-attribution, {
display: none !important;
}

.wikia-photogallery-add {
  display: none !important;
}

.wikia-slideshow-toolbar {
  display: none !important;
}


/**Search Box**/
/*
.WikiaSearch input[type="text"] {
  background: rgba(0, 0, 0, 1);
  border: 1px solid #00163F;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #AAAA97;
}

.WikiaSearch input[type="text"]:hover {
    -moz-box-shadow: 0 0 6px #499dca; 
    -webkit-box-shadow: 0 0 6px #499dca;
    box-shadow: 0 0 6px #499dca;
}
 
.WikiaSearch button { 
  background: #060A0A;  
  border: 1px solid #000000;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #0059FF;
  background-image: -moz-linear-gradient(left center, #FF3636 , #8AB3FF);
}
 
.WikiaSearch button:hover {
 background-color: #0059FF;
 background-image: -moz-linear-gradient(left center, #FF3C00 , #0059FF);
}
 
.WikiaSearch button:active {
 background-color: #2b8bb8;
 background-image: -moz-linear-gradient(left center, #FFDB3B , #00E5FF);
}

*/

/********************/
/*     Templates    */
/********************/
.templateglow {
    -moz-box-shadow: 0 0 20px #B8E6FF;
    -webkit-box-shadow: 0 0 20px #B8E6FF;
    box-shadow: 0 0 20px #B8E6FF;
}

/*********************************************/
/*** Article Comments - Staff Highlighting ***/
/*********************************************/
 
.comments li[data-user="War Clown"] > blockquote:after {
   background: transparent !important;
   border-color: transparent black black transparent !important;
   color: white !important;
}

.comments li[data-user="War Clown"] > blockquote {
   background: url('http://images2.wikia.nocookie.net/__cb20110419152945/infamous/images/2/2c/IceBG.png') no-repeat center top !important;
   border-color: transparent black black transparent!important;
   color: white !important;
  text-shadow: 0 0 10px white;
  text-decoration:none;
}

.comments li[data-user="Assassin-Rayne"] > blockquote {
   background: url('http://images3.wikia.nocookie.net/infamous/images/b/b2/RayneBG.png') no-repeat center top !important;
   border-color: transparent darkred darkred transparent !important;
   border-color: transparent black black transparent !important;
  color: black;
  text-shadow: red  0 0 5px;
  text-decoration:none;
  font-weight:bold;
}

.comments li[data-user="Assassin-Rayne"] > blockquote:after {
   background:  !important;
   border-color: transparent #0F0F0F #0F0F0F !important;
   color: !important;
}


.comments li[data-user="Uditore"] > blockquote {
   background: #8EC2E8 !important;
   border-color: white white white white !important;
   color: #4A4A4A !important;
 -moz-box-shadow: 0 0 15px white;
    -webkit-box-shadow: 0 0 15px white;
    box-shadow: 0 0 15px white;
  text-shadow: white  0 0 2px;
  text-decoration:none;
}
.comments li[data-user="Uditore"] > blockquote:after {
   background: transparent !important;
   border-color: transparent #8EC2E8 #8EC2E8 transparent !important;
   color: white !important;
}


.comments li[data-user="Kelan517"] > blockquote {
   background: #0047AB !important;
   border-color: #40E0D0 #40E0D0 #40E0D0 #40E0D0 !important;
   color: orange !important;
 -moz-box-shadow: 0 0 15px #40E0D0;
    -webkit-box-shadow: 0 0 15px #40E0D0;
    box-shadow: 0 0 15px white;
  text-shadow: #40E0D0 0 0 5px;
  text-decoration:none;
}
.comments li[data-user="Kelan517"] > blockquote:after {
   background: transparent !important;
   border-color: transparent #40E0D0 #40E0D0transparent !important;
   color: white !important;
}


.comments li[data-user="Shrev64"] > blockquote {
   background: red !important;
   border-color: grey grey grey grey !important;
   color: black !important;
  text-decoration: none;
}

.comments li[data-user="Shrev64"] > blockquote:after {
   background: transparent !important;
   border-color: transparent red red transparent !important;
   color: red !important;
}

/************************************/
/*    Ugly Profile fix              */
/************************************/

.WikiaUserPagesHeader {
   background-color: transparent !important;
   background-image: none !important;
}

.UserProfileMastheadSearch .WikiaSearch {
    float: right;
    margin-right: 3px;
    width: 310px;
    z-index: 1002;
}
.UserProfileMastheadSearch .WikiaSearch button {
    top: 8px;
}

.UserProfileMastheadSearch .WikiaSearch input[type="text"] {
    width: 300px;
    background: #FFFFFF; 
    border: 2px solid #4D4D4D;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-top: 6px;
}


.UserProfileMasthead {
    float: right;
    width: 990px;
    padding: 0px 10px;
    margin-top: -45px;
    z-index: 999;
}

.UserProfileMasthead .masthead-avatar {
    border: 2px rdige #424242;
    background: none;
    padding: 0px;
}

.UserProfileMasthead .masthead-avatar .avatar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 2px solid #363636;
}

.UserProfileMasthead .masthead-info {
    background-color: #737373;
    background-image: -o-linear-gradient(top center , #0D0D0D0pt, #636363 50%, #0D0D0D 100%);
    background-image: -ms-linear-gradient(top center , #0D0D0D0pt, #636363 50%, #0D0D0D 100%);
    background-image: -moz-linear-gradient(top center , #0D0D0D0pt, #636363 50%, #0D0D0D 100%);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0, #2E2E2E), color-stop(50%, #878787), color-stop(100%, #2E2E2E));
    margin-left: 165px;
    z-index: 1000;
}

.UserProfileMasthead .masthead-info:after {
    margin-bottom: 6px;
}

.UserProfileMasthead .masthead-info::before {
    display: none;
}

.UserProfileMasthead .masthead-info hgroup {
    background: transparent !important;
    padding: 1px 15px 1px 15px;
    height: auto;
    min-height: 40px;
    border-bottom: 2px dotted #000000;
}

.UserProfileMasthead .tally {
    padding-left: 0px;
    margin-bottom: 10px;
}

.UserProfileMasthead .masthead-info h1 {
    font-size: 24px;
}

.UserProfileMasthead .masthead-info h2 {
    margin-bottom: 5px;
    font-size: 14px;
}

.UserProfileMasthead .masthead-info > div {
    padding: 6px 15px 6px 15px;
}

.UserProfileMasthead .details span {
    color:#F1F1F1;
}

.UserProfileMasthead .wikis span {
    color:#F1F1F1;
}

.UserProfileMasthead .masthead-info .group {
    top: -1px;
    color: #FFFFFF;
    font-size: 11px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.WikiaUserPagesHeader .tabs {
    float: left;
    width: 965px;
    border-bottom: 1px solid #AAAAAA;
}

.WikiaUserPagesHeader .tabs .selected {
    -webkit-border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -ms-border-radius: 8px 8px 0px 0px;
    -o-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
}

.WikiaUserPagesHeader .tabs li a {
    display: inline-block;
    font-size: 12px;
    margin-top: 4px;
    margin-bottom: -3px;
    padding: 3px 10px;
    -webkit-border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -ms-border-radius: 8px 8px 0px 0px;
    -o-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
}

.WikiaUserPagesHeader .tabs .selected a {
    border: none;
    color: #F1F1F1;
    background: #2D2D2D;
    font-weight: bold;
    margin-top: 0px;
    padding: 6px 10px;
    -webkit-border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -ms-border-radius: 8px 8px 0px 0px;
    -o-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
}

.WikiaUserPagesHeader .tabs {
    float: left;
    width: 670px; 
}

.WikiaUserPagesHeader .tabs,
#UPPLightboxWrapper .tabs {
    border: none;
    padding-left: 164px;
}

.UserProfileActionButton {
    background-image: -o-linear-gradient(center bottom , rgba(45, 45, 45, 0), #2D2D2D);
    background-image: -ms-linear-gradient(center bottom , rgba(45, 45, 45, 0), #2D2D2D);
    background-image: -moz-linear-gradient(center bottom , rgba(45, 45, 45, 0), #2D2D2D);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0.89)), to(rgba(80, 80, 80, 0.1)), color-stop(.5, #2D2D2D));
    border-radius: 6px 6px 0 0;
    margin-left: 7px;
    text-align: right;
}

.WikiaUserPagesHeader .tabs li a,
#UPPLightboxWrapper .tabs li a {
    background: -o-linear-gradient(center top , #292929 0%, #101010 100%) repeat scroll 0 0 transparent;
    background: -ms-linear-gradient(center top , #292929 0%, #101010 100%) repeat scroll 0 0 transparent;
    background: -moz-linear-gradient(center top , #292929 0%, #101010 100%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #262626), color-stop(100%, #101010)) repeat scroll 0 0 transparent;
}


/**Secondary Nav buttons**/
a.wikia-button.secondary {
 background-color: #383838;
 background-image: -moz-linear-gradient(center top, #323232, #0A0A0A);
 border: 1px solid #4B4B4B;
}
 
a.wikia-button.secondary:hover {
 background-color: #949494;
 background-image: -moz-linear-gradient(center top, #3D84FF, #12226B);
 border: 1px solid #4B4B4B;
}
 
a.wikia-button.secondary:active {
 background-color: #575757;
 background-image: -moz-linear-gradient(center top, #000000, #FF1900);
 border: 1px solid #4B4B4B;
}

/**Custom edit and menu buttons**/

.wikia-button.createpage {
 background-color: #383838;
 background-image: -moz-linear-gradient(center top, #323232, #0A0A0A);
 border: 1px solid #4B4B4B;
}
 
.wikia-button.createpage:hover {
 background-color: #949494;
 background-image: -moz-linear-gradient(center top, #3D84FF, #12226B);
 border: 1px solid #4B4B4B;
}
 
.wikia-button.createpage:active {
 background-color: #575757;
 background-image: -moz-linear-gradient(center top, #000000, #FF1900);
 border: 1px solid #4B4B4B;
}

.wikia-menu-button {
 background-color: #383838;
 background-image: -moz-linear-gradient(center top, #323232, #0A0A0A);
 border: 1px solid #4B4B4B;
}
 
.wikia-menu-button:hover {
 background-color: #949494;
 background-image: -moz-linear-gradient(center top, #3D84FF, #12226B);
 border: 1px solid #4B4B4B;
}
 
.wikia-menu-button:active {
 background-color: #575757;
 background-image: -moz-linear-gradient(center top, #000000, #FF1900);
 border: 1px solid #4B4B4B;
}

/*********************************/
/* main page jquery tabs/sliders */
/*********************************/
.ui-tabs { position: relative; padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } 
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
.ui-tabs-hide { display: none !important; }

/*****************************************************/
/* main page jquery tabs/sliders component containers*/
/*****************************************************/
/*.ui-widget { font-family: Impact, Arial, Helvetica, sans-serif; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Impact, Helvetica, sans-serif; font-size: 1em; }
.ui-widget-content { }
.ui-widget-content a { color: #009dd1; }
.ui-widget-header { border: 1px solid #aaaaaa; font-weight: bold; }
.ui-widget-header a { color: #222222; } */

/***************************************************/
/* main page jquery tabs/sliders interaction state */
/***************************************************/
/*.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #FCDF68; font-weight: normal; color: #ffffff; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #FCDF68; font-weight: normal; color: #ffffff; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #FCDF68; font-weight: normal; color: #ffffff; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }*/

/**********/
/* portal */
/**********/
.portal_container { }
.portal_section ul  { list-style: disc; }
.portal_section { border: 1px solid #FCDF68; margin: 0 0 10px 0; background: transparent; background-image: -moz-linear-gradient(top, rgba(250, 231, 157, 0.2) 0, black 100%); -moz-border-radius: 10px; -moz-box-shadow: 1px 1px 4px rgb(24, 24, 24); background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0, rgba(0, 0, 0, 0.2)), color-stop(100%, black)); -webkit-border-radius: 10px; -webkit-box-shadow: 1px 1px 4px rgb(24, 24, 24); border-radius: 10px; box-shadow: 1px 1px 4px rgb(24, 24, 24); }
.portal_header { padding: 0 1em; position: relative; }
.portal_header_text { display: table; width: 100%; padding: 0.6em 0 0 0; border-bottom: 1px dotted rgb(139,0,0); text-align: center; font-family: Impact; font-size: 2em; }
.portal_headerlinks { font-size: 0.8em; position: absolute; right: 1em; bottom: -2em; padding-bottom: 2px; }
.portal_header, .portal_header a:link, .portal_header a:visited, .portal_header a:hover, .portal_header a:active { color: rgb(255,255,255); }
.portal_body { padding: 0.8em; }
.portal_subheader { padding: 0 1em; position: relative; font-size: 0.9em; }
.portal_subheader, .portal_subheader a:link, .portal_subheader a:visited, .portal_subheader a:hover, .portal_subheader a:active { color: rgb(255,255,255); }
.portal_subheader_text { display: table; width: 100%; padding: 0.4em 0 0 0; border-bottom: 1px dotted rgb(139,0,0); text-align: left; font-family: Impact; font-size: 1.8em; color: #ffffff; }
 
/******************/
/* portal: slider */
/******************/
#portal_slider { margin: 0px; padding: 0px; font-family: Impact, Arial, Helvetica, sans-serif; position: relative; height: 500px; }
#portal_slider #portal_next, #portal_slider #portal_prev { text-align: center; cursor: pointer; border: 0px solid #FEC356; height: 30px !important; width: 20px; font-family: Impact, san-serif; font-size: 36px; line-height: 22px; font-weight: bold; cursor: pointer; position: absolute; bottom: 8px; background: transparent; -moz-box-shadow: inset 1px 1px 2px rgba(255,255,255, 0.8); -webkit-box-shadow: inset 1px 1px 2px rgba(255,255,255, 0.8); box-shadow: inset 1px 1px 2px rgba(255,255,255, 0.8); background-image: -moz-linear-gradient(bottom, rgb(0,128,170) 0, rgb(85,213,255) 100%); background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0, rgb(0,128,170)), color-stop(100%, rgb(85,213,255))); text-shadow: 1px 1px rgba(255, 255, 255, 0.3), -1px 0 rgba(0,0,0,0.3); color: rgb(0, 143, 191); -moz-user-select: none; -webkit-user-select: none; user-select: none; }
#portal_slider #portal_next:hover, #portal_slider #portal_prev:hover { background-image: -moz-linear-gradient(bottom, rgb(0,175,234) 0, rgb(149,228,255) 100%); background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0, rgb(0,175,234)), color-stop(100%, rgb(149,228,255))); color: rgb(0,175,234); }
#portal_slider #portal_next { right: 10px; -moz-border-radius-topright: 8px; -moz-border-radius-bottomright: 8px; -webkit-border-top-right-radius: 8px; -webkit-border-bottom-right-radiust: 8px; border-top-right-radius: 8px; border-bottom-right-radius: 8px; }
#portal_slider #portal_prev { right: 31px; -moz-border-radius-topleft: 8px; -moz-border-radius-bottomleft: 8px; -webkit-border-top-left-radius: 8px; -webkit-border-bottom-left-radius: 8px; border-top-left-radius: 8px; border-bottom-left-radius: 8px; }
#portal_slider > .portal_body { padding: 0; }
 
 
/*******************/
/* portal: content */
/*******************/
#portal_content { font-size: 0.9em; line-height: 1.7em; font-family: Impact, Arial, Helvetica, sans-serif; }
#portal_content .portal_body > table { height: 400px; }
#portal_content ul { list-style: disc outside; }
#portal_content ul ul { margin-left: 1em; }
 
/****************/
/* portal: news */
/****************/
#portal_news .WikiaBlogListingBox, #portal_news ul, .CommunityCornerModule .WikiaBlogListingBox { font-size: 100%; width: auto; float: none; clear: none; border: 0; padding: 0; background: transparent; }
#portal_news .WikiaBlogListingBox h3, #portal_news .wikia-button, .CommunityCornerModule .WikiaBlogListingBox h3 { display: none; }
#portal_news .WikiaBlogListingPost { border-top: 0px !important; border-bottom: 1px dotted rgb(139,0,0) !important; list-style-type: none; } /* override the default border #portal_news colors */
 
/******************/
/* portal: forums */
/******************/
#portal_forums .forum_title { }
#portal_forums .forum_edited { text-align: right; }


/* Forum formatting (by -Algorithm & -Splaka) */
.forumheader {
   border: 1px solid #FF0000;
   background-color: #D1D1D1;
   margin-top: 1em;
   padding: 12px;
}
.forumlist td.forum_edited a {
   color: black;
   text-decoration: none;
}
.forumlist td.forum_title a {
   padding-left: 20px;
}
.forumlist td.forum_title a.forum_new {
   font-weight: bold;
   background: url('http://images3.wikia.nocookie.net/prototype/images/c/cd/Forum.gif') center left no-repeat; 
   padding-left: 20px; 
}
.forumlist td.forum_title a.forum_new:visited {
   font-weight: normal;
   background: none;
   padding-left: 20px;
}
.forumlist th.forum_title {
   padding-left: 20px;
}
body.ns-110 #ca-talk, body.ns-110 #this_talk, body.ns-110 #page_tabs li+li { 
   display: none; 
}
Advertisement