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
No edit summary
mNo edit summary
Tag: Manual revert
 
(66 intermediate revisions by the same user not shown)
Line 1: Line 1:
.patreon-banner {
.patreon-banner {
     display: block;
     display: block;
     width: 728px; /* Standard leaderboard size */
    height: auto;
     height: 90px;
     width: auto;
     margin: 10px auto; /* Centers the banner */
     margin: 0px auto;
     margin-bottom: 18px;
    text-align: center;
     background: #1a1a1a;
     background: #1a1a1a;
}
/* Desktop base rules */
.infobox {
    float: right;
    clear: right;
    margin: 0.5em 0 1em 1em;
    width: 300px;
}
/* Mobile responsive rules */
@media (max-width: 850px) {
    .infobox {
        float: none !important;
        clear: both !important;
        margin: 0 auto 1em auto !important;
        width: 90vw !important;
        max-width: 425px !important;
        font-size: calc(14px + 1.2vw) !important;
    }
   
    .infobox img {
        width: 100% !important;
        height: auto !important;
    }
    /* Hide header */
    .cosmos-header {
        display: none !important;
    }
    /* Hide mobile navigation */
    .cosmos-mobile-navigation {
        display: none !important;
    }
}
/* Hide categories */
#catlinks {
    display: none !important;
}
/* Hide header categories */
.page-header__categories {
    display: none !important;
}
/* Hide edit section */
.mw-editsection {
    display: none !important;
}
/* Hide discussion button */
#ca-talk {
    display: none !important;
}
/* Hide view source button */
#ca-viewsource {
    display: none !important;
}
/* Hide navigation */
.wds-tabs {
    display: none !important;
}
/* Hide user options */
#cosmos-banner-userOptions {
    display: none !important;
}
}

Latest revision as of 13:11, 26 November 2024

.patreon-banner {
    display: block;
    height: auto;
    width: auto;
    margin: 0px auto;
    margin-bottom: 18px;
    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: 850px) {
    .infobox {
        float: none !important;
        clear: both !important;
        margin: 0 auto 1em auto !important;
        width: 90vw !important;
        max-width: 425px !important;
        font-size: calc(14px + 1.2vw) !important;
    }
    
    .infobox img {
        width: 100% !important;
        height: auto !important;
    }

    /* Hide header */
    .cosmos-header {
        display: none !important;
    }

    /* Hide mobile navigation */
    .cosmos-mobile-navigation {
        display: none !important;
    }
}

/* Hide categories */
#catlinks {
    display: none !important;
}

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

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

/* Hide discussion button */
#ca-talk {
    display: none !important;
}

/* Hide view source button */
#ca-viewsource {
    display: none !important;
}

/* Hide navigation */
.wds-tabs {
    display: none !important;
}

/* Hide user options */
#cosmos-banner-userOptions {
    display: none !important;
}