]> git.immae.eu Git - perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git/blob - sources/plugins/widget/dev/assets/simplebox/contents.css
Add oembed
[perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git] / sources / plugins / widget / dev / assets / simplebox / contents.css
1 .simplebox {
2 padding: 8px;
3 margin: 10px;
4 background: #eee;
5 border-radius: 8px;
6 border: 1px solid #ddd;
7 box-shadow: 0 1px 1px #fff inset, 0 -1px 0px #ccc inset;
8 }
9 .simplebox-title, .simplebox-content {
10 box-shadow: 0 1px 1px #ddd inset;
11 border: 1px solid #cccccc;
12 border-radius: 5px;
13 background: #fff;
14 }
15 .simplebox-title {
16 margin: 0 0 8px;
17 padding: 5px 8px;
18 }
19 .simplebox-content {
20 padding: 0 8px;
21 }
22 .simplebox-content::after {
23 content: '';
24 display: block;
25 clear: both;
26 }
27 .simplebox.align-right {
28 float: right;
29 }
30 .simplebox.align-left {
31 float: left;
32 }
33 .simplebox.align-center {
34 margin-left: auto;
35 margin-right: auto;
36 }