User:Willowisp/vector-2022.css: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 69: Line 69:
   background-color: transparent;
   background-color: transparent;
}
}
#pagehistory li.selected {
  background-color: #DCD9CF;
  color: var(--bg3wiki-vector-2022-fg);
  outline: 1px dashed #a85050;
}


.cdx-search-input--has-end-button {
.cdx-search-input--has-end-button {
Line 126: Line 118:
   color: #454545;
   color: #454545;
   border: var(--bg3wiki-table-border-default);
   border: var(--bg3wiki-table-border-default);
}
#pagehistory li.selected,
.diff-context, {
  background: var(--bg3wiki-vector-2022-accent-bg);
  color: var(--bg3wiki-vector-2022-fg);
  outline: 1px dashed #a85050;
}
.diff-addedline .diffchange {
  background: var(--bg3wiki-vector-2022-container-bg);
}
.diff-deletedline .diffchange {
  background: var(--bg3wiki-vector-2022-container-bg);
}
.diff-addedline {
  background: var(--bg3wiki-vector-2022-container-bg);
  border-color: #c9bb7f;
}
.diff-deletedline {
  background: var(--bg3wiki-vector-2022-container-bg);
border-color: #e0543f;
}
}


Line 189: Line 206:
   background-color: var(--bg3wiki-vector-2022-accent-dark-default);
   background-color: var(--bg3wiki-vector-2022-accent-dark-default);
}
}
#pagehistory li.selected {
  background-color: #1E151A;
  color: var(--bg3wiki-vector-2022-fg);
  outline: 1px dashed #a88a50;
}


.cdx-search-input--has-end-button {
.cdx-search-input--has-end-button {
Line 250: Line 259:
   border-color: var(--bg3wiki-table-border-default);
   border-color: var(--bg3wiki-table-border-default);
   border: var(--bg3wiki-accent-border-default);
   border: var(--bg3wiki-accent-border-default);
}
#pagehistory li.selected,
.diff-context, {
  background: var(--bg3wiki-vector-2022-accent-bg);
  color: var(--bg3wiki-vector-2022-fg);
  outline: 1px dashed #a85050;
}
.diff-addedline .diffchange {
  background: var(--bg3wiki-vector-2022-container-bg);
}
.diff-deletedline .diffchange {
  background: var(--bg3wiki-vector-2022-container-bg);
}
.diff-addedline {
  background: var(--bg3wiki-vector-2022-container-bg);
  border-color: #736b4b;
}
.diff-deletedline {
  background: var(--bg3wiki-vector-2022-container-bg);
border-color: #8a4237;
}
}


Line 759: Line 792:
   }
   }


.diff-context {
/* Redo */
  background: #463e41;
  border-color: #756556;
  color: #e1cfb8;
}
 
 
.diff-addedline .diffchange {
  background: #585353;
}
 
.diff-deletedline .diffchange {
  background: #513f44;
}
 
.diff-addedline {
  background: #585353;
  border-color: #ddb497;
}
 
.diff-deletedline {
  background: #513f44;
border-color: #ffafaf;;
}


.mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend {
.mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend {