Welcome to Assassin's Creed Wiki! Log in and join the community.

MediaWiki:Common.css

From the Assassin's Creed Wiki
Revision as of 01:01, 2 December 2014 by imported>BertH (Removed, since this was interfering with background ad display. Don't revert this change, but please let me know if you have any concerns.)
Jump to navigation Jump to search

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 all skins on the entire site. *****/

/**Staff comments**/
@import "/index.php?title=MediaWiki:Wikia.css/comments&action=raw&ctype=text/css";
@import "/index.php?title=MediaWiki:Wikia.css/highlight&action=raw&ctype=text/css";
/**Forum formatting**/
@import "/index.php?title=MediaWiki:Wikia.css/forum&action=raw&ctype=text/css";

@import url(http://fonts.googleapis.com/css?family=Aldrich);


/***************/
/* Background */
/*************/

 body.mediawiki  {
background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
   background-size: cover;
}

.WikiaPageBackground {
  background: rgba(0, 0, 0, 0.28) !important;
  border: 2px solid #39757f; 
  -moz-box-shadow:0 0 30px #000;
  -webkit-box-shadow:0 0 30px #000;
  box-shadow:0 0 30px #000;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center; 
  background-size: cover;
}

body.background-dynamic:after,
body.background-dynamic:before {
    background-repeat: no-repeat;
    background-position: center; 
   background-size: cover;
}

.WikiaActivityModule,
.WikiaPagesOnWikiModule,
.LatestPhotosModule,
.WikiaSpotlightsModule,
.HotSpotsModule,
.UserProfileAchievementsModule,
.WikiaLatestEarnedBadgesModule,
.FollowedPagesModule,
.CommunityCornerModule {
    margin: 0px auto;
    -moz-border-radius: 10px !important;
    -webkit-border-radius:10px!important;
    -o-border-radius:10px!important;
    border-radius:10px!important;
    background: rgba(0, 0, 0, 0.28) !important;
    border: 1px solid #39757f  !important;
}

/**********/
/* portal */
/**********/
.portal_container { }
.portal_section ul  { list-style: disc; }
.portal_section { border: 2px solid rgb(0,0,0); margin: 0 0 10px 0; background: transparent; background-image: -moz-linear-gradient(top, rgba(149,213,255, 0.1) 0, rgba(0,26,43,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(149,213,255, 0.1)), color-stop(100%, rgba(0,26,43,0.4))); -webkit-border-radius: 1em; -webkit-box-shadow: 0px 0px 4px rgba(240,248,255,0.5); border-radius: 1em; box-shadow: 0px 0px 4px rgba(240,248,255,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(240,248,255); text-align: center; font-family: IMFELLDWPicaPRORegular; 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(240,248,255) !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(240,248,255) !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: IMFELLDWPicaPRORegular; font-size: 1.8em; color: rgb(240,248,255) ; }

/******************/
/* portal: slider */
/******************/
#portal_slider { margin: 0px; padding: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; position: relative; height: 470px; }
#portal_slider #portal_next, #portal_slider #portal_prev { text-align: center; cursor: pointer; border: 0px solid #FEC356; height: 30px !important; width: 20px; font-family: arial, 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; }
#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 .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 */

/******************/
/* portal: forums */
/******************/
#portal_forums .forum_title { }
#portal_forums .forum_edited { text-align: right; }

/*******************/
/* portal: twitter */
/*******************/
#portal_twitter ul li { border-top: 0px !important; border-bottom: 1px dotted rgb(240,248,255) !important; padding: 0.2em 0; list-style: none; } /* change it from a bulleted list into a unbulleted list */
#portal_twitter ul { margin-left: 0em !important; }

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

/**********************/
/**Portal definitons  */
/**********************/

.portal_sliderlink_1, .portal_sliderlink_2, .portal_sliderlink_3, .portal_sliderlink_4, .portal_sliderlink_6, .portal_sliderlink_5, .portal_sliderlink_6, .portal_sliderlink_7 {
border: 1px solid #000;
}

.portal_sliderlink_1:hover, .portal_sliderlink_2:hover, .portal_sliderlink_3:hover, .portal_sliderlink_4:hover, .portal_sliderlink_6:hover, .portal_sliderlink_5:hover, .portal_sliderlink_6:hover, .portal_sliderlink_7:hover {
border: 1px solid #999;
}


/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect a {
    color:#888;
    font-style:italic;
}
.watchlistredir a {
    color:#888;
    font-style:italic;
}

/* Infobox template style */
.infobox {
 background-color: transparent;
 border: 2px solid #fff;
 border-radius:7px;
 -moz-border-radius:7px; 
 -webkit-border-radius:7px; 
 -o-border-radius:7px; 
 -ms-border-radius:7px;
 color:#ffffff;
 margin:0.5em 0 0.5em 1em;
 padding:0.2em;
 float:right;
 clear:right;
}
.infobox td,
.infobox th {
    vertical-align:top;
}
.infobox caption {
    font-size:larger;
    margin-left:inherit;
}
.infobox.bordered {
    border-collapse:collapse;
}
.infobox.bordered td,
.infobox.bordered th {
    border:1px solid #fff;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
    border:0;
}
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
    border:0;
    border-top:1px solid #fff;
    border-right:1px solid #fff;
}
.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
    border:0;
    border-right:1px solid #fff;
}

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

/* Small reference list for Template:Reflist */
ol.references {
    font-size: 100%;
}
.references-small { 
    font-size:90%;
}
.references-2column {
    font-size:90%;
    -moz-column-count:2;
    column-count:2;
}
.same-bg {
    background:none
}

/* Highlight clicked reference in blue to help navigation */
ol.references > li:target, sup.reference:target, span.citation:target, cite:target { 
    background-color: #DEF;
}

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

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

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

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

/* Put a checker background at the image description page only visible if the image has transparent background */
#file img {
    background: url("http://images.wikia.com/central/images/5/5d/Checker-16x16.png") repeat;
}

/* When <div class="nonumtoc"> is used on the table of contents,
   the ToC will display without numbers */
.nonumtoc .tocnumber { display: none; }
.nonumtoc #toc ul,
.nonumtoc .toc ul {
    line-height: 1.5em;
    list-style: none;
    margin: .3em 0 0;
    padding: 0;
}
.nonumtoc #toc ul ul, 
.nonumtoc .toc ul ul { 
    margin: 0 0 0 2em; 
}
/* Allow limiting of which header levels are shown in a TOC;
   <div class="toclimit-3">, for instance, will limit to
   showing ==headings== and ===headings=== but no further
   (as long as there are no =headings= on the page, which
   there shouldn't be according to the MoS).
 */
.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul { display: none; }
}

/**VG Template Class**/
.vgr th {
 background-color: #003153;
 background-image: -moz-linear-gradient(top, #090f0f, #6086a7);
 background-image: -webkit-gradient(linear, 0% 100%, 0% 100%, from(#090f0f), to(#6086a7));
 color: #E1E1E1;
 border-color: #000000;
}				
 
.vgr td {
 background-color: #0A0A0A;
 color: #E1E1E1;
 border-color: #000000;
}				
 
.vgr tr:hover td {
 background-color: #192c32;
 color: #090f0f;
}

/*Aff tamplate*/
.TablePager th {
 background-color: #003153;
 background-image: -moz-linear-gradient(top, #090f0f, #6086a7);
 background-image: -webkit-gradient(linear, 0% 100%, 0% 100%, from(#090f0f), to(#6086a7));
 color: #E1E1E1;
 border-color: #000000;
}				
 
.TablePager td {
 background-color: #0A0A0A;
 color: #E1E1E1;
 border-color: #000000;
}				
 
.TablePager tr:hover td {
 background-color: #192c32;
 color: #090f0f;
}

/**FB**/
#featured_content .right {
 float: left;
 width: 322px;
}
 
#featured_content .facebook_panel {
 background-image: url('http://images4.wikia.nocookie.net/assassinscreed/images/e/e8/Facebookpanel.png');
 width: 322px;
 height: 329px;
 }
 
#featured_content .facebook_frame {
 padding-left: 13px;
 padding-top: 13px;
}

/* New Pages */
.not-patrolled  {
 background-color: #0A0A0A;
 border: 1px solid #323232;
 margin-bottom: -1px;
 padding: 0 2px 2px;
}

/* TOC */
#toc, .toc {
 color: #FFF;
 background-color: transparent;
 border: 1px solid #6b6a6a;
}

/* Wikitable class for skinning normal tables */
table.wikitable {
    margin:1em 1em 1em 0;
    background:#1c1c1c;
    border:1px #000000 solid;
    border-collapse:collapse;
}
table.wikitable th, table.wikitable td {
    border:1px #000000 solid;
    padding:0.2em;
}
table.wikitable th {
    background:#1c1c1c;
    text-align:center;
}
table.wikitable caption, {
    margin-left:inherit;
    margin-right:inherit;
    font-weight:bold;
}

wikitable .filehistory th {
 background-color: #003153 !important;
 background-image: -moz-linear-gradient(top, #090f0f, #6086a7) !important;
 background-image: -webkit-gradient(linear, 0% 100%, 0% 100%, from(#090f0f), to(#6086a7)) !important;
}				
 
wikitable .filehistory td {
 background-color: #0A0A0A;
 color: #E1E1E1;
 border-color: #000000;
}				
 
wikitable .filehistory tr {
 background-color: #003153;
 background-image: -moz-linear-gradient(top, #090f0f, #6086a7);
 background-image: -webkit-gradient(linear, 0% 100%, 0% 100%, from(#090f0f), to(#6086a7));
}

table.filehistory th {
 background-color: #003153 !important;
 background-image: -moz-linear-gradient(top, #090f0f, #6086a7) !important;
 background-image: -webkit-gradient(linear, 0% 100%, 0% 100%, from(#090f0f), to(#6086a7)) !important;
}				
 
table.filehistory td {
 background-color: #0A0A0A;
 color: #E1E1E1;
 border-color: #000000;
}				
 
table.filehistory tr {
 background-color: #003153;
 background-image: -moz-linear-gradient(top, #090f0f, #6086a7);
 background-image: -webkit-gradient(linear, 0% 100%, 0% 100%, from(#090f0f), to(#6086a7));
}

/* History diff */
table.diff, td.diff-otitle, td.diff-ntitle { background: inherit }

/* Images */
.WikiaArticle .thumbinner {
background: transparent !important;
border-color: #6b6a6a !important;
border-radius:7px;
-moz-border-radius:7px; 
-webkit-border-radius:7px; 
-o-border-radius:7px; 
-ms-border-radius:7px;
}

.picture-attribution { 
display:none !important; 
}

.article-thumb .caption {
  color: #FFF;
}

/* Tab overrides*/
 
.tabberlive .tabbertab {
border: 1px #ffffff solid !important;
border-top:0 !important;
background-color: #0A0A0A !important;
}
 
ul.tabbernav {
 border-bottom: 1px #ffffff solid !important;
}
 
ul.tabbernav li a:link { color: #ffffff !important; }
ul.tabbernav li a:visited { color: #090f0f !important; }
 
ul.tabbernav li.tabberactive a, ul.tabbernav li a:hover, ul.tabbernav li a {
 color: #ffffff !important; 
 border: 1px #ffffff solid !important;  
 background-image: -moz-linear-gradient(
    center bottom,
    rgb(96,134,167) 0%,
    rgb(9,15,15) 100%) !important; 
 background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(96,134,167)),
    color-stop(1, rgb(9,15,15))) !important; 
}

ul.tabbernav li a[disabled="disabled"] { font-weight: normal !important;  color: #9f9f9f !important; outline-style: none !important; }
 
ul.tabbernav li.tabberactive a {
 color: #000 !important; 
 border-bottom: 1px solid #ffffff !important; 
}
 
/* end of tabber overrides*/

#WikiaArticleCategories {
background:url("http://images.wikia.com/assassinscreed/images/thumb/5/5e/AbstergoIndustriesLogoWhite.png/100px-AbstergoIndustriesLogoWhite.png") no-repeat scroll 99% #434242 !important;
}

/*Difference*/

table.diff {
 background: #000000;
}				
 
table.diff td {
 background-color: #0A0A0A;
}				
 
table.diff td div {
 background-color: #191919;
}				
 
.WikiaArticle td.diff-deletedline {
 background-color: #190000;
 color: #E10000;
}				
 
.WikiaArticle td.diff-addedline {
 background-color: #001900;
 color: #00E100;
}				
 
.diffchange-inline {
 color: #a43e09;
}


/* Setting poll bar color */

.pollAnswerVotes span {
    color:#000;
}

.pollAnswerVotes div[class^="wpPollBar"] {
    background-color:#FFF;
}