| Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente |
| info:concrete5:themes:homepage [2025/09/19 04:29] – supprimée - modification externe (Date inconnue) 127.0.0.1 | info:concrete5:themes:homepage [2026/04/17 08:12] (Version actuelle) – ↷ Liens modifiés en raison d'un déplacement. 156.57.141.19 |
|---|
| | ====== Themes concretecms ====== |
| | ===== Thèmes v9 gratuits ===== |
| | ==== Atomik ==== |
| | J'ai beau être un anti-nucléaire primaire, c'est mon thème de prédilection que j'utilise sur la majorité de mes sites persos ou réalisés en bénévole. |
| |
| | Quelques astuces: [[info:concrete5:59:atomikperso|ConcreteCMS: personnaliser le thème Atomik (tuto radeff)]] |
| | ==== Customiser thèmes ==== |
| | * [[https://documentation.concretecms.org/tutorials/how-clone-and-customize-atomik-theme|Atomik customiser (v9)]] |
| | * ++[[..:atomikperso|Personnaliser le thème atomik]] (tuto radeff) |
| | * [[https://documentation.concretecms.org/developers/pages-themes/working-themes/building-theme-concrete-bedrock/create-and-install-basic-empty-theme|+++ Create and Install a Basic, Empty Theme]] |
| | * adapter le thème elemental: https://legacy-documentation.concrete5.org/tutorials/how-to-copy-the-elemental-theme-to-use-as-a-base-for-new-themes / {{ info:concrete5:c5_theme_adapt_elemental.pdf |copie locale}} |
| | * [[https://documentation.concrete5.org/developers/designing-for-concrete5/packaging-your-theme/enabling-full-content-swap|Themes: Enabling Full Content Swap]] |
| | * [[https://documentation.concretecms.org/tutorials/adding-ckeditor-custom-editor-styles-in-a-theme-content-blockrich-text-editor|Adding CKEditor custom editor styles in a theme (Content block/rich text editor)]] |
| | * [[https://documentation.concretecms.org/building-website-concretecms/4-create-your-package-and-theme/1-introduction|Create Your Package And Theme]] |
| | * [[https://www.concrete5.org/community/forums/usage/adding-fonts/#1000723|Ajouter des polices de caratères (fonts)]] |
| | |
| | ===== Centrer un élément de bloc ===== |
| | Personnaliser le thème en ajoutant dans custom css : |
| | <code css> |
| | .element-centered { |
| | display: flex; |
| | justify-content: center; |
| | } |
| | </code> |
| | |
| | |
| | ====== Themes concrete5.6 ====== |
| | {{tag>concrete56}} |
| | |
| | ====== Thèmes testés ====== |
| | |
| | Une liste de thèmes gratuits testés par Fred |
| | |
| | [[info:concrete5:themeslist|Tous les thèmes concrete5 testés par Fred]] |
| | |
| | {{namespace>info:git:homepage:concrete5:themes:&linkonly&title}} |
| | |
| | ====== Faire un thème de A à Z ====== |
| | http://www.concrete5.org/documentation/how-tos/designers/making-a-theme-from-start-to-finish/ |
| | |
| | ====== Changer des choses sans rien casser : Overrides ====== |
| | |
| | http://www.concrete5.org/documentation/how-tos/developers/change-things-without-hurting-anything-overrides/ |
| | |
| | ====== Personnaliser un thème proposé par défaut ====== |
| | |
| | http://www.concrete5.org/documentation/how-tos/editors/customize-a-core-theme/ |
| | |
| | Sans coder: |
| | |
| | <html> |
| | <iframe width="560" height="315" src="https://www.youtube.com/embed/iq6dUHjDteU?si=ADI9p3NaNLohdYXr" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> |
| | </html> |
| | ====== Ajouter une autre police de caractères à votre thème ====== |
| | |
| | http://www.concrete5.org/documentation/how-tos/designers/how-to-add-a-custom-font-face-to-your-theme/ |
| | ====== Autres thèmes & divers outils CSS, thèmes etc. ====== |
| | <note important> |
| | je ne recommande pas l'utilisation d'autres thèmes qu'atomik, pour des raisons de compatibilité avec les futures versions |
| | |
| | après, si vous voulez vivre dangereusement, libre à vous! |
| | </note> |
| | |
| | {{namespace>:info:concrete5:themes:&linkonly&title&order=title}} |