MediaWiki:Mobile.css: Difference between revisions

No edit summary
mNo edit summary
 
(7 intermediate revisions by the same user not shown)
Line 24: Line 24:
   background-color: #242d3c;
   background-color: #242d3c;
   color: #ffffff;
   color: #ffffff;
}
.mw-editfont-monospace {
  font-family: monospace !important;
}
}


Line 102: Line 106:
   background: #eee;
   background: #eee;
   border: 1px solid #aaa;
   border: 1px solid #aaa;
   float: right;
   float: left;
   margin: 0 0 1em 1em;
   margin: 0 0 1em 1em;
   padding: 1em;
   padding: 0.5em 1em 1em 1em;
   width: 300px;
   max-width: 100%;
}
}
.infobox-title {
.infobox-title {
Line 111: Line 115:
   font-weight: bold;
   font-weight: bold;
   text-align: center;
   text-align: center;
  margin-bottom: 0.25em;
}
}
.infobox-image {
.infobox-image {
   text-align: center;
   text-align: center;
  margin-bottom: 0.25em;
}
}
.infobox th {
.infobox th {
   text-align: right;
   text-align: right;
   vertical-align: top;
   vertical-align: top;
  width: 120px;
}
}
.infobox td {
.infobox td {
   vertical-align: top;
   vertical-align: top;
   padding-left: 4px;
   padding-left: 10px;
}
}


Line 198: Line 203:
   -o-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
   transition: all 0.3s;
  padding-bottom: 15px !important;
}
}
.featurebox:hover {
.featurebox:hover {
Line 208: Line 214:
.content noscript > img,
.content noscript > img,
.content a > img {
.content a > img {
   height: unset;
   height: unset !important;
}
}
.content a > img,
.content a > img,
.content a > .lazy-image-placeholder,
.content a > .lazy-image-placeholder,
.content noscript > img {
.content noscript > img {
   max-width: unset;
   max-width: unset !important;
}
}


Line 345: Line 351:
}
}


/**************/
/* Search bar */
/**************/
.mw-ui-icon-mf-close-base20:before {
  background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E close %3C/title%3E%3Cg fill=%22%23fff%22%3E %3Cpath d=%22M4.34 2.93l12.73 12.73-1.41 1.41L2.93 4.35z%22/%3E %3Cpath d=%22M17.07 4.34L4.34 17.07l-1.41-1.41L15.66 2.93z%22/%3E %3C/g%3E%3C/svg%3E");
}


/***********/
/***********/