x 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.

Microblog Timeline
defaultSpacePEV
defaultTopicInSpace65topic64
sourcetopicspace

HTML
<style>
div#mobile-menu-logo-container img {
    display: none;
}
.aui-button.aui-button-primary[disabled] {
    background-color: var(--secondary-color) !important;
}
html section#privacy-notice-dialog {
    display: none !important;
    z-index: -10 !important;
}
html div#login-wizard-dialog {
    display: none !important;
    z-index: -1000 !important;
}
html .aui-blanket[aria-hidden="false"] {
    z-index: -1000 !important;
}
.rw_content_section.page.view {
    background: black !important;
}
.aui-button.aui-button-primary:active {
    background-color: var(--secondary-color) !important;
}
.rw_content_section #rw_main_column .rw_content {
    background: black;
}

.aui-button.aui-button-primary, .aui-button.aui-button-primary:visited {background-color: var(--secondary-color);}

.editor-content {
    background: var(--secondary-color) !important;
}

#title-text a {
    color: white !important;
}

div#full-height-container {
    background: black !important;
}
</style>

...