Skip to content

Instantly share code, notes, and snippets.

@zachdrago
zachdrago / CSS.css
Created April 20, 2016 23:56
Farcombe Estate
.tile-avatar-wrapper {
text-align: left;
}
.tile-content {
margin: 0;
}
.text {
min-height: 200px;
.tile-content {
meta.foundation-version {
font-family: "/5.4.7/"
}
@media only screen {
.show-for-small-only,
.show-for-small-up,
.show-for-small,
.show-for-small-down,
.hide-for-medium-only,
.hide-for-medium-up,
@zachdrago
zachdrago / Custom CSS.css
Last active April 16, 2016 01:22
West Ham Widget - voting buttons
.tile-interaction-vote {
color: #666; // INITIAL COLOR
}
.tile-interaction-vote .tile-interaction-link:hover {
border-color: #b9b9b9; // INITIAL BORDER COLOR
}
.tile-interaction-vote .on {
color: #1d97d9; // VOTED ON COLOR
}
@zachdrago
zachdrago / gridme.css
Last active April 13, 2016 03:21
Lightbox.me
/*
Simple Grid
Project Page - http://thisisdallas.github.com/Simple-Grid/
Author - Dallas Bass
Site - http://dallasbass.com
*/
*, *:after, *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
/** Document Ready Functions **/
/********************************************************************/
$( document ).ready(function() {
// Resive video
scaleVideoContainer();
initBannerVideoSize('.video-container .poster img');
initBannerVideoSize('.video-container .filter');
@zachdrago
zachdrago / leaf-icon.js
Created March 27, 2016 13:51
leaflet icon test
var greenIcon = L.icon({
iconUrl: 'http://i.imgur.com/dWbKOER.png',
shadowUrl: 'http://i.imgur.com/iN77E4j.png',
iconSize: [38, 95], // size of the icon
shadowSize: [50, 64], // size of the shadow
iconAnchor: [22, 94], // point of the icon which will correspond to marker's location
shadowAnchor: [4, 62], // the same for the shadow
popupAnchor: [-3, -76] // point from which the popup should open relative to the iconAnchor
});
body {
color:#505050;
font-family: Tahoma, Geneva, sans-serif;
}
.let-it-snow { position: relative }
.lis-flake,
.lis-flake--js {
position: absolute;
background: #fff;
border-radius: 50%;
box-shadow: 0 0 4px #fff
}
document.domain = "s-static.ak.facebook.com";
/* --- Stackla popup - General Settings ---*/
.stacklapopup-bg {
opacity: 0.8 !important;
}
.stacklapopup-content-wrap {
background: #fff;
border: thin solid #555;
}
.stacklapopup-content {
font-family: 'Lato', sans-serif !important;