Fruit Ninja 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.
/* THIS MUST BE AT THE START. import directives will only work if they are the top before
 * any non-import rules.
 */
@import "/load.php?=debug=false&lang=en&mode=articles&skin=oasis&articles=MediaWiki%3ACommon.css&only=styles";
 
 /* End import rules */
    

/*Custom Color Usernames*/
    a[href="/wiki/User:Brodensson"] { color: Maroon; font-weight:bold; !important; }
    a[href="/wiki/User:Htm14"] { color: Maroon; font-weight:bold; !important; }
    a[href="/wiki/User:Izuru57"] { color: Maroon; font-weight:bold; !important; }
    a[href="/wiki/User:NonsenseFantasy"] { color: #4B0082; font-weight:bold; !important; }
    a[href="/wiki/User:Peter879"] { color:#3EA055 ; font-weight:bold; !important; }

    /*end Custom Color Names*/
    

    /* Maroon Admin Comments */

    .comments li[data-user="Brodensson"] blockquote {
    background:#F08080 !important;
    }
    .comments li[data-user="Brodensson"] blockquote:after {
    border-color:transparent #F08080 #F08080 transparent !important;
    }
    .comments li[data-user="Izuru57"] blockquote {
    background:#F08080 !important;
    }
    .comments li[data-user="Izuru57"] blockquote:after {
    border-color:transparent #F08080 #F08080 transparent !important;
    }
    .comments li[data-user="Htm14"] blockquote {
    background:#F08080 !important;
    }
    .comments li[data-user="Htm14"] blockquote:after {
    border-color:transparent #F08080 #F08080 transparent !important;
    }
    .comments li[data-user="NonsenseFantasy"] blockquote {
    background:#D8BFD8 !important;
    }
    .comments li[data-user="NonsenseFantasy"] blockquote:after {
    border-color:transparent #D8BFD8 #D8BFD8 transparent !important;
    }
     .comments li[data-user="Peter879"] blockquote {
    background:#3EA055 !important;
    }
    .comments li[data-user="Peter879"] blockquote:after {
    border-color:transparent #3EA055 #3EA055 transparent !important;
    }
 
    /*END*/

/* tabber overrides */
 
.tabberlive .tabbertab {
border: 1px #43672B solid !important;
border-top:0 !important;
}
 
ul.tabbernav {
border-bottom: 1px #43672B solid !important;
font: bold 14px Arial, sans-serif !important;
}
 
ul.tabbernav li a:link { color: #5B3A80 !important; }
ul.tabbernav li a:visited { color: #5B3A80 !important; }
 
ul.tabbernav li a:hover{
color: #3F1A68 !important;
background: #FFFFFF !important;
}
 
ul.tabbernav li.tabberactive a, ul.tabbernav li a {
color: #270A47 !important; 
border: 1px #2C431D solid !important;  
background-color: #E7D5FA!important; 
}
 
ul.tabbernav li a[disabled="disabled"] { font-weight: normal !important;  color: #43672B !important; outline-style: none !important; }
 
ul.tabbernav li.tabberactive a {
border-bottom: 1px solid #C5D5B9 !important; 
}
 
/* end of tabber overrides */

.WikiaUserPagesHeader .tabs {
<tabview>
<!-- DO NOT EDIT ANYTHING BELOW THIS LINE -->
User:Brodensson/Sandbox|Sandbox
</tabview>}

.external a {
    background: none repeat scroll 0 0 transparent !important;
    padding: 0 !important;
}

    .i18ndoc {
    background-color: #FFF77D;
    header-color: 7F0000;
    border-bottom: 1px solid lightgrey;
    font-family: monospace;
    font-size: 8pt;
    height: 140px;
    overflow: auto;
    padding: 3px;
    }
    /* Hide "Image added by" on articles */
    .picture-attribution { display:none !important; }
Advertisement