MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
*/
*/
--bg3wiki-tooltip-border: #785000;
--bg3wiki-tooltip-border: #785000;
/* PortableInfobox configuration */
--pi-background: var(--bg3wiki-box-detail-bg);
--pi-secondary-background: var(--bg3wiki-box-label-bg);
--pi-border-color: var(--bg3wiki-wikitable-border);
}
}


Line 779: Line 774:
}
}
.portable-infobox .pi-group {
.portable-infobox .pi-group {
  border: none;
border: none;
}
}


.portable-infobox .pi-data {
.portable-infobox .pi-data {
  border: none;
border: none;
  margin: 2px;
margin: 2px;
}
}


Line 791: Line 786:
text-align: center;
text-align: center;
font-size: 1.4em;
font-size: 1.4em;
  font-weight: bold;
font-weight: bold;
}
}


Line 797: Line 792:
text-align: center;
text-align: center;
font-style: italic;
font-style: italic;
  margin-top: 2px;
margin-top: 2px;
  margin-bottom: 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;
margin: 2px 0;
}
}


.portable-infobox .pi-tab-link,
.portable-infobox .pi-tab-link,
.portable-infobox .pi-section-tab {
.portable-infobox .pi-section-tab {
  flex-grow: 1;
color: var(--link);
  border: none;
border: none;
flex-grow: 1;
}
 
.portable-infobox .pi-tab-link.current,
.portable-infobox .pi-section-tab.pi-section-active {
border-bottom: 1px solid var(--link);
}
}


.portable-infobox .pi-header {
.portable-infobox .pi-header {
background: var(--bg3wiki-box-header-bg);
background: var(--bg3wiki-box-header-bg);
  text-align: center;
text-align: center;
  padding: 2px;
padding: 2px;
}
}


Line 825: Line 826:
.portable-infobox .pi-data-label {
.portable-infobox .pi-data-label {
background-color: var(--bg3wiki-box-label-bg);
background-color: var(--bg3wiki-box-label-bg);
  font-weight: normal;
font-weight: normal;
}
}