Community Central
Community Central

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.
/***** CSS placed here will be applied to all skins on the entire site. *****/
/*Fonts*/
@import url(https://fonts.googleapis.com/css?family=Pacifico);

/*Home Page Rollover Effect*/
.home-links {
    margin:0 !important;
	padding:0;
	text-align:center;
}
.home-links li {
	color:#FFF;
	background:#9465AD;
	display:inline-block;
	overflow: hidden;
	text-align:center;
    margin: 1px 3px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-webkit-transition:all .4s ease;
	-o-transition:all .4s ease;
	-ms-transition:all .4s ease;w
	transition:all .4s ease;
}
.home-links li.hover, .home-links li:hover {
	background:#FFF;
	color:#9465AD;
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.5), 0 4px 15px 0 rgba(0, 0, 0, 0.5);
}
.home-links li.hover>a span, .home-links li:hover>a span {
	color:#9465AD;
}
.home-creators li a {
	display:block;
	text-decoration:none;
	padding:0 15px;
}
.home-creators li a span {
	font-family:'Otaku Rant';
	font-size:20px;
	line-height:36px;
	color:#FFF;
}
.home-creators li img {
	width: 100px !important;
	height: 100px !important;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	-ms-border-radius: 50% !important;
	-o-border-radius: 50% !important;
	border-radius: 50% !important;
	padding:15px;
}
 
.home-creators li a {
	display:block;
	text-decoration:none;
	padding:0 2px;
}
.home-creators li a span {
	font-family:'Pacifico';
	font-size:14px;
	line-height:36px;
	color:#FFF;
}
.home-other-links li a img {
	width: 226px;
	margin-bottom:-3px;
}
.home-wikia-links li {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.home-wikia-links li a {
	display:block;
	width: 150px;
	padding:50px 0;
	margin-bottom:-3px;
	text-decoration:none;
	font-family:'Pacifico';
	font-size:25px;
	color:#FFF;
}
.view-more {
	display:block;
	text-align:right;
	padding-top: 10px;
}
.view-more a {
	font-family:'Pacifico';
	padding:2px 20px;
	text-decoration:none;
	font-size:25px;
	color:#6C93B1;
}
.home-social-links {
    text-align: center;
}
.home-social-links p a {
    padding: 10px;
}