Index: openacs-4/packages/xowiki/www/resources/ckeditor4/contents.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/resources/ckeditor4/contents.css,v diff -u -r1.1 -r1.1.2.1 --- openacs-4/packages/xowiki/www/resources/ckeditor4/contents.css 24 Jun 2013 13:38:14 -0000 1.1 +++ openacs-4/packages/xowiki/www/resources/ckeditor4/contents.css 9 Feb 2015 09:17:17 -0000 1.1.2.1 @@ -1,6 +1,6 @@ /* -Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license */ body @@ -21,7 +21,7 @@ .cke_editable { font-size: 13px; - line-height: 1.6em; + line-height: 1.6; } blockquote @@ -64,7 +64,7 @@ h1,h2,h3,h4,h5,h6 { font-weight: normal; - line-height: 1.2em; + line-height: 1.2; } hr @@ -73,31 +73,62 @@ border-top: 1px solid #ccc; } -img.right { - border: 1px solid #ccc; - float: right; - margin-left: 15px; - padding: 5px; +img.right +{ + border: 1px solid #ccc; + float: right; + margin-left: 15px; + padding: 5px; } -img.left { - border: 1px solid #ccc; - float: left; - margin-right: 15px; - padding: 5px; +img.left +{ + border: 1px solid #ccc; + float: left; + margin-right: 15px; + padding: 5px; } -img:hover { - opacity: .9; - filter: alpha(opacity = 90); -} - pre { white-space: pre-wrap; /* CSS 2.1 */ word-wrap: break-word; /* IE7 */ + -moz-tab-size: 4; + -o-tab-size: 4; + -webkit-tab-size: 4; + tab-size: 4; } -.marker { - background-color: Yellow; +.marker +{ + background-color: Yellow; } + +span[lang] +{ + font-style: italic; +} + +figure +{ + text-align: center; + border: solid 1px #ccc; + border-radius: 2px; + background: rgba(0,0,0,0.05); + padding: 10px; + margin: 10px 20px; + display: inline-block; +} + +figure > figcaption +{ + text-align: center; + display: block; /* For IE8 */ +} + +a > img { + padding: 1px; + margin: 1px; + border: none; + outline: 1px solid #0782C1; +}