This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| jQuery(document).ready(function($) { | |
| $('#tabs').tabs(); | |
| //hover states on the static widgets | |
| $('#dialog_link, ul#icons li').hover( | |
| function() { $(this).addClass('ui-state-hover'); }, | |
| function() { $(this).removeClass('ui-state-hover'); } | |
| ); | |
| }); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| Theme: Glink Onglets | |
| Auteur: Glink.fr | |
| Auteur URL: https://www.glink.fr/ | |
| */ | |
| /*-------------------------------------------------------------- | |
| >>> SOMMAIRE: | |
| ---------------------------------------------------------------- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Template listing single view. | |
| * | |
| * @package BDP/Templates/Single | |
| */ | |
| // phpcs:disable | |
| ?> | |
| <?php $main_links = wpbdp_main_links( $buttons ); ?> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| p:first-letter { | |
| font-family: 'Rye', cursive; | |
| font-size: 60px; | |
| line-height:60px; | |
| margin-right: 5px; | |
| float: left; | |
| color: #2E6F7B; | |
| border: 1px solid #b0d7fc; | |
| background: url(img/lettrine-fond2.png) #D2E8FD; | |
| padding: 8px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| p:first-letter { | |
| font-family: 'Rye', cursive; | |
| font-size: 60px; | |
| line-height:60px; | |
| margin-right: 5px; | |
| float: left; | |
| color: #F55E07; | |
| border: 1px solid #faca8f; | |
| background: url(img/lettrine-fond.png) #FFE0BA; | |
| padding: 8px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| p:first-letter { | |
| font-family: 'Rye', | |
| cursive; font-size: 60px; | |
| line-height:60px; | |
| margin-right: 5px; | |
| float: left; | |
| color: #F55E07; | |
| border: 1px solid #faca8f; | |
| background: #FFE0BA; | |
| padding: 8px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| p:first-letter { | |
| font-family: 'Rye', | |
| cursive; font-size: 60px; | |
| line-height:60px; | |
| margin-right: 5px; | |
| float: left; | |
| color: #F55E07; | |
| border: 1px solid #faca8f; | |
| background: #FFE0BA; | |
| padding: 8px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| p:first-letter { | |
| font-family: 'Rye', cursive; | |
| font-size: 60px; | |
| line-height:60px; | |
| margin-right: 5px; | |
| float: left; | |
| color: #F55E07; | |
| border: 1px solid #faca8f; | |
| background: #FFE0BA; | |
| padding: 8px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| p:first-letter { | |
| font-family: 'Rye', cursive; | |
| font-size: 60px; | |
| line-height:60px; | |
| margin-right: 5px; | |
| float: left; | |
| color: #F55E07; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| p:first-letter { | |
| font-size: 60px; | |
| line-height:60px; | |
| margin-right: 5px; | |
| float: left; | |
| color: #F55E07; | |
| } |