Disney Fandom Hrvatska
Advertisement
Disney Fandom Hrvatska

Napomena: Nakon objave možda ćete trebati očistiti međuspremnik svog preglednika kako biste vidjeli promjene.

  • Firefox / Safari: držite Shift i pritisnite Reload, ili pritisnite bilo Ctrl-F5 ili Ctrl-R (⌘-R na Macu)
  • Google Chrome: pritisnite Ctrl-Shift-R (⌘-Shift-R na Macu)
  • Internet Explorer / Edge: držite Ctrl i kliknite Refresh, ili pritisnite Ctrl-F5
  • Opera: pritisnite Ctrl-F5.
@import "/load.php?articles=MediaWiki:Wikia.css/Infobox.css&only=styles&mode=articles";

/* Tabber */
 
 ul.tabbernav li a, ul.tabbernav li.tabberactive a, .tabbernav :not(.tabberactive) a:hover  {
    border-radius: 1em 2em 1em 2em !important;
    line-height:23px !important;
 }
.tabbertab {
    border: none !important;
    padding: 0 !important;
}
 
.tabbernav :not(.tabberactive) a:hover {
    background: white !important;
    color: #673ab7 !important;
    border: 2px solid #284889 !important;
}
 
.tabberlive > ul.tabbernav > li {
    margin-right: 2px;
}
    /* not applying on the last tabview tabs */
    .tabberlive > ul.tabbernav > li:last-child {
        margin-right: 0;
    }
 
.tabbernav {
    background: transparent;
    border-bottom: 0 !important;
    padding: 2px 0 !important;
}
 
ul.tabbernav li {
     display: inline-block !important;
}
ul.tabbernav li a {
    -moz-border-radius-topleft: 4px !important;
    -moz-border-radius-topright: 4px !important;
    background: #284889 !important;
    border: 2px solid #284889 !important;
    color: white !important;
    font-size: 10px !important;
    font-weight: normal !important;
    margin-left: 0 !important;
    padding: 3px 0.5em !important;
    position: relative;
}
 
ul.tabbernav li.tabberactive a {
    background-color: #673ab7 !important;
    border: 2px solid #284889 !important;
    color: white !important;
    cursor: default;
    font-size: 10px !important;
}
 
ul.tabbernav li.tabberactive {
    line-height: 0 !important;
}
 
ul.tabbernav li.tabberactive:first-child a {
    margin-right: 0 !important;
    }
 
.tabbertab .ajax-poll {
    border: none !important;
}
.tabberlive .tabbertab h2,
.tabberlive .tabbertab h3 {
    display: block !important;
}
/* End of Customizing Tabber */

#WikiaUserPagesHeader .UserProfileMasthead .masthead-info .tag + .tag {margin-left:5px;}
a.tag {color:inherit;}
 
/* Other stuff */
.WikiaBlogListing ul {list-style-type:none;}
 
.skin-venus .article .image-thumbnail img { margin: 0; }
.skin-venus .mw-content-text h2 { margin-left: 0; margin-right: 0; }

/* Tabview Design from http://dev.wikia.com/wiki/TabviewDesign%2Fcode.css */
 
/* Selected Tab */
ul.tabs li.selected a {
    color: white !important;
    background: #3a61b7 !important;
    border: 2px solid #284889 !important;
    border-bottom: none !important;
    border-radius: 1em 2em 1em 2em !important;
}
 
/* Normal Tab; NOT selected */
ul.tabs li a {
    background: #284889 !important;
    color: white !important;
    border: 2px solid #284889 !important;
    border-bottom: none !important;
    border-radius: 2em 1em 2em 1em !important;
}

/* Contents of the selected tab */
div.tabBody.selected {
    border: none !important;
    padding: 0 !important;
    border-radius: 2em 2em 2em 2em !important;
}

/* Hover Tab; NOT selected */
.tabs li a:hover {
    background: white !important;
    color: #673ab7 !important;
    border: 2px solid #284889 !important;
    border-bottom: none !important;
    border-radius: 1em 2em 1em 2em !important;
}

/*Boje za suradnike s ulogama*/
/***Birokrati***/
a[href$=":Connen"],
a[href$="/Connen"],
a[href$=":Imjustthere"],
a[href$="/Imjustthere"] {
    color: #ff0000 !important;
    font-weight: bold !important;}
/***Administratori***/
a[href$=":MaryPoppins95"],
a[href$="/MaryPoppins95"] {
    color: #ff00b7 !important;
    font-weight: bold !important;}
/***Moderatori***/
a[href$=":Josep Maria Roca Peña"],
a[href$="/Josep Maria Roca Peña"],
a[href$=":Disneyqueens"],
a[href$="/Disneyqueens"] {
    color: #fff700 !important;
    font-weight: bold !important;}
    
/* Okretanje avatara pri prijelazu mišem */
 
.masthead-avatar img {
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
 
.masthead-avatar:hover img {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    border-radius: 100%;
    box-shadow: 0 0 20px black;
    transform: rotate(360deg);
}

body{
  cursor:url('https://images.wikia.nocookie.net/disney/images/5/5c/Mouse.png'), auto;
}
a:link{
  cursor: url('https://images.wikia.nocookie.net/disney/images/b/b4/Mousehover.png'), auto;
}
 
a:visited{
  cursor: url('https://images.wikia.nocookie.net/disney/images/b/b4/Mousehover.png'), auto;
}

#WikiaPage a:hover {
  cursor: url('https://images.wikia.nocookie.net/disney/images/b/b4/Mousehover.png'), auto;
  text-shadow: #661600 0 0 5px;
  color: #E4C900 !important;
  text-decoration:none;
        -webkit-transition: all linear 300ms;
        -moz-transition: all linear 300ms;
        -ms-transition: all linear 300ms;
        -o-transition: all linear 300ms;
  transition: all linear 300ms !important;
}
 
:hover {
    transition: all linear 300ms !important;
}
 
a:active{
  cursor: url('https://images.wikia.nocookie.net/disney/images/b/b4/Mousehover.png'), auto;
}
Advertisement