Assassin's Creed Wiki
Advertisement
Assassin's Creed Wiki

Nota: Após publicar, você pode ter que limpar o "cache" do seu navegador para ver as alterações.

  • Firefox / Safari: Pressione Shift enquanto clica Recarregar, ou pressione Ctrl-F5 ou Ctrl-R (⌘-R no Mac)
  • Google Chrome: Pressione Ctrl-Shift-R (⌘-Shift-R no Mac)
  • Internet Explorer/Edge: PressioneCtrl enquanto clica Recarregar, ou Pressione Ctrl-F5
  • Opera: Pressione Ctrl-F5.
/* FROM HTTP://ASSASSINSCREED.WIKIA.COM/ */

/* common.css copied over for compatibility with new Wikia skin */
/***** CSS placed here will be applied to all skins on the entire site. *****/

/***************************************/
/*  primary colors for ac website      */
/*  blue: rgb(0,108,176)             */  
/*  lightblue: links: rgb(0,191,255) */
/*  skull white: rgb(240,248,255)    */
/*  darkblue: rgb(0,49,83)           */
/***************************************/

/***************************/
/* bug fixes for oasis.css */
/***************************/
/* override the black background and give it transparency if it supports it */
/*.WikiaPage { background: url(http://images1.wikia.nocookie.net/__cb20101112044832/assassinscreed/images/1/1b/DarkBlue_0_49_83_80.png); } */
/*.WikiaPage { background: url( http://images4.wikia.nocookie.net/__cb20101112050841/assassinscreed/images/b/b7/DarkBlue_0_49_83_60.png); } */
.WikiaPage { background: none; }
/* override the single brown border of the news */
/*.WikiaBlogListing .WikiaBlogListingPost { border-bottom: 1px solid #404040; } */
/* remove the black bar below the table of content */
.WikiHeader .shadow-mask { display: none; }

/**********/
/* portal */
/**********/
.portal_container { }
.portal_section ul  { list-style: disc; }
.portal_section { border: 1px solid rgb(135,206,250); 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: 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: 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; } /* 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; }

/* 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 {
    border:1px solid #AAA;
    background-color:#F9F9F9;
    color:black;
    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 #AAA;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
    border:0;
}
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
    border:0;
    border-top:1px solid #AAA;
    border-right:1px solid #AAA;
}
.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
    border:0;
    border-right:1px solid #AAA;
}

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

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