Advertisement
gurkansen

Untitled

Jul 13th, 2013
492
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.57 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3. <meta charset='UTF-8'>
  4. <title>{TITLE}</title>
  5. <link rel='stylesheet' href='css/style.css'>
  6. <link rel="shortcut icon" href="{Favicon}">
  7. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  8.  
  9. <link href='http://fonts.googleapis.com/css?family=Righteous' rel='stylesheet' type='text/css'>
  10. <script src='http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js'></script>
  11. <script src='http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/jquery-ui.min.js'></script>
  12.  
  13. <script src='js/slidetounlock.js'></script>
  14.  
  15.  
  16. <meta name="text:New URL" content="http://gurkansen.com/"/>
  17. <meta name="text:New Username" content="NEW USERNAME"/>
  18. <meta name="color:Link" content="#000000"/>
  19. <meta name="color:Hover" content="#7FFF00"/>
  20.  
  21. <meta name="if:Show Navigation" content="1"/>
  22.  
  23. <center><br><br><br><br><br>
  24. <ha><b>TASINDIM!</b></ha><br><br><br>
  25. </center>
  26.  
  27. <style type="text/css">
  28.  
  29. a:link, a:active, a:visited{
  30. color: {color:Link};
  31. text-decoration: none;
  32. -webkit-transition: 0.3s ease-in;
  33. }
  34.  
  35. a:hover {
  36. color: {color:Hover};
  37. -webkit-transition: 0.3s ease-in;
  38. }
  39.  
  40.  
  41.  
  42. iframe#tumblr_controls{
  43. top: 0px !important;
  44. margin: 0 0 0 0;
  45. right: 0px !important;
  46. position: fixed !important;
  47. opacity: 0;
  48. }
  49.  
  50. ha{
  51. font: 50pt 'Righteous', cursive; !important;
  52. font-weight:normal;
  53. line-height:20px;
  54. margin:0px;
  55. color: rgba(0,0,0,0.6);
  56.  
  57. text-shadow:1px 1px 2px rgba(255,255,255,0.1);
  58. -webkit-transition: all 0.4s ease-out;
  59. -moz-transition: all 0.4s ease-out;
  60. -o-transition: all 0.4s ease-out;}
  61.  
  62.  
  63. h5{
  64. font: 20pt 'Righteous', cursive; !important;
  65. font-weight:normal;
  66. line-height:20px;
  67. margin:0px;
  68. color: rgba(0,0,0,0.6);
  69.  
  70. text-shadow:1px 1px 2px rgba(255,255,255,0.1);
  71. -webkit-transition: all 0.4s ease-out;
  72. -moz-transition: all 0.4s ease-out;
  73. -o-transition: all 0.4s ease-out;}
  74.  
  75.  
  76. </style>
  77. </head><body>
  78.  
  79. <div id="page-wrap">
  80.  
  81. <div id="well">
  82.  
  83. <h2><strong id="slider"></strong><span>slide to unlock</span></h2>
  84.  
  85. </div>
  86.  
  87. </div>
  88.  
  89. <style type="text/css">
  90.  
  91. /*
  92. CSS-Tricks Example
  93. by Chris Coyier
  94. http://css-tricks.com
  95. */
  96.  
  97. * { margin: 0; padding: 0; }
  98. body {
  99. font: 15px Georgia, serif;
  100. background-image:url(http://static.tumblr.com/b8yqvki/2qGmal7sx/pattern9.jpg);
  101. background-repeat: repeat;
  102. background-attachment: fixed;
  103. min-height: 350px;
  104.  
  105.  
  106. }
  107. #page-wrap { width: 720px; margin: 0 auto; padding-top: 50px; }
  108.  
  109. #well {
  110. padding: 14px 20px 20px 20px;
  111. -webkit-border-radius: 30px;
  112. -moz-border-radius: 30px;
  113. border-radius: 30px;
  114.  
  115. background: -moz-linear-gradient(top, #010101, #181818);
  116. background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #010101),color-stop(1, #181818));
  117.  
  118. border: 2px solid #454545;
  119. overflow: hidden;
  120.  
  121. -webkit-user-select: none;
  122. }
  123.  
  124. h2 {
  125. background: -moz-linear-gradient(left, #4d4d4d, 0.4, #4d4d4d, 0.5, white, 0.6, #4d4d4d, #4d4d4d);
  126. background: -webkit-gradient(linear,left top,right top,color-stop(0, #4d4d4d),color-stop(0.4, #4d4d4d),color-stop(0.5, white),color-stop(0.6, #4d4d4d),color-stop(1, #4d4d4d));
  127.  
  128. -moz-background-clip: text;
  129. -webkit-background-clip: text;
  130.  
  131. -moz-text-fill-color: transparent;
  132. -webkit-text-fill-color: transparent;
  133.  
  134. -webkit-animation: slidetounlock 5s infinite;
  135.  
  136. font-size: 80px;
  137. font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  138. font-weight: 300;
  139.  
  140. padding: 0;
  141. width: 200%;
  142.  
  143. -webkit-text-size-adjust: none;
  144. }
  145. #slider { cursor:pointer;
  146. background: url("http://static.tumblr.com/b8yqvki/VLHmclr68/arrow.png") no-repeat;
  147. width: 146px;
  148. height: 98px;
  149. display: inline-block;
  150. vertical-align: middle;
  151. line-height: 1;
  152. }
  153.  
  154. @-webkit-keyframes slidetounlock {
  155. 0% {
  156. background-position: -720px 0;
  157. }
  158. 100%{
  159. background-position: 720px 0;
  160. }
  161. }
  162.  
  163. .fontcolor{
  164. font-size: 50px;
  165. color:#ffffff;
  166. }
  167. </style>
  168.  
  169. <script type="text/javascript">
  170.  
  171. $(function() {
  172.  
  173. $("#slider").draggable({
  174. axis: 'x',
  175. containment: 'parent',
  176. drag: function(event, ui) {
  177. if (ui.position.left > 550) {
  178. window.location = "{text:New URL}";
  179. } else {
  180. // Apparently Safari isn't allowing partial opacity on text with background clip? Not sure.
  181. // $("h2 span").css("opacity", 100 - (ui.position.left / 5))
  182. }
  183. },
  184. stop: function(event, ui) {
  185. if (ui.position.left < 550) {
  186. $(this).animate({
  187. left: 0
  188. })
  189. }
  190. }
  191. });
  192.  
  193.  
  194. });
  195.  
  196. </script>
  197.  
  198.  
  199. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement