Backup code snippet: nuove personalizzazioni css

This commit is contained in:
ulaulaman 2020-12-23 00:19:33 +01:00
parent 718f8315ea
commit 4877ffb293
1 changed files with 14 additions and 0 deletions

View File

@ -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;
}
</style>
<?php } );