Différences entre les versions de « MediaWiki:Mobile.css »

Ligne 13 : Ligne 13 :
 
     background-color: white !important;
 
     background-color: white !important;
 
     border-bottom: 1px solid #dddddd;
 
     border-bottom: 1px solid #dddddd;
 +
}
 +
 +
.feature-footer-v2 footer {
 +
    border-top: none;
 +
    padding-bottom: 6px;
 +
    background-color: white;
 
}
 
}

Version du 11 juin 2018 à 04:25

/* CSS placed here will affect users of the mobile site */

#ca-watch,
#ca-edit,
.mw-ui-icon-language-switcher,
.mw-ui-icon-watchlist,
.mw-ui-icon-mobileoptions,
.mw-ui-icon-mf-settings {
	display: none;
}

.header-container {
    background-color: white !important;
    border-bottom: 1px solid #dddddd;
}

.feature-footer-v2 footer {
    border-top: none;
    padding-bottom: 6px;
    background-color: white;
}