Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Sep 20th, 2012  |  syntax: None  |  size: 5.77 KB  |  hits: 19  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5.  
  6.   <meta charset="UTF-8">
  7.   <!-- IF PEN IS PRIVATE -->
  8.   <!-- <meta name="robots" content="noindex"> -->
  9.   <!-- END -->
  10.  
  11.   <title>CodePen &middot; A Pen by chandlervdw</title>
  12.  
  13.   <!--
  14.     Copyright (c) 2012 Chandler Van De Water, http://codepen.io/chandlervdw
  15.  
  16.     Permission is hereby granted, free of charge, to any person obtaining
  17.     a copy of this software and associated documentation files (the
  18.     "Software"), to deal in the Software without restriction, including
  19.     without limitation the rights to use, copy, modify, merge, publish,
  20.     distribute, sublicense, and/or sell copies of the Software, and to
  21.     permit persons to whom the Software is furnished to do so, subject to
  22.     the following conditions:
  23.  
  24.     The above copyright notice and this permission notice shall be
  25.     included in all copies or substantial portions of the Software.
  26.  
  27.     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  28.     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  29.     MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  30.     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  31.     LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  32.     OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  33.     WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  34.   -->
  35.  
  36.   <style>
  37. @font-face {
  38.     font-family: 'icons';
  39.     src: url('http://dl.dropbox.com/u/2199600/icon.eot');
  40.     src: url('http://dl.dropbox.com/u/2199600/icon.eot?#iefix') format('embedded-opentype'),
  41.          url('http://dl.dropbox.com/u/2199600/icon.woff') format('woff'),
  42.          url('http://dl.dropbox.com/u/2199600/icon.ttf') format('truetype'),
  43.          url('http://dl.dropbox.com/u/2199600/icon.svg#tavernicons') format('svg');
  44.     font-weight: normal;
  45.     font-style: normal;
  46. }
  47.  
  48. .appstore {
  49.         font: normal 26px/10px "myriad-pro", "proxima-nova", "Helvetica Neue", Helvetica, sans-serif;
  50.         color: #252525;
  51.         -webkit-border-radius: 14px;
  52.         -moz-border-radius: 14px;
  53.         border-radius: 14px;
  54.         border: 4px solid #252525;
  55.         width: 160px;
  56.         height: 50px;
  57.         padding: 4px 12px 10px;
  58. }
  59.  
  60. .appstore:hover {
  61.         cursor: pointer;
  62.         background: #252525;
  63.         color: #fff;
  64. }
  65.  
  66. .appstore h6 {
  67.         font-size: 16px;
  68.         margin: 0;
  69. }
  70.  
  71. .appstore .right {
  72.         float: right;
  73.         margin-top: 10px;
  74. }
  75.  
  76. .appstore h6.icons {
  77.         font-family: "icons";
  78.         font-weight: normal;
  79.         font-size: 80px;
  80.         line-height: 90px;
  81.         float: left;
  82.         margin-left: -9px;
  83.   width: 15px;
  84. }
  85.  
  86. .appstore h6.icons span {
  87.         display: none;
  88. }
  89.  
  90. .appstore h5 {
  91.         font-size: 26px;
  92.         line-height: 32px;
  93.         margin: 0;
  94. }
  95.   </style>
  96.  
  97.   <style>
  98.     #codepen-footer, #codepen-footer * {
  99.       -webkit-box-sizing: border-box !important;
  100.       -moz-box-sizing: border-box !important;
  101.       box-sizing: border-box !important;
  102.     }
  103.     #codepen-footer {
  104.       display: block !important;
  105.       position: fixed !important;
  106.       top: auto !important;
  107.       bottom: 0 !important;
  108.       left: 0 !important;
  109.       right: auto !important;
  110.       width: 100% !important;
  111.       padding: 0 10px !important;
  112.       margin: 0 !important;
  113.       height: 30px !important;
  114.       line-height: 30px !important;
  115.       font-size: 12px !important;
  116.       color: #eeeeee !important;
  117.       background-color: #505050 !important;
  118.       text-align: left !important;
  119.       background: -webkit-linear-gradient(top, #505050, #383838) !important;
  120.       background: -moz-linear-gradient(top, #505050, #383838) !important;
  121.       background: -ms-linear-gradient(top, #505050, #383838) !important;
  122.       background: -o-linear-gradient(top, #505050, #383838) !important;
  123.       border-top: 1px solid black !important;
  124.       border-bottom: 1px solid black !important;
  125.       border-radius: 0 !important;
  126.       border-image: none !important;
  127.       box-shadow: inset 0 1px 0 #6e6e6e, 0 2px 2px rgba(0, 0, 0, 0.4) !important;
  128.       z-index: 300 !important;
  129.       font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, sans-serif !important;
  130.       letter-spacing: 0 !important;
  131.       word-spacing: normal !important;
  132.       word-spacing: 0 !important;
  133.       -webkit-transform: none !important;
  134.       -moz-transform: none !important;
  135.       -ms-transform: none !important;
  136.       -o-transform: none !important;
  137.       transform: none !important;
  138.     }
  139.     #codepen-footer a {
  140.       color: #a7a7a7 !important;
  141.       text-decoration: none !important;
  142.       text-shadow: none !important;
  143.       border: 0 !important;
  144.     }
  145.     #codepen-footer a:hover {
  146.       color: white !important;
  147.     }
  148.     #codepen-footer:before,
  149.     #codepen-footer:after {
  150.       display: none;
  151.     }
  152.   </style>
  153.  
  154.   <script>
  155.     // Kill alerts, confirmations and prompts
  156.     // window.alert   = function(){}; we're going to allow alerts for now
  157.     window.confirm = function(){};
  158.     window.prompt  = function(){};
  159.     window.open    = function(){};
  160.     window.print   = function(){};
  161.   </script>
  162.  
  163. </head>
  164.  
  165. <body>
  166.  
  167.   <div class="appstore">
  168.   <h6 class="icons">m<span>obile</span></h6>
  169.   <div class="right">
  170.     <h6>Available on the</h6>
  171.     <h5>App Store</h5>
  172.   </div>
  173. </div>
  174.  
  175. <br>
  176. <br>
  177. <p>This looks janky unless you have Typekit and use Myriad Pro. A decent starting place, at least.</p>
  178.  
  179.   <div id="codepen-footer">
  180.  
  181.     <a style="color: #f73535 !important;" href="https://codepen.wufoo.com/forms/m7x3r3/def/field14=" target="_blank">Report Abuse</a>
  182.  
  183.     &nbsp;
  184.  
  185.     <a href="/chandlervdw/pen/EAqta" target="_blank">Edit this Pen</a>
  186.   </div>
  187.  
  188.   <script>
  189.     var _gaq = _gaq || [];
  190.     _gaq.push(['_setAccount', 'UA-30102653-1']);
  191.     _gaq.push(['_trackPageview']);
  192.     (function() {
  193.       var ga = document.createElement('script'); ga.async = true;
  194.       ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  195.       var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  196.     })();
  197.   </script>
  198.  
  199. </body>
  200.  
  201. </html>