Created
June 13, 2014 18:30
-
-
Save DannyJoris/cb1c17674226707a74ad to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
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
| <div class="container"> | |
| <p class="p1">When in the <a href="#">Southern Fishery</a>, a captured Sperm Whale, after long and weary toil, is brought alongside late at night, it is not, as a general thing at least, customary to proceed at once to the business of cutting him in. For that business is an exceedingly laborious one; is not very soon completed; and requires all hands to set about it. Therefore, the common usage is to take in <a href="#">all sail</a>; lash the helm a'lee; and then send every one <a href="#">below to his hammock till daylight</a>, with the reservation that, until that time, anchor-watches shall be kept; that is, two and two for an hour, each couple, the crew in rotation <a href="#">shall mount the deck</a> to see that all goes well.</p> | |
| <p class="p2">When in the <a href="#">Southern Fishery</a>, a captured Sperm Whale, after long and weary toil, is brought alongside late at night, it is not, as a general thing at least, customary to proceed at once to the business of cutting him in. For that business is an exceedingly laborious one; is not very soon completed; and requires all hands to set about it. Therefore, the common usage is to take in <a href="#">all sail</a>; lash the helm a'lee; and then send every one <a href="#">below to his hammock till daylight</a>, with the reservation that, until that time, anchor-watches shall be kept; that is, two and two for an hour, each couple, the crew in rotation <a href="#">shall mount the deck</a> to see that all goes well.</p> | |
| <p class="p3">When in the <a href="#">Southern Fishery</a>, a captured Sperm Whale, after long and weary toil, is brought alongside late at night, it is not, as a general thing at least, customary to proceed at once to the business of cutting him in. For that business is an exceedingly laborious one; is not very soon completed; and requires all hands to set about it. Therefore, the common usage is to take in <a href="#">all sail</a>; lash the helm a'lee; and then send every one <a href="#">below to his hammock till daylight</a>, with the reservation that, until that time, anchor-watches shall be kept; that is, two and two for an hour, each couple, the crew in rotation <a href="#">shall mount the deck</a> to see that all goes well.</p> | |
| </div> |
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
| // ---- | |
| // Sass (v3.3.8) | |
| // Compass (v1.0.0.alpha.19) | |
| // ---- | |
| // Compass links: http://compass-style.org/reference/compass/typography/links/ | |
| @import "compass/typography"; | |
| a { | |
| .p1 & { | |
| @include hover-link; | |
| } | |
| .p2 & { | |
| @include link-colors($normal: hotpink, $hover: red); | |
| } | |
| .p3 & { | |
| @include unstyled-link; | |
| } | |
| } |
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
| .p1 a { | |
| text-decoration: none; | |
| } | |
| .p1 a:hover, .p1 a:focus { | |
| text-decoration: underline; | |
| } | |
| .p2 a { | |
| color: hotpink; | |
| } | |
| .p2 a:hover { | |
| color: red; | |
| } | |
| .p3 a { | |
| color: inherit; | |
| text-decoration: inherit; | |
| cursor: inherit; | |
| } | |
| .p3 a:active, .p3 a:focus { | |
| outline: none; | |
| } |
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
| <div class="container"> | |
| <p class="p1">When in the <a href="#">Southern Fishery</a>, a captured Sperm Whale, after long and weary toil, is brought alongside late at night, it is not, as a general thing at least, customary to proceed at once to the business of cutting him in. For that business is an exceedingly laborious one; is not very soon completed; and requires all hands to set about it. Therefore, the common usage is to take in <a href="#">all sail</a>; lash the helm a'lee; and then send every one <a href="#">below to his hammock till daylight</a>, with the reservation that, until that time, anchor-watches shall be kept; that is, two and two for an hour, each couple, the crew in rotation <a href="#">shall mount the deck</a> to see that all goes well.</p> | |
| <p class="p2">When in the <a href="#">Southern Fishery</a>, a captured Sperm Whale, after long and weary toil, is brought alongside late at night, it is not, as a general thing at least, customary to proceed at once to the business of cutting him in. For that business is an exceedingly laborious one; is not very soon completed; and requires all hands to set about it. Therefore, the common usage is to take in <a href="#">all sail</a>; lash the helm a'lee; and then send every one <a href="#">below to his hammock till daylight</a>, with the reservation that, until that time, anchor-watches shall be kept; that is, two and two for an hour, each couple, the crew in rotation <a href="#">shall mount the deck</a> to see that all goes well.</p> | |
| <p class="p3">When in the <a href="#">Southern Fishery</a>, a captured Sperm Whale, after long and weary toil, is brought alongside late at night, it is not, as a general thing at least, customary to proceed at once to the business of cutting him in. For that business is an exceedingly laborious one; is not very soon completed; and requires all hands to set about it. Therefore, the common usage is to take in <a href="#">all sail</a>; lash the helm a'lee; and then send every one <a href="#">below to his hammock till daylight</a>, with the reservation that, until that time, anchor-watches shall be kept; that is, two and two for an hour, each couple, the crew in rotation <a href="#">shall mount the deck</a> to see that all goes well.</p> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment