Rocket League Esports Wiki
Register
Advertisement

CSS and Javascript changes must comply with the wiki design rules.


Note: After saving, 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)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
.loading-circle {
    border: 2px solid var(--wiki-accent); /* Light grey */
    border-top: 2px solid var( --interface-border); /* Blue */
    border-radius: 50%;
    width: 7px;
    height: 7px;
    animation: spin 2s linear infinite;
    display:inline-block;
    margin-left:5px;
}

/* Moving stuff out of p-cactions */
#p-views > li > a {
	text-transform: uppercase;
  color:var(--link);
  font-weight:600;
  font-size:13px;
}

#p-views > li::marker {
  content:'';
}

#p-views {
  display:flex;
  align-items:center;
  gap:1em;
}

#ca-edit.page-header__action-button {
  margin:0;
  padding:0;
  display:flex;
  align-items:bottom;
}
/* End moving stuff out of p-cactions */
Advertisement