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
CmdUtils.CreateCommand( | |
{ | |
name: "isohunt", | |
takes: {"function": noun_arb_text}, | |
icon: "http://isohunt.com/favicon.ico", | |
homepage: "http://isohunt.com/", | |
author: {name: "isoHunt", email: "[email protected]"}, | |
license: "MPL,GPL", | |
description: "Search isoHunt - Bittorrent Search Engine", | |
help: "Select a key word", |
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
makeSearchCommand({ | |
name: "dict", | |
author: {name: "Jonathan E. Magen", homepage: "http://yonkeltron.com"}, | |
license: "GPL", | |
url: "http://www.dict.org/bin/Dict?Form=Dict2&Database=*&Query={QUERY}", | |
icon: "http://www.dict.org/favicon.ico", | |
description: "Retrieve word definitions from the <a href=\"http://dict.org\">Dict.org DICT server</a>", | |
preview: function( pblock, directObject ) | |
{ |
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
CmdUtils.makeSearchCommand({ | |
name: "torrent", | |
url: "http://isohunt.com/torrents/{QUERY}", | |
parser: {type: "JSON", | |
url: "http://isohunt.com/js/json.php?ihq={QUERY}&start=21&rows=20&sort=seeds", | |
container: "items.list", | |
title: "title", | |
href: "link"} | |
}); |
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
/** | |
* roses are red, violets are blue, gradients are sweet but this one blew | |
*/ | |
height: 100%; | |
border: 10px solid #CCCCC; | |
background: linear-gradient(50deg, red, blue); |
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
/** | |
* CSS text-shadows - Example 4 | |
*/ | |
/* page styles */ | |
@font-face { | |
font-family: 'MisoRegular'; | |
src: url('http://www.midwinter-dg.com/blog_demos/css-text-shadows/fonts/miso-webfont.eot'); | |
src: url('http://www.midwinter-dg.com/blog_demos/css-text-shadows/fonts/miso-webfont.eot?iefix') format('eot'), |
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
/** | |
* CSS text-shadows - Example 4 | |
*/ | |
/* page styles */ | |
@font-face { | |
font-family: 'MisoRegular'; | |
src: url('http://www.midwinter-dg.com/blog_demos/css-text-shadows/fonts/miso-webfont.eot'); | |
src: url('http://www.midwinter-dg.com/blog_demos/css-text-shadows/fonts/miso-webfont.eot?iefix') format('eot'), |
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
/** | |
* CSS text-shadows - Example 4 | |
*/ | |
/* page styles */ | |
@font-face { | |
font-family: 'MisoRegular'; | |
src: url('http://www.midwinter-dg.com/blog_demos/css-text-shadows/fonts/miso-webfont.eot'); | |
src: url('http://www.midwinter-dg.com/blog_demos/css-text-shadows/fonts/miso-webfont.eot?iefix') format('eot'), |
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
/** | |
* CSS text-shadows - Example 4 | |
*/ | |
/* page styles */ | |
@font-face { | |
font-family: 'MisoRegular'; | |
src: url('http://www.midwinter-dg.com/blog_demos/css-text-shadows/fonts/miso-webfont.eot'); | |
src: url('http://www.midwinter-dg.com/blog_demos/css-text-shadows/fonts/miso-webfont.eot?iefix') format('eot'), |
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
/** | |
* CSS text-shadows - Example 7 | |
*/ | |
/* page styles */ | |
@font-face { | |
font-family: 'ChunkFiveRegular'; | |
src: url('http://www.midwinter-dg.com/blog_demos/css-text-shadows/fonts/chunkfive-webfont.eot'); | |
src: url('http://www.midwinter-dg.com/blog_demos/css-text-shadows/fonts/chunkfive-webfont.eot?iefix') format('eot'), |
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
/** | |
* CSS text-shadows - Example 7 | |
*/ | |
/* page styles */ | |
@font-face { | |
font-family: 'ChunkFiveRegular'; | |
src: url('http://www.midwinter-dg.com/blog_demos/css-text-shadows/fonts/chunkfive-webfont.eot'); | |
src: url('http://www.midwinter-dg.com/blog_demos/css-text-shadows/fonts/chunkfive-webfont.eot?iefix') format('eot'), |
OlderNewer