MediaWiki:Vector-darkmode.less/files.less
< MediaWiki:Vector-darkmode.less
Jump to navigation
Jump to search
Revision as of 06:07, 27 June 2019 by Corey (talk | contribs) (Created page with "// <pre> →======================== images ========================: div.thumbinner { border: none; } // standard thumbnail image html .thumbimage { b...")
//
/* ========================
images
======================== */
div.thumbinner {
border: none;
}
// standard thumbnail image
html .thumbimage {
background: @cloud-burst;
}
// standard thumbnail caption
html .thumbcaption {
color: @dark-text;
background: @dark-wikitable-background;
border: none;
}
// transparency grid
#file img,
#file img:hover,
.filehistory a img,
table.filehistory img {
background-image: url('filepath://Dark_mode_checkered_transparency.png');
}
// gallery
li.gallerybox div.thumb {
background: @cloud-burst;
border-color: @cloud-burst;
}
// <gallery mode="packed">, etc.
ul.mw-gallery-packed-hover li.gallerybox:hover div.gallerytextwrapper,
ul.mw-gallery-packed-overlay li.gallerybox div.gallerytextwrapper,
ul.mw-gallery-packed-hover li.gallerybox.mw-gallery-focused div.gallerytextwrapper {
background: fade( @black-pearl, 70% );
}
// gallery caption
div.gallerytext {
color: @dark-text;
}
// top bar on file pages
#filetoc {
background: @dark-wikitable-background;
border: none;
}
// Template:Get
img.thumbborder {
border-color: lighten(@dark-wikitable-border, 10%);
}
/* ========================
audio
======================== */
.musicplayer {
background: @dark-wikitable-background;
border: none;
}