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

From SlyMods
Jump to navigation Jump to search
Content added Content deleted
m (TheOnlyZac moved page Main page banner/styles.css to Template:Main page banner/styles.css without leaving a redirect: Moved to template space)
(Added background color to banner)
Line 2: Line 2:
width: 100%;
width: 100%;
padding: 20px 0px 20px 0px;
padding: 20px 0px 20px 0px;
background-color: rgba(0,0,0,0.2);


text-align: center;
text-align: center;

Revision as of 05:10, 18 August 2022

.banner-box {
    width: 100%;
    padding: 20px 0px 20px 0px;
    
	background-color: rgba(0,0,0,0.2);

    text-align: center;
}

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

.banner-title {
    margin: 0px;

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

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