Skip to content

Instantly share code, notes, and snippets.

View phirebase's full-sized avatar
:octocat:
Working from home

David Klhufek phirebase

:octocat:
Working from home
View GitHub Profile
@phirebase
phirebase / index.html
Created March 24, 2017 08:42 — forked from debloper/index.html
Pulsating HTML Element with just pinchful of CSS Animation
<!DOCTYPE html>
<html>
<head>
<title>CSS Pulsator</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div id="pulsor">Pulsate!</div>
</body>
</html>
@phirebase
phirebase / resize-divi-fullwidth-slider.css
Created March 23, 2017 17:15 — forked from mkrdip/resize-divi-fullwidth-slider.css
Resize Divi Full Width Slider on Mobile & Tablet
@media screen and (max-width:900px)
{
.et_pb_fullwidth_slider_0 .et_pb_slide {
background-size: contain!important;
height: 250px !important;
}
}
@media screen and (max-width:479px)
@phirebase
phirebase / resize-divi-fullwidth-slider.css
Created March 23, 2017 17:15 — forked from mkrdip/resize-divi-fullwidth-slider.css
Resize Divi Full Width Slider on Mobile & Tablet
@media screen and (max-width:900px)
{
.et_pb_fullwidth_slider_0 .et_pb_slide {
background-size: contain!important;
height: 250px !important;
}
}
@media screen and (max-width:479px)
<?php
require_once( get_template_directory() . esc_attr( "/options_divi.php" ) );
global $options;
$epanel_key = "name";
$epanel_value = "Show RSS Icon";
$custom_options = array (
array( "name" => esc_html__( "Show GitHub Icon", $themename ),
"id" => $shortname."_show_github_icon",
.blog-page .et_pb_post a img, body.archive .et_pb_post a img {
float: left;
margin-top: 0.6em;
margin-right: 1.2em;
border: solid 1px #ccc;
padding: 3px;
}