Last active
April 27, 2016 14:16
-
-
Save vpodolyan/c2b8277011cfeea4a9e63cbd7be1e220 to your computer and use it in GitHub Desktop.
Untitled
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 { | |
| display: inline; | |
| padding: 5px 10px; | |
| line-height: 1px; | |
| background-color: #007fc7; | |
| border-radius: 3px; | |
| border: solid 1px #007fc7; | |
| height: 36px; | |
| color: #fff; | |
| font-size: 16px; | |
| text-align: center; | |
| } | |
| a.inactive { | |
| background-color: #dbedf9; /* newui_palette_31: */ | |
| color: #202969; /* @newui_palette_15: */ | |
| border: solid 1px #dbedf9; /* newui_palette_31: */ | |
| } | |
| input { | |
| border: 1px solid #3399cc; /* @newui_palette_01 */ | |
| border-radius: 3px; | |
| padding: 5px 10px; | |
| color: #33333; /* newui_palette_23 */ | |
| } | |
| input.inactive { | |
| background-color: #888; | |
| border-color: #999999; | |
| } |
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>Lorem Ipsum</a> | |
| <a class="inactive">Lorem Ipsum</a> | |
| <input value="Lorem ipsum"/> | |
| <input class="inactive" value="Lorem ipsum dissativa"/> |
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":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment