MediaWiki:Vector-darkmode.less/files.less

From RuneRealm Wiki

This is the current revision of this page, as edited by Alex (talk | contribs) at 17:16, 17 October 2024. The present address (URL) is a permanent link to this version.

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

/* ========================

           images
  ======================== */

.thumbimage {

   background: @cloud-burst;

}

// standard thumbnail caption .thumbcaption {

   color: @dark-text;
   background: @dark-wikitable-background;
   border: none;

}

// transparency grid

  1. file img,
  2. file img:hover,

.filehistory a img, table.filehistory img {

   background-image: url('/images/rss/Dark_mode_checkered_transparency.png');

}

// gallery li.gallerybox div.thumb {

   background: @cloud-burst;
   border-color: transparent;

}

// gallery caption div.gallerytext {

   color: @dark-text;

}

// top bar on file pages

  1. filetoc {
   background-color: #313e59;
   border-radius:3px;
   border:none;

}

// Removes border around images .thumb.tright, .thumb.tleft {

   border: none;

}

/* ========================

         JSON pages
  ======================== */

.mw-json { th { background: #222e45; } td { background: #313e59 } .value { background: #2e5e05; } }