Anonym

MediaWiki:Common.css: Forskelle mellem versioner

Fra AarhusWiki
Test ændring
No edit summary
Tag: Manuel tilbagerulning
(Test ændring)
Tag: Tilbagerullet
Linje 1: Linje 1:
/** CSS inkluderet her vil være aktivt for alle brugere. */
/** CSS inkluderet her vil være aktivt for alle brugere. */
/* https://aarhuswiki.dk/wiki/MediaWiki:Common.css */


body {
body {
Linje 132: Linje 130:
}
}


/*
@media (max-width: 1024px) {
#map_leaflet_1 {
    max-width: 95% !important;
}*/
 
/* @media (max-width: 1024px) {
   .building_template {
   .building_template {
     float: none;  
     float: none; /* Remove the float to center the infobox */
     margin: 0 auto;  
     margin: 0 auto; /* Center the infobox horizontally */
     width: 100%;  
     width: 100%; /* Set the infobox to occupy the full width on small screens */
   }
   }
} */
@media (max-width: 850px) {
    .building_template  {
        float: right !important;
        border: 2px groove black !important;
        width: 100% !important;
        padding: 10px !important;
        display: table !important;
        margin-left: 10px !important;
        margin-bottom: 10px !important;
        font-size: 14px !important;
        background-color: #f7f7f7 !important;
    }
   
   
    #map_leaflet_1 {
        width: 100% !important;
        height: 180px !important;
        background-color: rgb(238, 238, 238) !important;
        overflow: hidden !important;
        position: relative !important;
        min-width: 100% !important;
    }
   
    .building_template td {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}
}