Advertisement
gwentee

Works Page 1

Jul 15th, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.74 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3. <title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}" />
  5. <script language="javascript" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
  6. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  7.  
  8. <!-- FONT -->
  9. <link href='http://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
  10.  
  11. <!-- TOOLTIPS -->
  12. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  13. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  14. <script>
  15. (function($){
  16. $(document).ready(function(){
  17. $("a[title]").style_my_tooltips({
  18. tip_follows_cursor:true,
  19. tip_delay_time:90,
  20. tip_fade_speed:600,
  21. attribute:"title"
  22. });
  23. });
  24. })(jQuery);
  25. </script>
  26.  
  27. <meta name="URL" content=""/>
  28.  
  29. <style type="text/css">
  30.  
  31. body {
  32. background:#1b91ce;
  33. background-image: url(http://i.imgur.com/eCiUbb4.png);
  34. color:#000;
  35. font-family: 'Bangers', cursive;
  36. font-size:11px;
  37. }
  38.  
  39. /** SELECTION COLORS **/
  40. ::-moz-selection {
  41. background:#8D7CAA;
  42. color:#fff;
  43. }
  44.  
  45. ::selection {
  46. background:#8D7CAA;
  47. color:#fff;
  48. }
  49.  
  50. /** SCROLLBAR **/
  51. ::-webkit-scrollbar {
  52. width:9px;
  53. height:3px;
  54. background:#;
  55. }
  56.  
  57. ::-webkit-scrollbar-thumb {
  58. background-color:#;
  59. }
  60.  
  61.  
  62. a {
  63. color:#fff; /** change the link colors here **/
  64. text-decoration:none;
  65. -webkit-transition: all .3s;
  66. -moz-transition: all .3s;
  67. -o-transition: all .3s;
  68. -ms-transition: all .3s;
  69. transition: all .3s;
  70. }
  71.  
  72. a:hover {
  73. opacity:0.7;
  74. -webkit-transition: all .3s;
  75. -moz-transition: all .3s;
  76. -o-transition: all .3s;
  77. -ms-transition: all .3s;
  78. transition: all .3s;
  79. }
  80.  
  81. #s-m-t-tooltip{
  82. position:absolute;
  83. margin-top: 15px;
  84. z-index:9999;
  85. text-transform:uppercase;
  86. background:#fff;
  87. border:1px solid #ddd;
  88. color:#000;
  89. padding:5px;
  90. vertical-align:middle;
  91. font-size:8.5px;
  92. }
  93.  
  94. .header {
  95. width:400px;
  96. max-width:396px;
  97. display:block;
  98. padding:10px;
  99. border:2px dotted #000;
  100. background-color:#8D7CAA;
  101. background-image: url();
  102. background-attachment: fixed;
  103. background-position: center;
  104. text-align:center;
  105. margin:auto;
  106. margin-top:100px;
  107. margin-bottom:5px;
  108. font-size:15px;
  109. font-weight:bold;
  110. text-transform:uppercase;
  111. }
  112.  
  113. .container {
  114. width:430px;
  115. max-width:430px;
  116. height:230px;
  117. max-height:230px;
  118. text-align:left;
  119. margin:auto;
  120. margin-bottom:5px;
  121. overflow:none;
  122. }
  123.  
  124. .container a {
  125. width:182px;
  126. height:182px;
  127. display:inline-block;
  128. padding:10px;
  129. border:2px dotted #000;
  130. background-color: #C0AFDD; /* image bg colour */
  131. background-image: url("");
  132. background-repeat: no-repeat;
  133. margin-left:5px;
  134. margin-top:3px;
  135. text-align:center;
  136. }
  137.  
  138. #container img{
  139. margin-left:5px;
  140. width:50px;
  141. padding:10px;
  142. display:block;
  143. }
  144.  
  145. </style>
  146. </head>
  147. <body>
  148.  
  149. <div class="header">
  150. My Works | <small><small><small><a href="/">home</a> | <a href="/ask">message</a> | <a href="http://luhandsthemes.tumblr.com">credit</a></small></small></small>
  151. </div>
  152.  
  153. <div class="container">
  154. <a href="/tagged/my+gif"><img src="http://i.imgur.com/OOSHIuB.gif"/></a>
  155. <a href="/tagged/my+edit"><img src="http://i.imgur.com/ElGtmiO.jpg"/></a>
  156. <a href="/tagged/my+theme"><img src="http://i.imgur.com/SvucqTH.jpg"/></a>
  157. <a href="/tagged/my+icon"><img src="http://i.imgur.com/ginsEpb.jpg"/></a>
  158. </div>
  159.  
  160. <div style="position:fixed;bottom:120px;right:-120px;img-height:200px;z-index:-9999;"><img src="">
  161.  
  162. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement