Created
August 26, 2013 10:21
-
-
Save tyv/6340050 to your computer and use it in GitHub Desktop.
input.css
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
/* input.css */ | |
.input | |
{ | |
backgound: #fff; | |
} | |
.input_size_xl.input_theme_green:after | |
{ | |
content: '><' | |
} | |
/* input_theme_green.css */ | |
.input_theme_green | |
{ | |
background: #060 | |
} | |
/* input_size_s.css */ | |
.input_size_s | |
{ | |
width: 200px; | |
height: 200px; | |
} | |
/* input_size_xl.css */ | |
.input_size_xl | |
{ | |
width: 400px; | |
height: 400px; | |
} | |
/* input_has-clear.css */ | |
.input_has-clear:after | |
{ | |
content: 'x' | |
} |
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="input input_theme_green input_size_xl input_has-clear"></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
// 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":"separate","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