mangono-addon-export_json 18.0.1.0.4__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,187 @@
1
+ /* =========================
2
+ GLOBAL
3
+ ========================= */
4
+
5
+ body {
6
+ font-family: "Inter", sans-serif;
7
+ line-height: 1.7;
8
+ color: #001e2b;
9
+ background-color: #ffffff;
10
+ }
11
+
12
+ a {
13
+ color: #01ffcc;
14
+ }
15
+
16
+ .container {
17
+ font-family: "Inter", sans-serif;
18
+ line-height: 1.7;
19
+ color: #001e2b;
20
+ background-color: #ffffff;
21
+ max-width: 1200px;
22
+ margin: 0 auto;
23
+ padding: 20px;
24
+ }
25
+
26
+ /* =========================
27
+ HEADER
28
+ ========================= */
29
+
30
+ .header {
31
+ background-color: #001e2b;
32
+ color: #f5f3ed;
33
+ padding: 80px 60px;
34
+ margin-bottom: 60px;
35
+ text-align: center;
36
+ }
37
+
38
+ .header-title-table {
39
+ width: 100%;
40
+ margin-bottom: 20px;
41
+ }
42
+
43
+ .header-title-left {
44
+ text-align: right;
45
+ vertical-align: middle;
46
+ padding-right: 40px;
47
+ }
48
+
49
+ .header-title-right {
50
+ text-align: left;
51
+ vertical-align: middle;
52
+ }
53
+
54
+ .header-title {
55
+ color: #01ffcc;
56
+ font-size: 3em;
57
+ font-weight: 700;
58
+ letter-spacing: -0.02em;
59
+ margin: 0;
60
+ }
61
+
62
+ .header-logo {
63
+ width: 300px;
64
+ max-width: 100%;
65
+ object-fit: contain;
66
+ }
67
+
68
+ /* =========================
69
+ BADGES
70
+ ========================= */
71
+
72
+ .header-badge {
73
+ display: inline-block;
74
+ border: 1px solid rgba(245, 243, 237, 0.3);
75
+ padding: 10px 24px;
76
+ margin: 10px 8px;
77
+ font-size: 0.85em;
78
+ letter-spacing: 0.05em;
79
+ text-transform: uppercase;
80
+ color: #f5f3ed;
81
+ }
82
+
83
+ /* =========================
84
+ SECTIONS
85
+ ========================= */
86
+
87
+ .section {
88
+ margin-bottom: 80px;
89
+ }
90
+
91
+ /* =========================
92
+ SECTION TITLES – PATTERN B
93
+ ========================= */
94
+
95
+ .section-title-wrapper {
96
+ margin-bottom: 40px;
97
+ }
98
+
99
+ .section-title-line {
100
+ background-color: #01ffcc;
101
+ height: 16px;
102
+ width: 310px;
103
+ margin-bottom: 12px;
104
+ }
105
+
106
+ .section-title {
107
+ color: #001e2b;
108
+ font-size: 2.2em;
109
+ font-weight: 700;
110
+ letter-spacing: -0.01em;
111
+ margin: 0;
112
+ border-bottom: 1px solid #001e2b;
113
+ padding-bottom: 15px;
114
+ }
115
+
116
+ .section-title-dot {
117
+ display: block;
118
+ margin-top: 8px;
119
+ }
120
+
121
+ /* =========================
122
+ TEXT
123
+ ========================= */
124
+
125
+ .section-text {
126
+ font-size: 1.1em;
127
+ line-height: 1.8;
128
+ }
129
+
130
+ /* =========================
131
+ SCREENSHOT
132
+ ========================= */
133
+
134
+ .screenshot-wrapper {
135
+ text-align: center;
136
+ margin: 30px 0;
137
+ }
138
+
139
+ .screenshot-image {
140
+ width: 100%;
141
+ max-width: 100%;
142
+ object-fit: contain;
143
+ }
144
+
145
+ /* =========================
146
+ SUBTITLES
147
+ ========================= */
148
+
149
+ .section h3 {
150
+ color: #001e2b;
151
+ font-size: 1.4em;
152
+ margin-top: 40px;
153
+ margin-bottom: 20px;
154
+ font-weight: 500;
155
+ }
156
+
157
+ /* =========================
158
+ TECH SPECS
159
+ ========================= */
160
+
161
+ .tech-specs {
162
+ background-color: #ffffff;
163
+ padding: 30px;
164
+ margin-top: 30px;
165
+ border: 1px solid #e8e6df;
166
+ }
167
+
168
+ .tech-specs table {
169
+ width: 100%;
170
+ border-collapse: collapse;
171
+ }
172
+
173
+ .tech-specs td {
174
+ padding: 15px 0;
175
+ border-bottom: 1px solid #e8e6df;
176
+ font-size: 0.95em;
177
+ }
178
+
179
+ .tech-specs td:first-child {
180
+ font-weight: 500;
181
+ color: #001e2b;
182
+ width: 240px;
183
+ }
184
+
185
+ .tech-specs td:last-child {
186
+ color: #5a5a5a;
187
+ }
@@ -0,0 +1 @@
1
+ from . import test_export_json