1
0
mirror of https://github.com/ulaulaman/eduinafbackupcode.git synced 2025-06-06 00:49:11 +02:00

Backup code snippet: nuove personalizzazioni css

This commit is contained in:
2020-12-23 00:19:33 +01:00
parent 718f8315ea
commit 4877ffb293

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 } );