MediaWiki:Mobile.css: Difference between revisions

same tweaks as common
(same changes to mobile css)
(same tweaks as common)
Line 1,105: Line 1,105:
   top: -100%; left: 0; right: 0; bottom: -100%;
   top: -100%; left: 0; right: 0; bottom: -100%;
   margin: auto;
   margin: auto;
  margin-left: 0;
  margin-right: 0;
   vertical-align: middle;
   vertical-align: middle;
   width: 16px;
   width: 16px;
Line 1,112: Line 1,114:
   height: 24px;
   height: 24px;
   width: 16px;
   width: 16px;
  padding-right: 0.25em;
   vertical-align: middle;
   vertical-align: middle;
   display: inline-block;
   display: inline-block;
Line 1,122: Line 1,125:
   text-decoration: underline;
   text-decoration: underline;
   text-decoration-style: solid;
   text-decoration-style: solid;
}  
}
/*.qud-image-link:hover span {
  text-decoration: none;
  border-bottom: 1px solid;
} */
.qud-image {
.qud-image {
  height: 1em;
   background: transparent;
   background: transparent;
   transition: background 0.2s ease-in-out;
   transition: background 0.2s ease-in-out;
   display: inline-block;
   display: inline-block;
   padding: 0 3px 2px 2px;
   padding: 0 3px 0.5em 2px;
   margin: 0 -2px -2px -2px;
   margin: 0 -2px -0.5em -2px;
   border-radius: 0.2em;
   border-radius: 0.2em;
}
}