-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
57dc659
commit 05cdf24
Showing
10 changed files
with
247 additions
and
10 deletions.
There are no files selected for viewing
44 changes: 41 additions & 3 deletions
44
ContentBlocks/ContentElements/Licensdoglist/assets/frontend.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,44 @@ | ||
/* Created by Content Blocks */ | ||
|
||
.cptextblock { | ||
border: 1px solid red; | ||
background-color: firebrick; | ||
.licdogslist { | ||
--_clr-accent: var(--clr-brand--primary); | ||
--_clr-header: var(--clr-bw-090); | ||
container: licdogslist / inline-size; | ||
|
||
.licdogs { | ||
display: grid; | ||
gap: var(--gutter); | ||
} | ||
|
||
.licdogcard--devider { | ||
grid-column: 1 / -1; | ||
} | ||
|
||
.licdogcard { | ||
display: grid; | ||
gap: var(--gutter); | ||
grid-template-columns: 1fr; | ||
@container licdogslist (width > 480px) { | ||
grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); | ||
} | ||
border: 1px solid var(--_clr-accent); | ||
} | ||
|
||
.licdogcard > * { | ||
padding: calc(var(--gutter)/2); | ||
} | ||
|
||
.licdogcard--header { | ||
grid-column: 1 / -1; | ||
color: var(--_clr-header); | ||
} | ||
|
||
.licdogcard--variety-1 { | ||
background-color: var(--_clr-accent); | ||
} | ||
|
||
.licdogcard--variety-2 { | ||
background-color: var(--_clr-accent); | ||
} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2"> | ||
<file source-language="en" target-language="de" original="locallang.xlf" datatype="plaintext" product-name="conpassione/cpkm" date="2024-12-15T18:08:19+01:00"> | ||
<header></header> | ||
<body> | ||
<trans-unit id="licdogs.breeder" resname="licdogs.breeder"> | ||
<source>Breeder</source> | ||
<target>Züchter</target> | ||
</trans-unit> | ||
<trans-unit id="licdogs.dog" resname="licdogs.dog"> | ||
<source>Dog</source> | ||
<target>Hund</target> | ||
</trans-unit> | ||
<trans-unit id="licdogs.dog.color" resname="licdogs.dog.color"> | ||
<source>Color</source> | ||
<target>Farbe</target> | ||
</trans-unit> | ||
<trans-unit id="licdogs.dog.results" resname="licdogs.dog.results"> | ||
<source>Result of the approval</source> | ||
<target>Resultat der Ankörung</target> | ||
</trans-unit> | ||
<trans-unit id="licdogs.dog.size" resname="licdogs.dog.size"> | ||
<source>Size</source> | ||
<target>Grösse</target> | ||
</trans-unit> | ||
<trans-unit id="licdogs.owner" resname="licdogs.owner"> | ||
<source>Owner</source> | ||
<target>Besitzer</target> | ||
</trans-unit> | ||
</body> | ||
</file> | ||
</xliff> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2"> | ||
<file source-language="en" target-language="fr" original="locallang.xlf" datatype="plaintext" product-name="conpassione/cpkm" date="2024-12-15T18:08:19+01:00"> | ||
<body> | ||
<trans-unit id="licdogs.breeder" resname="licdogs.breeder"> | ||
<source>Breeder</source> | ||
<target>Éleveur</target> | ||
</trans-unit> | ||
<trans-unit id="licdogs.dog" resname="licdogs.dog"> | ||
<source>Dog</source> | ||
<target>Ètalon</target> | ||
</trans-unit> | ||
<trans-unit id="licdogs.dog.color" resname="licdogs.dog.color"> | ||
<source>Color</source> | ||
<target>Couleur</target> | ||
</trans-unit> | ||
<trans-unit id="licdogs.dog.results" resname="licdogs.dog.results"> | ||
<source>Result of the approval</source> | ||
<target>Résultat de la sélection</target> | ||
</trans-unit> | ||
<trans-unit id="licdogs.dog.size" resname="licdogs.dog.size"> | ||
<source>Size</source> | ||
<target>Taille</target> | ||
</trans-unit> | ||
<trans-unit id="licdogs.owner" resname="licdogs.owner"> | ||
<source>Owner</source> | ||
<target>Propriétaire</target> | ||
</trans-unit> | ||
</body> | ||
</file> | ||
</xliff> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2"> | ||
<file source-language="en" target-language="fr" original="locallang_db.xlf" datatype="plaintext" product-name="conpassione/cpkm" date="2024-12-15T18:08:19+01:00"> | ||
<body> | ||
<trans-unit id="extname" resname="extname"> | ||
<source>Kennel Management</source> | ||
<target>Gestion de l'élevage</target> | ||
</trans-unit> | ||
<trans-unit id="pages.label.kennel" resname="pages.label.kennel"> | ||
<source>Kennel</source> | ||
<target>Centre d'élevage</target> | ||
</trans-unit> | ||
<trans-unit id="pages.label.litter" resname="pages.label.litter"> | ||
<source>Litter</source> | ||
<target>Annonce de saillie et de portée</target> | ||
</trans-unit> | ||
<trans-unit id="pages.label.pedigree" resname="pages.label.pedigree"> | ||
<source>Pedigree</source> | ||
<target>Pedigree</target> | ||
</trans-unit> | ||
</body> | ||
</file> | ||
</xliff> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2"> | ||
<file source-language="en" target-language="it" original="locallang.xlf" datatype="plaintext" product-name="conpassione/cpkm" date="2024-12-15T18:08:19+01:00"> | ||
<body> | ||
<trans-unit id="licdogs.breeder" resname="licdogs.breeder"> | ||
<source>Breeder</source> | ||
<target>Allevatore</target> | ||
</trans-unit> | ||
<trans-unit id="licdogs.dog" resname="licdogs.dog"> | ||
<source>Dog</source> | ||
<target>Cane</target> | ||
</trans-unit> | ||
<trans-unit id="licdogs.dog.color" resname="licdogs.dog.color"> | ||
<source>Color</source> | ||
<target>Colore</target> | ||
</trans-unit> | ||
<trans-unit id="licdogs.dog.results" resname="licdogs.dog.results"> | ||
<source>Result of the approval</source> | ||
<target>Risultato dell'approvazione</target> | ||
</trans-unit> | ||
<trans-unit id="licdogs.dog.size" resname="licdogs.dog.size"> | ||
<source>Size</source> | ||
<target>Altezza</target> | ||
</trans-unit> | ||
<trans-unit id="licdogs.owner" resname="licdogs.owner"> | ||
<source>Owner</source> | ||
<target>Proprietario</target> | ||
</trans-unit> | ||
</body> | ||
</file> | ||
</xliff> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2"> | ||
<file source-language="en" target-language="it" original="locallang_db.xlf" datatype="plaintext" product-name="conpassione/cpkm" date="2024-12-15T18:08:19+01:00"> | ||
<body> | ||
<trans-unit id="extname" resname="extname"> | ||
<source>Kennel Management</source> | ||
<target>Amministrazione dell'allevamento</target> | ||
</trans-unit> | ||
<trans-unit id="pages.label.kennel" resname="pages.label.kennel"> | ||
<source>Kennel</source> | ||
<target>Centro di allevamento</target> | ||
</trans-unit> | ||
<trans-unit id="pages.label.litter" resname="pages.label.litter"> | ||
<source>Litter</source> | ||
<target>Rapporto sugli stalloni e sulla cucciolata</target> | ||
</trans-unit> | ||
<trans-unit id="pages.label.pedigree" resname="pages.label.pedigree"> | ||
<source>Pedigree</source> | ||
<target>Albero genealogico</target> | ||
</trans-unit> | ||
</body> | ||
</file> | ||
</xliff> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2"> | ||
<file source-language="en" original="locallang.xlf" datatype="plaintext" product-name="conpassione/cpkm" date="2024-12-15T18:08:19+01:00"> | ||
<header></header> | ||
<body> | ||
<trans-unit id="licdogs.breeder" resname="licdogs.breeder"> | ||
<source>Breeder</source> | ||
</trans-unit> | ||
<trans-unit id="licdogs.dog" resname="licdogs.dog"> | ||
<source>Dog</source> | ||
</trans-unit> | ||
<trans-unit id="licdogs.dog.color" resname="licdogs.dog.color"> | ||
<source>Color</source> | ||
</trans-unit> | ||
<trans-unit id="licdogs.dog.results" resname="licdogs.dog.results"> | ||
<source>Result of the approval</source> | ||
</trans-unit> | ||
<trans-unit id="licdogs.dog.size" resname="licdogs.dog.size"> | ||
<source>Size</source> | ||
</trans-unit> | ||
<trans-unit id="licdogs.owner" resname="licdogs.owner"> | ||
<source>Owner</source> | ||
</trans-unit> | ||
</body> | ||
</file> | ||
</xliff> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters