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
| // first some helpful mixins | |
| .abs { | |
| position: absolute; | |
| } | |
| .rel { | |
| position: relative; | |
| } | |
| .position(@top; @right; @bottom; @left) { | |
| top: @top; | |
| right: @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
| .selection(@color; @bg) { | |
| &::selection { | |
| -webkit-font-smoothing: antialiased; | |
| color: @color; | |
| text-shadow: none; | |
| background: @bg; | |
| background: fadeout(@bg, 1%); | |
| } | |
| &::-moz-selection { | |
| -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
| <MY BIZ NAME> chooses not to do business with and will not perform site deployments to, site maintenance on, or site migrations to GoDaddy® or its affiliates (including MediaTemple®) due to its unwieldy hosting platform, its past CEO's inhumane treatment of animals, its deceptive and sexist advertising practices, and its past support for SOPA (the proposed invasive intellectual property rights bill which prompted Reddit, Wikipedia, and others to shut down their sites in protest). | |
| For more details, please see http://karveldigital.com/why-i-dont-use-godaddy-you-shouldnt-either/ and http://godaddyhostingsucks.com/. | |
| Clients already hosted with GoDaddy may secure more reliable, user-friendly, and ethical hosting through <YOUR PREFERRED REFERRAL HOSTS>. |
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 | |
| if (!class_exists('Tax_CTP_Filter')){ | |
| /** | |
| * Tax CTP Filter Class | |
| * Simple class to add custom taxonomy dropdown to a custom post type admin edit list | |
| * @author Ohad Raz <[email protected]> | |
| * @version 0.1 | |
| */ | |
| class Tax_CTP_Filter | |
| { |
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
| /* Includes Bootstrap mixins! | |
| *********************************/ | |
| /* Browser Resets | |
| *********************************/ | |
| .flex-container a:active, | |
| .flexslider a:active, | |
| .flex-container a:focus, | |
| .flexslider a:focus { outline: none; } | |
| .slides, |
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
| /** | |
| * Using display: table-cell to evenly determine widths. You can add an arbitrary number of <li> | |
| */ | |
| ul { | |
| padding: 0; | |
| display: table; | |
| width: 100%; | |
| table-layout: fixed; |
NewerOlder