MediaWiki:Mobile.css: Difference between revisions

no edit summary
(Created page with "→‎All CSS here will be loaded for users of the mobile site: .blur { transition: filter 0.15s ease-in-out; overflow: hidden; position: relative; } .blur img { filter: blur(20px); transition: filter 0.15s ease-in-out; } .blur:hover img { filter: none; transition: filter 0.15s ease-in-out; } .blur:hover figcaption { opacity: 0; display: none; } .blur > figcaption { opacity: 0.5; padding: 10px 15px 10px 15px !important; border-radius: 15px;...")
 
No edit summary
Tags: Mobile edit Mobile web edit
 
(2 intermediate revisions by the same user not shown)
Line 25: Line 25:
.blur > figcaption {
.blur > figcaption {
   opacity: 0.5;
   opacity: 0.5;
  padding: 10px 15px 10px 15px !important;
   border-radius: 15px;
   border-radius: 15px;
   background-color: black !important;
   background-color: black !important;
   color: white;
   color: white !important;
   position: absolute;
   position: absolute;
   top: 50%;
   top: 50%;
Line 42: Line 41:
.blur > figcaption:empty {
.blur > figcaption:empty {
   display: none;
   display: none;
}
.blur > a {
  pointer-events: none;
}
.content .thumbcaption, .content figure[typeof~='mw:File/Thumb'] > figcaption, .content figure[typeof~='mw:File/Frame'] > figcaption {
  padding: 5px 10px 5px 10px !important;
}
}
621

edits