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
cd /your/local/path/to/tweet-search/ | |
rm last-results.html | |
search.py {query} | |
open last-results.html |
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
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
background: #f06; | |
background: linear-gradient(45deg, #f06, yellow); | |
min-height: 100%; | |
content-main{ background:white}; |
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
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
.icon-milestone{ | |
float:left; | |
width:10px; | |
height:10px; | |
background:#292b2f; | |
border:4px solid #33363b; |
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
/** | |
* 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; |
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
/** | |
* Tutorial 1 - floating an image to the right | |
* | |
* http://css.maxdesign.com.au/floatutorial/tutorial0101.htm | |
*/ | |
.floatright | |
{ | |
float: right; | |
margin: 0 0 10px 10px; |
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
/** | |
* Tutorial 1 - floating an image to the right | |
* | |
* http://css.maxdesign.com.au/floatutorial/tutorial0101.htm | |
*/ | |
.floatright | |
{ | |
float: right; | |
margin: 0 0 10px 10px; |
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
/** | |
* Tutorial 1 | |
*/ | |
.floatright | |
{ | |
float: right; | |
} |
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
/** | |
* CSS Transitions | |
* 2012-02-05 | |
*/ | |
a.foo{ | |
transition-property: background 0.3s ease 0.5s; /* property; duration; timing; delay*/ | |
padding: 5px 10px; |
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
/** | |
* CSS Transitions | |
* 2012-02-05 | |
*/ | |
a.foo{ | |
transition-property: background 0.3s ease 0.5s; /* property; duration; timing; delay*/ | |
padding: 5px 10px; |
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
/* 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; |
NewerOlder