MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 766: Line 766:
background-color: var(--bg3wiki-box-detail-bg);
background-color: var(--bg3wiki-box-detail-bg);
border: var(--bg3wiki-wikitable-border);
border: var(--bg3wiki-wikitable-border);
padding: 0.2em 0.2em 0.6em 0.2em;
padding: 4px;
}
}
.portable-infobox .pi-title p,
.portable-infobox .pi-title p,
.portable-infobox .pi-header p,
.portable-infobox .pi-data-label p,
.portable-infobox .pi-data-label p,
.portable-infobox .pi-data-value > :not(ul),
.portable-infobox .pi-data-value > :not(ul),
.portable-infobox .pi-data-value li {
.portable-infobox .pi-data-value li {
margin: 0;
margin: 0;
}
.portable-infobox .pi-item-spacing {
padding: 0;
}
.portable-infobox .pi-group {
  border: none;
}
}


.portable-infobox .pi-item-spacing {
.portable-infobox .pi-data {
padding: 0.1em;
  border: none;
  margin: 2px;
}
}


Line 783: Line 790:
background: var(--bg3wiki-box-header-bg);
background: var(--bg3wiki-box-header-bg);
text-align: center;
text-align: center;
font-size: 1.4em;
  font-weight: bold;
}
}


Line 788: Line 797:
text-align: center;
text-align: center;
font-style: italic;
font-style: italic;
  margin-top: 2px;
  margin-bottom: 2px;
}
}


.portable-infobox .pi-data[data-source="title3"] {
.portable-infobox .pi-data[data-source="title3"] {
text-align: center;
text-align: center;
  margin: 2px 0;
}
.portable-infobox .pi-tab-link,
.portable-infobox .pi-section-tab {
  flex-grow: 1;
  border: none;
}
.portable-infobox .pi-header {
background: var(--bg3wiki-box-header-bg);
  text-align: center;
  padding: 2px;
}
.portable-infobox .pi-data-label,
.portable-infobox .pi-data-value {
padding: 3px 5px 3px 5px;
}
}


.portable-infobox .pi-data-label {
.portable-infobox .pi-data-label {
background-color: var(--bg3wiki-box-label-bg);
background-color: var(--bg3wiki-box-label-bg);
padding: 0.2em 0.4em 0.2em 0.4em;
  font-weight: normal;
}
}


Navigation menu