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
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
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
var dom_events = ["BeforeUnloadEvent", "CheckboxStateChange", "DOMAttrModified", "DOMAttributeNameChanged", "DOMCharacterDataModified", "DOMContentLoaded", "DOMElementNameChanged", "DOMMenuItemActive", "DOMMenuItemInactive", "DOMMouseScroll", "DOMNodeInserted", "DOMNodeInsertedIntoDocument", "DOMNodeRemoved", "DOMNodeRemovedFromDocument", "DOMSubtreeModified", "DragEvent", "HashChangeEvent", "MozAudioAvailable", "MozGamepadButtonDown", "MozGamepadButtonUp", "MozMousePixelScroll", "MozOrientation", "MozScrolledAreaChanged", "MutationEvent", "MutationNameEvent", "PageTransitionEvent", "PopStateEvent", "RadioStateChange", "SVGAbort", "SVGError", "SVGEvent", "SVGLoad", "SVGResize", "SVGScroll", "SVGUnload", "SVGZoom", "SVGZoomEvent", "SensorEvent", "TimeEvent", "ValueChange", "abort", "afterprint", "afterscriptexecute", "alerting", "animationend", "animationiteration", "animationstart", "audioprocess", "beforeprint", "beforescriptexecute", "beforeunload", "beginEvent", "blocked", "blur", "broadcast", "busy", "c |
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
span::selection { | |
background-color:rgb(207, 233, 253); | |
} | |
span { | |
position:relative; | |
width:0%; | |
-webkit-transition: all .5s, visibility 0s; | |
} | |
span::before { | |
content:""; |
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
span::selection { | |
background-color:rgb(207, 233, 253); | |
} | |
span { | |
position:relative; | |
width:0%; | |
-webkit-transition: all .5s, visibility 0s; | |
} | |
span::before { | |
content:""; |
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
.switcher { | |
height:19px; | |
width:44px; | |
display:inline-block; | |
border-radius: 9px; | |
background-clip: padding-box; | |
background-color: #e86464; | |
box-shadow: inset 0 1px 3px rgba(0,0,0,.51), | |
0px 1px 1px 1px rgba(256,256,256,0.8), | |
2px 3px 5px 0 rgba(0, 0, 0, 0.1); |
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
.switcher { | |
height:19px; | |
width:44px; | |
display:inline-block; | |
border-radius: 9px; | |
background-clip: padding-box; | |
background-color: #e86464; | |
box-shadow: inset 0 1px 3px rgba(0,0,0,.51), | |
0px 1px 1px 1px rgba(256,256,256,0.8), | |
2px 3px 5px 0 rgba(0, 0, 0, 0.1); |
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
span.gr-btn { | |
margin:20px; | |
color:#334d24; | |
font-family:arial; | |
font-size:18px; | |
text-shadow: 1px 1px 1px #cbefab; | |
padding: 6px 20px; | |
border-radius: 3px; | |
background-image: linear-gradient(90deg, #7baf62 0%, #7baf62 19.53%, #ccf0ac 100%), linear-gradient(95deg, #4a6f38 13.5%, #e8fede 86.5%); | |
background-repeat: repeat-x, repeat-x; |
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
span.gr-btn { | |
margin:20px; | |
color:#334d24; | |
font-family:arial; | |
font-size:18px; | |
text-shadow: 1px 1px 1px #cbefab; | |
padding: 6px 20px; | |
border-radius: 3px; | |
background-image: linear-gradient(90deg, #7baf62 0%, #7baf62 19.53%, #ccf0ac 100%), linear-gradient(95deg, #4a6f38 13.5%, #e8fede 86.5%); | |
background-repeat: repeat-x, repeat-x; |