Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagecss
themeMidnight
titleBeispiel-CSS
  body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	background-image:
		url("data:image/svg+xml;utf8,<svg>[Bildinformationen]</svg>");
	background-attachment: fixed;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 30%;
	margin-left: 2em;
	margin-right: 4em;
	max-width: 900px;}

.sdw_row { display: flex;}

.sdw_cell {
	border-color: grey;
	border-style: solid;
	padding: 3px}

.sdw_colstyle_w10 { flex-basis: 10%}

.sdw_colstyle_w20 { flex-basis: 20%}

.sdw_colstyle_w30 { flex-basis: 30%}

.sdw_colstyle_w40 { flex-basis: 40%}

.sdw_colstyle_w50 { flex-basis: 50%}

.sdw_colstyle_w60 { flex-basis: 60%}

.sdw_colstyle_w70 { flex-basis: 70%}

.sdw_colstyle_w80 { flex-basis: 80%}

.sdw_colstyle_w90 { flex-basis: 90%}

.sdw_right { text-align: right;}

.sdw_foot {
	text-align: center;
	font-size: 0.8em;
	margin-top: 2em;
	padding-top: 1em;
	padding-bottom: 1em;
	background-color: #cccccc;}

.sdw_foot a {
	text-decoration: none;
	color: #d36f16}

 

Design in den Voreinstellungen anlegen.

Wechseln Sie in den Bereich "Administration/Anwendungseinstellungen".

Dort legen Sie bitte unter Organisation → CiCd einen Neuen Eintrag mit dem Schlüssel: CSS Vorgaben für E-Mail an.

Die Inhalte der CSS-Datei fügen Sie als Text im Bereich "Wert" ein.

 

Image Added

 

Zum ausprobieren haben wir ein JS-Fiddle eingerichtet:


Image Added

https://codepen.io/stattbuchung/pen/JegqxG


Verwandte Artikel

Content by Label
showLabelsfalse
max5
spacesSH
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ("css","e-mail") and type = "page" and space = "SH"
labelsE-Mail CSS

...