MediaWiki:Vector-darkmode.less/files.less: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
(Created page with "→======================== images ========================: .thumbimage { background: @cloud-burst; } // standard thumbnail caption .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 {...") |
No edit summary |
||
Line 19: | Line 19: | ||
.filehistory a img, |
.filehistory a img, |
||
table.filehistory img { |
table.filehistory img { |
||
background-image: url(' |
background-image: url('/images/rss/Dark_mode_checkered_transparency.png'); |
||
} |
} |
||
Line 33: | Line 33: | ||
} |
} |
||
// top bar on file |
// top bar on file pages |
||
#filetoc { |
#filetoc { |
||
background-color: #313e59; |
background-color: #313e59; |
||
Line 47: | Line 47: | ||
/* ======================== |
/* ======================== |
||
JSON |
JSON pages |
||
======================== */ |
======================== */ |
||
Latest revision as of 17:16, 17 October 2024
/* ========================
images ======================== */
.thumbimage {
background: @cloud-burst;
}
// standard thumbnail caption .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('/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
- 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; } }