Template:HubLink/styles.css

From JoJo's Bizarre Encyclopedia - JoJo Wiki
Jump to navigation Jump to search
.hubbox {
	border:3px solid black;
}

.hubicon {
	background-color: rgba(0,0,0,0.5);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.charname {
	line-height: 1.5;
	font-weight: bold;
}

.charstatus {
	text-align:center;
	padding: 2px;
	letter-spacing: -0.2px;
	position: absolute;
	top: 0;
	border: 2px solid black;
	border-style: groove;
}

.charname {
	text-shadow: 2px 2px 2px #333333;
	color: white;
	width: auto;
	text-align: center;
}

.charstand {
	font-size: 10.5px;
	text-shadow: 2px 2px 2px #333333;
	color: white;
	display: inline-table;
}

@media only screen and (max-width: 600px) {
	.hubbox {
		flex: auto;
	}
	
	.hubicon {
		display: block !important;
	}
}