Vertaling van "dans la CSS" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Ces éléments doivent être déclarés dans la CSS du modèle utilisé pour le site.
Those elements need to be declared in the CSS of the template used for the site.
Par exemple, une web font embarquée dans la CSS va alourdir de manière conséquente cette dernière.
For example, a web font embedded in the CSS will really increase its weight.
Pour tester cela, ajoutez les déclarations suivantes à la règle.positioned dans la CSS
To try this out, add the following declarations to the.positioned rule in your CSS
Mettez-la au-dessus de l'élément <link> existant, de sorte que la police soit importée avant que le navigateur essaye de l'utiliser dans la CSS.
Put it above the existing <link> element, so that the font is imported before you try to use it in your CSS.
Ajoutez une classe special au premier paragraphe du texte suivant immédiatement la boîte flottante, puis dans la CSS ajoutez les règles suivantes.
Add a class of special to the first paragraph of text, the one immediately following the floated box, then in your CSS add the following rules.
La règle outline: none; (ou outline: 0;) ne doit jamais être appliquée par défaut au focus dans la CSS, sauf dans les cas très précis où la visibilité du focus est ensuite surchargée plus tard dans la feuille de style.
Warning The outline: none; rule must never be applied by default to the focus in the CSS, except in the specific case where the visibility of the focus is then overwritten later in the style sheet.
Une bonne pratique d'accessibilité consiste à doubler systématiquement chaque règle :hover par une règle :focus dans la CSS. Attention
It is a good accessibility practice to duplicate each:hover rule with a:focus rule in the CSS.
Le contenu est dans le HTML, le formatage est dans la CSS.
The content is in the HTML, the formatting is in the CSS.
Nom de la variable - C'est le nom qui sera stocké dans la CSS de votre page au format {variables.blockBgColor}.
Variable name - The name that will be stored in the CSS of your page in the {variables.blockBgColor} format.
Vous pouvez mettre cette assertion comme bon vous semble, pour autant que ce soit utilisé de manière cohérent dans la CSS.
La seconde boîte néanmoins a ses largeur et hauteur égales aux largeur et hauteur définies pour le contenu dans la CSS.
The second box however has its width and height equal to the width and height set on the content via CSS.
Chaque fonction url() pointe sur un fichier de police à importer dans la CSS - assurez-vous que les chemins vers les fichiers soient corrects, donc ajoutez fonts/ au début de chaque chemin (si nécessaire).
Each of the url() functions points to a font file that we want to import into our CSS - we need to make sure the paths to the files are correct, so add fonts/ to the start of each path (adjust as necessary.)
Le code HTML généré par la transformation s'en trouve simplifié et amélioré car les informations d'aspect sont externalisées dans la CSS.