MediaWiki:Vector.less/thumb.less

From Old School Near-Reality Wiki
Jump to navigation Jump to search

/* -------------------------

       image thumbnails
  ------------------------- */

// keep in sync with minerva pls thaks

root {

--thumb-image-background: var(--body-light); --thumb-caption-background: var(--body-mid); }


div.thumbinner {

   border: none;
   background: none;
   padding: 0;

}

.thumbimage {

   background-color: var(--thumb-image-background);
   border-color: transparent;
   border-bottom: none;

}

.thumbcaption {

   background: var(--thumb-caption-background);
   padding: 4px 6px;

}