Yoshi 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.
.i18ndoc {
    background-color: #FFF77D;
    border-bottom: 1px solid lightgrey;
    padding: 3px;
}
/*--Background - by ShermanTheMythran--*/
 body {
    background: url(https://images.wikia.nocookie.net/__cb20120331123134/yoshi/images/archive/c/cc/20120331123651%21Yoshi_background.png) repeat;
    background-size: 100%;
}
/*--Wikia Header - by ShermanTheMythran--*/
 .WikiaHeader {
    border-top: none !important;
    border-radius: 20px;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(10%, #84C77D), color-stop(50%, #4FAF45), color-stop(90%, #377A30));
    background-image: -moz-linear-gradient(top, #84C77D 10%, #4FAF45 50%, #377A30 90%);
    background-image: -o-linear-gradient(top, #84C77D 10%, #4FAF45 50%, #377A30 90%);
    background-image: -ms-linear-gradient(top, #84C77D 10%, #4FAF45 50%, #377A30 90%);
    background-color: transparent;
}
.WikiaHeader nav {
    border-bottom: none !important;
    background-image: none !important;
}
.GlobalNavigation > li:hover {
    background-color: #4FAF45;
    box-shadow: 5px 5px 10px #377A30 inset;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    margin-top: -8px;
    background-image: none !important;
}
.AccountNavigation li:hover {
    background-color: #4FAF45;
    box-shadow: 5px 5px 10px #377A30 inset;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    margin-top: -1px;
    background-image: none !important;
}
.GlobalNavigation .subnav, .AccountNavigation .subnav {
    border: 1px solid #4FAF45 !important;
    margin-top: -1px !important;
    border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
}
.GlobalNavigation .subnav .catnav a:hover, .AccountNavigation .subnav > li > a:hover {
    background-color: white !important;
    box-shadow: 0px 0px 15px 5px #FE7F24 inset;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
.AccountNavigation .subnav > li {
    border: none !important;
}
.AccountNavigation .subnav > li:hover {
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
.GlobalNavigation a {
    border: none !important;
    color: black !important;
}
/*--Search - by ShermanTheMythran--*/
 .WikiaSearch input[type="text"] {
    border: none !important;
    background-color: transparent;
    border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -webkit-border-top-left-radius: 20px;
    width: 207px;
    border-bottom-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    -webkit-border-bottom-left-radius: 20px;
}
.WikiaSearch button {
    border: none !important;
    right: 2px !important;
    top: 0px !important;
    border-bottom-right-radius: 20px !important;
    -moz-border-radius-bottomright: 20px !important;
    -webkit-border-bottom-right-radius: 20px !important;
    border-top-right-radius: 20px !important;
    -moz-border-radius-topright: 20px !important;
    -webkit-border-top-right-radius: 20px !important;
}
form#WikiaSearch.WikiaSearch input {
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(10%, #E5721F), color-stop(50%, #FE7F22), color-stop(90%, #E5721F));
    background-image: -moz-linear-gradient(top, #E5721F 10%, #FE7F22 50%, #E5721F 90%);
    background-image: -o-linear-gradient(top, #E5721F 10%, #FE7F22 50%, #E5721F 90%);
    background-image: -ms-linear-gradient(top, #E5721F 10%, #FE7F22 50%, #E5721F 90%);
    color: #4FAF45 !important;
}
/*--Rail - by ShermanTheMythran--*/
 .WikiaRail a:hover {
    box-shadow: 0px 0px 10px 1px #4FAF45 inset;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    text-decoration: none !important;
}
.WikiaRail a {
    font-weight: bold !important;
}
.WikiaRail .module {
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(10%, #FE9C55), color-stop(50%, #FE7F22), color-stop(90%, #E5721F));
    background-image: -moz-linear-gradient(top, #FE9C55 10%, #FE7F22 50%, #E5721F 90%);
    background-image: -o-linear-gradient(top, #FE9C55 10%, #FE7F22 50%, #E5721F 90%);
    background-image: -ms-linear-gradient(top, #FE9C55 10%, #FE7F22 50%, #E5721F 90%);
    background-color: transparent !important;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border: none !important;
}
.LatestPhotosModule ul li {
    border: none !important;
    padding: 1px;
}
.LatestPhotosModule ul li img {
    opacity: 0.5;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
a.wikia-button.upphotos {
    box-shadow: none !important;
    border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    font-weight: normal !important;
}
/*--Buttons - by ShermanTheMythran--*/
 #EditPage .module_page_controls .wikia-menu-button {
    width: 110px;
    height: 21px;
    border: none !important;
}
.WikiaHeader li > .wikia-button {
    border: none !important;
}
#EditPageHeader > .wordmark a img:hover {
    box-shadow: 0px 0px 20px #FE7F24 inset;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
/*--Avatars - by ShermanTheMythran--*/
 .avatar {
    border: none !important;
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
}
/*--Userrights from LEGO Universe Wiki--*/

/*--ChatMods--*/

/*--a[href="/wiki/User:NAME"] { color: yellow !important; font-weight:bold;}--*/

/*--Rollback--*/

/*--a[href="/wiki/User:NAME"] { color: blue !important; font-weight:bold;}--*/
 a[href="/wiki/User:Kimberly_AJ"], a[href="/wiki/User:Random_yoshi_777"], a[href="/wiki/User:Shadow_Dedede"] {
    color: blue !important;
    font-weight:bold;

/*--Admins--*/

/*--a[href="/wiki/User:NAME"] { color: #008080 !important; font-weight:bold;}--*/
 a[href="/wiki/User:Booswithanger"], a[href="/wiki/User:Windu223"], a[href="/wiki/User:Blossom_Powerpuff"], a[href="/wiki/User:AquaYoshi"] {
    color: green !important;
    font-weight:bold;
}
/*--Bureaucrats--*/

/*--a[href="/wiki/User:NAME"] { color: orange !important; font-weight:bold;}--*/
 a[href="/wiki/User:MsD"], a[href="/wiki/User:Seahorseruler"], a[href="/wiki/User:Shade487z"], a[href="/wiki/User:Alxeedo111"], a[href="/wiki/User:Conker%27s_Bad_Fur_Day"], a[href="/wiki/User:Chipika123"], a[href="/wiki/User:CloningYoshi"] {
    color: orange !important;
    font-weight:bold;
}
/*Switchtabs*/
 #switchtabs {
    transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    position:fixed;
    top:120px;
    z-index: 999999999999;
}
#switchtabs a {
    position:absolute;
    top:-52px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    padding:10px;
    color:#FFF;
    z-index:inherit;
}
#switchtabs #wiki {
    right:0px;
    background-color:#00FF00;
}
#switchtabs #ina {
    right:103px;
    background-color:orange;
}
#switchtabs #com {
    right:180px;
    background-color:#0000CD;
}
#switchtabs.com #com {
    display:none
}
#switchtabs a:not(.selected) {
    height: 15px;
    top: -46px;
    font-size:12px;
}
Advertisement