Games Hub
Register
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.
/* Top Ten List module */
.WikiaTopTenModule .ajax-loader {
     float: right;
}

.WikiaTopTenModule ul {
     margin: 0px;
}

.WikiaTopTenModule ul li {
     list-style: none outside none;
     margin: 0px 0px 10px;
     position: relative;
}

.WikiaTopTenModule ul li:hover {
    color:#fff
}

.WikiaTopTenModule .ItemVotes {
    position: absolute;
    right: 0px;
    top: -10px;
    vertical-align:top;
    margin-right:10px;
    font-size:1.5em;
    padding:20px 0 20px 0 
}
/* may be no reason to specify this InArticle
.WikiaTopTenInArticle .ItemVotes {
     top: -5px;
}
*/ 
.WikiaTopTenModule .ItemNumber span {
    color:#777;
    margin:5px;
    display: block;
    float: left;
    margin-right: 10px;
    padding: 10px;
    position:absolute;
    font-size:3em
}
.WikiaTopTenModule h1 {
    font-size:20px; /* matches size of current headers at gameshub */
    text-transform:none;
    letter-spacing:0;
    font-weight:600;
    line-height:130%;
    color:#333333;
}
.WikiaTopTenModule .ItemNumber button {
  /* original: 
  position: absolute;
     right: 0px;
     top: 15px; */
    position: absolute;
    top: 50px;
    width:55px;
    height:30px;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    border-radius:0
}

.WikiaTopTenModule .ItemNumber button .chevron {
    display:none
}

.WikiaTopTenModule .ItemNumber button {
     background: url('http://img4.wikia.nocookie.net/__cb20140516235101/jorgesandbox/images/6/6d/Top10Chevron.png') no-repeat;
}

.ItemContent img {
    max-height:50px;
    height:50px!important;
    min-height:50px;
    width:auto!important; 
    padding-top:5px;
    -webkit-transition:min-height 2s;
       -moz-transition:min-height 2s;
        -ms-transition:min-height:2s;
         -o-transition:min-height:2s;
            transition:min-height 2s;
}

.ItemContent img:hover {
    min-height:100px;
    height:100px;
    width:auto;
}

.ItemContent {
    padding:3px 0;
    background:rgba(128, 128, 128, 0.1);
    color:black!important;
    -webkit-transition:all 2s;
       -moz-transition:all 2s;
        -ms-transition:all 2s;
         -o-transition:all 2s;
            transition:all 2s; 
}

.ItemContent:hover {
    background:rgba(0, 0, 0, 0.5);
    color:#fff!important
}


/* possibly harmful to design
table .ItemContent {
width:300px;
margin-left:50px;
}
*/
.WikiaTopTenModule,
.WikiaTopTenModule a { 
    color:#555555;
    margin-left:60px;
    line-height:90%;
}


span.author { 
    display:none 
}

.VoteButton:before {
    content:" "
}
Advertisement