hydrathemes

Pearl

Jul 10th, 2015
365
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.42 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3. <title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}" />
  5.  
  6. <!------------------------------------------------------------------------
  7.  
  8. PEARL | Tags Page 01
  9. By Hydra Themes
  10.  
  11. REMINDERS:
  12. 1. Do not claim this as yours
  13. 2. Do not use this as a base
  14. 3. Do not copy the codes
  15. 4. Do not delete or move the credit
  16.  
  17. If you have any problems, feel free to send me a message and I'll help you out.
  18.  
  19. www.hydrathemes.tumblr.com
  20. www.msclairedearing.tumblr.com
  21.  
  22. ------------------------------------------------------------------------->
  23.  
  24. <!-- IMPORTED SCRIPTS -->
  25. <script language="javascript" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
  26. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  27.  
  28. <!-- FONT -->
  29. <link href='http://fonts.googleapis.com/css?family=Lato:400,900' rel='stylesheet' type='text/css'>
  30. <link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
  31.  
  32. <!-- FONT AWESOME -->
  33. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  34.  
  35. <!-- TOOLTIPS -->
  36. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  37. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  38. <script>
  39. (function($){
  40. $(document).ready(function(){
  41. $("a[title]").style_my_tooltips({
  42. tip_follows_cursor:true,
  43. tip_delay_time:90,
  44. tip_fade_speed:600,
  45. attribute:"title"
  46. });
  47. });
  48. })(jQuery);
  49. </script>
  50.  
  51. <meta name="URL" content=""/>
  52.  
  53. <style type="text/css">
  54.  
  55. body {
  56. background:#eee;
  57. color:#000;
  58. font-family:Roboto;
  59. font-size:11px;
  60. }
  61.  
  62. /** SELECTION COLORS **/
  63. ::-moz-selection {
  64. background:#;
  65. color:#;
  66. }
  67.  
  68. ::selection {
  69. background:#;
  70. color:#;
  71. }
  72.  
  73. /** SCROLLBAR **/
  74. ::-webkit-scrollbar {
  75. width:9px;
  76. height:3px;
  77. background:#;
  78. }
  79.  
  80. ::-webkit-scrollbar-thumb {
  81. background-color:#;
  82. }
  83.  
  84. /** LINKS **/
  85. a {
  86. color:#000; /** change the link colors here **/
  87. text-decoration:none;
  88. -webkit-transition: all .3s;
  89. -moz-transition: all .3s;
  90. -o-transition: all .3s;
  91. -ms-transition: all .3s;
  92. transition: all .3s;
  93. }
  94.  
  95. a:hover {
  96. opacity:0.7;
  97. -webkit-transition: all .3s;
  98. -moz-transition: all .3s;
  99. -o-transition: all .3s;
  100. -ms-transition: all .3s;
  101. transition: all .3s;
  102. }
  103.  
  104. #s-m-t-tooltip{
  105. position:absolute;
  106. margin-top: 15px;
  107. z-index:9999;
  108. text-transform:uppercase;
  109. background:#fff;
  110. border:1px solid #ddd;
  111. color:#000;
  112. padding:5px;
  113. vertical-align:middle;
  114. font-size:8.5px;
  115. }
  116.  
  117. .header {
  118. width:400px;
  119. max-width:400px;
  120. display:block;
  121. padding:10px;
  122. border:1px solid #ddd;
  123. background:#fff;
  124. text-align:center;
  125. margin:auto;
  126. margin-top:100px;
  127. margin-bottom:5px;
  128. font-size:15px;
  129. font-weight:bold;
  130. text-transform:uppercase;
  131. }
  132.  
  133. .links {
  134. width:400px;
  135. max-width:400px;
  136. display:block;
  137. padding:10px;
  138. border:1px solid #ddd;
  139. background:#fff;
  140. text-align:center;
  141. margin:auto;
  142. text-transform:uppercase;
  143. font-size:11px;
  144. }
  145.  
  146. .links a {
  147. display:inline-block;
  148. margin-left:5px;
  149. color:#000;
  150. }
  151.  
  152. .links a:hover {
  153. color:#ddd;
  154. }
  155.  
  156. .container {
  157. width:430px;
  158. max-width:430px;
  159. height:230px;
  160. max-height:230px;
  161. text-align:left;
  162. margin:auto;
  163. margin-bottom:5px;
  164. overflow:none;
  165. }
  166.  
  167. .container a {
  168. width:185px;
  169. display:inline-block;
  170. padding:10px;
  171. border:1px solid #ddd;
  172. background:#fff;
  173. margin-left:3px;
  174. margin-top:3px;
  175. text-align:center;
  176. }
  177.  
  178. #container img{
  179. margin-left:5px;
  180. width:50px;
  181. padding:10px;
  182. display:block;
  183. }
  184.  
  185. /** CREDIT, DON'T TOUCH **/
  186. .c a{font-family:Verdana;font-size:9px;bottom:7px;right:7px;position:fixed;font-weight:bold;text-transform:uppercase;color:#000;text-align:justify;text-decoration:none;letter-spacing:15px;margin-right:-270px;}
  187. .c a:hover{color:#006899;letter-spacing:0;margin-right:0;}
  188.  
  189. </style>
  190. </head>
  191. <body>
  192.  
  193. <div class="header">
  194. LINKS
  195. </div>
  196.  
  197. <div class="container">
  198. <a href="/">link</a>
  199. <a href="/">link</a>
  200. <a href="/">link</a>
  201. <a href="/">link</a>
  202. <a href="/">link</a>
  203. <a href="/">link</a>
  204. <a href="/">link</a>
  205. <a href="/">link</a>
  206. <a href="/">link</a>
  207. <a href="/">link</a>
  208. <a href="/">link</a>
  209. <a href="/">link</a>
  210. </div>
  211.  
  212. <div class="links">
  213. <a href="/">back</a>
  214. <a href="/ask">ask</a>
  215. <a href="/">link 1</a>
  216. <a href="http://tumblr.com">dashboard</a>
  217. </div>
  218.  
  219. <div class="c"><a href="/">© hydrathemes</a></div>
  220.  
  221. </body>
Advertisement
Add Comment
Please, Sign In to add comment