Anonym

MediaWiki:Common.css: Forskelle mellem versioner

Fra AarhusWiki
205 bytes tilføjet ,  23. november 2023
ingen redigeringsopsummering
No edit summary
Tag: Tilbagerullet
No edit summary
Tag: Manuel tilbagerulning
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 130: Linje 128:
#content h1.firstHeading {
#content h1.firstHeading {
     border-bottom: 5px solid #455372 !important;
     border-bottom: 5px solid #455372 !important;
}
@media (max-width: 1024px) {
  .building_template {
    float: none; /* Remove the float to center the infobox */
    margin: 0 auto; /* Center the infobox horizontally */
    width: 100%; /* Set the infobox to occupy the full width on small screens */
  }
}
}