Last active
August 29, 2015 14:04
-
-
Save ericdodds/27875e6603eb044b8bc9 to your computer and use it in GitHub Desktop.
Body copy link styles for The Iron Yard's Tumblr themes
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
| body { | |
| font-size: 17px; | |
| } | |
| p a { | |
| color: #158cbd; | |
| } | |
| p a:hover { | |
| text-decoration: underline; | |
| } | |
| li a { | |
| color: #158cbd; | |
| } | |
| li a:hover { | |
| text-decoration: underline; | |
| } | |
| // accent: #262f34 | |
| // accent hover: #262f34 | |
| // #39474e | |
| Search form: | |
| </div><form action="/search" class="module search-form" method="get"> | |
| <h2>{lang:Search}</h2> | |
| <div class="input-wrap"> | |
| <form> | |
| <input type="text" id="st-search-input" class="search-field" /> | |
| </form> | |
| <script type="text/javascript"> | |
| var Swiftype = window.Swiftype || {}; | |
| (function() { | |
| Swiftype.key = '3We_K2q15Ja1xx25zEqE'; | |
| /** DO NOT EDIT BELOW THIS LINE **/ | |
| var script = document.createElement('script'); script.type = 'text/javascript'; script.async = true; | |
| script.src = "//s.swiftypecdn.com/embed.js"; | |
| var entry = document.getElementsByTagName('script')[0]; | |
| entry.parentNode.insertBefore(script, entry); | |
| }()); | |
| </script> | |
| </div> | |
| </form></aside> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment