Infamous 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.
/* 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://images4.wikia.nocookie.net/infamous/images/1/1f/NewBG.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
}

/***************************************/
/* portal - credit to Tierrie at DAWiki*/
/***************************************/
.portal_container { }
.portal_section ul  { list-style: disc; }
.portal_section { border: 1px solid rgb(54,177,255); margin: 0 0 10px 0; background: transparent; background-image: -moz-linear-gradient(top, rgba(0,0,0, 0.1) 0, rgba(0,0,0,0.4) 100%); -moz-border-radius: 1em; -moz-box-shadow:0px 0px 4px rgba(240,248,255,0.5); background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0, rgba(0,51,153, 0.1)), color-stop(100%, rgba(0,0,0,0.4))); -webkit-border-radius: 1em; -webkit-box-shadow: 0px 0px 4px rgba(201,213,240,0.5); border-radius: 1em; box-shadow: 0px 0px 4px rgba(201,213,240,0.5); }
.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(201,213,240); text-align: center; font-family: Impact, Helvetica, sans-serif; font-size: 2em; }
.portal_headerlinks { font-size: 0.8em; position: absolute; right: 1em; bottom: -2em; }
.portal_header, .portal_header a:link, .portal_header a:visited, .portal_header a:hover, .portal_header a:active { color: rgb(201,213,240) !important; }
.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(201,213,240) !important; }
.portal_subheader_text { display: table; width: 100%; padding: 0.4em 0 0 0; border-bottom: 1px dotted rgb(240,248,255); text-align: left; font-family: Impact, Helvetica, sans-serif; font-size: 1.8em; color: rgb(201,213,240) ; }

/***********************************************/
/* portal: slider - credit to Tierrie at DAWiki*/
/***********************************************/
#portal_slider { margin: 0px; padding: 0px; font-family: Impact, Helvetica, sans-serif; position: relative; height: 450px; }
#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, Helvetica, sans-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 - Credit to Tierrie at DAWiki*/
/************************************************/
#portal_content { font-size: 0.9em; line-height: 1.7em; }
#portal_content .portal_body > table { height: 400px; }
#portal_content ul { list-style: disc outside; }
#portal_content ul ul { margin-left: 1em; }


/********************************************/
/* portal: news Credit to Tierrie at DAWiki*/
/******************************************/
#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 .WikiaBlogListingBox ul li { border-top: 0px !important; border-bottom: 1px dotted rgb(240,248,255) !important; list-style-type: none;} /* override the default border #portal_news colors */
.WikiaBlogListingBox ul li:first-child { border: none !important; } /* override the override */

/************************/
/*** 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;
}

/*******************/
/*     Forum       */
/*******************/
.forumheader { border: 1px solid #aaa; background-color: #f9f9f9; margin-top: 1em; padding: 12px; }
.forumlist td span { display: block; padding-left: 10px; 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: 20px; }
.forumlist td.forum_title span a { padding-left: 0px }
.forumlist td.forum_title a.forum_new { font-weight: bold; background: url(http://images.wikia.com/www/images/4/4e/Forum_new.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; }

/**********************************/
/*        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:Alareiks"],
.page-Special_RecentChanges a[title="User:War Clown"]
{ font-weight: bold !important; color:#dddddd !important; }

/* ADMINISTRATORS */
.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: 2px solid #00163F;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  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: 6px;
  -webkit-border-radius: 6px;
  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="Alareiks"] > blockquote {
   background: transparent !important;
   border-color: transparent transparent transparent transparent !important;
   color: #C90000 !important;
  font 13px/12px Arial,serif;
  text-shadow: 0 0 5px red;
  text-decoration:none;
}

.comments li[data-user="Alareiks"] > blockquote:after {
   background: transparent !important;
   border-color: transparent transparent transparent transparent !important;
   color: transparent !important;
}
.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;
}

/**AD Kill Code**/
.AdminDashboardChromedArticle { background:url(http://images2.wikia.nocookie.net/infamous/images/c/cc/Gray70.png) !important; color: rgb(255,255,255);
border: transparent; 
-moz-box-shadow:transparent;
-webkit-box-shadow:transparent;
box-shadow: transparent; !important;}

.AdminDashboardChromedArticle a { color: rgb(9,134,247); !important; }
.AdminDashboardChromedArticle fieldset { border-color: rgb(0,0,0); background: none; }

.AdminDashboardChromedArticle fieldset input[type="submit"] {
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
background-color:#006cb0;
background-image: -moz-linear-gradient(top, #2094dd 35%, #006cb0 65%);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(35%, #2094dd), color-stop(65%, #006cb0));
border:1px solid #006cb0;
color:white;
}


/**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;
}
Advertisement