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
| outline: 1px solid aqua; | |
| outline: 1px solid black; | |
| outline: 1px solid blue; | |
| outline: 1px solid brown; | |
| outline: 1px solid cyan; | |
| outline: 1px solid fuchsia; | |
| outline: 1px solid green; | |
| outline: 1px solid gold; | |
| outline: 1px solid orange; | |
| outline: 1px solid red; |
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
| .ir { | |
| font: 0/0 a; text-shadow: none; | |
| color: transparent; } |
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
| .ir { | |
| overflow: hidden; | |
| text-indent: 100%; white-space: nowrap; } |
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
| <!-- =master-form | start --> | |
| <form class="master-form" method="post" action="#dummy"> | |
| <fieldset> | |
| <legend>Legend Lorem Ipsum Dolores</legend> | |
| <p class="ctrlHolder clearfix error"> | |
| <label for="">Input Text</label> | |
| <input id="" name="" type="text" required> |
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
| text-shadow: 0 1px rgba(0,0,0,1); |
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
| text-shadow: 0 1px rgba(255,255,255,1); |
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
| opacity: 1; | |
| filter:Alpha(Opacity=100);/* IE7 and under */ | |
| -ms-filter: "Alpha(Opacity=100)"; /* IE8 */ |
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
| -webkit-box-shadow: 0 1px 0 rgba(255,255,255,1); | |
| -moz-box-shadow: 0 1px 0 rgba(255,255,255,1); | |
| -o-box-shadow: 0 1px 0 rgba(255,255,255,1); | |
| -ms-box-shadow: 0 1px 0 rgba(255,255,255,1); | |
| box-shadow: 0 1px 0 rgba(255,255,255,1); |
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
| -webkit-transition: .2s linear opacity; | |
| -moz-transition: .2s linear opacity; | |
| -o-transition: .2s linear opacity; | |
| -ms-transition: .2s linear opacity; | |
| transition: .2s linear opacity; |
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
| -webkit-box-shadow: 0 1px 0 rgba(0,0,0,1); | |
| -moz-box-shadow: 0 1px 0 rgba(0,0,0,1); | |
| -o-box-shadow: 0 1px 0 rgba(0,0,0,1); | |
| -ms-box-shadow: 0 1px 0 rgba(0,0,0,1); | |
| box-shadow: 0 1px 0 rgba(0,0,0,1); |
NewerOlder