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
| /** | |
| * Path icon hover | |
| * | |
| * Example of the desired effect (hover over the user avatar) https://path.com/p/5Eplz | |
| * | |
| * Close, but annoying that the animation runs on page load. | |
| * Possible solution could be to fade entire page content in while initial | |
| * animation runs. | |
| */ | |
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
| /* | |
| Search Suggestions | |
| Original design by Visual Idiot - http://dribbble.com/shots/377281-Search-Suggestions | |
| */ | |
| html { | |
| min-height: 100%; | |
| background: -webkit-linear-gradient(#dbddde, #b6babb); | |
| font-family: Helvetica Neue, Helvetica, Arial, sans-serif; | |
| -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
| /** | |
| * Lined paper that follows the text | |
| * Support: Chrome, FF 3.6+, Saf 5.1+, Opera 11.50+, IE10 | |
| */ | |
| /* Just decorative */ | |
| padding: 20px; | |
| /* The font. Try changing font-size and see how the lines |
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
| /* iOS Native App Default Style implemented in CSS */ | |
| /* Bootstrapping … */ | |
| * { | |
| margin: 0; | |
| padding: 0; | |
| font-size: inherit; | |
| -webkit-tap-highlight-color: rgba(0,0,0,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
| /* iOS Native App Default Style implemented in CSS */ | |
| /* Bootstrapping … */ | |
| * { | |
| margin: 0; | |
| padding: 0; | |
| font-size: inherit; | |
| -webkit-tap-highlight-color: rgba(0,0,0,0); | |
| } |
NewerOlder