From 4e4ae5c35e63b52be3c8bf6c162d0b5056f8533f Mon Sep 17 00:00:00 2001 From: Joen Asmussen Date: Mon, 13 Mar 2017 13:16:49 +0100 Subject: [PATCH 1/2] Polish TinyMCE microprototype. --- tinymce/index.html | 5 +++-- tinymce/style.css | 13 ++++++++----- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/tinymce/index.html b/tinymce/index.html index 3e6a117462849d..1381b09e0307de 100644 --- a/tinymce/index.html +++ b/tinymce/index.html @@ -5,10 +5,11 @@ TinyMCE Formatting Demo + -
-

Many entrepreneurs idolize Steve Jobs. He’s such a perfectionist, they say. Nothing leaves the doors of 1 Infinite Loop in Cupertino without a polish and finish that makes geeks everywhere drool. No compromise!

+
+

Many entrepreneurs idolize Steve Jobs. He’s such a perfectionist, they say. Nothing leaves the doors of 1 Infinite Loop in Cupertino without a polish and finish that makes geeks everywhere drool. No compromise!

diff --git a/tinymce/style.css b/tinymce/style.css index 323d487ba7b074..5c8c80f38c260f 100644 --- a/tinymce/style.css +++ b/tinymce/style.css @@ -14,19 +14,22 @@ body { } body { - font-family: Georgia, serif; - font-size: 16px; max-width: 720px; margin: 60px auto; - color: #12181e; + color: #191e23; } *[contenteditable] { outline: none; } +body #editor a { + color: #009fd4; + padding: 0 2px; +} + a[data-mce-selected] { - background: #bfe6ff; + background: #dcf2f8; border-radius: 1px; - box-shadow: 0 0 0 1px #bfe6ff; + box-shadow: 0 0 0 1px #dcf2f8; } From 7f7e0eb2ab72170b95f1d05643e12355d6e84f9e Mon Sep 17 00:00:00 2001 From: Joen Asmussen Date: Mon, 13 Mar 2017 15:22:41 +0100 Subject: [PATCH 2/2] Add Noto font. --- tinymce/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/tinymce/index.html b/tinymce/index.html index 1381b09e0307de..207f5a11f9df6b 100644 --- a/tinymce/index.html +++ b/tinymce/index.html @@ -4,6 +4,7 @@ TinyMCE Formatting Demo +