Diff: STRATO-apps/wordpress_03/app/wp-content/plugins/aiomatic-automatic-ai-content-writer/styles/toc.css

Keine Baseline-Datei – Diff nur gegen leer.
Zur Liste
1 -
1 + #aiomatic_toc_container ul,#aiomatic_toc_container li {
2 + margin:0;
3 + padding:0;
4 + }
5 + #aiomatic_toc_container.no_bullets ul,
6 + #aiomatic_toc_container.no_bullets li,
7 + #aiomatic_toc_container.no_bullets ul li,
8 + .aiomatic_toc_widget_list.no_bullets,
9 + .aiomatic_toc_widget_list.no_bullets li {
10 + background:none;
11 + list-style-type:none;
12 + list-style:none;
13 + }
14 + #aiomatic_toc_container.have_bullets li {
15 + padding-left:12px;
16 + }
17 + #aiomatic_toc_container ul ul {
18 + margin-left:1.5em;
19 + }
20 + #aiomatic_toc_container {
21 + background:#f9f9f9;
22 + border:1px solid #aaa;
23 + padding:10px;
24 + margin-bottom:1em;
25 + width:auto;
26 + display:table;
27 + font-size:95%;
28 + }
29 + #aiomatic_toc_container.aiomatic_toc_light_blue {
30 + background:#edf6ff;
31 + }
32 + #aiomatic_toc_container.aiomatic_toc_white {
33 + background:#fff;
34 + }
35 + #aiomatic_toc_container.aiomatic_toc_black {
36 + background:#000;
37 + }
38 + #aiomatic_toc_container.aiomatic_toc_transparent {
39 + background:none transparent;
40 + }
41 + #aiomatic_toc_container p.aiomatic_toc_title {
42 + text-align:center;
43 + font-weight:700;
44 + margin:0;
45 + padding:0;
46 + }
47 + .aiomatic_toc_black,
48 + .aiomatic_toc_black * {
49 + color: #ddd !important;
50 + }
51 + #aiomatic_toc_container span.aiomatic_toc_toggle {
52 + font-weight:400;
53 + font-size:90%;
54 + }
55 + #aiomatic_toc_container p.aiomatic_toc_title + ul.aiomatic_toc_list {
56 + margin-top:1em;
57 + list-style-type: none;
58 + }
59 + .aiomatic_toc_wrap_left {
60 + float:left;
61 + margin-right:10px;
62 + }
63 + .aiomatic_toc_wrap_right {
64 + float:right;
65 + margin-left:10px;
66 + }
67 + #aiomatic_toc_container a {
68 + text-decoration:none;
69 + text-shadow:none;
70 + }
71 + #aiomatic_toc_container a:hover {
72 + text-decoration:underline;
73 + }