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
[ | |
{ | |
"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", |
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
.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%)); | |
} |
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
.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; |
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
.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%)); |
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
$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; |
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
@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'; |
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
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 | |
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
.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%)); | |
} |
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
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)); | |
} |
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
- if(window.location.href.indexOf("rooms") > -1){ | |
h5.all_caps.completed_step | |
span.label.label-primary Current | |
- } else { | |
h5.all_caps | |
small Rooms & Inventory | |
- } |
OlderNewer