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
| /** | |
| * New default "down due to maintenance" page. | |
| */ | |
| min-height : 100%; | |
| padding-top : 30%; | |
| font-family : sans; | |
| font-size : 1.5em; | |
| text-align : center; | |
| color : #eee; |
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
| /** | |
| * /peɪstbɪn/ | |
| */ | |
| body { line-height : 2em; } | |
| #a { font-family : sans; } | |
| #b { font-family : Palatino; } | |
| #c { font-family : Palatino Linotype; } | |
| #d { font-family : Georgia; } |
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
| /** | |
| * Hourglass loading animations | |
| */ | |
| body | |
| { | |
| background-color : #b4da55; /* \m/ */ | |
| font-family : sans; | |
| } |
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
| /** | |
| * card swap | |
| */ | |
| .a | |
| { | |
| border : #6f6 solid; | |
| animation : a 10s infinite; | |
| z-index : 1; |
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
| /** | |
| * Android 2.x does not animate css with position fixed? | |
| */ | |
| .a | |
| { | |
| border : #6f6 solid; | |
| } | |
| .b |
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 | |
| */ | |
| p | |
| { | |
| margin : 0; | |
| } | |
| section | |
| { |
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
| /** | |
| * Responsive example with css-only mobile menu switch | |
| */ | |
| html | |
| { | |
| font-family : sans-serif; | |
| } |
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
| <?php | |
| error_reporting(E_ALL | E_STRICT); | |
| $foo = array('hello', ' ', 'world', '.'); | |
| $prefix = uniqid('♠'); | |
| extract($foo, EXTR_PREFIX_ALL|EXTR_REFS, $prefix); | |
| $prefix .= '_'; | |
| for ($i = -1 ; isset(${$prefix . ++$i}) ;) | |
| { |
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
| <!doctype html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <meta name="viewport" content="width=1024" /> | |
| <meta name="apple-mobile-web-app-capable" content="yes" /> | |
| <title>squirrel boy</title> | |
| <meta name="description" content="" /> |
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
| <?php | |
| /** | |
| * `<?=` jest zawsze dostępny, niezależnie od ustawienia `short_open_tag` | |
| */ | |
| /** | |
| * use newly created object on the fly | |
| */ | |
| $this->addFoo( |