Only portrait mode is currently supported - please rotate your device.
Page History
...
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: #6781catransparent; } /*.editor { display: none; }*/ div#postiontoggle { display: none; } div#custom-footer { display: none; } .aui-buttons.is-hidden { display: none; } div#main { background: transparent !important; } .action-group.topic-select-container { visibility: hidden; border: 0px; } .editor { /* border-radius: 15px; */ /* width: 90%; */ /* background-color: #ffffff; */ margin: 20px auto; /* border-bottom: none; */ background: transparent; background-color: transparent; /* display: flex !important; */ } form.aui.top-label.microblog-editor.loaded.is-active { /* border-radius: 15px; */ /* width: 90%; */ /* background-color: #ffffff; */ /* margin: 20px auto; */ /* border-bottom: none; */ /* display: flex !important; */ } .mb-editor-container.textarea.full-width-field { /* width: 90%; */ /* border-radius: 15px; */ /* margin: auto; */ border: 0px; background: transparent; } .editor-content { width: 90%; background: white; border-radius: 15px; padding: 10px 10px !important; background-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); background: var(--primary-color); } a.microblog-new-posts-refresh-timeline-link { border-radius: 5px !important; margin: auto; background: var(--primary-color); color: white !important; font-family: var(--main-font-family); } .action-grouop .aui-button.aui-button-primary { background: var(--primary-color); } .action-group .aui-button.aui-button-primary { background: var(--primary-color); } button.aui-button.aui-button-link.fullSite { color: white; } .aui-button.aui-button-primary[disabled] { color: white; opacity: .7; } </style> |
...