1 # Generated by Django 3.1.13 on 2021-08-13 15:44
3 from django.db import migrations
12 "dramat_wierszowany_l": {},
13 "dramat_wierszowany_lp": {},
14 "dramat_wspolczesny": {},
19 background-color: #eee;
20 border: 1px solid #888;
23 padding: 0 1em 1em 1em;
31 "editor_css": """margin: 1.5em 2em 0;
32 font-size: 0.875em;"""
50 "editor_css": """font-style: italic;
51 margin: 0.5em 0 0 1.5em;"""
53 "naglowek_podrozdzial": {
85 "naglowek_rozdzial": {
101 "dzielo_nadrzedne": {
142 "naglowek_listy": {},
145 "editor_css": """font-style: italic;""",
178 "editor_css": """padding-left: 1em;"""
190 "editor_css": """font-style: italic;"""
193 "editor_css": """font-style: italic;
194 letter-spacing: 0.1em;"""
197 "editor_css": """font-style: italic;"""
200 "editor_css": """font-style: italic;"""
204 "editor_css": """font-style: normal;
205 font-variant: small-caps;"""
210 "editor_css": """font-style: normal;
211 word-spacing: 1em;"""
214 "editor_css": """font-style: normal;
218 "zastepnik_wersu": {},
232 "editor_css_after": """
240 border-bottom: 0.1em solid #000;
251 # To nie są wszystkie tagi.
259 def create_tags(apps, schema_editor):
260 Tag = apps.get_model('wlxml', 'Tag')
261 for tag_type, tags in initial_tags.items():
262 for name, props in tags.items():
270 class Migration(migrations.Migration):
273 ('wlxml', '0001_initial'),
277 migrations.RunPython(
279 migrations.RunPython.noop