Diff: STRATO-apps/wordpress_03/app/wp-content/plugins/aimogen-pro/styles/batch.css

Keine Baseline-Datei – Diff nur gegen leer.
Zur Liste
1 -
1 + .parser-holder
2 + {
3 + overflow: auto;
4 + }
5 + .aiomatic-parsed-result {
6 + width: 100%;
7 + max-width: 800px;
8 + margin: 0 auto;
9 + padding: 20px;
10 + background-color: #f9f9f9;
11 + border: 1px solid #ddd;
12 + border-radius: 10px;
13 + box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
14 + }
15 + .aiomatic-carousel {
16 + position: relative;
17 + overflow: hidden;
18 + }
19 + .aiomatic-carousel-item {
20 + display: none;
21 + padding: 20px;
22 + text-align: left;
23 + }
24 + .aiomatic-carousel-content {
25 + display: flex;
26 + justify-content: space-between;
27 + }
28 + .aiomatic-carousel-input, .aiomatic-carousel-output {
29 + width: 45%;
30 + }
31 + .aiomatic-carousel h3, .aiomatic-carousel h4 {
32 + margin-bottom: 10px;
33 + }
34 + .aiomatic-carousel p {
35 + background: #fff;
36 + padding: 10px;
37 + border: 1px solid #ddd;
38 + border-radius: 5px;
39 + }
40 + .aiomatic-carousel-prev, .aiomatic-carousel-next {
41 + transform: translateY(-50%);
42 + background-color: #0073aa;
43 + color: #fff;
44 + border: none;
45 + padding: 10px 20px;
46 + cursor: pointer;
47 + border-radius: 5px;
48 + }
49 + .aiomatic-carousel-prev:hover, .aiomatic-carousel-next:hover {
50 + background-color: #005177;
51 + }
52 + #batch-failed-report
53 + {
54 + color-scheme: light;
55 + -webkit-font-smoothing: antialiased;
56 + line-height: 24px;
57 + color: var(--text-secondary);
58 + font-size: 14px;
59 + font-weight: normal;
60 + box-sizing: border-box;
61 + font-family: var(--monospace);
62 + margin: 0;
63 + white-space: pre-wrap;
64 + }
65 + #batch-counts
66 + {
67 + display: flex;
68 + }
69 + .batch-css-files
70 + {
71 + color-scheme: light;
72 + font-family: var(--sans-serif);
73 + color: var(--text-default);
74 + font-size: 16px;
75 + line-height: 24px;
76 + box-sizing: border-box;
77 + display: flex;
78 + flex-direction: column;
79 + -webkit-box-align: stretch;
80 + align-items: stretch;
81 + }
82 + .batch-css-flex
83 + {
84 + color-scheme: light;
85 + -webkit-font-smoothing: antialiased;
86 + font-family: var(--sans-serif);
87 + color: var(--text-default);
88 + font-size: 16px;
89 + line-height: 24px;
90 + box-sizing: border-box;
91 + display: flex;
92 + flex-direction: row;
93 + -webkit-box-align: center;
94 + align-items: center;
95 + }
96 + .batch-css-status
97 + {
98 + color-scheme: light;
99 + -webkit-font-smoothing: antialiased;
100 + font-family: var(--sans-serif);
101 + line-height: 24px;
102 + box-sizing: border-box;
103 + color: var(--text-secondary);
104 + font-size: 14px;
105 + font-weight: normal;
106 + }
107 + .batch-css-result
108 + {
109 + color-scheme: light;
110 + -webkit-font-smoothing: antialiased;
111 + font-family: var(--sans-serif);
112 + line-height: 24px;
113 + box-sizing: border-box;
114 + color: var(--text-secondary);
115 + font-size: 14px;
116 + font-weight: normal;
117 + }
118 + .batch-css-heading
119 + {
120 + color-scheme: light;
121 + font-family: var(--sans-serif);
122 + line-height: 24px;
123 + box-sizing: border-box;
124 + color: var(--text-default);
125 + font-size: 14px;
126 + min-width: 145px;
127 + }
128 + .batch-css-holder
129 + {
130 + color-scheme: light;
131 + font-family: var(--sans-serif);
132 + line-height: 24px;
133 + box-sizing: border-box;
134 + color: var(--text-primary);
135 + font-size: 1.1em;
136 + font-weight: 700;
137 + margin-bottom: 16px;
138 + }
139 + #batch-detail-page-aiomatic
140 + {
141 + color-scheme: light;
142 + font-family: var(--sans-serif);
143 + color: var(--text-default);
144 + font-size: 16px;
145 + line-height: 24px;
146 + box-sizing: border-box;
147 + display: flex;
148 + position: relative;
149 + flex-direction: column;
150 + -webkit-box-align: stretch;
151 + align-items: stretch;
152 + width: 100%;
153 + padding: 26px;
154 + }