/*
TabContentController Gadget - CSS Styling
See detailed documentation in Dev/mediawiki
*/

/* ---------- */
/* 1. General */

.tab-content-controller {
  position: relative;
  margin-top: 20px;
}

.tab-content-controller > .mininav {
  overflow: auto;
  margin: 0;
  min-height: 55px;
}

html.client-nojs .tab-content-controller > .mininav {
  display: none;
}

.tab-content-controller.tcc-none-active > .mininav::before {
  display: inline-block;
  position: absolute;
  content: 'CHOOSE TAB \22BF';
  background: #eaeeff;
  top: -15px;
  left: 21px;
  padding: 0 7px 1px 9px;
  border-radius: 20px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  border: 2px solid #89d;
  color: #6173b9;
}

.tab-content-controller > .mininav li > * > img {
  height: 23px;
  margin-right: 8px;
  width: auto;
}

.tab-content-controller > .tcc-section,
.tab-content-controller > .tcc-section > * {
  margin-bottom: 0 !important;
}

.tab-content-controller .tcc-section .tcc-image {
  display: none;
}

html.client-js .tab-content-controller .tcc-title {
  display: none;
}

html.client-nojs .tab-content-controller .tcc-title > :is(h1,h2,h3,h4,h5,h6) {
  margin-top: 0 !important;
}

/* ----------------------------------- */
/* 2. Content before JS initialization */

html.client-js .tab-content-controller .tcc-section:not(.active) {
  display: none !important;
}

/* -------------------------------- */
/* 3. Special class for Indentation */

html.client-js .tab-content-controller.tcc-indent > .tcc-content {
  border-left: 4px solid #89d;
  padding-left: 24px;
  border-radius: 7px;
}

/*
[[Category:MultiWiki]]
*/
