Template:OOOInfoBoxTabber/styles.css: Difference between revisions

No edit summary
Tag: Reverted
Undo revision 538 by T-Bone (talk)
Tags: Undo Reverted
Line 22: Line 22:
   width: 100%;
   width: 100%;
   box-sizing: border-box;
   box-sizing: border-box;
}
/* Individual tabs */
.ooo-infobox-tabwrap .tabber__tab {
  display: inline-block;
  font-weight: 700;
  font-size: 90%;
  line-height: 1.2;
  white-space: normal;          /* wrap long labels */
  padding: .25rem .5rem;
  margin-right: .25rem;
  text-decoration: none;
  background: var(--background-color-neutral, #f5f5f5);
  color: var(--color-base, #202122);
  border: 1px solid #a2a9b1;    /* literal to avoid TemplateStyles color warnings */
  border-bottom: none;          /* blend into panel */
  border-radius: 12px 12px 0 0; /* match infobox radius if rounded */
}
}