Skip to content

Instantly share code, notes, and snippets.

@LPerderiset
LPerderiset / tabs.js
Created May 22, 2019 12:34
Onglets pour Thème Business Directory Plugin WordPress Fichier JS
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'); }
);
});
@LPerderiset
LPerderiset / styles.css
Last active May 22, 2019 13:51
Onglets pour Thème Business Directory Plugin WordPress Fichier CSS
/*
Theme: Glink Onglets
Auteur: Glink.fr
Auteur URL: https://www.glink.fr/
*/
/*--------------------------------------------------------------
>>> SOMMAIRE:
----------------------------------------------------------------
@LPerderiset
LPerderiset / single.tpl.php
Created May 22, 2019 10:46
Onglets pour Thème Business Directory Plugin WordPress
<?php
/**
* Template listing single view.
*
* @package BDP/Templates/Single
*/
// phpcs:disable
?>
<?php $main_links = wpbdp_main_links( $buttons ); ?>
@LPerderiset
LPerderiset / lettrine.css
Created April 1, 2019 11:03
Lettrine CSS partie 7
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;
@LPerderiset
LPerderiset / lettrine.css
Created April 1, 2019 11:01
Lettrine CSS partie 6
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;
@LPerderiset
LPerderiset / lettrine.css
Created April 1, 2019 10:59
Lettrine CSS partie 5
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;
@LPerderiset
LPerderiset / lettrine.css
Created April 1, 2019 10:58
Lettrine CSS Partie 4
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;
@LPerderiset
LPerderiset / lettrine.css
Created April 1, 2019 10:57
Lettrine CSS partie 3
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;
@LPerderiset
LPerderiset / lettrine.css
Created April 1, 2019 10:56
Lettrine CSS partie 2
p:first-letter {
font-family: 'Rye', cursive;
font-size: 60px;
line-height:60px;
margin-right: 5px;
float: left;
color: #F55E07; }
@LPerderiset
LPerderiset / lettrine.css
Created April 1, 2019 10:55
Lettrine CSS partie 1
p:first-letter {
font-size: 60px;
line-height:60px;
margin-right: 5px;
float: left;
color: #F55E07;
}