MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 72: | Line 72: | ||
.diff-deletedline .diffchange { | .diff-deletedline .diffchange { | ||
background: #B78100; | 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; | |||
} | } |
Revision as of 19:17, 23 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;
}
#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;
}