First shot at a CSS theme, I’ll throw this out there. The template provided by RemNote is a great start, but I wanted to tweak a few extra things. I’m hoping to get some feedback and show what a minimalistic CSS theme looks like. Be warned, I don’t know much CSS.
I got some inspiration, and sometime I just outright copied bits from the the Solarized Dark Theme, so thanks to the author of that theme for putting in a ton of effort.
I’m trying to figure out how to change the search bar, the 6 dot hover icon on the side of each rem, the username, and the settings, to name a few things.
/* Global */
body {
background-color: #201f1e;
}
/* Queue */
.queue {
}
.queue__title {
}
.queue__badge {
border: 1px solid #201f1e;
}
/* Hierarchy Editor */
#hierarchy-editor {
}
/* Bullets */
.rem-bullet__container {
}
.rem-bullet {
}
/* Editor */
.rem-text {
font-family: fira code;
color: rgba(232,232,232,255);
font-size: 1.04rem;
}
/* Portals */
.portal-rem {
}
.portal-rem-top {
}
/* Reference and Tag Sections */
/* Hierarchy Editor */
#hierarchy-editor .TreeNode{
border-color: #84660a;
border-width: 0.1px;
transition-timing-function: linear;
position: relative;
background-color: transparent;
padding-left: 25px;
padding-top: 0px;
padding-bottom: 0px;
margin-top: 0px;
margin-bottom: 0px;
}
#hierarchy-editor .TreeNode--dark-indent-line {
border-color: #84660a!important;
border-width: 0.1px;
background-color: transparent;
}
#hierarchy-editor .TreeNode:hover {
border-color: #b58900;
border-width: 0.1px;
transition-timing-function: linear;
position: relative;
background-color: transparent;
padding-left: 25px;
padding-top: 0px;
padding-bottom: 0px;
margin-top: 0px;
}
#hierarchy-editor .TreeNode--dark-indent-line:hover {
border-color: #b58900!important;
border-width: 0.1px;
background-color: transparent;
}
/* Bottom Toolbar */
.hierarchy-editor-toolbar {
}
/* Rem-Level Formatting */
#rem-header--1 {
font-family: fira code;
}
.rem-header--2 {
font-family: fira code;
}
.rem-header--3 {
font-family: fira code;
}
/* Text-Level Formatting */
.rem-reference {
}
#code-node,
#quote,
.quote {
width: calc(100% - 80px);
font-family: "Monaco","Menlo","Consolas","Courier New";
color: black;
-moz-tab-size: 4;
tab-size: 4;
text-decoration: none!important;
background-color: #3891a6;
border: 1.5px solid transparent;
border-radius: 7px;
padding-right: 2px;
padding-left: 2px;
margin-right: 2px;
margin-left: 2px;
position: relative;
min-height: 1rem;
}
.cloze {
}
.highlight-color--red {
background-color: #8bafb0;
border-radius: 4px;
border-left-style: solid;
border-right-style: solid;
border-color: rgba(0, 0, 0,0.0);
border-width: 0px;
}
.highlight-color--yellow {
background-color: #067890;
border-radius: 4px;
border-left-style: solid;
border-right-style: solid;
border-color: rgba(0, 0, 0,0.0);
border-width: 0px;
}
.highlight-color--orange {
//background-color: #e3655b ;
background-color: #76cae4;
border-radius: 4px;
border-left-style: solid;
border-right-style: solid;
border-color: rgba(0, 0, 0,0.0);
border-width: 0px;
}
.highlight-color--green {
background-color: #19647e;
border-radius: 4px;
border-left-style: solid;
border-right-style: solid;
border-color: rgba(0, 0, 0,0.0);
border-width: 0px;
}
.highlight-color--blue {
background-color: #3891a6;
border-radius: 4px;
border-left-style: solid;
border-right-style: solid;
border-color: rgba(0, 0, 0,0.0);
border-width: 0px;
}
.highlight-color--purple {
//background-color: #390099;
background-color: #3d348b;
border-radius: 4px;
border-left-style: solid;
border-right-style: solid;
border-color: rgba(0, 0, 0,0.0);
border-width: 0px;
}
.work-in-progress-rem {
}
.work-in-progress-tag {
}
/* Documents */
.document {
background-color: #201f1e;
}
#document {
background-color: #201f1e;
}
#document-parents {
background-color: #201f1e;
}
/* Document Sidebar */
#document-sidebar {
background-color: #201f1e;
border: 1px solid #b58900;
}
.document-sidebar_top {
}
.document-sidebar_top__logo-and-user {
}
.document-list-item__container {
}
.document-list-item {
}
.document-sidebar__buttons {
}
.navigation-bar {
background-color: rgba(52,31,40,255);
border-bottom: 1px solid #b58900;
border-left: 1px solid #b58900;
}
.gutter {
background-color: #073642;
}
.gutter:hover {
background-color: #002b36;
}
.rem-bullet, .rem-bullet--in-list {
width: 0.4em;
height: 0.4em;
border-radius: 50%;
background-color: #b58900;
display: inline-block;
border: 5px solid #442803;
opacity: 1;
box-shadow: 0px 0px 0px 1px #583400;
}
.rem-bullet__container.rem-bullet__container-H3 {
margin-top: 1px!important;
}
.settings-page__input .text {
color: #268bd2;
font-size:13px;
font-weight: 400;
}
.settings-page__input .ui.dropdown .dropdown.icon::before {
color: #268bd2;
}
.settings-page__input .visible.menu.transition .item .ui.header.text {
color: #2aa198;
font-size:13px;
font-weight: 400;
}
.settings-page__input .visible.menu.transition .active.selected.item .ui.header.text {
color: #268bd2;
font-weight: 400;
}
#document .document-title {
color:#859900;
font-size: 20px;
font-weight: 300!important;
font-variant: petite-caps;
}
#document .document-title .rem-checkbox {
margin-top: 5px;
}
.ui.button {
cursor: pointer;
display: inline-block;
outline: 0;
border: none;
vertical-align: baseline;
background: #839496;
color: #002b36;
font-family: Lato,helvetica neue,Arial,Helvetica,sans-serif;
margin: .5rem 1rem 0 0;
padding: 10px 20px;
text-transform: none;
text-shadow: none;
line-height: 1em;
font-style: normal;
font-size: 14px;
font-weight: 300;
text-align: center;
text-decoration: none;
font-family: Arial;
border-radius: 7px;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;
will-change: "";
-webkit-tap-highlight-color: transparent;
}
.ui.button:hover {
background-color: #93a1a1!important;
}
#documentList .title.document-list-header {
margin-left: 0px;
}
.title.document-list-header b {
color: #2aa198!important;
font-size:14px;
font-weight:500;
}
.title.document-list-header b:hover{
color: #268bd2!important;
}
.title.document-list-header .caret.right.icon::before {
color: #2aa198;
}
.title.document-list-header .caret.right.icon:hover:before {
color: #268bd2;
}
.title.document-list-header b:hover.title.document-list-header .caret.right.icon::before {
color: #268bd2;
}
.rem-text.rem-header--1,
.rem-text.rem-header--2,
.rem-text.rem-header--3 {
margin-top: 3px;
border-radius: 30px;
border-left-style: none;
border-right-style: none;
border-color: none;
border-width: 6px;
background-color:transparent;
}
.rem-text.rem-header--1 {
color: rgba(187,46,55,255);
}
.rem-bullet__container.rem-bullet__container-H1 {
margin-top: -1px!important;
}
.rem-text.rem-header--2 {
color: #268bd2;
}
.rem-bullet__container.rem-bullet__container-H2 {
margin-top: -2px!important;
}
.rem-text.rem-header--3 {
color: rgba(149,155,176,255);
}
.mosaic-window-body div::-webkit-scrollbar-thumb {
background-color:#054a5b!important;
border-radius: 1px!important;
}
.mosaic-window-body div::-webkit-scrollbar {
width: 8px!important;
height: 1px!important;
}
div::-webkit-scrollbar {
width: 9.8px!important;
height: 1px!important;
}
div::-webkit-scrollbar-track {
background-color: #002b36!important;
}
div::-webkit-scrollbar-thumb:hover {
box-shadow: 0px 0px 4px 1px transparent inset;
}
div::-webkit-scrollbar-thumb {
background-color:#054a5b;
border-radius: 1px!important;
}