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
| /** | |
| * Super simple image-free screen-reader-friendly low-markup loading animation | |
| */ | |
| html { | |
| font: 100%/1.5 Helvetica Neue, Helvetica, Arial, sans-serif; | |
| min-height: 100%; | |
| -webkit-font-smoothing: antialiased; | |
| } |
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
| * { | |
| -webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */ | |
| -webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */ | |
| -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */ | |
| -webkit-user-select: none; /* prevent copy paste, to allow, change 'none' to 'text' */ | |
| margin: 0; | |
| padding: 0; | |
| border: 0; | |
| } |
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
| #!/bin/sh | |
| SDK=`dirname $0` | |
| SCRIPT=`basename $0` | |
| SDKPARENT=`dirname $SDK` | |
| PLATFORM=`uname -sp` | |
| if [ "$PLATFORM" = "Darwin i386" -o "$PLATFORM" = "Darwin x86_64" ]; then | |
| echo "iPhone Toolchain installer script by rpetrich" | |
| echo "" |
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
| ּ_בּ | |
| בּ_בּ | |
| טּ_טּ | |
| כּ‗כּ | |
| לּ_לּ | |
| מּ_מּ | |
| סּ_סּ | |
| תּ_תּ | |
| ٩(×̯×)۶ | |
| ٩(̾●̮̮̃̾•̃̾)۶ |
NewerOlder