Your Ad Here

Posted By

justinscheetz on 12/08/10


Tagged


Versions (?)

Shut Up


 / Published in: HTML
 

  1. <title>Shut up and get to work</title>
  2. <style type="text/css">
  3. body { font-family:Georgia, "Times New Roman", serif; background:#333 url('http://codecanyon.scheetzdesigns.com/wpstatus/dev/graphics/noise.png') repeat; height:100%; }
  4. .htmlstuff-etc { text-align:center; font-weight:normal; font-style:italic; font-size:70px; line-height:78px; color:#333; padding:150px 50px 0; }
  5. .htmlstuff-etc a.big-text { display:block; letter-spacing:-1px; text-decoration:none; color:#ddd; text-shadow:1px 1px 0 #000; }
  6. .twitter-share-button { float:right; display:block; padding:0 0 40px 0; }
  7. .button {
  8. color:#6CA659;
  9. text-shadow:1px 1px 0 #fff;
  10. text-decoration:none;
  11. font-size:25px;
  12. letter-spacing:-1px;
  13. margin:50px auto 0;
  14. font-family:Helvetica, Arial, sans-serif;
  15. font-style:normal;
  16. font-weight:bold;
  17. line-height:14px;
  18. display:inline-block;
  19. text-align:center;
  20. cursor:pointer;
  21. -moz-border-radius:10px;
  22. -webkit-border-radius:10px;
  23. border-radius:10px;
  24. border:1px solid #151515;
  25. background:#a0a0a0;
  26. background:-moz-linear-gradient(center bottom,#ababab 0%,#939393 20%);
  27. background:-webkit-gradient(linear,left bottom,left top,color-stop(0, #ababab),color-stop(0.20, #939393));
  28. padding:0 0 10px 0;
  29. -moz-box-shadow:0 1px 2px #222;
  30. -webkit-box-shadow:0 1px 2px #222;
  31. box-shadow:0 1px 2px #222; }
  32.  
  33. a:hover.button { background:#ccc; }
  34.  
  35. .button span {
  36. display:block;
  37. -moz-border-radius:10px;
  38. -webkit-border-radius:10px;
  39. border-radius:10px;
  40. border:2px solid #fff;
  41. background:#f2f2f2;
  42. background:-moz-linear-gradient(center bottom,#ededed 0%,#fefefe 100%);
  43. background:-webkit-gradient(linear,left bottom,left top,color-stop(0, #ededed),color-stop(1, #fefefe));
  44. padding:20px; }
  45. </style>
  46. </head>
  47.  
  48. <div class="htmlstuff-etc">
  49. <a href="http://twitter.com/share" class="twitter-share-button" data-count="none" data-via="julien">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
  50. <a class="big-text" href="/">That thing you've been procrastinating? Just do it already.</a>
  51. <a class="button"><span>Gimme Another!</span></a>
  52. </div>
  53. </body>
  54. </html>

Report this snippet  

You need to login to post a comment.