Merge branch '2.0'
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / js / 3rdParty / redactor / redactor-iframe.css
1 html {
2 margin: 0;
3 padding: 0;
4 }
5 body {
6 margin: 0;
7 padding: 10px;
8 font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
9 }
10
11 code,
12 pre {
13 font-family: Menlo, Monaco, monospace, sans-serif;
14 }
15
16 div,
17 p,
18 ul,
19 ol,
20 table,
21 dl,
22 blockquote,
23 pre {
24 font-size: 15px;
25 line-height: 1.5rem;
26 }
27 div {
28 border: 1px dashed #bbb !important;
29 }
30 a {
31 color: #15c;
32 text-decoration: underline;
33 }
34 .redactor_placeholder {
35 color: #999 !important;
36 display: block !important;
37 margin-bottom: 10px !important;
38 }
39
40 object,
41 embed,
42 video,
43 img {
44 max-width: 100%;
45 width: auto;
46 }
47 video,
48 img {
49 height: auto;
50 }
51
52 div,
53 p,
54 ul,
55 ol,
56 table,
57 dl,
58 blockquote,
59 pre {
60 margin: 0;
61 margin-bottom: 15px;
62 border: none;
63 background: none;
64 box-shadow: none;
65 }
66 iframe,
67 object,
68 hr {
69 margin-bottom: 15px;
70 }
71 blockquote {
72 margin-left: 1.5em !important;
73 padding-left: 0;
74 color: #777;
75 font-style: italic;
76 }
77 ul,
78 ol {
79 padding-left: 2em;
80 }
81 ul ul,
82 ol ol,
83 ul ol,
84 ol ul {
85 margin: 2px;
86 padding: 0;
87 padding-left: 2em;
88 border: none;
89 }
90 dl dt { font-weight: bold; }
91 dd { margin-left: 1em;}
92
93 table {
94 border-collapse: collapse;
95 font-size: 1em;
96 }
97 table td {
98 padding: 5px;
99 border: 1px solid #ddd;
100 vertical-align: top;
101 }
102 table thead td {
103 border-bottom: 2px solid #000;
104 font-weight: bold;
105 }
106 code {
107 background-color: #d8d7d7;
108 }
109 pre {
110 overflow: auto;
111 padding: 1em;
112 border: 1px solid #ddd;
113 border-radius: 3px;
114 background: #f8f8f8;
115 white-space: pre;
116 font-size: 90%;
117 }
118 hr {
119 display: block;
120 height: 1px;
121 border: 0;
122 border-top: 1px solid #ccc;
123 }
124
125 h1,
126 h2,
127 h3,
128 h4,
129 h5 {
130 margin: 0;
131 padding: 0;
132 background: none;
133 color: #000;
134 font-weight: bold;
135 }
136
137 h1 {
138 margin-bottom: 10px;
139 font-size: 36px;
140 line-height: 40px;
141 }
142 h2 {
143 margin-bottom: 15px;
144 font-size: 30px;
145 line-height: 38px;
146 }
147 h3 {
148 margin-bottom: 10px;
149 font-size: 24px;
150 line-height: 30px;
151 }
152 h4 {
153 margin-bottom: 10px;
154 font-size: 18px;
155 line-height: 24px;
156 }
157 h5 {
158 margin-bottom: 10px;
159 font-size: 1em;
160 }
161
162 body.redactor_editor_wym {
163 background: #f4f4f4;
164 }
165 .redactor_editor_wym div,
166 .redactor_editor_wym p,
167 .redactor_editor_wym ul,
168 .redactor_editor_wym ol,
169 .redactor_editor_wym table,
170 .redactor_editor_wym dl,
171 .redactor_editor_wym pre,
172 .redactor_editor_wym h1,
173 .redactor_editor_wym h2,
174 .redactor_editor_wym h3,
175 .redactor_editor_wym h4,
176 .redactor_editor_wym h5,
177 .redactor_editor_wym blockquote {
178 margin: 0 0 10px 0;
179 padding: 7px 10px;
180 border: 1px solid #e4e4e4;
181 background-color: #fff;
182 }
183 .redactor_editor_wym div {
184 border: 1px dashed #bbb !important;
185 }
186 .redactor_editor_wym pre {
187 border: 2px dashed #e4e4e4 !important;
188 background-color: #fafafa !important;
189 }
190 .redactor_editor_wym code {
191 background-color: #f4f4f4 !important;
192 }
193 .redactor_editor_wym ul,
194 .redactor_editor_wym ol {
195 padding-left: 2em !important;
196 }
197 .redactor_editor_wym ul li ul,
198 .redactor_editor_wym ul li ol,
199 .redactor_editor_wym ol li ol,
200 .redactor_editor_wym ol li ul {
201 border: none !important;
202 }
203