Skip to content

Instantly share code, notes, and snippets.

View luiscielak's full-sized avatar
🤖

Luis Cielak luiscielak

🤖
View GitHub Profile
@luiscielak
luiscielak / alfred-script.sh
Created May 11, 2012 02:22 — forked from gka/alfred-script.sh
Local full-text search on tweets and favorites
cd /your/local/path/to/tweet-search/
rm last-results.html
search.py {query}
open last-results.html
@luiscielak
luiscielak / dabblet.css
Created April 11, 2012 23:22
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
content-main{ background:white};
@luiscielak
luiscielak / dabblet.css
Created March 9, 2012 01:21
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.icon-milestone{
float:left;
width:10px;
height:10px;
background:#292b2f;
border:4px solid #33363b;
@luiscielak
luiscielak / dabblet.css
Created February 13, 2012 20:18
Tutorial 3 - Floating a series of 'clear:right' images
/**
* Tutorial 3 - Floating a series of 'clear:right' images
*
* http://css.maxdesign.com.au/floatutorial/tutorial0301.htm
*/
.floatright
{
float: right;
margin: 0 0 10px 10px;
@luiscielak
luiscielak / dabblet.css
Created February 13, 2012 20:06
Tutorial 1 - floating an image to the right
/**
* Tutorial 1 - floating an image to the right
*
* http://css.maxdesign.com.au/floatutorial/tutorial0101.htm
*/
.floatright
{
float: right;
margin: 0 0 10px 10px;
@luiscielak
luiscielak / dabblet.css
Created February 13, 2012 20:05
Tutorial 1 - floating an image to the right
/**
* Tutorial 1 - floating an image to the right
*
* http://css.maxdesign.com.au/floatutorial/tutorial0101.htm
*/
.floatright
{
float: right;
margin: 0 0 10px 10px;
@luiscielak
luiscielak / dabblet.css
Created February 10, 2012 03:02
Tutorial 1
/**
* Tutorial 1
*/
.floatright
{
float: right;
}
@luiscielak
luiscielak / dabblet.css
Created February 10, 2012 02:57
CSS Transitions
/**
* CSS Transitions
* 2012-02-05
*/
a.foo{
transition-property: background 0.3s ease 0.5s; /* property; duration; timing; delay*/
padding: 5px 10px;
@luiscielak
luiscielak / dabblet.css
Created February 10, 2012 02:57
CSS Transitions
/**
* CSS Transitions
* 2012-02-05
*/
a.foo{
transition-property: background 0.3s ease 0.5s; /* property; duration; timing; delay*/
padding: 5px 10px;
@luiscielak
luiscielak / dabblet.css
Created February 1, 2012 02:56
CSS-Tricks Title
/* Oprah Thing
Saw some movie and there was some Oprah-related commerical before it and it had title things like this during it
*/
body { background: black; padding: 100px; margin: 0; }
h1 {
text-align: center;
color: white;
text-transform: uppercase;