Template:CharacterPersonality/styles.css

From Another Eden Wiki
.personality-text {
	display: inline-block;
	white-space: nowrap;
	padding: 3px;
	border: 1px solid gray;
	margin: 2px;
}
.g-counter {
	position: absolute;
	top: -0.15em;
	right: -0.15em;
	border: 1px solid #8f8f8f;
	border-radius: 0.3em;
	background-color: rgba(255, 255, 255, 0.8);
	font-size: 85%;
	font-weight: bolder;
	line-height: 1.2em;
	min-width: 1em;
	color: darkblue;
	text-align: center;
}