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>
html section#privacy-notice-dialogdiv#mobile-menu-logo-container img {
    display: none !important;;
}
.aui-button.aui-button-primary[disabled] {
    zbackground-indexcolor: -10 !important;
}
html div#login-wizard-dialogvar(--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);}



#title-text a {
    displaycolor: nonewhite !important;
    z-index: -1000 !important;
}
html .aui-blanket[aria-hidden="false"]}

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


Show If
special@anonymous


HTML
<style>
.microblog-editor-notice.aui-message.aui-message-info {
    display: none;
}
.micropost-left {
    display: none;
}
.micropost-right {
    margin: 0px 20px !important;
}
body .micropost .micropost-right div.micropost-content {
    margin-left: 0px !important;
}
</style>
<!-- <script>
AJS.toInit(function(){
$("head").append(`<meta http-equiv="refresh" content="120">`);
});
</script> -->


...

HTML
<!-- new styles --> <style>
.editor {
    margin: 20px auto;
    background: transparent;
    background-color: transparent;
    border-radius: 9px;
    /* background-color: #1c1c1c; */
}

.editor-content {
    background-color: white;
    width: 90%;
    /* background: white; */
    padding: 10px 10px !important;
    /* background-color: white; */
    margin: auto;
    font-family: Raleway;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: var(--primary-font-color);
}


.aui-button.aui-button-primary[disabled] {
    background-color: var(--primary-color);
    opacity: .7;
    color: white;
}

button.aui-button.aui-button-primary {}

#page .rw_content_spaces_white2.rw_content_menu_solid #main, #rw_wrapper {
    background: transparent;
}

.rw_body.rw_body_white, body.rw_body_white {
    background: transparent;
}

div#full-height-container {
    background: #1f2833 !important;
    background-color: transparent;
}

div#main-content {
    background: transparent !important;
}

.globalTimelineMore {
    border-top: none;
}

.micropost-entry {
    border-radius: 9px;
    background-color: rgba(28, 28, 28, 0.28);
    /* opacity: .27; */
}

a.url.fn.confluence-userlink {
  	color: var(--primary-font-color) !important;
    font-weight: 500;
}

.micropost-saveDate span.microblog-tooltip {
    font-weight: 300;
    color: var(--primary-color);
}

.micropost .micropost-right div.micropost-content {
    font-family: Raleway;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #fafafa;
    margin-left: -64px !important;
    margin-top: 15px;
    padding-bottom: 15px;
} 
.empty-state-container .description-container {
    display: none;
}

.empty-state-container {
    background: #1c1c1c !important;
    opacity: .7;
    width: 90%;
    display: flex !important;
    max-width: unset !important;
}

.empty-state-container.medium .headline-container {
    color: var(--primary-color);
}
</style>

...