MediaWiki:Mobile.css: Unterschied zwischen den Versionen

Zur Navigation springen Zur Suche springen
mobile styles für "In der Nähe"
Keine Bearbeitungszusammenfassung
Markierungen: Mobile Bearbeitung Mobile Web-Bearbeitung
(mobile styles für "In der Nähe")
Markierungen: Mobile Bearbeitung Mobile Web-Bearbeitung
Zeile 128: Zeile 128:
   content: '';
   content: '';
   clear: both;
   clear: both;
}
/** *************************************
* FürthWiki:In_der_Nähe
*/
.whats-nearby {
    margin-top: 2em;
}
.whats-nearby #output table > tbody > tr > td {
text-align: right;
}
.whats-nearby #output table > tbody > tr > td:nth-child(1) {
width: 130px;
}
.whats-nearby select {
  background-color: white;
  border: 1px solid lightgray;
  color: black;
}
.whats-nearby select:focus {
  background-color: white;
  border: 1px solid lightgray;
  color: black;
}
.whats-nearby #selection {
  position: relative;
}
.whats-nearby #selection:after {
  content: '▼';
  display: block;
  padding: 0.6em;
  position: absolute;
  top: 0;
  right: 0px;
  height: 2em;
  width: 2em;
  z-index: 999999;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1em;
  color: gray;
}
.whats-nearby .irs {
  height: 4em;
}
.whats-nearby .irs-line {
  width: 100%;
}
.whats-nearby .irs-bar, .whats-nearby .irs-bar-edge {
  height: 1em;
top: 1.8em;
  background: none;
  background-color: darkgray;
}
.whats-nearby .irs-bar-edge {
  width: 1em;
}
.whats-nearby .irs-slider {
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: none;
  background-color: gray;
}
}

Navigationsmenü