Syphon Filter Wiki
mNo edit summary
mNo edit summary
Line 11: Line 11:
 
/* Bypass the Wikia background limit */
 
/* Bypass the Wikia background limit */
 
body.background-dynamic.skin-oasis {
 
body.background-dynamic.skin-oasis {
background-image:url("http://images.wikia.com/syphonfilter/images/0/09/SyphonFilter.jpg");
+
background-image: url("http://images.wikia.com/syphonfilter/images/0/09/SyphonFilter.jpg") no-repeat fixed !important;
background-color:black;
+
background-color:black;
background-attachment: fixed;
 
 
}
 
}
   

Revision as of 11:06, 21 January 2014

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

/* Bypass the Wikia background limit */
body.background-dynamic.skin-oasis  { 
     background-image: url("http://images.wikia.com/syphonfilter/images/0/09/SyphonFilter.jpg") no-repeat fixed !important;
     background-color:black;  
}



.page-Syphon_Filter{background-image:url("http://images.wikia.com/syphonfilter/images/0/09/SyphonFilter.jpg"); }


/* Top Header parameters */
.WikiHeader {
    background-color: transparent;
    background-image: url(http://images.wikia.com/syphonfilter/images/5/5d/SFHeader.png); 
    background-repeat: no-repeat;
    border-bottom: 1px solid #4C4C4C;
    margin: 0 0 6px !important;
}

/***********************************************************/
/* REMOVING "added by..." when using thumb display for pics*/
/***********************************************************/
.WikiaArticle .picture-attribution {display:none;}


/**********************************/
/* Search box                     */
/**********************************/
.WikiaSearch input[type="text"] {
   background: #060606 url(http://images.wikia.com/syphonfilter/images/a/a3/SFSearch.png) no-repeat right top !important;
   border: 1px solid #000;
   border-radius: 6px;
   -moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4) !important;
   -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4) !important;
   box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4) !important;
   color: #fff;
   margin-right: 4px !important;
}