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

From SlyMods
Jump to navigation Jump to search
Content added Content deleted
(Created template styles)
 
(TheOnlyZac changed the content model of the page Main page banner/styles.css from "wikitext" to "Sanitized CSS": Fix content model)
Tag: content model change
(No difference)

Revision as of 20:38, 25 July 2022

.banner-box {
    width: 100%;
    padding: 20px 0px 20px 0px;

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