Difference between revisions of "MediaWiki:Vector.css"
From ZeTranslation
| Line 129: | Line 129: | |||
#mw-panel .portal .body li a, | #mw-panel .portal .body li a, | |||
.toctogglelabel, | .toctogglelabel, | |||
| ( ! ) Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zetranslation/www/includes/diff/DairikiDiff.php on line 390 | ||||
|---|---|---|---|---|
| Call Stack | ||||
| # | Time | Memory | Function | Location |
| 1 | 0.0000 | 394264 | {main}( ) | .../index.php:0 |
| 2 | 0.0058 | 1189632 | MediaWiki->run( ) | .../index.php:49 |
| 3 | 0.0058 | 1189656 | MediaWiki->main( ) | .../Wiki.php:467 |
| 4 | 0.0874 | 1725952 | MediaWiki->performRequest( ) | .../Wiki.php:602 |
| 5 | 0.0886 | 1825112 | MediaWiki->performAction( ) | .../Wiki.php:312 |
| 6 | 0.0887 | 1825256 | ViewAction->show( ) | .../Wiki.php:448 |
| 7 | 0.0887 | 1825256 | Article->view( ) | .../ViewAction.php:44 |
| 8 | 0.1149 | 1827736 | Article->showDiffPage( ) | .../Article.php:548 |
| 9 | 0.1368 | 2187360 | DifferenceEngine->showDiffPage( ) | .../Article.php:816 |
| 10 | 1.0451 | 3140408 | DifferenceEngine->showDiff( ) | .../DifferenceEngine.php:405 |
| 11 | 1.0451 | 3140408 | DifferenceEngine->getDiff( ) | .../DifferenceEngine.php:587 |
| 12 | 1.0451 | 3140408 | DifferenceEngine->getDiffBody( ) | .../DifferenceEngine.php:614 |
| 13 | 1.0783 | 3157656 | DifferenceEngine->generateContentDiffBody( ) | .../DifferenceEngine.php:679 |
| 14 | 1.0784 | 3157656 | DifferenceEngine->generateTextDiffBody( ) | .../DifferenceEngine.php:730 |
| 15 | 1.0997 | 3455120 | TableDiffFormatter->format( ) | .../DifferenceEngine.php:820 |
| 16 | 1.0997 | 3473008 | TableDiffFormatter->_block( ) | .../DairikiDiff.php:912 |
| 17 | 1.1001 | 3476912 | TableDiffFormatter->_changed( ) | .../DairikiDiff.php:967 |
| 18 | 1.1001 | 3476968 | WordLevelDiff->__construct( ) | .../DairikiDiff.php:1477 |
| 19 | 1.1003 | 3486568 | WordLevelDiff->__construct( ) | .../DairikiDiff.php:1256 |
| 20 | 1.1003 | 3486568 | WordLevelDiff->__construct( ) | .../DairikiDiff.php:835 |
| 21 | 1.1003 | 3486760 | _DiffEngine->diff( ) | .../DairikiDiff.php:669 |
| 22 | 1.1003 | 3486760 | _DiffEngine->diff_local( ) | .../DairikiDiff.php:190 |
| 23 | 1.1006 | 3493928 | _DiffEngine->_compareseq( ) | .../DairikiDiff.php:307 |
| 24 | 1.1006 | 3493928 | _DiffEngine->_diag( ) | .../DairikiDiff.php:494 |
| 25 | 1.1007 | 3497712 | each ( ) | .../DairikiDiff.php:390 |
a.external,
a.extiw,
a.extiw:active,
div#mw-panel div.portal div.body ul li a,
div#mw-panel div.portal div.body ul li a,
#mw-panel.collapsible-nav .portal h3 a {
#mw-panel.collapsible-nav .portal h3 a {
Revision as of 09:43, 6 August 2020
/* CSS placed here will affect users of the Vector skin */
/*@darkmode-table-background-color: #ddd;
@darkmode-border-color: #cdcbc8;
@darkmode-link-color: #69f;
@darkmode-link-visited-color: #709bbd;
@darkmode-red-link-color: #ff6e6e;*/
html,
body,
#mw-page-base {
background-color: #1f2531;
background-image: none;
color: #acb0b8;
}
#content.mw-body {
background-color: #252c3c;
border-color: #5983c3;
color: #acb0b8;
}
h1, h2, h3, h4, h5, h6 {
color: #d8d8d8;
}
.editOptions {
background-color: #333b50;
}
pre, .mw-code {
color: inherit;
background-color: transparent;
border-color: #aaa;
}
textarea {
color: #acb0b8;
background-color: transparent;
border-color: #aaa;
}
textarea:focus {
border-color: #5983c3;
outline: none;
}
button.button {
color: #acb0b8;
text-shadow: none;
background-color: transparent;
background-image: none;
border-color: #5983c3;
outline: none;
}
button.button:hover {
background-color: #333b50;
background-image: none;
border-color: #5983c3;
}
&,
img,
video,
svg,
iframe, /* some maps are iframes */
.mw-no-invert,
.mw-mmv-overlay,
.mw-mmv-pre-image,
.mw-kartographer-map,
.mw-kartographer-mapDialog-map {
filter: invert( 1 ) hue-rotate( 180deg );
-webkit-filter: invert( 1 ) hue-rotate( 180deg );
}
#toc,
.toc,
.mw-warning {
background-color: transparent;
}
.previewnote {
color: #ff6e6e;
}
input#wpSummary {
background-color: transparent;
border: 1px solid #aaa;
outline: none;
}
input#wpSummary:focus {
border-color: #5983c3;
}
/* Backgrounds */
/*.toc,
.thumbinner,
#simpleSearch,
#searchInput,
#searchButton,
#searchGoButton,
table,
table.toccolours,
.wikitable,
.mw-notification {
background-color: #ddd;
}*/
/* Borders */
/*#mw-head,
#mw-panel,
.toc,
div.thumbinner,
#simpleSearch,
#searchInput,
table.toccolours,
.mw-notification {
border-color: #cdcbc8;
}*/
.thumbimage {
border: 0;
}
/* Normal links */
a,
#mw-panel .portal .body li a,
.toctogglelabel,
a.external,
a.extiw,
a.extiw:active,
div#mw-panel div.portal div.body ul li a,
#mw-panel.collapsible-nav .portal h3 a {
color: #69f;
}
/* Visited links */
a:visited,
#mw-panel .portal .body li a:visited,
div#mw-panel div.portal div.body ul li a:visited {
color: #709bbd;
}
/* Red links */
a.new,
.new a {
color: #ff6e6e;
}
/**
* Skin-specific overrides
*/
div.vectorTabs {
background-image: none;
}
div.vectorTabs ul li {
background-image: none;
background-color: #252c3c;
border: 1px solid #5983c3;
}
div.vectorTabs li.selected {
background-image: none;
border-bottom: none;
}
div.vectorTabs li a {
color: #69f;
}
div.vectorTabs li.selected a,
div.vectorTabs li.selected a:visited {
color: #d8d8d8;
}
div.vectorTabs li.new a,
div.vectorTabs li.new a:visited {
color: #ff6e6e;
}
div.vectorTabs span {
background-image: none;
}
div.vectorMenu {
border-top: 1px solid #5983c3;
border-right: 1px solid #5983c3;
}
div.vectorMenu h3 a {
background-image: none;
}
div.vectorMenu ul {
background-color: #252c3c;
border-color: #5983c3;
}
div.vectorMenu li a {
color: #69f;
}
div#simpleSearch {
background-color: transparent;
background-image: none;
}
div#simpleSearch input#searchInput {
color: #acb0b8;
}
/**
* Non-MediaWiki overrides
*/
.infobox, /* English Wikipedia, most other wikis with infoboxes */
.infobox_v2 { /* French/Portuguese Wikipedia, etc. */
background-color: #ddd;
border-color: #cdcbc8;
}
/* Maintenance templates you see atop some articles */
.ambox-content {
background-color: #ddd;
border-color: #cdcbc8;
}
/* Extension: Translate */
.ext-translate-msggroup-selector span,
.ext-translate-language-selector-label,
.tux-editor-header,
.tux-message-selector li a {
color: #acb0b8;
}
.ext-translate-msggroup-selector span.grouplink,
.ext-translate-language-selector .uls,
.tux-message-selector li.selected a {
color: #69f;
}
.tux-message-selector .more ul {
background-color: #333b50;
border-color: #5983c3;
}
.tux-message-selector label {
color: #acb0b8;
}
.tux-messagetable-header {
border-bottom-color: #5983c3;
}
.tux-messagetable-header input.tux-message-filter-box {
color: #acb0b8;
background-color: transparent;
border-color: #aaa;
}
.tux-messagetable-header input.tux-message-filter-box:focus {
border-color: #5983c3;
outline: none;
}
.tux-messagetable-header.floating {
background-color: #333b50;
}
.tux-messagetable-loader {
color: #acb0b8;
background-color: #252c3c;
border-color: #5983c3;
}
.tux-messagelist {
color: #acb0b8;
background-color: #252c3c;
}
.tux-empty-list-guide {
color: #acb0b8;
}
.tux-message-item,
.tux-message-editor {
color: #acb0b8;
background-color: #252c3c;
border-color: #5983c3;
}
.tux-message-item:hover {
background-color: #333b50;
}
.tux-message-editor .messagekey,
.tux-message-editor .shortcutinfo {
color: #acb0b8;
}
.tux-message-editor textarea {
border-color: #aaa;
}
.tux-message-editor textarea:focus {
border-color: #5983c3;
outline: none;
}
.tux-editor-insert-buttons .tux-editor-paste-original-button {
color: #acb0b8;
background-color: transparent;
border-color: #aaa;
}
.tux-message-editor .infocolumn-block {
background-color: transparent;
}
.infocolumn .loading {
color: #acb0b8;
}
.tm-suggestion, .in-other-language {
background-color: transparent;
border-color: #aaa;
border-left-color: #3366bb;
}
.in-other-language .language {
color: #acb0b8;
}
.shortcut-popup {
color: #acb0b8;
background-color: #252c3c;
border-color: #aaa;
}
.tux-message-item.translated,
.tux-message-item.translated:hover,
.tux-message-item.proofread,
.tux-message-item.proofread:hover {
background-color: #333b50;
}
.tux-list-translation {
color: #d8d8d8;
}
.tux-status-unsaved {
background-color: #1f2531;
}
.ext-translate-container .tux-messagelist .tux-message-pagemode {
background-color: transparent;
}
.ext-translate-container .tux-messagelist .tux-message-pagemode .tux-message-item-compact,
.ext-translate-container .tux-messagelist .tux-message-proofread .tux-message-item-compact {
background-color: transparent;
border-color: #5983c3;
}
.ext-translate-container .tux-messagelist .tux-message-pagemode .tux-message-item-compact:hover,
.ext-translate-container .tux-messagelist .tux-message-proofread .tux-message-item-compact:hover {
background-color: #333b50;
}
.ext-translate-container .tux-messagelist .tux-message-pagemode:first-child .tux-message-item-compact,
.ext-translate-container .tux-messagelist .tux-message-pagemode:last-child .tux-message-item-compact,
.ext-translate-container .tux-messagelist .tux-message-proofread:first-child .tux-message-item-compact,
.ext-translate-container .tux-messagelist .tux-message-proofread:last-child .tux-message-item-compact {
border-color: #5983c3;
}
.tux-messagelist .tux-message-pagemode .tux-pagemode-source,
.tux-messagelist .tux-message-proofread .tux-proofread-source {
color: #acb0b8;
}
.tux-messagelist .tux-message-pagemode .tux-pagemode-translation,
.tux-messagelist .tux-message-proofread .tux-proofread-translation {
color: #d8d8d8;
}
.ext-translate-container .tux-messagelist .tux-message-proofread.own-translation,
.ext-translate-container .tux-messagelist .tux-message-proofread.own-translation:hover {
background-color: transparent;
}
.tux-proofread-edit-label {
color: #acb0b8;
}
.tux-action-bar {
background-color: #333b50;
}
.tux-action-bar.floating {
border-top-color: #5983c3;
}
.tux-statsbar-info {
color: #acb0b8;
}
.tux-action-bar .toggle.button {
color: #acb0b8;
background-color: #252c3c;
background-image: none;
border-color: #5983c3;
}
.tux-action-bar .toggle.button:hover,
.tux-action-bar .toggle.button.down {
background-color: #333b50;
}