MediaWiki:Common.css: Difference between revisions

From RosieSoCrossing
mNo edit summary
mNo edit summary
Line 22: Line 22:
     background-image: url("https://rosiesocosy.com/themes/custom/rosiesocosy/css/images/bg-noise-red.png");
     background-image: url("https://rosiesocosy.com/themes/custom/rosiesocosy/css/images/bg-noise-red.png");
     background-repeat: repeat;
     background-repeat: repeat;
}
.mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-body dt {
    font-family: "Open Sans Semibold";
}
}

Revision as of 16:26, 29 March 2024

/* Skin Custom CSS */

body {
    font-family: "Open Sans";
}

strong {
    font-family: "Open Sans Semibold";
}

#p-logo-text a.long {
    padding: 0.25em 0.75em 0 0;
}

#p-logo-text a {
    color: #E5977F;
    font-family: 'Banana Days', Helvetica, Verdana, sans-serif;
}

#mw-content-container {
    background-color: #9D4A3C;
    background-image: url("https://rosiesocosy.com/themes/custom/rosiesocosy/css/images/bg-noise-red.png");
    background-repeat: repeat;
}

.mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-body dt {
    font-family: "Open Sans Semibold";
}