MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Shornstein (talk | contribs) No edit summary |
Shornstein (talk | contribs) No edit summary |
||
(23 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,141: | Line 1,146: | ||
background-color: #ffffff; | background-color: #ffffff; | ||
min-width: 100px; | min-width: 100px; | ||
padding- | padding-right: 30px; | ||
} | } | ||
Line 1,394: | Line 1,399: | ||
#ca-history { display: none !important; } | #ca-history { display: none !important; } | ||
#ca-language { display: none !important; } | #ca-language { display: none !important; } | ||
#p-lang { display: none !important; } | |||
#p-coll-print_export { display: none !important; } | |||
#pt-uls { display: none !important; } | |||
#pt-userpage { display: none !important; } | |||
#pt-mytalk { display: none !important; } | |||
#pt-preferences { display: none !important; } | |||
#pt-watchlist { display: none !important; } | |||
#pt-mycontris { display: none !important; } | |||
#ca-watch { display: none !important; } | |||
#pt-anonuserpage { display: none !important; } | |||
#pt-anontalk { display: none !important; } | |||
#ca-viewsource { display: none !important; } | |||
.mw-translate-page-info { | .mw-translate-page-info { | ||
Line 1,442: | Line 1,459: | ||
border-color:black; | border-color:black; | ||
} | } | ||
img.ios { | |||
border-radius: 5%; | |||
height: 350px; | |||
} | |||
div.iosgallery { | |||
vertical-align: top; | |||
display: inline-block; | |||
text-align: center; | |||
padding-right: 100px; | |||
} | |||
div.iostext { | |||
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; | |||
} |