2 Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.html or http://ckeditor.com/license
6 html
, body
, h1
, h2
, h3
, h4
, h5
, h6
, div
, span
, blockquote
, p
, address
, form
, fieldset
, img
, ul
, ol
, dl
, dt
, dd
, li
, hr
, table
, td
, th
, strong
, em
, sup
, sub
, dfn
, ins
, del
, q
, cite
, var
, samp
, code
, kbd
, tt
, pre
{
14 input
, textarea
, select
, option
, optgroup
, button
, td
, th
{
23 font-family: monospace
,monospace
;
42 p
, blockquote
, address
, form
, pre
, dl
, h1
.samples
, h2
.samples
{
60 body
, input
, textarea
{
62 font-family: Arial
, Helvetica
, sans-serif
;
75 text-decoration:underline
;
86 background-color: #F7F7F7;
87 border: 1px solid
#D7D7D7;
99 margin: 10px 0 15px 0;
101 border: solid
1px gray
;
107 margin: 0 10px 10px 10px;
122 #outputSample thead th
125 background-color: #999999;
130 #outputSample tbody th
140 white-space: pre
; /* CSS2 */
141 white-space: -moz-pre-wrap
; /* Mozilla*/
142 white-space: -o-pre-wrap
; /* Opera 7 */
143 white-space: pre-wrap
; /* CSS 2.1 */
144 white-space: pre-line
; /* CSS 3 (and 2.1 as well, actually) */
145 word-wrap: break-word
; /* IE */
149 border: 1px dotted
#B7B7B7;
151 padding: 10px 10px 0;