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: 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;
backgroun-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>
.aui-flag.qr-flag.aui-flag-stack-top-item {
display: none !important;
}
</style>
<style>
/* hide navbar */
#page div#rw_theme_header {
display: none;
}
#rw_theme_header, #rw_theme_header.fullSite {
display: none;
}
#rw_theme_content {
margin-top: 0px !important;
}
/* div#rw_wrapper {
background: #516cad !important;
}
.rw_content_section #rw_main_column .rw_content {
background: #516cad !important;
padding-bottom: 50px !important;
} */
/* hide intercom */
#intercom-frame{ display: none! important;}
div#intercom-container {
display: none !important;
}
.intercom-lightweight-app {
display: none;
}
/* hide accessiBe */
body .acsb-trigger.acsb-ready {
display: none !important;
}
</style>
<!-- <script>
AJS.toInit(function(){
$("head").append(`<meta http-equiv="refresh" content="30">`);
});
</script> --> |
...
HTML |
---|
<!-- new styles --> <style> .editor.fullSite { margin: 20px auto; background: transparent; background-color: transparent; opacity: 0.62; border-radius: 9px; /* background-color: #1c1c1c; */ } .editor-content.fullSite { background-color: #1c1c1c; width: 90%; /* background: white; */ border-radius: 15px; 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: #fafafa; } button.aui-button.aui-button-link.fullSite {} .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: transparent; 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: white !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: 14px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.57; letter-spacing: normal; color: #fafafa; } </style> |
...