Template:Main page banner/styles.css

From SlyMods
Jump to navigation Jump to search
.banner-box {
	margin: 0px;
	margin-top: 10px;
	
    width: 100%;
    padding: 20px 0 20px 0;
    
	background-color: rgba(0,0,0,0.2);

    text-align: center;
}

.skin-vector .banner-box {
    color: white;
}

.banner-title {
    margin: 0;

    font-family: sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 55px;
}

.banner-subtitle {
    padding: 0 3px 0 3px;
}