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
| .nice_box { | |
| margin-top:50px; | |
| position:relative; | |
| width:430px; | |
| border: 2px dashed #fff; | |
| background-color: #ea7454; | |
| max-height:200px; | |
| border-radius:6px 6px; | |
| text-shadow:1px 1px #000; | |
| -webkit-box-shadow: 2px 2px 2px 2px #000; |
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-family: "omnes-pro", "Helvetica Neue", Helvetica, sans; | |
| background:#e1e2e4; | |
| } |
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 { | |
| /* Webkit (Chrome 11+) */ | |
| font:100%/1.5 Helvetica Neue, Helvetica, Arial, sans-serif; | |
| font-family:adelle, Georgia, Times New Roman, serif; | |
| background:-webkit-linear-gradient(#FFE1E6, white) repeat-x; | |
| color:#222; | |
| } |
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
| span.arrow{ | |
| position:absolute; | |
| display:block; | |
| width:10px; | |
| height:10px; | |
| border-top:1px solid #fefffd; | |
| border-left:1px solid #fefffd; | |
| -webkit-transform: rotate(-40deg); | |
| top:10px; |
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
| article, aside, figure, footer, header, hgroup, menu, nav, section { display: block } | |
| color: #6d84b4; | |
| text-decoration: none; | |
| a { | |
| } | |
| body { | |
| width: 100%; |
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
| @charset "UTF-8"; | |
| /* CSS Document */ | |
| /* | |
| DEMO 3 | |
| */ | |
| .a_demo_three { | |
| background-color:#3bb3e0; |
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 > .tooltip, li > .tooltip, a > .tooltip, span > .tooltip { | |
| opacity: 100; | |
| margin-top: -10px; | |
| visibility: visible; | |
| margin-left: -65px; | |
| -webkit-transition-property:opacity, margin-top, visibility, margin-left; | |
| -webkit-transition-duration:0.5s, 0.3s, 0.5s, 0.3s; |
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
| form#payment { | |
| background-color:#9cbc2b; | |
| width:400px; | |
| padding:5px; | |
| border-radius:5px; | |
| } | |
| form#payment fieldsett{ | |
| border:none; | |
| } | |
| form#payment ol{ |
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
| html, body, h1, form, fieldset, legend, ol, li { | |
| margin: 0; | |
| padding: 0; | |
| } | |
| body { | |
| background: #ffffff; |
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-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; | |
| font-size:12px; | |
| } | |
| p, h1, form, button{border:0; margin:0; padding:0;} | |
| .spacer{clear:both; height:1px;} | |
| /* ----------- My Form ----------- */ | |
| .myform{ |