Anonymous
×
Create a new article
Write your page title here:
We currently have 33 articles on Monster Amor. Type your article name above or click on one of the titles below and start writing!



Monster Amor
33Articles

MediaWiki:Common.css: Difference between revisions



Virtual photographs of monster girls in the real world
mNo edit summary
mNo edit summary
Line 37: Line 37:
/* Hide categories */
/* Hide categories */
.page-header__categories {
.page-header__categories {
    display: none;
}
/* Hide edit section */
.mw-editsection {
     display: none;
     display: none;
}
}

Revision as of 18:11, 17 November 2024

.patreon-banner {
    display: block;
    width: 100%;
    max-width: 728px;
    height: auto;
    min-height: 90px;
    margin: 10px auto;
    text-align: center;
    background: #1a1a1a;
}

/* Desktop base rules */
.infobox {
    float: right;
    clear: right;
    margin: 0.5em 0 1em 1em;
    width: 300px;
}

/* Mobile responsive rules */
@media (max-width: 768px) {
    .infobox {
        float: none !important;
        clear: both !important;
        margin: 0 auto 1em auto !important;
        width: 90vw !important;
        max-width: 500px !important;
        font-size: calc(14px + 1.2vw) !important;
    }
    
    .infobox img {
        width: 100% !important;
        height: auto !important;
    }
}

/* Hide categories */
.page-header__categories {
    display: none;
}

/* Hide edit section */
.mw-editsection {
    display: none;
}