„MediaWiki:Common.css” változatai közötti eltérés

Innen: A Ványi család genealógiája
Ugrás a navigációhozUgrás a kereséshez
Létrehozva a Wikipedia common.css alapján
 
Javítva a Wikipedia CSS forrás alapján
1. sor: 1. sor:
/* Közös CSS az összes felszínnek */
/* Közös CSS az összes felszínnek */


.infobox{
 
  border-top-width: 1px;
/* Infobox template style */
  border-right-width-value: 1px;
.infobox {
  border-right-width-ltr-source: physical;
    border: 1px solid #aaa;
  border-right-width-rtl-source: physical;
    background-color: #f9f9f9;
  border-bottom-width: 1px;
    color: black;
  border-left-width-value: 1px;
    margin: 0.5em 0 0.5em 1em;
  border-left-width-ltr-source: physical;
    padding: 0.2em;
  border-left-width-rtl-source: physical;
    float: right;
  border-top-style: solid;
    clear: right;
  border-right-style-value: solid;
}
  border-right-style-ltr-source: physical;
.infobox td,
  border-right-style-rtl-source: physical;
.infobox th {
  border-bottom-style: solid;
    vertical-align: top;
  border-left-style-value: solid;
}
  border-left-style-ltr-source: physical;
.infobox caption {
  border-left-style-rtl-source: physical;
    font-size: larger;
  border-top-color: #aaaaaa;
  border-right-color-value: #aaaaaa;
  border-right-color-ltr-source: physical;
  border-right-color-rtl-source: physical;
  border-bottom-color: #aaaaaa;
  border-left-color-value: #aaaaaa;
  border-left-color-ltr-source: physical;
  border-left-color-rtl-source: physical;
  background-color: #f9f9f9;
  color: black;
  margin-top: 0.5em;
  margin-right: 0pt;
  margin-bottom: 0.5em;
  margin-left: 1em;
  padding-top: 0.2em;
  padding-right: 0.2em;
  padding-bottom: 0.2em;
  padding-left: 0.2em;
  float: right;
  clear: right;
}
}

A lap 2010. január 9., 12:48-kori változata

/* Közös CSS az összes felszínnek */


/* Infobox template style */
.infobox {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    color: black;
    margin: 0.5em 0 0.5em 1em;
    padding: 0.2em;
    float: right;
    clear: right;
}
.infobox td,
.infobox th {
    vertical-align: top;
}
.infobox caption {
    font-size: larger;
}