Download note as XML and JSON
[grauphel.git] / grauphel.css
index 21c44d453f9f3365a9b13d3fcd6cea58fdecd053..571e5800fc93a9a9fcf84a9451cf6d8b85ff55dd 100644 (file)
@@ -13,6 +13,9 @@
 .app-grauphel #app-content.list h1 {
     padding: 1ex;
 }
+.app-grauphel #app-content.list > p {
+    margin: 2ex;
+}
 
 .app-grauphel #app-content h2 {
     font-weight: bold;
     text-decoration: underline;
 }
 
+.app-grauphel #app-content .error {
+    color: red;
+}
+.app-grauphel #app-content .success {
+    color: green;
+}
+
+.app-grauphel #app-content .actions {
+    float: right;
+}
+.app-grauphel #app-content .actions a {
+    color: #555;
+    padding: 14px 10px;
+    position: relative;
+    top: 7px;
+    min-width: 25px;
+    padding: 5px;
+    background-color: rgba(240,240,240,.9);
+}
+
 .app-grauphel .oauth-authorize {
     margin: 2ex;
     text-align: center;
@@ -125,6 +148,9 @@ a.action.delete, table.table form button.action.delete {
 a.action {
     line-height: 30px;
 }
+a.cellclick {
+    display: block;
+}
 table.table form {
     display: inline;
 }
@@ -132,3 +158,30 @@ table.table form button.action {
     border: none;
     background-color: transparent;
 }
+
+.muted {
+    color: #999;
+}
+
+.note-content {
+    padding-top: 2ex;
+}
+
+.note-content .strikethrough {
+    text-decoration: line-through;
+}
+.note-content .highlight {
+    background-color: yellow;
+}
+.note-content .small {
+    font-size: 80%;
+}
+.note-content .large {
+    font-size: 150%;
+}
+.note-content .huge {
+    font-size: 200%;
+}
+.note-content a {
+    text-decoration: underline;
+}
\ No newline at end of file