Non-alien Creatures 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.
.WikiaMainContent {
 font-family: ClearSans;
}
body.mediawiki {
 font-family: ClearSans;
}

/**************/
/* Link hover */
/**************/
a:hover {
	text-shadow: #66b266 0 0 3px;
        color: #008000;
	text-decoration:none;
	-webkit-transition: all .4s linear 0s;
	-moz-transition: all .4s linear 0s;
	-ms-transition: all .4s linear 0s;
	-o-transition: all .4s linear 0s;
	transition: all .4s linear 0s;
}
.WikiaArticle .article-thumb .attribution { 
           display: none; }
           
/* customized image thumbnails */
.article-thumb,
.tright {
    border:1px solid #238A3B !important;
    background-color: #238A3B !important;
    background-image: -moz-linear-gradient(top,#238A3B 0,#238A3B 100%)!important;
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(0,#238A3B),color-stop(100%,#238A3B))!important;
    background-image: -o-linear-gradient(top,#238A3B 0,#238A3B 100%)!important;
    background-image: -ms-linear-gradient(top,#238A3B 0,#238A3B 100%)!important;
    font-color: #fff;
    padding:3px !important;
}
.caption { 
    color:black !important; 
    }
.attribution,
.attribution a {
	color:black !important;
}

/* header fixed at top */
#globalNavigation { position: absolute !important; }
Advertisement