diff --git a/cms/static/css/tiny-mce.css b/cms/static/css/tiny-mce.css new file mode 100644 index 0000000000..7f32e59c8f --- /dev/null +++ b/cms/static/css/tiny-mce.css @@ -0,0 +1,50 @@ +body { + background-color: #fff; + font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif; + font-size: 16px; + line-height: 1.6; + color: #3c3c3c; + scrollbar-3dlight-color: #F0F0EE; + scrollbar-arrow-color: #676662; + scrollbar-base-color: #F0F0EE; + scrollbar-darkshadow-color: #DDDDDD; + scrollbar-face-color: #E0E0DD; + scrollbar-highlight-color: #F0F0EE; + scrollbar-shadow-color: #F0F0EE; + scrollbar-track-color: #F5F5F5; +} + +a { + color: #1d9dd9; + text-decoration: none; +} + +p { + font-size: 16px; + line-height: 1.6; +} + +h2 { + color: #646464; + font-size: 19px; + font-weight: 300; + letter-spacing: 1px; + margin-bottom: 15px; + text-transform: uppercase; +} + +h3 { + font-size: 19px; + font-weight: 400; +} + +code { + margin: 0 2px; + padding: 0px 5px; + border-radius: 3px; + border: 1px solid #eaeaea; + white-space: nowrap; + font-family: Monaco, monospace; + font-size: 14px; + background-color: #f8f8f8; +} \ No newline at end of file diff --git a/cms/templates/component.html b/cms/templates/component.html index 639d22ea12..dad407ff7b 100644 --- a/cms/templates/component.html +++ b/cms/templates/component.html @@ -3,8 +3,10 @@