Page tree

Versions Compared

Key

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

...

Code Block
languagecss
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
}

 

 



Schritt-für-Schritt-Anleitung

...