Mercurial > hg > cmmr2012-drupal-site
annotate core/modules/ckeditor/css/ckeditor-iframe.css @ 0:c75dbcec494b
Initial commit from drush-created site
author | Chris Cannam |
---|---|
date | Thu, 05 Jul 2018 14:24:15 +0000 |
parents | |
children | 12f9dff5fda9 |
rev | line source |
---|---|
Chris@0 | 1 /** |
Chris@0 | 2 * CSS added to iframe-based instances only. |
Chris@0 | 3 */ |
Chris@0 | 4 body { |
Chris@0 | 5 font-family: Arial, Verdana, sans-serif; |
Chris@0 | 6 font-size: 15px; |
Chris@0 | 7 color: #222; |
Chris@0 | 8 background-color: #fff; |
Chris@0 | 9 margin: 8px; |
Chris@0 | 10 } |
Chris@0 | 11 |
Chris@0 | 12 @media screen and (max-width: 600px) { |
Chris@0 | 13 /* A font-size of 16px prevents iOS from zooming. */ |
Chris@0 | 14 body { |
Chris@0 | 15 font-size: 16px; |
Chris@0 | 16 } |
Chris@0 | 17 } |
Chris@0 | 18 |
Chris@0 | 19 ol, |
Chris@0 | 20 ul, |
Chris@0 | 21 dl { |
Chris@0 | 22 /* Preserved spaces for list items with text direction other than the list. |
Chris@0 | 23 * (CKEditor issues #6249,#8049) */ |
Chris@0 | 24 padding: 0 40px; |
Chris@0 | 25 } |