x x x
Only portrait mode is currently supported - please rotate your device.

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

HTML
<!-- REBRAND STYLING -->
<style>
.wiki-content #announcementcontainer {
  background-color: #d7b8f7;
}

.wiki-content #announcementcontainer .announcementcard .card-subtitle {
  color: black;
}

.wiki-content #announcementcontainer .announcementcard .card-description {
  color: black;
}

.wiki-content .ev-cards-section .ev-cards-section-title {
  color: black;
}

.wiki-content #announcementcontainer .announcementcard a {
  color: black !important;
  border: 1px solid black;
}

.change-slide-button {
  border: none;
}

div#my-watchlist-container {
  background: #f2b006;
}

div#all-events {
  background: #006920;
}

h2#CopyofDashboardRebrand-AllEvents {
  color: white;
}

.active, .cdot:hover {
  background-color: #1c662e;
}

.wiki-content .ev-search-container {
  background-color: #6797f3
}

.wiki-content #events-searchbar {
  background: #113867;
  border: 1px solid #113867;
}

.countryFilterContainer {
  border: 1px solid #113867;
}

.countryFilterContainer #country-placeholder {
  background: #113867;
}

#startdate, #enddate {
  background: #113867;
  border: 1px solid #113867;
}

.dateFilter {
  color: #113867;
}

.eventcard {
  border: 1px solid #113867;
}

div#my-watchlist-container {
  background: #f2b006;
}

div#all-events {
  background: #006920;
}

h2#CopyofDashboardRebrand-AllEvents {
  color: white;
}

#my-watchlist-container #no-watchlist-yet-message {
  backgroud-color: #113867
}
</style>