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

From SlyMods
Jump to navigation Jump to search
Content added Content deleted
(Added background color to banner)
(Added bottom margin to banner box)
Line 1: Line 1:
.banner-box {
.banner-box {
margin-bottom: 10px;
width: 100%;
width: 100%;
padding: 20px 0px 20px 0px;
padding: 20px 0 20px 0;
background-color: rgba(0,0,0,0.2);
background-color: rgba(0,0,0,0.2);
Line 13: Line 15:


.banner-title {
.banner-title {
margin: 0px;
margin: 0;


font-family: sans-serif;
font-family: sans-serif;
Line 22: Line 24:


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

Revision as of 05:16, 18 August 2022

.banner-box {
	margin-bottom: 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;
}