Dora the Explorer Wiki
(I think Piggy Pink for the footer would allow the wikia logo to be seem that well.)
Tag: sourceedit
No edit summary
Tag: sourceedit
Line 33: Line 33:
 
color: #ff00de;
 
color: #ff00de;
 
text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #fff, 1px 1px 0 #fff;
 
text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  +
}
  +
  +
a[href="/wiki/User:RRabbit42"] { text-shadow:0px 0px 6px dodger-blue; font-family: orbitron; color:#00A5FF; !important; }
  +
a[href="/wiki/User:Crazy_Muzzarino"] { text-shadow:0px 0px 6px lime; font-family: orbitron; color:black; !important; }
  +
  +
.blackout {
  +
background: rgba(221, 111, 255, 0.85);
  +
mix-blend-mode: overlay;
 
}
 
}
   

Revision as of 20:58, 25 June 2016

.WikiaBarWrapper {
    background-color: #ff9af1;
    background-image: -moz-linear-gradient(left,#ff73ff 0,#ff9af1 50%,#ff73ff 100%);
    background-image: -webkit-gradient(linear,0% 0%,100% 0%,color-stop(0,#ff73ff),color-stop(50%,#ff9af1),color-stop(100%,#ff73ff));
    background-image: -o-linear-gradient(left,#ff73ff 0,#ff9af1 50%,#ff73ff 100%);
    background-image: -ms-linear-gradient(left,#ff73ff 0,#ff9af1 50%,#ff73ff 100%);
}

.WikiaBarWrapper .wikia-bar {
    background-image: none;
}

.global-footer .branding.black .wikia-logo img {
    background-color: #fff5fe;
    background-image: url('http://vignette2.wikia.nocookie.net/doratheexplorer/images/d/df/Dora_Wikia_logo.png/revision/latest?cb=20160625192510');
    background-size: 60px 18.7px;
    background-position: center 9.55px;
}

.clickmask {
    display:none;
}

.Toolbar {
    background-color: #ffa6e4;
    background-image: -moz-linear-gradient(top,#ffa6e4 0%,#ffc4f8 100%);
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(0%,#ffa6e4),color-stop(100%,#ffc4f8));
    background-image: -o-linear-gradient(top,#ffa6e4 0%,#ffc4f8 100%);
    background-image: -ms-linear-gradient(top,#ffa6e4 0%,#ffc4f8 100%);
}

.global-footer .branding .wikia-logo span {
    color: #ff00de;
    text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

a[href="/wiki/User:RRabbit42"] { text-shadow:0px 0px 6px dodger-blue; font-family: orbitron; color:#00A5FF; !important; }
a[href="/wiki/User:Crazy_Muzzarino"] { text-shadow:0px 0px 6px lime; font-family: orbitron; color:black; !important; }

.blackout {
    background: rgba(221, 111, 255, 0.85);
    mix-blend-mode: overlay;
}

.global-footer .branding.black.vertical-tv a {
    background-color: #f9d3f9;
}