Jump to content

User:R'n'B/vector-2022.css

From Simple English Wikipedia, the free encyclopedia

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
#mw-whatlinkshere-list {
  list-style-image: none;
  list-style-type: decimal;
  margin-left: 2.5em;
}
#mw-whatlinkshere-list ul {
  list-style-image: none;
  list-style-type: decimal;
  margin-left: 1.5em;
}
#mw-whatlinkshere-list ul ul {
  list-style-image: none;
  list-style-type: decimal;
  margin-left: 1.5em;
  background-color: #F0B030;
}
.recent2\.controls {
  font-size: smaller;
}
.recent2\.status {
  font-size: smaller;
}
.recent2\.lines {
  font-size: smaller;
}
a.dabpagelink, .stub.dabpagelink, .mw-disambig {
/*  border: dotted;
  border-color: #C04800;
  border-width: 1px;
*/
  color: orange !important;
}
.intdablink {
  background-color: #FCECDF;
}
a {
  text-decoration: underline;
}
a.mw-redirect {
  color: #5F5FEF;
}
a.mw-redirect.dabpagelink {
  color: green;
}
/*@media all and (max-device-width: 360px) {
  // styles assigned when device width is smaller than 360px;
  body { width: 800 px; }
}*/
.mw-changeslist-ns5-Requests_for_adminship { display:none; }

table.diff {
  border-spacing: 2px;
}
table.diff td {
  padding: 0 0.66em;
}
.mw-enhanced-rc a {
  text-decoration: none;
}
.mw-changeslist-line-watched .mw-title {
  font-weight: normal !important; 
}
#mw-watchlist-resetbutton {
  display: none;
}
.updatedmarker {
    display: none;
}