Sie können E-Mails, die an Gmail gesendet werden, mit <style>
-Inline-Blöcken und
Standard-CSS-Code. Die meisten CSS-Selektoren, Attribute und Medienabfragen werden unterstützt.
Nicht unterstützte CSS-Eigenschaften und -Selektoren werden von Gmail möglicherweise ignoriert.
Im Referenzleitfaden finden Sie eine vollständige Liste der unterstützten CSS-Eigenschaften und -Abfragen auf.
CSS-Selektoren
Sie können eine Teilmenge von CSS-Selektoren verwenden, um Stile anzuwenden. Gmail unterstützt Kurs, und ID-Selektoren.
Beispiel
<html>
<head>
<style>
.colored {
color: blue;
}
#body {
font-size: 14px;
}
</style>
</head>
<body>
<div id='body'>
<p>Hi Pierce,</p>
<p class='colored'>This text is blue.</p>
<p>Jerry</p>
</div>
</body>
</html>
CSS-Medienabfragen
Sie können standardmäßige CSS-Medienabfragen verwenden, um den Stil einer E-Mail an die zum aktuellen Gerät des Nutzers passen. Gmail unterstützt Abfragen auf Basis der Bildschirmbreite, Ausrichtung und Auflösung.
Beispiel
<html>
<head>
<style>
.colored {
color: blue;
}
#body {
font-size: 14px;
}
@media screen and (min-width: 500px) {
.colored {
color:red;
}
}
</style>
</head>
<body>
<div id='body'>
<p>Hi Pierce,</p>
<p class='colored'>
This text is blue if the window width is
below 500px and red otherwise.
</p>
<p>Jerry</p>
</div>
</body>
</html>
Unterstützte CSS-Attribute und Suchanfragen
Die folgenden CSS-Eigenschaften werden in Gmail unterstützt:
- azimuth
- background
- background-blend-mode
- background-clip
- background-color
- background-image
- background-origin
- background-position
- background-repeat
- background-size
- border
- border-bottom
- border-bottom-color
- border-bottom-left-radius
- border-bottom-right-radius
- border-bottom-style
- border-bottom-width
- border-collapse
- border-color
- border-left
- border-left-color
- border-left-style
- border-left-width
- border-radius
- border-right
- border-right-color
- border-right-style
- border-right-width
- border-spacing
- border-style
- border-top
- border-top-color
- border-top-left-radius
- border-top-right-radius
- border-top-style
- border-top-width
- border-width
- box-sizing
- Break-After
- Break-before
- Einbruch
- caption-side
- clear
- Farbe
- Spaltenanzahl
- Spaltenfüllung
- Spaltenlücke
- Spaltenregel
- Farbe-für-Spaltenregel
- Spaltenregelstil
- Breite der Spaltenregel
- Spaltenspanne
- Spaltenbreite
- Spalten
- direction
- Display
- Elevation
- empty-cells
- float
- Schriftart
- font-family
- font-feature-settings
- font-kerning
- font-size
- font-size-adjust
- font-stretch
- font-style
- font-synthesis
- font-variant
- font-variant-alternates
- font-variant-caps
- font-variant-east-asian
- font-variant-ligatures
- font-variant-numeric
- font-weight
- Höhe
- image-orientation
- image-resolution
- ime-mode
- Isolation
- layout-flow
- layout-grid
- layout-grid-char
- layout-grid-char-spacing
- layout-grid-line
- layout-grid-mode
- layout-grid-type
- letter-spacing
- line-break
- line-height
- list-style
- list-style-position
- list-style-type
- margin
- margin-bottom
- margin-left
- margin-right
- margin-top
- marker-offset
- max-height
- max-width
- min-height
- min-width
- mix-blend-mode
- object-fit
- object-position
- opacity
- Outline
- outline-color
- outline-style
- outline-width
- overflow
- overflow-x
- overflow-y
- padding
- padding-bottom
- padding-left
- padding-right
- padding-top
- Seitenumbruch nach
- Seitenumbruch vor
- Seitenumbruch
- Pause
- pause-after
- pause-before
- Wurf
- pitch-range
- Zitate
- richness
- sprechen
- speak-header
- speak-numeral
- speak-punctuation
- speech-rate
- Belastung
- table-layout
- text-align
- text-align-last
- text-autospace
- text-combine-upright
- text-decoration
- text-decoration-color
- text-decoration-line
- text-decoration-skip
- text-decoration-style
- text-emphasis
- text-emphasis-color
- text-emphasis-style
- text-indent
- text-justify
- text-kashida-space
- text-orientation
- text-overflow
- text-transform
- text-underline-position
- unicode-bidi
- vertical-align
- voice-family
- white-space
- width
- word-break
- word-spacing
- word-wrap
- writing-mode
- Zoom
Unterstützte Medienabfragen
Unterstützte Typen
- Alle
- Bildschirm
Unterstützte Abfragen
- min-width
- max-width
- min-device-width
- max-device-width
- Ausrichtung
- Mindestauflösung
- Maximale Auflösung
Unterstützte Keywords
- und
- KI