Advertisement
Guest User

links page 01; by primrosetylers

a guest
Jul 10th, 2014
1,980
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.82 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <head>
  3.  
  4. <!--
  5.  
  6. links page 01;
  7. coded by irma at primrosetylers.tumblr.com
  8. do not steal, redistribute, or remove the credit thanks
  9.  
  10.  
  11. if you would like to change the colors, ctrl (or command) + f for "change." there are notes in the coding that will help you with the rest.
  12. -->
  13.  
  14. <title>{Title}</title>
  15. <link rel="shortcut icon" href="{Favicon}">
  16.  
  17. <!-- tooltip script -->
  18. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  19. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  20. <script>
  21. (function($){
  22. $(document).ready(function(){
  23. $("a[title]").style_my_tooltips({
  24. tip_follows_cursor:true,
  25. tip_delay_time:30,
  26. tip_fade_speed:300,
  27. attribute:"title"
  28. });
  29. });
  30. })(jQuery);
  31. </script>
  32.  
  33. </head>
  34.  
  35. <style type="text/css">
  36.  
  37. /*tooltip css*/
  38. #s-m-t-tooltip {
  39. max-width:300px;
  40. position:absolute;
  41. z-index:99999;
  42. margin-top:20px;
  43. text-transform:uppercase;
  44. padding:2px 4px 2px 4px;
  45. background-color:#000; /* CHANGE - color of the tooltip bg */
  46. font-family:arial;
  47. font-size:11px;
  48. color:#fff; /* CHANGE - tooltip color text */
  49. border-radius:4px;
  50. }
  51.  
  52. body {
  53. font-family:arial;
  54. background-color:#fff; /* CHANGE - background color of entire page */
  55. }
  56.  
  57. a {
  58. text-decoration:none;
  59. -webkit-transition:0.5s;
  60. -moz-transition:0.5s;
  61. -ms-transition:0.5s;
  62. -o-transition:0.5s;
  63. }
  64.  
  65. #header {
  66. width:650px;
  67. margin:auto;
  68. text-align:right;
  69. color:#224b37;
  70. margin-top:125px;
  71. font-size:55px;
  72. letter-spacing:-1px;
  73. border:2px solid #224b37; /* CHANGE - header border color */
  74. padding:10px 0 10px 0;
  75. }
  76.  
  77. #headerlinks {
  78. float:right;
  79. padding-left:10px;
  80. padding-right:10px;
  81. }
  82.  
  83. .toplink {
  84. width:12px;
  85. height:12px;
  86. border:2px solid #224b37; /* CHANGE - square links at the top color */
  87. background-color:#224b37; /* CHANGE - square links at the top color */
  88. margin:5px;
  89. -webkit-transition:0.5s;
  90. -moz-transition:0.5s;
  91. -ms-transition:0.5s;
  92. -o-transition:0.5s;
  93. transition:0.5s;
  94. }
  95.  
  96. .toplink:hover {
  97. background-color:transparent;
  98. }
  99.  
  100. #main {
  101. width:650px;
  102. margin-left:auto;
  103. margin-right:auto;
  104. margin-top:10px;
  105. }
  106.  
  107. .mainlink {
  108. background-color:#347153; /* CHANGE - background color of the main body links */
  109. text-transform:uppercase;
  110. color:#fff; /* CHANGE - text color of main body links */
  111. width:200px;
  112. margin:5px;
  113. padding-top:15px;
  114. padding-bottom:15px;
  115. border:2px solid #347153; /* CHANGE - border color of the main body links */
  116. display:inline-block;
  117. text-align:center;
  118. -webkit-transition:0.5s;
  119. -moz-transition:0.5s;
  120. -ms-transition:0.5s;
  121. -o-transition:0.5s;
  122. transition:0.5s;
  123. }
  124.  
  125. .mainlink:hover {
  126. color:#347153; /* CHANGE - text color of main body links on hover */
  127. background-color:#fff; /* CHANGE - background color of main body links on hover */
  128. }
  129.  
  130. </style>
  131.  
  132. <body>
  133.  
  134. <div id="header">
  135. [<i>navigate</i>]
  136. <div id="headerlinks">
  137. <!-- YOU MAY CHANGE THE LINKS IN THE TOPBAR IF YOU WISH, EXCEPT FOR THE CREDIT! PLEASE DON'T TOUCH THE CREDIT -->
  138. <a title="back home" href="/"><div class="toplink"></div></a>
  139. <a title="dashboard" href="http://tumblr.com/dashboard"><div class="toplink"></div></a>
  140. <a title="theme credit" href="http://primrosetylers.tumblr.com"><div class="toplink"></div></a>
  141. </div>
  142. </div>
  143.  
  144. <div id="main">
  145.  
  146. <!-- CHANGE YOUR LINKS HERE -->
  147.  
  148. <a href="http://url">
  149. <div class="mainlink">link one</div>
  150. </a>
  151.  
  152. <a href="/">
  153. <div class="mainlink">link two</div>
  154. </a>
  155.  
  156. <a href="/">
  157. <div class="mainlink">link three</div>
  158. </a>
  159.  
  160. <a href="/">
  161. <div class="mainlink">link four</div>
  162. </a>
  163.  
  164. <a href="/">
  165. <div class="mainlink">link five</div>
  166. </a>
  167.  
  168. <a href="/">
  169. <div class="mainlink">link six</div>
  170. </a>
  171.  
  172. <a href="/">
  173. <div class="mainlink">link seven</div>
  174. </a>
  175.  
  176. <a href="/">
  177. <div class="mainlink">link eight</div>
  178. </a>
  179.  
  180. <a href="/">
  181. <div class="mainlink">link nine</div>
  182. </a>
  183.  
  184.  
  185. </div>
  186.  
  187. </body>
  188. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement