]> git.immae.eu Git - perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git/blob - sources/plugins/Audio/docs/styles.css
5eba91ec819356acb030c4bdab9cd5e3e036a020
[perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git] / sources / plugins / Audio / docs / styles.css
1 body {
2 font-family: Arial, Helvetica, sans-serif;
3 font-size: 90%;
4 }
5 h1 {
6 text-align:center;
7 font-size:180%;
8 }
9 h2 {
10 border-bottom:2px solid #CCC;
11 margin:1em 0 0.4em 0;
12 }
13 h3 {
14 margin-bottom:0.4em;
15 }
16 p {
17 margin:0 0 1em 1em;
18 text-align:justify;
19 }
20 ol {
21 margin:0 0 1.2em 1em;
22 padding:0;
23 list-style-type:none;
24 }
25 ol li {
26 margin:0.2em 0;
27 }
28 pre {
29 font-size:100%;
30 font-family:"Courier New", Courier, mono;
31 background-color: #CCCCCC;
32 border:1px solid #999;
33 padding:0.2em 1em;
34 margin: 0.4em 0;
35 display:block;
36 white-space: pre;
37 overflow: auto;
38 }
39 code {
40 font-size:100%;
41 font-family:"Courier New", Courier, mono;
42 background-color: #CCCCCC;
43 border:1px solid #999;
44 padding:0.2em;
45 white-space: pre;
46 }
47 form {
48 margin:0 0 0 1em;
49 }
50 span.key {
51 color: #006600;
52 }
53 #install {
54 display:none
55 }
56 #languages ul {
57 display:inline;
58 list-style-type:none;
59 margin:0;
60 padding:0;
61 }
62 #languages li {
63 display:inline;
64 margin:0;
65 padding:0;
66 vertical-align:bottom;
67 }