This file contains 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
.checkbox { | |
display: inline-block; | |
cursor: pointer; | |
background: transparent; | |
background-clip: content-box !important; | |
box-sizing: content-box; | |
font-size: 22px; /* size of checkbox */ | |
width: 0.636em; | |
height: 0.636em; | |
padding: 0.182em; /* (width + padding * 2) = 22px */ |
This file contains 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
/** | |
* | |
* XDEBUG - Monokai scheme | |
* | |
* Palette: | |
* #272822 - grayish darkgreen, default background | |
* #F8F8F2 - ivory white, default font | |
* #75715E - tan, comment | |
* #FD971F - orange URLs without commas | |
* #AE81FF - purple numbers |
This file contains 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
/* Simulates extension box with shadow */ | |
#container { | |
margin: 30px auto; | |
background-color: #fbfbfb; | |
width: 800px; | |
border: 1px rgba(0, 0, 0, 0.35) solid; | |
border-bottom-color: rgba(0, 0, 0, 0.43); | |
border-radius: 3px; | |
-webkit-box-shadow: 0 1px 0 1px rgba(0,0,0,0.01), | |
0 1px 0 0px rgba(0,0,0,0.055), |
This file contains 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
.easing.quartic-in { | |
transition-timing-function: cubic-bezier(0.9,0.03,0.69,0.22); | |
} | |
.easing.quintic-in { | |
transition-timing-function: cubic-bezier(0.76,0.05,0.86,0.06); | |
} | |
.easing.exponential-in { | |
transition-timing-function: cubic-bezier(0.95,0.05,0.8,0.04); | |
} | |
.easing.circular-in { |
This file contains 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
/*jslint node: true, maxerr: 50, indent: 4 */ | |
(function () { | |
"use strict"; | |
var EventEmitter = require('events').EventEmitter, | |
Queue = module.exports = function Queue() { | |
/* Constructor is doing work..?? | |
*/ | |
var _emitter = this._emitter = new EventEmitter(), | |
_awaiting = this._awaiting = [], |
This file contains 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
/* | |
TODO: | |
- Option to wait to apply anything until all <link>s are parsed or inject what we have and update as each <link> returns | |
*/ | |
var cssVarPoly = { | |
init: function() { | |
if (window.CSS && window.CSS.supports && window.CSS.supports('(--foo: red)')) { | |
return; | |
} | |
cssVarPoly.ratifiedVars = {}; |
This file contains 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
Malevolent | |
Rudimentary body potion | |
Oculus Potion | |
Ever | |
Hermadeye Glo Poils | |
Rano Potion | |
Grand Potion | |
Solution Antidote | |
Befuddlemishing Potion Potion | |
Girding Potion |
This file contains 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
MARY | |
PATRICIA | |
LINDA | |
BARBARA | |
ELIZABETH | |
JENNIFER | |
MARIA | |
SUSAN | |
MARGARET | |
DOROTHY |