Warframe Wiki
Advertisement
Warframe Wiki

Nota: dopo aver pubblicato, potrebbe essere necessario pulire la cache del proprio browser per vedere i cambiamenti.

  • Firefox / Safari: tieni premuto il tasto delle maiuscole Shift e fai clic su Ricarica, oppure premi Ctrl-F5 o Ctrl-R (⌘-R su Mac)
  • Google Chrome: premi Ctrl-Shift-R (⌘-Shift-R su un Mac)
  • Internet Explorer / Edge: tieni premuto il tasto Ctrl e fai clic su Aggiorna, oppure premi Ctrl-F5
  • Opera: premi Ctrl-F5.
/* Force background image to fill screen */
body {
   background-size: cover;
}

/* Tabella Drop Ricompense Void */
table.voidtable {
    width:100%;
    text-align:left;
    border:1px solid #545658;
    border-collapse: collapse;
    background:rgba(246,246,231,0.2);
}
 
table.voidtable th {
    background-color: #303236;
    color:white;
    width:50%;
    padding:0px 4px;
    border:1px solid #C4C8CE;
}
 
table.voidtable td {
    width:50%;
    border:1px solid #C4C8CE;
    vertical-align: top;
    background-color:rgba(255,255,255,0.2);
}

/* Tabelle Mod */
table.listtable {
    border-collapse: collapse;
    text-align:center;
    width:100%;
}
 
table.listtable th {
    background-color: #6699CC;
    text-align: center;
}

table.listtable tr{
    border:1px solid #C6C6C6;
}

table.listtable td{
    background-color: #9AACBF;
    text-align: center;
}

table.listtable td:nth-child(2){
    background-color: #9FB0C2;
    text-align: left;
}

/* custom button code */
.wikia-menu-button.secondary {
   background-color: #9ea3a8 !important;
   background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(35%,#b4b9bf),color-stop(65%,#9ea3a8)) !important;
}

a.wikia-button {
   background-color: #9ea3a8 !important;
   background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(35%,#b4b9bf),color-stop(65%,#9ea3a8)) !important;
}

.wikia-menu-button {
   background-color: #4b9bf !important;
   background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(35%,#9ea3a8),color-stop(65%,#4b9bf)) !important;
}

.WikiaSearch .wikia-button {
   background: #00aeff !important;
   background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(35%,#00aeff),color-stop(65%,#009cff)) !important;
   border: 1px solid rgba(158, 98, 98, 0);
}

.skin-oasis .sprite.search {
background-position: -1075px -80px !important;
height: 16px;
width: 21px;
}

.WikiaPageHeader .chevron {
border-top-color: black !important;
margin: 0 7px 0 1px;
}

.WikiaPageHeader .wikia-menu-button>a {
   color: black !important;
}

.WikiaPageHeader .wikia-menu-button {
   background: #00aeff !important;
   background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(35%,#00aeff),color-stop(65%,#009cff)) !important;
   border: 1px solid rgba(158, 98, 98, 0);
}

.WikiaSearch input {
   background: #b4b9bf !important;
}

/* Template Weapon */

.Infobox_Collapsible {
    height: 0px;
    overflow: hidden;
    -moz-transition:height 0.3s;
    -webkit-transition:height 0.3s; /* Safari */
    -o-transition:height 0.3s;
}


/* Skin Background Source */
body.mediawiki {
   background-color:#ffffff;
   background-image:url("http://images.wikia.com/jorgesandbox/images/2/23/WarframeBackground-saturated.jpg") !important;
   background-repeat:no-repeat;
   opacity:1 !important;
}

/* mainpage boxes */
.mainpagebox {
    background-color: #1090c4;
    border: 2px solid #1050c4;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 2px 2px 3px #000000;
    margin-bottom: 10px;
    padding: 5px;
    width: 100%;
}
.mainpagebox > tbody > tr > th {
    border-bottom: 1px dashed blue;
    color: #f1f1f1;
    font-family: 'Audiowide',cursive;
    font-size: 150%;
    margin: 0 auto;
    padding: 10px 10px 0;
    text-align: center;
    text-shadow: 0 0 5px #000000;
}

.navbox {
    background-color: #D9D9D9;
    border: 3px solid #424242;
    border-radius: 4px;
    box-shadow: 3px 3px 2px;
    margin-bottom: 10px;
    padding: 5px;
    width: 100%;
    text-align: center;
}
.navboxhead {
    background-color: #7D7D7D;
    color: #ffffff;
    font-size: 14px;
    margin: 0 auto;
    padding: 10px 10px 0;
    text-align: center;
}

.navboxgroup {
     background-color: #8D8D8D;
     font-weight: bold;
     text-align: center;
     width: 15%;
}

/* Tags extention */
a.tag {
	color: inherit;
}

/* CSS for TOC limit template */
.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; }

.i18ndoc {
    background-color: #FFF77D;
    border-bottom: 1px solid lightgrey;
    font-family: monospace;
    font-size: 8pt;
    height: 140px;
    overflow: auto;
    padding: 3px;
}

/* drop down menu css */
.custom-dropdown {
     padding: 1px 8px;
}
.custom-dropdown > :first-child:after {
     background-image: url("data:image/gif;base64,R0lGODlhAQABAIABAAAAAP///yH5BAEAAAEALAAAAAABAAEAQAICTAEAOw%3D%3D");
     border-color: white transparent transparent;
     border-style: solid;
     border-width: 4px;
     content: "";
     display: inline-block;
     height: 1px;
     margin-left: 4px;
     margin-top: 2px;
     position: relative;
     vertical-align: middle;
     width: 1px;
}
.custom-dropdown:hover {
     border-bottom-left-radius: 0px;
     border-bottom-right-radius: 0px;
     margin-bottom: -1px;
     padding-bottom: 2px;
}
.custom-dropdown ul {
     list-style: none outside none;
     min-width: 100%;
     top: 23px;
}
.custom-dropdown:hover ul {
     display: block;
}
.custom-dropdown li a {
     font-size: 12px;
     height: 14px;
     line-height: 14px;
}
/* end dropdown menu css */


/******************/
/** SOCIAL ICONS **/
/******************/

.SocialIcon
{
	width:15px;
	height:32px;
	background: rgba(0,0,0,0) top right fixed no-repeat;
	transition:width 0.3s;
	-webkit-transition:width 0.3s; /* Safari */
	overflow:hidden;
}
 
.SocialIcon:hover
{
	width:29px;
}


/******************/
/** Warframe Icons **/
/**pretty much a social icon copy**/
 
.WarframeIcon
{
        width:20px;
	height:400px;
	background: rgba(0,0,0,0) top right fixed no-repeat;
	transition:width 0.3s;
	-webkit-transition:width 0.3s; /* Safari */
	overflow:hidden;
}
 
.WarframeIcon:hover
{
	width:300px;
        z-index: 10;
}


/** Warframe Icons 2**/
/**slight tweek from above version (implemented in specific pages of each warframes)**/
 
.WarframeIcon2
{
        width:55px;
	height:290px;
	background: rgba(0,0,0,0) top right fixed no-repeat;
	-moz-transition:width 0.3s;
	-webkit-transition:width 0.3s; /* Safari */
        -o-transition:width 0.3s;
	overflow:hidden;
}
 
.WarframeIcon2:hover
{
	width:690px;
        z-index: 10;
}
/**Warframe Icons 2 END**/

/**Home Page Buttons with Glowing polarities**/
.GlowPolButton
{
         height: 30px; width:110px;
         background-color:#000000;
        -webkit-transition: all 0.5s ease; 
        -moz-transition: all 0.5s ease; 
        -o-transition: all 0.5s ease; 
}

.GlowPolButton:hover
{
         background-color:#26ecff;
}
/**Home Page Buttons with Glowing polarities END**/


/******************/
/** Blog title size **/
/******************/

.WikiaBlogListing h1 {
   font-size: 12px;
}

/******************/
/** Poll tweaks **/
/******************/

.short-poll #ajax-poll-area > div:last-child {
    display: none;
}

.pollAnswerVotes span {
    color: black !important;
}

.ajax-poll {
    border: 0px solid black !important;
    bgcolor:63A9FF;
}

/** End Poll tweaks **/

/******************/
/** Slideshow tweaks **/
/******************/

.slideshow-sizing-hack-200px .wikia-slideshow-wrapper {
    width: 315px !important;
}
.slideshow-sizing-hack-200px .wikia-slideshow-wrapper .wikia-slideshow-images {
    width: 300px !important;
}
.slideshow-sizing-hack-200px .wikia-slideshow-wrapper .wikia-slideshow-images .wikia-slideshow-image {
    left: 25px;
    width: 225px !important;
}
/** End Slideshow tweaks **/

/* TabView extension */
.yui-content {
background-color: #EDF5FF;
/*border: solid 1px;*/
padding: 0.25em 0.5em;
}
 
.yui-nav {
border-color:#EDF5FF;
border-style:solid;
border-width:0pt 0pt 5px;
margin: 0px !important;
}
 
 
.yui-skin-sam .yui-navset .yui-nav, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav {
border-color:#EDF5FF;
border-style:solid;
border-width:0pt 0pt 5px;
}
 
.yui-navset .yui-nav .selected {
background-color: #EDF5FF;
}
 
.yui-navset .yui-nav li {
padding-left: 10px;
padding-right: 10px;
}

/* enable headers in tabber */
.tabberlive .tabbertab h2, .tabberlive .tabbertab h3 { 
display:block !important; 
}

/** Admin Comment Highlighting **/
.comments li[data-user="Hilycker"] blockquote {
	background:#4DCFD6 !important;
}
.comments li[data-user="Hilycker"] blockquote:after {
	border-color:transparent #4DCFD6 #4DCFD6 transparent !important;
}
.comments li[data-user="Hilycker"] blockquote div {
	background:transparent !important;
}

.comments li[data-user="Dipy93"] blockquote {
	background:#4DCFD6 !important;
}
.comments li[data-user="Dipy93"] blockquote:after {
	border-color:transparent #4DCFD6 #4DCFD6 transparent !important;
}
.comments li[data-user="Dipy93"] blockquote div {
	background:transparent !important;
}

.tag img {
    height: 25px;
    width: auto;
    vertical-align: middle;
}

/* remove image thumb attribution "added by:" */
.WikiaArticle .picture-attribution {display:none;}

/* === Template:Ambox designs === */
 
/* Ambox design */
.ambox {
    font-size: 95%;
    width: 80%; 
    margin: 0 auto;
    border: 1px #AAA solid;
    border-left: 10px solid #228b22;
    border-collapse: collapse;
    background-color: #EEE;
}
 
/* Ambox colours */
.ambox-blue {
    border-left: 10px solid #1e90ff;    /* Blue (notice) */
}
.ambox-red {
    border-left: 10px solid #b22222;    /* Red (delete/serious) */
}
.ambox-orange {
    border-left: 10px solid #f28500;    /* Orange (content) */
}
.ambox-yellow {
    border-left: 10px solid #f4c430;    /* Yellow (style) */
}
.ambox-purple {
    border-left: 10px solid #9932cc;    /* Purple (merge) */
}
.ambox-gray {
    border-left: 10px solid #bba;        /* Gray (protection) */
}
.ambox-green {
    border-left: 10px solid #228b22;    /* Green */
}
 
/* Ambox small text */
.ambox-smalltext {
    font-size: smaller;
    margin-top:0.5em;
    margin-left:0.8em;
}
 
/* Ambox image */
.ambox-image {                    /* The left image cell */
    width: 60px;
    padding: 2px 0px 2px 0.5em;        /* 0.5em left, 0px right */
    text-align: center;
}
 
@media print { .ambox { display: none; } }    /* no ambox when printing */
Advertisement