MediaWiki:Common.css: verschil tussen versies

753 bytes toegevoegd ,  14 februari
Inhoud aangevuld
kGeen bewerkingssamenvatting
(Inhoud aangevuld)
Regel 182: Regel 182:
width: 1px;
width: 1px;
/* white-space: nowrap; /* already have nowrap above */
/* white-space: nowrap; /* already have nowrap above */
}
/** Voor het weergeven van meerdere afbeeldingen in één kader, overgenomen van de Nederlandse Wikipedia */
div.tleft {
  float:left;
  clear:left
}
div.thumb {
  width:auto;
  background-color:transparent;
  margin-bottom:0.5em
}
div.tleft {
  margin:0.5em 1.4em 1.3em 0
}
div.tright {
  margin:0.5em 0 1.3em 1.4em
}
.thumbcaption {
  text-align:left;
  line-height:1.4em;
  padding:3px
}
.thumbcaption:empty {
  padding:0
}
div.thumbinner {
  padding:3px;
  text-align:center;
  overflow:hidden
}
@media screen {
  div.thumbinner {
    border:1px solid #c8ccd1;
    background-color:#f8f9fa;
    font-size:94%
  }
  .thumbimage {
    background-color:#f8f9fa;
    border:1px solid #c8ccd1
  }
  .thumbcaption {
    border:0;
    font-size:94%
  }
}
}