ponsonby

/* Willkommen beim benutzerdefinierten CSS!

CSS (Cascading Style Sheets) ist eine Art Code, der dem Browser sagt, wie eine Webseite dargestellt werden soll. Du kannst diese Kommentare löschen und mit deinen Anpassungen beginnen.

Als Standard wird dein Stylesheet nach den Theme-Stylesheets geladen, das heißt, dass deine Regeln Vorrang haben und die Theme-CSS-Regeln überschreiben können. Schreibe einfach hier rein, was du ändern möchtest, du musst nicht den gesamten Stylesheet-Inhalt deines Themes kopieren. */ .widget h3.widget-title, h1.archive-title, .authorbox h3.author-name, #comments h3.comments-title, #comments #respond h3#reply-title, #commentform input#author, #commentform input#email, #commentform input#url, #commentform textarea#comment, div.sharedaddy h3.sd-title, .standard-btn { font-family: Libre Baskerville’, Georgia, serif; }

body { display: block; font-family: Libre Baskerville’, Georgia, serif; color: #222222; background: #fff; }

/* — Typography — */ .entry-content p, .entry-content p.standard-text, .entry-content ul, .entry-content ol { font-size: 16px; font-size: 1rem; line-height: 1.75; }

p.justify { text-align: justify; }

.entry-content blockquote { position: relative; text-align: left; margin: 30px; }

.entry-content blockquote p { font-size: 21px; font-size: .875rem; color: #666; line-height: 1.6; }

.entry-content blockquote cite, #comments blockquote cite, blockquote.quote-text cite { font-size: 12px; font-size: .75rem; font-style: normal; display: block; text-align: right; padding-top: 12px; }

.entry-content blockquote cite { margin: inherit 30px; text-align: right; font-size: 14px; font-size: .875rem; }

.entry-content blockquote cite:before, #comments blockquote cite:before, blockquote.quote-text cite:before { content: \2013; display: inline; padding: 0 2px 0 0; -webkit-font-smoothing: antialiased;


Kommentare

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert