Skip to content

Instantly share code, notes, and snippets.

View ryancoughlin's full-sized avatar

Ryan Coughlin ryancoughlin

View GitHub Profile
[
{
"created_at": "Wed May 15 14:03:36 +0000 2013",
"id": 334670403945500700,
"id_str": "334670403945500672",
"text": "@jescalan @sam_saccone Yes, classic Sam. We’ve got a whole book of ‘em.",
"source": "<a href=\"http://tapbots.com/software/tweetbot/mac\" rel=\"nofollow\">Tweetbot for Mac</a>",
"truncated": false,
"in_reply_to_status_id": 334670199078920200,
"in_reply_to_status_id_str": "334670199078920196",
.red-no-toggle-background {
width: 60px;
height: 22px;
@include border-radius(12px);
@include background-clip();
background-color: #000;
@include box-shadow(0 1px 1px rgba(255,255,255,.52), inset 0 2px 1px rgba(35,81,11,.31));
@include background-image(linear-gradient(bottom, #77c04f 0%, #3f8e12 100%));
}
@ryancoughlin
ryancoughlin / Color Picker Styles
Last active December 18, 2015 01:39
Color Picker Styles
.select-color {
color: #7b8792;
font-family: "Open Sans", sans-serif;
font-size: 10px;
font-weight: bold;
}
/* Ignore this border radius its from CSSHat, the tooltip arrow is throwing it off */
.rounded-rectangle-32 {
width: 163px;
.note-back-bg {
width: 293px;
height: 143px;
border: 1px solid #c4c295;
/* ignore this border radius, this is from CSShat. Tooltip is messing it up */
@include border-radius(132px 163px 3px 3px / 8px 8px 3px 3px);
@include background-clip(padding-box);
background-color: #637381;
@include box-shadow(0 2px 2px rgba(110,106,65,.27));
@include background-image(linear-gradient(bottom, #f7f0c4 0%, #faf3c9 100%));
$tiny_snap: 320px;
$small_snap: 480px;
$med_snap: 769px;
$large_snap: 1000px;
$internal_width: 83%;
$max_width: 1200px;
$line_height_small: 22px;
$line_height_large: 32px;
@font-face {
font-family: 'MetaSerifOT-Book';
src: url('fonts/meta_serif/metaserifot-book.eot');
src: local('☺'), url('fonts/meta_serif/metaserifot-book.woff') format('woff'), url('fonts/meta_serif/metaserifot-book.ttf') format('truetype'), url('fonts/meta_serif/metaserifot-book.svg') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'altisextra_bold';
property git_repo : "Documents/m/"
on newTab(tabTitle, command)
tell application "iTerm" to tell first terminal
launch session "Default"
tell last session
write text "cd " & git_repo
write text command
@ryancoughlin
ryancoughlin / gist:6073946
Created July 24, 2013 19:54
P9 - Blue Button Styles
.rounded-rectangle-9-copy-5 {
width: 134px;
height: 38px;
border: 1px solid #236fc5;
@include border-radius(4px);
@include background-clip(padding-box);
background-color: #77af2b;
@include box-shadow(0 1px 3px rgba(24,72,126,.6), inset 0 1px 0 rgba(255,255,255,.5), inset 0 0 4px rgba(250,247,195,.33));
@include background-image(linear-gradient(bottom, #3b85d9 0%, #4089dd 22.24%, #76b6ff 100%));
}
@ryancoughlin
ryancoughlin / gist:6073996
Created July 24, 2013 20:00
Style for normal input
input {
width: 380px;
height: 30px;
border: 1px solid #a3aebe;
@include border-radius(2px);
@include background-clip(padding-box);
background-color: #fff;
@include box-shadow(inset 0 1px 1px rgba(0,1,1,.14));
}
- if(window.location.href.indexOf("rooms") > -1){
h5.all_caps.completed_step
span.label.label-primary Current
- } else {
h5.all_caps
small Rooms & Inventory
- }