MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 103: | Line 103: | ||
legend { | legend { | ||
font-weight: bold; | font-weight: bold; | ||
} | |||
/* gallery images */ | |||
li.gallerybox div.thumb img { | |||
image-rendering: -moz-crisp-edges; | |||
image-rendering: -o-crisp-edges; | |||
image-rendering: -webkit-optimize-contrast; | |||
image-rendering: pixelated; | |||
image-rendering: optimize-contrast; | |||
-ms-interpolation-mode: nearest-neighbor; | |||
image-rendering: crisp-edges; | |||
} | |||
li.gallerybox div.thumb { | |||
border: 1px solid #5e5e5e; | |||
background-image: url(data:image/gif;base64,R0lGODlhCgAKAKECADAwMEdHR15eXl5eXiH5BAEKAAIALAAAAAAKAAoAAAIRhB2ZhxoM3GMSykqd1VltzxQAOw==); | |||
} | } |
Revision as of 16:48, 24 June 2024
#pagehistory li.selected {
color: #b9b7b5 !important;
}
a:link, .mw-parser-output a.extiw, a:visited, .mw-parser-output a.extiw:visited {
color: rgb(100, 140, 200);
}
/*
a:visited, .mw-parser-output a.extiw:visited {
color: rgb(160, 140, 200);
}
*/
a:active, .mw-parser-output a.extiw:active {
color: rgb(220, 140, 200);
}
a.new, .mw-plusminus-neg {
color: #bf6060 !important;
}
.mw-plusminus-pos {
color: #629360 !important;
}
#footer #footer-places li a, #footer #footer-places li a:visited, #footer #footer-places li a:active {
color: #688ba8 !important;
}
.catlinks {
height: auto;
border-radius: 4px;
background-color: #303030;
}
.catlinks li {
border-left: 1px solid #505050;
}
/* diffs */
table.diff {
background-color: #202020;
color: white;
border: 1px solid #666666;
border-radius: 4px;
}
td.diff-otitle, td.diff-ntitle {
background-color: #3A3A3A;
color: #D8D7D6;
border-radius: 4px;
}
td.diff-deletedline, td.diff-addedline {
color: #D8D7D6;
background-color: #404040;
border-color: #666;
}
td.diff-context {
background: #303030;
color: #D8D7D6;
border-color: transparent;
}
.diffchange {
color: white;
font-weight: normal !important;
}
.diff-addedline .diffchange {
background: #194C7D;
}
.diff-deletedline .diffchange {
background: #B78100;
}
#mw-indicator-mw-helplink a {
background-image: unset;
}
.mw-changeslist-legend {
background-color: #3c3c3c;
border: 1px solid rgb(255 255 255 / 20%);
border-radius: .35em;
}
div.mw-changeslist-legend strong::after {
content: " ";
}
fieldset {
background-color: #2b2b2b;
border: 1px solid rgb(255 255 255 / 20%);
border-radius: .35em;
margin: 1em 0 1em 0;
padding: 0 1em 1em;
line-height: 1.5em;
}
legend {
font-weight: bold;
}
/* gallery images */
li.gallerybox div.thumb img {
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: pixelated;
image-rendering: optimize-contrast;
-ms-interpolation-mode: nearest-neighbor;
image-rendering: crisp-edges;
}
li.gallerybox div.thumb {
border: 1px solid #5e5e5e;
background-image: url(data:image/gif;base64,R0lGODlhCgAKAKECADAwMEdHR15eXl5eXiH5BAEKAAIALAAAAAAKAAoAAAIRhB2ZhxoM3GMSykqd1VltzxQAOw==);
}