+/**
+ * Sections
+ *
+ * SEARCH
+ * OUTLINER
+ * TEXTSTYLES
+ */
+
body {
background-color: #eee;
font-size: 1rem;
padding: 2rem 1rem;
}
+footer {
+ text-align: center;
+}
+
.modal {
position: absolute;
top: 0;
margin-bottom: 1rem;
}
-/** search **/
+/** SEARCH **/
#search-query {
width: 100%;
border: solid 1px #888;
background-color: #000;
}
+/** OUTLINER **/
#outliner {
background-color: #fff;
border: solid 1px #ddd;
.cursor.hidden-cursor > .nodeContent {
color: #000;
- background-color: #fff;
-}
+ background-color: #fff; }
.strikethrough, .strikethrough .node {
text-decoration: line-through;
color: #808080;
}
-
-footer {
- text-align: center;
+a {
+ color: #098bd9;
+}
+.cursor > .nodeContent a {
+ color: #098bd9;
+}
+a:visited {
+ color: #b26be4;
}
+.cursor > .nodeContent a:visited {
+ color: #b26be4;
+}
+
-/* text styles */
+
+/* TEXTSTYLES */
em {
font-style: italic;
line-height: 1rem;
white-space: nowrap;
}
-