Template:Email/styles.css

From Voices of the Void Wiki
Jump to navigation Jump to search
.votv_email_container{
	color: var(--votv-forground-color); 
	
	display: flex;
	flex-flow: column;
	
	background: var(--votv-background-color);
	border:0.25vh solid var(--votv-forground-color); 
}

.votv_email_sender{
	display:flex;
	align-items: center;
	font-weight: bold;
	border-bottom:0.25vh solid var(--votv-forground-color); 
	line-height: normal;
}

.votv_email_sender_textarea{
	display:flex;
	justify-content: space-between;
	padding: 0em 0.25em 0em 0.25em;
	width:100%;
}

.votv_email_name{
	color: var(--votv-ingame-yellow);
}

.votv_email_time{
	color: var(--votv-ingame-cyan);
}

.votv_email_header{
	color: var(--votv-ingame-green);
	border-bottom:0.25vh solid var(--votv-forground-color);
	padding: 0em  0.25em  0em  0.25em;
	font-weight: bold;
	line-height: normal;
}

.votv_email_body{
	padding: 0 0.25em;
	line-height: normal;
}