Mensch und Tier Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec mollis. Quisque convallis libero in sapien pharetra tincidunt. Aliquam elit ante, malesuada id, tempor eu, gravida id, odio. Maecenas suscipit, risus et eleifend imperdiet, nisi orci ullamcorper massa, et adipiscing orci velit quis magna. Praesent sit amet ligula id orci venenatis auctor. Phasellus porttitor, metus non tincidunt dapibus, orci pede pretium neque, sit amet adipiscing ipsum lectus et libero. Aenean bibendum. Curabitur mattis quam id urna. Vivamus dui. Donec nonummy lacinia lorem. Cras risus arcu, sodales ac, ultrices ac, mollis quis, justo. Sed a libero. Quisque risus erat, posuere at, tristique non, lacinia quis, eros.
Kajsa
Kajsa – Papercut’s Artwork
© Jill Peters, 06/2022
Vektor, digitale Zeichnung, Illustration
Adobe Illustrator CS6
Scars & Hearts
Picknick am Meer
Scheduled
This post is scheduled to be published in the future.
It should not be displayed by the theme.
Code-Schnippsel
UPDATE wp_users SET ID = xxx WHERE ID = 123;
UPDATE wp_usermeta SET user_id = xxx WHERE user_id = 123;
#wrapper { background-color: #FFF6E7; }
.page-id-695 #page {background-color:#000000;}
.page-id-695 #page .nav-menu {border-bottom: 1px solid rgb(50, 50, 50); border-top: 1px solid rgb(50, 50, 50);}
.page-id-695 #page .entry-content table {border-bottom: 1px solid rgb(50, 50, 50);}
.page-id-695 #page .entry-content td {border-top: 1px solid rgb(50, 50, 50);}
.page-id-695 #page footer[role="contentinfo"] {border-top: 1px solid rgb(50, 50, 50);}
Hintergrund: schwarz. Linien: dezent grau.
http://paletton.com/#uid=30O0f0kaVz83TXJ7tN1fDpzk8hy
http://paletton.com/#uid=30P0e0kaVz84jP27qHbeJtFiHpX
Damit so ein Gutenberg Spaltenblock dann nicht nur auf dem Desktop, sondern auch auf mobilen Geräten gut aussieht, braucht es zudem entsprechende CSS-Angaben.
Im Moment liefert Gutenberg in dieser Hinsicht nicht viel bis gar
nichts. Das kann sich aber alles zukünftig ändern, wenn Themes für diese
Klassen Definitionen liefern. Ungefähr so, wie sie schon jetzt Vorgaben
für das Verhalten von zum Beispiel alignleft und alignright liefern. Weil es diese Klassen ja auch schon lange gibt.
Ein Gutenberg Spaltenblock kann also auch als Dreispalter daherkommen (siehe Beispiel (3)), der über seine eigene Klasse ( .has-3-columns ) zum Beispiel eine andere Hintergrundfarbe zeigen kann als der Zweispalter.
Ein Gutenberg Spaltenblock kann also auch als Dreispalter daherkommen (siehe Beispiel (3)), der über seine eigene Klasse ( .has-3-columns ) zum Beispiel eine andere Hintergrundfarbe zeigen kann als der Zweispalter.
Ein Gutenberg Spaltenblock kann also auch als Dreispalter daherkommen (siehe Beispiel (3)), der über seine eigene Klasse ( .has-3-columns ) zum Beispiel eine andere Hintergrundfarbe zeigen kann als der Zweispalter.
Ein Gutenberg Spaltenblock kann also auch als Dreispalter daherkommen (siehe Beispiel (3)), der über seine eigene Klasse ( .has-3-columns ) zum Beispiel eine andere Hintergrundfarbe zeigen kann als der Zweispalter.
wp-block-columns.has-2-columns.
wp-block-columns.has-2-columns.
Ein Gutenberg Spaltenblock kann also auch als Dreispalter daherkommen (siehe Beispiel (3)), der über seine eigene Klasse ( .has-3-columns ) zum Beispiel eine andere Hintergrundfarbe zeigen kann als der Zweispalter.
Oder man gibt einem zweiten Zweispalter eine zusätzliche Klasse (zum Beispiel .hintergrundbild), die dann (Überraschung!) für das Hintergrundbild sorgt (Beispiel (5)).
Mit .wp-block-columns.has-2-columns.hintergrundbild.layout-column-1 lässt sich so auch der Hintergrund des Textblocks in der ersten Spalte ansprechen und halb-transparent machen.
Das alles ist besonders dann interessant, wenn man eine Seite plant, die mehrere dieser Zweispalter untereinander zeigt. Wenn die nicht alle gleich aussehen sollen, bekommen sie eben eigene zusätzliche CSS-Klassen. Deren Definitionen Sie alle (ebenso wie die vorgenannten) im Zusätzlichen CSS des Themes unterbringen können.
Zusätzliches CSS
.bggrey {
background-color:rgba(0,0,0,.05);}
.bgrot {
background-color:#870000);}
.bgblack {
background-color:#000);}
Mit bggrey
, bgrot
, bgblack
kann man im Gutenberg-Editor unter „Erweitert“ die zusätzliche CSS Klasse für den jeweiligen Block individuell festlegen.
Google Fonts
/* amatic-sc-regular - latin_latin-ext */
@font-face {
font-family: 'Amatic SC';
font-style: normal;
font-weight: 400;
src: url('../fonts/amatic-sc-v11-latin_latin-ext-regular.eot'); /* IE9 Compat Modes */
src: local('Amatic SC Regular'), local('AmaticSC-Regular'),
url('../fonts/amatic-sc-v11-latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/amatic-sc-v11-latin_latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/amatic-sc-v11-latin_latin-ext-regular.woff') format('woff'), /* Modern Browsers */
url('../fonts/amatic-sc-v11-latin_latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/amatic-sc-v11-latin_latin-ext-regular.svg#AmaticSC') format('svg'); /* Legacy iOS */
}
font-family: 'Just Me Again Down Here', cursive;
font-family: 'Amatic SC', cursive;
font-family: 'Pangolin', cursive;
font-family: 'Princess Sofia', cursive;
- https://codex.wordpress.org/Playing_With_Fonts#Which_Font
- http://cameraontheroad.com/2005/03/css-experiments-web-fonts-and-embedded-fonts/
- http:// https://google-webfonts-helper.herokuapp.com/fonts
- https://fonts.google.com/
- https://developers.google.com/fonts/docs/getting_started#specifying_font_families_and_styles_in_a_stylesheet_url
- https://www.internetkurse-koeln.de/seiten-gestalten-mit-dem-neuen-gutenberg-spaltenblock/
- https://www.chefblogger.me/2018/08/03/anleitung-wie-verwende-ich-den-wordpress-editor-gutenberg/
- https://www.mediaevent.de/css/
Justify Text Option
/* --- Justify Text Option --- */
.justify-text {
text-align: justify;
}
/* --- Test Border --- */
.test-border {
border-style: dotted;
border-width: 2px;
border-color: #880303;
}
/* Add vertical breathing room to the full row of columns. */
.wp-block-columns {
margin: 20px 0;
}
/* Add horiztonal breathing room between individual columns. */
.wp-block-column {
margin: 0 20px;
}
.has-2-columns {
color:red;
}
.hintergrundbild {
background-image: url(http://happys-home.de/wp-content/uploads/2019/02/dalmiheader-1.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-size: auto;
}
Lexware Büroeasy – Quickbooks funktioniert nicht mehr
- Schließen Sie, wenn nicht schon geschehen, das Programm „QuickBooks“ oder „BüroEasy“.
- Klicken Sie auf „Start“, auf „Systemsteuerung“, auf „Darstellung und Anpassung “ und dann auf „Ordneroptionen“.
- Klicken Sie auf die Registerkarte „Ansicht“, suchen Sie den Eintrag „Versteckte Dateien und Ordner“ und aktivieren „Alle Dateien und Ordner anzeigen“.
- Bestätigen Sie mit „OK“ und schließen Sie das Fenster „Systemsteuerung“.
- Klicken Sie jetzt auf „Arbeitsplatz“ oder „Computer“, auf Ihr Systemlaufwerk, z. B. „C:\“ und dann in den Pfad „ProgramData\Lexware\quickbooks\Konfiguration“ oder „ProgramData\Lexware\bueroeasy\Konfiguration“ .
- Löschen Sie hier die Datei „qbprint.qbp“ und starten Sie den PC neu!
Quelle
Markup: HTML Tags and Formatting
Headings
Header one
Header two
Header three
Header four
Header five
Header six
Blockquotes
Single line blockquote:
Stay hungry. Stay foolish.
Multi line blockquote with a cite reference:
People think focus means saying yes to the thing you’ve got to focus on. But that’s not what it means at all. It means saying no to the hundred other good ideas that there are. You have to pick carefully. I’m actually as proud of the things we haven’t done as the things I have done. Innovation is saying no to 1,000 things.
Steve Jobs – Apple Worldwide Developers‘ Conference, 1997
Tables
Employee | Salary | |
---|---|---|
John Doe | $1 | Because that’s all Steve Jobs needed for a salary. |
Jane Doe | $100K | For all the blogging she does. |
Fred Bloggs | $100M | Pictures are worth a thousand words, right? So Jane x 1,000. |
Jane Bloggs | $100B | With hair like that?! Enough said… |
Definition Lists
- Definition List Title
- Definition list division.
- Startup
- A startup company or startup is a company or temporary organization designed to search for a repeatable and scalable business model.
- #dowork
- Coined by Rob Dyrdek and his personal body guard Christopher „Big Black“ Boykins, „Do Work“ works as a self motivator, to motivating your friends.
- Do It Live
- I’ll let Bill O’Reilly will explain this one.
Unordered Lists (Nested)
- List item one
- List item one
- List item one
- List item two
- List item three
- List item four
- List item two
- List item three
- List item four
- List item one
- List item two
- List item three
- List item four
Ordered List (Nested)
- List item one
- List item one
- List item one
- List item two
- List item three
- List item four
- List item two
- List item three
- List item four
- List item one
- List item two
- List item three
- List item four
HTML Tags
These supported tags come from the WordPress.com code FAQ.
Address Tag
1 Infinite LoopCupertino, CA 95014
United States
Anchor Tag (aka. Link)
This is an example of a link.
Abbreviation Tag
The abbreviation srsly stands for „seriously“.
Acronym Tag (deprecated in HTML5)
The acronym ftw stands for „for the win“.
Big Tag (deprecated in HTML5)
These tests are a big deal, but this tag is no longer supported in HTML5.
Cite Tag
„Code is poetry.“ —Automattic
Code Tag
You will learn later on in these tests that word-wrap: break-word;
will be your best friend.
Delete Tag
This tag will let you strikeout text, but this tag is no longer supported in HTML5 (use the <strike>
instead).
Emphasize Tag
The emphasize tag should italicize text.
Insert Tag
This tag should denote inserted text.
Keyboard Tag
This scarcely known tag emulates keyboard text, which is usually styled like the <code>
tag.
Preformatted Tag
This tag styles large blocks of code.
.post-title { margin: 0 0 5px; font-weight: bold; font-size: 38px; line-height: 1.2; and here's a line of some really, really, really, really long text, just to see how the PRE tag handles it and to find out how it overflows; }
Quote Tag
Developers, developers, developers…
–Steve Ballmer
Strike Tag (deprecated in HTML5)
This tag shows strike-through text
Strong Tag
This tag shows bold text.
Subscript Tag
Getting our science styling on with H2O, which should push the „2“ down.
Superscript Tag
Still sticking with science and Isaac Newton’s E = MC2, which should lift the 2 up.
Teletype Tag (deprecated in HTML5)
This rarely used tag emulates teletype text, which is usually styled like the <code>
tag.
Variable Tag
This allows you to denote variables.