Ugrás a tartalomhoz

„Sablon:ServiceInfobox/styles.css” változatai közötti eltérés

Innen: TransLife.FYI
Nincs szerkesztési összefoglaló
Nincs szerkesztési összefoglaló
 
(2 közbenső módosítás ugyanattól a felhasználótól nincs mutatva)
1. sor: 1. sor:
.service-infobox {
.service-infobox {
border: 1px solid var(--background-color-inverted);
  border: 1px solid var(--background-color-inverted);
border-spacing: 3px;
  border-spacing: 3px;
padding: 0.2em;
  padding: 0.2em;
font-size: 88%;
  font-size: 88%;
line-height: 1.5em;
  line-height: 1.5em;
box-sizing: border-box;
  box-sizing: border-box;
}
 
.service-infobox table {
  width: 100%;
}
}


.service-infobox-label,
.service-infobox-label,
.service-infobox-data {
.service-infobox-data {
text-align: left;
  text-align: left;
}
}


.service-infobox-title {
.service-infobox-title {
font-size: 125%;
  font-size: 125%;
font-weight: bold;
  font-weight: bold;
text-align: center;
  text-align: center;
  padding: 0.2em;
}
 
@media (min-width: 720px) {
  .service-infobox {
    margin: 0.5em 0 0.5em 1em;
    float: right;
    clear: right;
    width: 22em;
  }
}
}

A lap jelenlegi, 2025. november 3., 17:50-kori változata

.service-infobox {
  border: 1px solid var(--background-color-inverted);
  border-spacing: 3px;
  padding: 0.2em;
  font-size: 88%;
  line-height: 1.5em;
  box-sizing: border-box;
}

.service-infobox table {
  width: 100%;
}

.service-infobox-label,
.service-infobox-data {
  text-align: left;
}

.service-infobox-title {
  font-size: 125%;
  font-weight: bold;
  text-align: center;
  padding: 0.2em;
}

@media (min-width: 720px) {
  .service-infobox {
    margin: 0.5em 0 0.5em 1em;
    float: right;
    clear: right;
    width: 22em;
  }
}