From c39d18085fe2ad0fe8db04ba77773a2b9595c643 Mon Sep 17 00:00:00 2001 From: Aleksander Nowodzinski Date: Fri, 16 Nov 2012 13:37:44 +0100 Subject: [PATCH] Updated replacebycode sample contents. * Updated default contents CSS. --- contents.css | 30 ++++++++++-- samples/replacebycode.html | 94 ++++++++++++++++++++++---------------- 2 files changed, 82 insertions(+), 42 deletions(-) diff --git a/contents.css b/contents.css index 9e5b21d5bb..f7d430e726 100644 --- a/contents.css +++ b/contents.css @@ -6,14 +6,28 @@ For licensing, see LICENSE.html or http://ckeditor.com/license body { /* Font */ - font-family: Arial, Verdana, sans-serif; - font-size: 12px; + font-family: sans-serif, Arial, Verdana, "Trebuchet MS"; + font-size: 13px; /* Text color */ - color: #222; + color: #333; /* Remove the background color to make it transparent */ background-color: #fff; + + margin: 20px; +} + +blockquote +{ + font-style: italic; + padding: 8px 8px 8px 20px; + border-left: 5px solid #ccc; +} + +a +{ + color: #0782C1; } ol,ul,dl @@ -23,3 +37,13 @@ ol,ul,dl /* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/ padding:0 40px; } + +h1,h2,h3,h4,h5,h6 +{ + font-weight: normal; +} + +p,ul,ol,dl,blockquote +{ + line-height: 1.6em; +} \ No newline at end of file diff --git a/samples/replacebycode.html b/samples/replacebycode.html index d64962ee65..5376c0d923 100644 --- a/samples/replacebycode.html +++ b/samples/replacebycode.html @@ -24,45 +24,61 @@