Style Guide
L'agence social ads qui fait exploser le ROI de ses clients.

Welcome

L'objectif de ce Style Guide est de vous aider à comprendre comment créer des pages sur le site de manière autonome et cohérente. Il affiche tous les éléments, symbols, outils et ressources utilisées pour créer le site? Chaque section débute avec un tutoriel pour vous aider à comprendre la suite.

Global Styles

Ce site est composé d'éléments dis "globaux" avec des symbols. Ces éléments intégrés sont présents dans chaque page et utilisent des styles CSS qui sont utilisés sur chaque page. Les styles sont ajoutés à une intégration afin que nous puissions voir le CSS à l'intérieur du Webflow Designer. N'hésitez pas à le mettre à jour et à le compléter.

Raccourcis

L'outil Designer de Webflow a beaucoup de raccourcis claviers qui peuvent aider à aller plus vite dans la conception des blocks. La manière la plus rapide pour utiliser ces raccourcis est d'utiliser Shift + K.

Supprimer les class inutiles

Une fois que vous avez terminé de créer des éléments / pages, ouvrez le Style Manager et cliquez sur Clean Up pour supprimer les classes inutiles. Faites de même pour les animations. Enfin, dans le panneau Assets, ouvrez-le en grand, sélectionnez tout et supprimez. Webflow éliminera automatiquement tous les visuels que vous n'avez pas utilisés.

Échantillons

#0e091b
#690aff
#bbf73d

Backgrounds

#0e091b
#690aff

Texts

text-color-dark

Gradients

#690aff → #690aff (50%)

H1 • Titre

H2 • Soustitre

H3 • Third Title

H4 • Fourth Title

H5 • Fifth Title
H6 • Sixth Title

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique. Duis cursus, mi quis viverra ornare, eros dolor interdum nulla, ut commodo diam libero vitae erat. Aenean faucibus nibh et justo cursus id rutrum lorem imperdiet. Nunc ut sem vitae risus tristique posuere.

Text Links
All Quotes

Sample text is being used as a placeholder for real text that is normally present. Sample text helps you understand how real text may look on your website. Sample text is being used as a placeholder for real text.

H1 • Heading-XLarge

H2 • Heading-Large

H3 • Heading-Medium

H4 • Heading-Small

H5 • Heading-XSmall
H6 • Heading-Tiny

Text Class

L'organisation de la typographie maintient votre marque professionnelle. Utilisez le préfixe de class text- sur un morceau de texte pour modifier la taille du texte.

text-size-large
Sample text is being used as a placeholder for real text that is normally present. Sample text helps you understand how real text may look on your website. Sample text is being used as a placeholder for real text.

text-size-medium
Sample text is being used as a placeholder for real text that is normally present. Sample text helps you understand how real text may look on your website. Sample text is being used as a placeholder for real text.

text-size-regular
Sample text is being used as a placeholder for real text that is normally present. Sample text helps you understand how real text may look on your website. Sample text is being used as a placeholder for real text.

text-size-small
Sample text is being used as a placeholder for real text that is normally present. Sample text helps you understand how real text may look on your website. Sample text is being used as a placeholder for real text.

text-size-tiny
Sample text is being used as a placeholder for real text that is normally present. Sample text helps you understand how real text may look on your website. Sample text is being used as a placeholder for real text.

text-style-strikethrough

text-style-italic

text-style-muted
text-style-allcaps
text-style-nowrap
text-style-link
text-style-quote
Sample text is being used as a placeholder for real text that is normally present. Sample text helps you understand how real text may look on your website. Sample text is being used as a placeholder for real text.

text-style-2lines
Sample text is being used as a placeholder for real text that is normally present. Sample text helps you understand how real text may look on your website. Sample text is being used as a placeholder for real text.

text-style-3lines
Sample text is being used as a placeholder for real text that is normally present. Sample text helps you understand how real text may look on your website. Sample text is being used as a placeholder for real text.dolor sit amet.

text-weight-xbold
text-weight-bold
text-weight-normal

Alignements de Text

Style text-align css pour que le texte ou d'autres éléments soient alignés à gauche, au centre ou à droite.

text-align-left
text-align-center
text-align-right

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

Sample text is being used as a placeholder for real text that is normally present. Sample text helps you understand how real text may look on your website. Sample text is being used as a placeholder for real text.

  • The rich text element allows you to create and format headings,
  • The rich text element allows you to create and format headings,
  • The rich text element allows you to create and format headings,

This is a link

Sample text is being used as a placeholder for real text that is normally present. Sample text helps you understand how real text may look on your website. Sample text is being used as a placeholder for real text.
Placeholder
This is a placeholder image.

Icones

Utilisez des classes globales pour vos icônes afin de les gérer facilement tout au long du projet. Elles sont parfaites pour les logos d'entreprise, les éléments de pied de page, etc. Évitez de les utiliser sur des éléments qui nécessitent probablement une personnalisation unique sur tablette ou mobile. Veuillez importer des icônes au format SVG pour éviter la pixellisation. Si vous souhaitez les intégrer comme les icônes de médias sociaux ci-dessous, vous pouvez trouver plus d'icônes
ici et ajouter une propriété fill='currentColor' à l'intérieur du tag <svg> pour contrôler la couleur de l'icône via le style de couleur de police.

Tailles d'icones

Tailles icones 1x1

Social Media

Elements

En plus des éléments principaux présentés dans ce guide de style, Webflow propose de nombreux autres blocs de construction. Ce cours passe en revue tous les éléments disponibles, en indiquant des exemples courants et en faisant des suggestions pour vous aider à tirer le meilleur parti de chaque élément.

List

  • Sample text is being used as a placeholder for real text that is normally present.
  • Sample text is being used as a placeholder for real text that is normally present.
  • Sample text is being used as a placeholder for real text that is normally present.

Form

Merci ! Nous avons bien reçu votre demande et reviendrons vers vous rapidement !
Oops! Quelque chose n'a pas fonctionné. Merci de réessayer :)

Custom Code

Les extraits suivants ont été utilisés dans ce projet. Il existe trois façons d'ajouter du code personnalisé à ce projet. Vous pouvez embed directement dans la page, insérer du code dans les réglages de page, ou l'héberger sur un autre serveur, puis l'intégrer en tant que fichier de script. Vous pouvez également télécharger le fichier de script dans votre projet en tant que document et l'intégrer.

Dynamic Copyright (footer)

<script>
const year = new Date().getFullYear();
$('.year').text(year);
</script>

Tracking

<!-- Google Tag Manager (noscript) -->
<noscript><iframe src=“https://www.googletagmanager.com/ns.html?id=GTM-NT5MGGX” height="0" width="0" style="display: none; visibility: hidden;"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->

Resources

Faites passer votre niveau Webflow à l'étape supérieur avec ces outils et services.

Default Easings

Linear (None)
Ease
Ease In
Ease Out
Ease In Out
In Quad
In Cubic
In Quart
In Quint
In Sine
In Expo
In Circ
In Back
In Elastic
Out Quad
Out Cubic
Out Quart
Out Quint
Out Sine
Out Expo
Out Circ
Out Bounce
Out Back
Out Elastic
In Out Quad
In Out Cubic
In Out Quart
In Out Quint
In Out Sine
In Out Expo
In Out Circ
In Out Back
In Out Elastic
Bounce
Bounce Past
Swing From To
Swing From
Swing To

Structure

Voici la structure globale du site Youneat.

Structures

section
Heading Block

Containers

container
container-large

Max Widths

max-width-full
max-width-full-tablet
max-width-full-mobile-portrait
max-width-xxlarge
max-width-xlarge
max-width-large
max-width-medium
max-width-small
max-width-xsmall
max-width-xxsmall

Margins

margin-0
margin-tiny
margin-xxsmall
margin-small
margin-small
margin-medium
margin-large
margin-large
margin-xxlarge
margin-huge
margin-xhuge
margin-xxhuge
margin-custom1
margin-custom2
margin-custom3

Paddings

padding-0
padding-tiny
padding-xxsmall
padding-xsmall
padding-small
padding-medium
padding-large
padding-xlarge
padding-xxlarge
padding-huge
padding-xhuge
padding-xxhuge
padding-custom1
padding-custom2
padding-custom3

Padding Directions

padding-top
padding-bottom
padding-left
padding-right
padding-vertical
padding-horizontal

Margin Directions

margin-top
margin-bottom
margin-left
margin-right
margin-vertical
margin-horizontal

Responsiveness

hide
hide-tablet
hide-mobile-landscape
hide-mobile-portrait
show
show-tablet
show-mobile-landscape
show-mobile-portrait

Utility

spacing-clean
z-1
z-2
align-center
div-square
clickable-on
overflow-hidden
overflow-scroll
overflow-auto