No edit summary
No edit summary
Line 7: Line 7:
/* Make the font size a touch bigger on vector elements*/
/* Make the font size a touch bigger on vector elements*/
.vector-pinnable-element,
.vector-pinnable-element,
.vector-page-toolbar-container,
.vector-page-toolbar-container,i
.vector-user-links-main .vector-menu-content-list,
.vector-user-links-main .vector-menu-content-list,
.vector-search-box{
.vector-search-box{
Line 216: Line 216:
/* Infobox */
/* Infobox */


.infobox {
  color: var(--color-base, #202122);
  background-color: var(--background-color-interactive-subtle, #f8f9fa);
  border: 1px solid #aaa;
  float: right;
  margin: 0 0 1em 1em;
  padding: 0.5em;
  width: 24em;
}
.infobox-title {
  font-size: 2em;
  text-align: center;
  border-bottom: 0.2em solid #ccc;
  padding-bottom: .25em;
}


.infobox-image{
  display: flex;
  aspect-ratio: 2 / 1;
  align-items: center;
  justify-content: center;
}


/*bg color to get visible transparent images in darkmode*/
/*bg color to get visible transparent images in darkmode*/