Advertisement
mugendia

Animal Navigation Links [Vertical]

Jul 23rd, 2014 (edited)
795
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.01 KB | None | 0 0
  1. <!--
  2.  
  3. ANIMAL NAVIGATION LINKS [Vertical]
  4. by COCORINI (https://www.cocorini.tumblr.com)
  5. Visit the website for help on how to install this!
  6.  
  7. -->
  8.  
  9.  
  10. <!-- Part 1: Paste this after the <!DOCTYPE html PUBLIC> part in your theme code -->
  11.  
  12. <meta name="color:Cat Face" content="#de7468"/>
  13. <meta name="color:Cat Features" content="#905252"/>
  14. <meta name="color:Cat Body" content="#f8f3dd"/>
  15. <meta name="color:Cat Link Text" content="#fff"/>
  16. <meta name="color:Cat Link Background" content="#dc6060"/>
  17.  
  18. <meta name="color:Rabbit Face" content="#f99d9d"/>
  19. <meta name="color:Rabbit Features" content="#bb6363"/>
  20. <meta name="color:Rabbit Body" content="#f8f3dd"/>
  21. <meta name="color:Rabbit Link Text" content="#fff"/>
  22. <meta name="color:Rabbit Link Background" content="#e77896"/>
  23.  
  24. <meta name="color:Bear Face" content="#a3cfc8"/>
  25. <meta name="color:Bear Features" content="#729588"/>
  26. <meta name="color:Bear Body" content="#f8f3dd"/>
  27. <meta name="color:Bear Link Text" content="#fff"/>
  28. <meta name="color:Bear Link Background" content="#54aa8b"/>
  29.  
  30. <meta name="color:Panda Face" content="#c5c5c5"/>
  31. <meta name="color:Panda Features" content="#858585"/>
  32. <meta name="color:Panda Body" content="#f8f3dd"/>
  33. <meta name="color:Panda Link Text" content="#fff"/>
  34. <meta name="color:Panda Link Background" content="#7e7e7e"/>
  35.  
  36. <meta name="text:Cat Link Text" content="link 1"/>
  37. <meta name="text:Cat Link URL" content=""/>
  38. <meta name="text:Rabbit Link Text" content="link 2"/>
  39. <meta name="text:Rabbit Link URL" content=""/>
  40. <meta name="text:Bear Link Text" content="link 3"/>
  41. <meta name="text:Bear Link URL" content=""/>
  42. <meta name="text:Panda Link Text" content="link 4"/>
  43. <meta name="text:Panda Link URL" content=""/>
  44.  
  45. <!-- Part 1 End! -->
  46.  
  47.  
  48. ===================================
  49.  
  50.  
  51. /* Part 2: Paste this section (it's big!) after <style css="text/css"> in your theme code */
  52.  
  53. /* -- ANIMAL NAVIGATION LINKS -- */
  54.  
  55. #animals {
  56. z-index: 9999;
  57. position: fixed;
  58. top: 100px;
  59. left: 100px;
  60. }
  61.  
  62. /* -- CAT -- */
  63.  
  64. #cat {
  65. position: fixed;
  66. height: 45px;
  67. width: 55px;
  68. background-color: {color:Cat Face};
  69. border-radius: 55px;
  70. }
  71.  
  72. #catear1 { position: fixed; margin-top: -6px; margin-left: 6px; color: {color:Cat Face}; -webkit-transform: rotate(200deg); -moz-transform: rotate(200deg); -o-transform: rotate(200deg); font-size: 15px; }
  73.  
  74. #catear2 { position: fixed; margin-top: -6px; margin-left: 34px; color: {color:Cat Face}; -webkit-transform: rotate(247deg); -moz-transform: rotate(247deg); -o-transform: rotate(247deg); font-size: 15px; }
  75.  
  76. #cateye1 { margin-top: 18px; margin-left: 13px; position: fixed; width: 4px; height: 4px; border-radius: 10px; background-color: {color:Cat Features}; }
  77.  
  78. #cateye2 { margin-top: 18px; margin-left: 37px; position: fixed; width: 4px; height: 4px; border-radius: 10px; background-color: {color:Cat Features}; }
  79.  
  80. #catnose { position: fixed; font-size: 6px; margin-left: 23px; margin-top: 20px; color: {color:Cat Features}; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); }
  81.  
  82. #catmouth1 { width: 2px; height: 3px; position: fixed; margin-left: 26px; margin-top: 27px; background-color: {color:Cat Features}; }
  83.  
  84. #catmouth2 { width: 2px; height: 5px; position: fixed; margin-left: 24px; margin-top: 29px; background-color: {color:Cat Features}; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); }
  85.  
  86. #catmouth3 { width: 2px; height: 5px; position: fixed; margin-left: 28px; margin-top: 29px; background-color: {color:Cat Features}; -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -o-transform: rotate(135deg); }
  87.  
  88. #catwhisker1 { width: 2px; height: 8px; margin-top: 22px; margin-left: 10px; position: fixed; background-color: {color:Cat Features}; border-radius: 20px; -webkit-transform: rotate(100deg); -moz-transform: rotate(100deg); -o-transform: rotate(100deg); }
  89.  
  90. #catwhisker2 { width: 2px; height: 8px; margin-top: 26px; margin-left: 10px; position: fixed; background-color: {color:Cat Features}; border-radius: 20px; -webkit-transform: rotate(260deg); -moz-transform: rotate(260deg); -o-transform: rotate(260deg); }
  91.  
  92. #catwhisker3 { width: 2px; height: 8px; margin-top: 22px; margin-left: 42px; position: fixed; background-color: {color:Cat Features}; border-radius: 20px; -webkit-transform: rotate(80deg); -moz-transform: rotate(80deg); -o-transform: rotate(80deg); }
  93.  
  94. #catwhisker4 { width: 2px; height: 8px; margin-top: 26px; margin-left: 42px; position: fixed; background-color: {color:Cat Features}; border-radius: 20px; -webkit-transform: rotate(100deg); -moz-transform: rotate(100deg); -o-transform: rotate(100deg); }
  95.  
  96. #catbody { width: 41px; height: 80px; margin-top: 20px; margin-left: 7px; background-color: {color:Cat Face}; }
  97.  
  98. #catbody2 { width: 39px; height: 21px; margin-top: -45px; margin-left: 3px; background-color: {color:Cat Body}; -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -o-transform: rotate(270deg); padding-top: 3px; padding-left: 5px; padding-right: 5px; padding-bottom: 5px; text-align: center; }
  99.  
  100. #catbody2 a { font-family: tinytots; font-size: 8px; letter-spacing: 2px; text-decoration: none; text-transform: uppercase; color: {color:Cat Navigation Link}; }
  101.  
  102. #animaltext1 { opacity: 0; position: fixed; width: 45px; padding: 3px; margin-left: -57px; margin-top: 10px; z-index: 9999; background-color: {color:Cat Link Background}; text-align: center; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; }
  103.  
  104. #animaltext1 a { text-decoration: none; font-family: consolas; letter-spacing: 1px; font-size: 8px; text-transform: uppercase; color: {color:Cat Link Text}; }
  105.  
  106. #cat:hover #animaltext1 { opacity: 1; }
  107.  
  108. /* -- RABBIT -- */
  109.  
  110. #rabbit {
  111. position: fixed;
  112. height: 45px;
  113. width: 55px;
  114. background-color: {color:Rabbit Face};
  115. border-radius: 55px;
  116. margin-top: 75px;
  117. }
  118.  
  119. #rabbitear1 { width: 20px; height: 40px; position: fixed; margin-top: -16px; margin-left: 5px; background-color: {color:Rabbit Face}; font-size: 15px; border-top-left-radius: 20px; border-top-right-radius: 20px; }
  120.  
  121. #rabbitear2 { width: 20px; height: 40px; position: fixed; margin-top: -16px; margin-left: 30px; background-color: {color:Rabbit Face}; font-size: 15px; border-top-left-radius: 20px; border-top-right-radius: 20px; }
  122.  
  123. #rabbiteye1 { margin-top: 18px; margin-left: 13px; position: fixed; width: 4px; height: 4px; border-radius: 10px; background-color: {color:Rabbit Features}; }
  124.  
  125. #rabbiteye2 { margin-top: 18px; margin-left: 37px; position: fixed; width: 4px; height: 4px; border-radius: 10px; background-color: {color:Rabbit Features}; }
  126.  
  127. #rabbitnose { position: fixed; font-size: 6px; margin-left: 23px; margin-top: 20px; color: {color:Rabbit Features}; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); }
  128.  
  129. #rabbitmouth1 { width: 2px; height: 3px; position: fixed; margin-left: 26px; margin-top: 27px; background-color: {color:Rabbit Features}; }
  130.  
  131. #rabbitmouth2 { width: 2px; height: 5px; position: fixed; margin-left: 24px; margin-top: 29px; background-color: {color:Rabbit Features}; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); }
  132.  
  133. #rabbitmouth3 { width: 2px; height: 5px; position: fixed; margin-left: 28px; margin-top: 29px; background-color: {color:Rabbit Features}; -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -o-transform: rotate(135deg); }
  134.  
  135. #rabbitbody { width: 41px; height: 80px; margin-top: 20px; margin-left: 7px; background-color: {color:Rabbit Face}; }
  136.  
  137. #rabbitbody2 { width: 39px; height: 21px; margin-top: -45px; margin-left: 3px; background-color: {color:Rabbit Body}; -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -o-transform: rotate(270deg); padding-top: 3px; padding-left: 5px; padding-right: 5px; padding-bottom: 5px; text-align: center; }
  138.  
  139. #rabbitbody2 a { font-family: tinytots; font-size: 8px; letter-spacing: 1px; text-decoration: none; text-transform: uppercase; color: {color:Rabbit Navigation Link}; }
  140.  
  141. #animaltext2 { opacity: 0; position: fixed; width: 45px; padding: 3px; margin-left: -57px; margin-top: 10px; z-index: 9999; background-color: {color:Rabbit Link Background}; text-align: center; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; }
  142.  
  143. #animaltext2 a { text-decoration: none; font-family: consolas; letter-spacing: 1px; font-size: 8px; text-transform: uppercase; color: {color:Rabbit Link Text}; }
  144.  
  145. #rabbit:hover #animaltext2 { opacity: 1; }
  146.  
  147. /* -- BEAR -- */
  148.  
  149. #bear {
  150. position: fixed;
  151. height: 45px;
  152. width: 55px;
  153. background-color: {color:Bear Face};
  154. border-radius: 55px;
  155. margin-top: 140px;
  156. }
  157.  
  158. #bearear1 { width: 20px; height: 20px; position: fixed; margin-top: -5px; margin-left: -1px; background-color: {color:Bear Face}; font-size: 15px; border-radius: 20px; }
  159.  
  160. #bearear2 { width: 20px; height: 20px; position: fixed; margin-top: -5px; margin-left: 35px; background-color: {color:Bear Face}; font-size: 15px; border-radius: 20px; }
  161.  
  162. #beareye1 { margin-top: 18px; margin-left: 13px; position: fixed; width: 4px; height: 4px; border-radius: 10px; background-color: {color:Bear Features}; }
  163.  
  164. #beareye2 { margin-top: 18px; margin-left: 37px; position: fixed; width: 4px; height: 4px; border-radius: 10px; background-color: {color:Bear Features}; }
  165.  
  166. #bearnose { width: 4px; height: 4px; position: fixed; margin-left: 25px; margin-top: 23px; background-color: {color:Bear Features}; border-radius: 10px; }
  167.  
  168. #bearmouth1 { width: 2px; height: 3px; position: fixed; margin-left: 26px; margin-top: 27px; background-color: {color:Bear Features}; }
  169.  
  170. #bearmouth2 { width: 2px; height: 5px; position: fixed; margin-left: 24px; margin-top: 29px; background-color: {color:Bear Features}; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); }
  171.  
  172. #bearmouth3 { width: 2px; height: 5px; position: fixed; margin-left: 28px; margin-top: 29px; background-color: {color:Bear Features}; -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -o-transform: rotate(135deg); }
  173.  
  174. #bearbody { width: 41px; height: 80px; margin-top: 20px; margin-left: 7px; background-color: {color:Bear Face}; }
  175.  
  176. #bearbody2 { width: 39px; height: 21px; margin-top: -45px; margin-left: 3px; background-color: {color:Bear Body}; -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -o-transform: rotate(270deg); padding-top: 3px; padding-left: 5px; padding-right: 5px; padding-bottom: 5px;text-align: center; }
  177.  
  178. #bearbody2 a { font-family: tinytots; font-size: 8px; letter-spacing: 1px; text-decoration: none; text-transform: uppercase; color: {color:Bear Navigation Link}; }
  179.  
  180. #animaltext3 { opacity: 0; position: fixed; width: 45px; padding: 3px; margin-left: -57px; margin-top: 10px; z-index: 9999; background-color: {color:Bear Link Background}; text-align: center; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; }
  181.  
  182. #animaltext3 a { text-decoration: none; font-family: consolas; letter-spacing: 1px; font-size: 8px; text-transform: uppercase; color: {color:Bear Link Text}; }
  183.  
  184. #bear:hover #animaltext3 { opacity: 1; }
  185.  
  186. /* -- PANDA -- */
  187.  
  188. #panda {
  189. position: fixed;
  190. height: 45px;
  191. width: 55px;
  192. background-color: {color:Panda Face};
  193. border-radius: 55px;
  194. margin-top: 205px;
  195. }
  196.  
  197. #pandaear1 { width: 20px; height: 20px; position: fixed; margin-top: -5px; margin-left: -1px; background-color: {color:Panda Face}; font-size: 15px; border-radius: 20px; }
  198.  
  199. #pandaear2 { width: 20px; height: 20px; position: fixed; margin-top: -5px; margin-left: 35px; background-color: {color:Panda Face}; font-size: 15px; border-radius: 20px; }
  200.  
  201. #pandaeye1 { margin-top: 17px; margin-left: 9px; position: fixed; width: 12px; height: 8px; border-radius: 10px; background-color: {color:Panda Features}; -webkit-transform: rotate(150deg); -moz-transform: rotate(150deg); -o-transform: rotate(150deg); }
  202.  
  203. #pandaeye2 { margin-top: 17px; margin-left: 33px; position: fixed; width: 12px; height: 8px; border-radius: 10px; background-color: {color:Panda Features}; -webkit-transform: rotate(210deg); -moz-transform: rotate(210deg); -o-transform: rotate(210deg); }
  204.  
  205. #pandanose { width: 4px; height: 4px; position: fixed; margin-left: 25px; margin-top: 23px; background-color: {color:Panda Features}; border-radius: 10px; }
  206.  
  207. #pandamouth1 { width: 2px; height: 3px; position: fixed; margin-left: 26px; margin-top: 27px; background-color: {color:Panda Features}; }
  208.  
  209. #pandamouth2 { width: 2px; height: 5px; position: fixed; margin-left: 24px; margin-top: 29px; background-color: {color:Panda Features}; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); }
  210.  
  211. #pandamouth3 { width: 2px; height: 5px; position: fixed; margin-left: 28px; margin-top: 29px; background-color: {color:Panda Features}; -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -o-transform: rotate(135deg); }
  212.  
  213. #pandabody { width: 41px; height: 80px; margin-top: 20px; margin-left: 7px; background-color: {color:Panda Face}; }
  214.  
  215. #pandabody2 { width: 39px; height: 21px; margin-top: -45px; margin-left: 3px; background-color: {color:Panda Body};-webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -o-transform: rotate(270deg); padding-top: 3px; padding-left: 5px; padding-right: 5px; padding-bottom: 5px; text-align: center; }
  216.  
  217. #pandabody2 a { font-family: tinytots; font-size: 8px; letter-spacing: 2px; text-decoration: none; text-transform: uppercase; color: {color:Panda Navigation Link}; }
  218.  
  219. #animaltext4 { opacity: 0; position: fixed; width: 45px; padding: 3px; margin-left: -57px; margin-top: 10px; z-index: 9999; background-color: {color:Panda Link Background}; text-align: center; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; }
  220.  
  221. #animaltext4 a { text-decoration: none; font-family: consolas; letter-spacing: 1px; font-size: 8px; text-transform: uppercase; color: {color:Panda Link Text}; }
  222.  
  223. #panda:hover #animaltext4 { opacity: 1; }
  224.  
  225. /* Part 2 End! */
  226.  
  227.  
  228. ===================================
  229.  
  230.  
  231. <!-- Part 3: Paste this section after <body> in your theme code -->
  232.  
  233. <div id="animals">
  234. <!-- CAT -->
  235. <div id="cat">
  236. <div id="animaltext1"><a href="{text:Cat Link URL}">{text:Cat Link Text}</a></div>
  237. <div id="catear1">◢</div><div id="catear2">◢</div>
  238. <div id="cateye1"></div><div id="cateye2"></div>
  239. <div id="catnose">◢</div>
  240. <div id="catmouth1"></div><div id="catmouth2"></div><div id="catmouth3"></div>
  241. <div id="catwhisker1"></div><div id="catwhisker2"></div><div id="catwhisker3"></div><div id="catwhisker4"></div>
  242. </div>
  243.  
  244. <!-- RABBIT -->
  245. <div id="rabbit">
  246. <div id="animaltext2"><a href="{text:Rabbit Link URL}">{text:Rabbit Link Text}</a></div>
  247. <div id="rabbitear1"></div><div id="rabbitear2"></div>
  248. <div id="rabbiteye1"></div><div id="rabbiteye2"></div>
  249. <div id="rabbitnose">◢</div>
  250. <div id="rabbitmouth1"></div><div id="rabbitmouth2"></div><div id="rabbitmouth3"></div>
  251. </div>
  252.  
  253. <!-- BEAR -->
  254. <div id="bear">
  255. <div id="animaltext3"><a href="{text:Bear Link URL}">{text:Bear Link Text}</a></div>
  256. <div id="bearear1"></div><div id="bearear2"></div>
  257. <div id="beareye1"></div><div id="beareye2"></div>
  258. <div id="bearnose"></div>
  259. <div id="bearmouth1"></div><div id="bearmouth2"></div><div id="bearmouth3"></div>
  260. </div>
  261.  
  262. <!-- PANDA -->
  263. <div id="panda">
  264. <div id="animaltext4"><a href="{text:Panda Link URL}">{text:Panda Link Text}</a></div>
  265. <div id="pandaear1"></div><div id="pandaear2"></div>
  266. <div id="pandaeye1"></div><div id="pandaeye2"></div>
  267. <div id="pandanose"></div>
  268. <div id="pandamouth1"></div><div id="pandamouth2"></div><div id="pandamouth3"></div>
  269. </div>
  270. </div>
  271.  
  272. <!-- Part 3 End! -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement