Only portrait mode is currently supported - please rotate your device.
Page History
...
HTML |
---|
<!-- new styles --> <style>
.editor {
margin: 20px auto;
background: transparent;
background-color: transparent;
opacity: 0.62;
border-radius: 9px;
/* background-color: #1c1c1c; */
}
.editor-content {
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;
}
.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;
}
.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> |
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; padding: 10px; margin: 0px; } body .micropost .reply-editor { display: none !important; } #rw_wrapper.rw_background_top .rw_background_section_background1 { display: none; } </style> |
...