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:
@@ -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 } );
|
||||
|
Reference in New Issue
Block a user