From 4877ffb29353a368f2a55db59be7f5a54bac423c Mon Sep 17 00:00:00 2001 From: ulaulaman Date: Wed, 23 Dec 2020 00:19:33 +0100 Subject: [PATCH] Backup code snippet: nuove personalizzazioni css --- backupsnippet/snippet.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/backupsnippet/snippet.php b/backupsnippet/snippet.php index 2406f8a..619da8a 100644 --- a/backupsnippet/snippet.php +++ b/backupsnippet/snippet.php @@ -75,6 +75,20 @@ add_action( 'wp_head', function () { ?> .twitter-tweet { margin:auto; } .fb-post { margin:auto;border:none;overflow:hidden } + + #cit::before { content: open-quote; } + #cit::after { content: close-quote; } + #cit { + quotes: "«" "»" "‘" "’"; + font-style: italic; + } + + #box { + margin: 15px; + padding: 10px 25px 10px 25px; + background: #fafafa; + border: 1px solid #1d71b8; + }