Template:Main page banner/styles.css: Difference between revisions

From SlyMods
Jump to navigation Jump to search
Content added Content deleted
(Added bottom margin to banner box)
(Tweaked margin)
 
Line 1: Line 1:
.banner-box {
.banner-box {
margin-bottom: 10px;
margin: 0px;
margin-top: 10px;
width: 100%;
width: 100%;

Latest revision as of 17:15, 19 August 2022

.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;
}