Created
September 13, 2013 17:03
-
-
Save brito/6553314 to your computer and use it in GitHub Desktop.
OpenGov 311
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
| /* OpenGov 311 */ | |
| @import url(http://fonts.googleapis.com/css?family=Istok+Web:700); | |
| a { font:700 100%/1 Istok Web; zoom:1; | |
| display:table-cell; border:2px solid #fff; width:60px; height:60px; | |
| vertical-align:middle; text-align:center; padding:3px; | |
| color:hsla(200,20%,20%,1); | |
| text-shadow:1px 1px 1px hsla(200,30%,70%,1); | |
| background:linear-gradient(137deg,hsl(200,90%,60%),hsl(200,90%,80%)); | |
| box-shadow: | |
| -1px -1px 3px hsla(200,30%,30%,.2) inset, | |
| 1px 1px 2px hsla(200,30%,80%,.6) inset } | |
| a em, a:nth-child(2) { font-size:230%; font-style:normal } |
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
| <a>OpenGov <em>311</em></a> | |
| <a>311</a> |
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
| // alert('Hello world!'); |
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
| {"view":"split","fontsize":"100","seethrough":"1","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment