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
<style>

button.aui-button.globalTimelineMoreButton {
  visibility: hidden;
}
button.aui-button.globalTimelineMoreButton:after {
  content:'Show Older Posts';
  visibility: visible;
  display: block;
  position: relative;
  background-color: white;
  padding: 5px;
  top: 2px;
}
div#rw_wrapper {
    background: transparent;
}

div#postiontoggle {
    display: none;
}
div#custom-footer {
    display: none;
}
.aui-buttons.is-hidden {
    display: none;
}

.action-group.topic-select-container {
    visibility: hidden;
    border: 0px;
}

.editor {
    margin: 20px auto;
    background: transparent;
    background-color: transparent;
}


.mb-editor-container.textarea.full-width-field {
    border: 0px;
    background: transparent;
}

.editor-content {
    width: 90%;
    background: white;
    border-radius: 15px;
    padding: 10px 10px !important;
    backgroundbackgroun-color: white;
    margin: auto;
}

.actions.is-hidden {
    border: 0px !important;
    width: 90%;
    margin: auto !important;
}

.new-posts-refresh-timeline-container {
    width: 170px;
    border-radius: 5px !important;
    margin: auto;
    font-family: var(--main-font-family);
}

a.microblog-new-posts-refresh-timeline-link {
    border-radius: 5px !important;
    margin: auto;
    color: white !important;
    font-family: var(--main-font-family);
}

button.aui-button.aui-button-link.fullSite {
    color: white;
}

.aui-button.aui-button-primary[disabled] {
    color: white;
    opacity: .7;
}
</style>

...

HTML
<style>
.timeline-editor-container {
    background: transparent;
    border: none;
    box-shadow: none;
}

.timeline-editor-container .profile-picture {
    display: none;
}

span.microblog-tooltip {display: none !important;}

.micropost .micropost-right ul.micropost-meta li.micropost-saveDate .microblog-tooltip {
    display: block !important;
}

.micropost .micropost-right {}

.micropost .micropost-right div.micropost-content {
    margin-left: 0px;
}

.micropost .micropost-left {
    justify-content: center;
    align-items: center;
}

.aui-avatar.aui-avatar-large, .aui-avatar.aui-avatar-large .aui-avatar-inner {
    margin-top: 5px;
}
body .micropost {
    box-shadow: none;
    border: none;
    background: transparent;
}

body .micropost .reply-editor {
    display: none !important;
}
</style>


Hide If
special@anonymous

Microblog Timeline
topic2
sourcetopic