MediaWiki:Mobile.css: Unterschied zwischen den Versionen

Aus Healthypedia
Zur Navigation springen Zur Suche springen
(Created page with "→‎CSS placed here will affect users of the mobile site: .hp-max-h-400p ul { max-height: 400px; overflow-y: scroll; }")
 
Markierungen: Mobile Web-Bearbeitung Mobile Bearbeitung
 
(5 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
/* CSS placed here will affect users of the mobile site */
+
 
.hp-max-h-400p ul {
+
@media screen and ( max-width : 720px ){
   max-height: 400px;
+
    form.header  .branding-box{
   overflow-y: scroll;  
+
        width : 100% !important;   
 +
    }
 +
 
 +
    form.header .branding-box span{
 +
        display: block;
 +
        text-align: center;
 +
        width: 100%;
 +
    }
 +
 
 +
    form.header .minerva-user-navigation
 +
    {
 +
        width : 30px !important;
 +
        min-width : unset !important;
 +
    }
 +
}
 +
.hp-max-h-400p ul{
 +
   max-height : 400px;
 +
   overflow-y : scroll;
 +
}
 +
 
 +
.no-bg-gallery li.gallerybox div.thumb{
 +
background : white !important;
 
}
 
}

Aktuelle Version vom 28. Juni 2021, 10:07 Uhr

@media screen and ( max-width : 720px ){
    form.header  .branding-box{
        width : 100% !important;    
    }

    form.header .branding-box span{
        display: block;
        text-align: center;
        width: 100%;
    }

    form.header .minerva-user-navigation
    { 
        width : 30px !important;
        min-width : unset !important;
    }
}
.hp-max-h-400p ul{
  max-height : 400px;
  overflow-y : scroll; 
}

.no-bg-gallery li.gallerybox div.thumb{
background : white !important;
}