Merge branch 'MDL-48660-m27' of https://github.com/sammarshallou/moodle into MOODLE_2...
[moodle.git] / theme / canvas / style / editor.css
blob687ee1edb0778973d4d92113b9dd48e8367eef59
1 body {
2 font-size: 85%;
3 line-height: 1.4;
6 body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea {
7 font-family: Helvetica, Arial, sans-serif;
10 h1,h2,h3,h4,h5,h6 {
11 font-weight: bold;
12 margin: 0;
15 h1 {
16 font-size: 2.25em;
17 line-height: 1;
18 margin-bottom: 0.5em;
21 h2 {
22 font-size: 1.5em;
23 margin-bottom: 0.5em;
26 h3 {
27 font-size: 1.25em;
28 line-height: 1;
29 margin-bottom: 0.5em;
32 h4 {
33 font-size: 1.1em;
34 line-height: 1.25;
35 margin-bottom: 0.75em;
38 h5 {
39 font-size: 1em;
40 margin-bottom: 1em;
43 h6 {
44 font-size: 1em;
47 p {
48 margin: 0 0 1em;
51 ul, ol {
52 margin: 0 1.5em 1.5em 1.5em;
55 ul {
56 list-style-type: circle;
59 ol {
60 list-style-type: decimal;
63 dl {
64 margin: 0 0 1.5em 0;
67 dl dt {
68 font-weight: bold;
71 dl dd {
72 margin-left: 1.5em;
75 abbr, acronym {
76 border-bottom: 1px dotted #000;
79 address {
80 margin-top: 1.5em;
81 font-style: italic;
84 del {
85 color: #000;
88 a {
89 text-decoration: none;
92 blockquote {
93 margin: 1.5em;
96 strong {
97 font-weight: bold;
100 em, dfn {
101 font-style: italic;
104 dfn {
105 font-weight: bold;
108 pre, code {
109 white-space: pre;
112 pre, code, tt {
113 font: 1.2em monospace;
114 line-height: 1.5;
115 margin: 1.5em 0;