MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 14: Line 14:
     display: none !important;
     display: none !important;
}
}
h1 {
    font-weight: bold;
}
body.page-Main_Page #mp-topbanner {
body.page-Main_Page #mp-topbanner {
     clear: both;
     clear: both;
Line 1,468: Line 1,473:


div.iostext {
div.iostext {
   text-align:center;
   display: block;
  width: 220px;
  font-style: small;
}
}
.ios-gallery-container {
            display: flex;
            justify-content: flex-start;
            flex-wrap: wrap;
            gap: 50px;
        }
        .ios-gallery-item {
            width: 250px;
            text-align: center;
        }
        .ios-gallery-image {
            border-radius: 30px;
            overflow: hidden;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }
        .ios-gallery-image img {
            width: 100%;
            height: auto;
            display: block;
        }
        .ios-gallery-text {
            margin-top: 20px;
            margin-bottom: 10px;
        }