Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Mobile.css: Difference between revisions

MediaWiki interface page
mNo edit summary
mNo edit summary
Tags: Mobile edit Mobile web edit
 
Line 15: Line 15:
.skin-citizen-dark table.ambox {
.skin-citizen-dark table.ambox {
   background: rgba(151, 144, 144, 0.3);
   background: rgba(151, 144, 144, 0.3);
}
/* Use full-width */
body {
    --width-layout: 100vw;
}
/* Hide "From Portal Wiki" */
body #siteSub {
    display: none;
}
}