Skip to content

Instantly share code, notes, and snippets.

View max's full-sized avatar
🏔️

Max Schoening max

🏔️
View GitHub Profile
@max
max / index.html
Created July 24, 2012 01:30
A web page created at CodePen.io.
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>CodePen &middot; A Pen by max</title>
<!--
Copyright (c) 2012 Maximilian Schoening, http://codepen.io/max
Permission is hereby granted, free of charge, to any person obtaining
$.container > .large-button {
width: 100%;
}
  1. I have the domain webbaseddocumentmanagementsoftware.com for sale for $275.

  2. Dearest one,

Grace and peace be multiplied unto you.

  1. > I know my mail might be a surprise to you but never mind 'cause I'm contacting you in good faith.
.css {
background: url("/images/base/buttons/right-select.png") right 0 no-repeat, linear-gradient(top, #A8E7FE, #53CBF5)
}
.compass {
@include background-image(url("/images/base/buttons/right-select.png"), linear-gradient(#A8E7FE, #53CBF5));
background-position: right 0, left top;
background-repeat: no-repeat;
}
<!DOCTYPE html>
<meta charset="utf-8">
<title>Radio Buttons</title>
<style>
input[type=radio] {
height: 16px;
opacity: 0;
position: absolute;
width: 16px;
// Config
// ============================================================================
// Colors
$panel-background-color: #000;
// Misc
$default-border-radius: 3px;
@max
max / gist:2491213
Created April 25, 2012 16:44
Heroku Status API v3

Heroku Status API v3 (first draft)

Get current status

$ curl "https://status-beta.heroku.com/api/v3/current-status"
{"App Operations":"green","Tools":"green","Production":"green","Development":"green"}

Get list of issues (optionally limited by date or count)

background: url("/images/input-focus-bg.png") bottom repeat-x, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #070812), color-stop(100%, #253e5c));
background: url("/images/input-focus-bg.png") bottom repeat-x, -webkit-linear-gradient(top, #070812 50%, #253e5c);
background: url("/images/input-focus-bg.png") bottom repeat-x, -moz-linear-gradient(top, #070812 50%, #253e5c);
background: url("/images/input-focus-bg.png") bottom repeat-x, -o-linear-gradient(top, #070812 50%, #253e5c);
background: url("/images/input-focus-bg.png") bottom repeat-x, -ms-linear-gradient(top, #070812 50%, #253e5c);
background: url("/images/input-focus-bg.png") bottom repeat-x, linear-gradient(top, #070812 50%, #253e5c);
<!doctype html>
<title>Progress Bar</title>
<link rel=stylesheet href=s>
<progress></progress>
fontName = "Inconsolata"
fontSize = 14
tabSize = 2
softTabs = true
wrapColumn = 80
[ *.{txt,md,mdown,markdown} ]
spellChecking = true
tabSize = 4