Created
March 31, 2009 11:18
-
-
Save oskarkrawczyk/88151 to your computer and use it in GitHub Desktop.
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="WARNING_top"> | |
| <span class="b">JavaScript is disabled in your browser. This will degrade or remove some of the website's functionality. Try enabling JavaScript.</span> | |
| <span class="a">JavaScript is disabled in your browser. This will degrade or remove some of the website's functionality. Try <a title="" href="https://www.google.com/adsense/support/bin/answer.py?hl=en&answer=12654">enabling JavaScript</a>.</span> | |
| </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
| <script type="text/javascript" charset="utf-8"> | |
| //<![CDATA[ | |
| document.write('<style'+' type="text/css" media="screen">body {border-top:none} .WARNING_top {display:none}</style'+'>'); | |
| //]]> | |
| </script> |
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 { | |
| ... | |
| border-top: solid 40px #fff; | |
| } | |
| .WARNING_top { | |
| font: bold 12px "Lucida Grande", sans-serif; position: absolute; top: 0; left: 0; width: 100%; height: 40px; background: url(../img/warning-tile.gif); text-align: left; text-indent: 10px; color: #785000; | |
| } | |
| .WARNING_top .a { | |
| position: absolute; top: 10px; color: #792900; | |
| } | |
| .WARNING_top .b { | |
| position: absolute; top: 11px; color: #FFF3C1; | |
| } | |
| .WARNING_top a { | |
| color: #792900; text-decoration: underline; | |
| } |
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
| http://b2.s3.p.quickshareit.com/files/warningtileaab7d.gif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment