MediaWiki:Mobile.css: Difference between revisions

From Down Gilead Lane Wiki
Jump to navigation Jump to search
No edit summary
Tags: Mobile edit Mobile web edit
 
(No difference)

Latest revision as of 15:10, 5 June 2022

/* All CSS here will be loaded for users of the mobile site */
.infobox {
    float: none;
    padding-bottom: 20px;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0%);
}
.prevnext {
    width: 90% !important;
    margin: auto !important;
    margin-top: 5px !important;
}
.thisPage {
    display:none;
}
.thisBullet {
    visibility:visible !important;
}