Template:Welcome/style.css

Template page
.welcome{
	width:100%;
	background: #7a9fea;
	color:#282828;
	font-size:95%;
}

.welcome .articleNoticeBar{
	padding:.25em; 
	background:#CC0000;
}

.welcome .articleNoticeHeader{
	padding:10px;
	text-align:center;
	background:#1a59c8;
	font-family:Roboto Slab;
	font-weight:300;
	color:#FFFFFF;
	font-size:1.5em;
}

.welcome .articleNoticeDetail{
	flex:5;
	padding:5px;
	padding-left:2em;
	padding-right:2em;
	display:flex;
	justify-content: center;
	align-items: center;
	flex-direction:column;
}

.articleNoticeDetail ul{
	text-align:left;
}

@media (max-width:720px){
	.welcome .articleNoticeImage{
		display:none;
	}
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.