Advertisement
poisondetonator

Loki Navigation Theme

Sep 15th, 2013
374
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. <HTML>
  2. <HEAD>
  3. <TITLE>Navigation</TITLE>
  4. </HEAD>
  5. <title></title>
  6.  
  7. <link rel="shortcut icon" href="{favicon}">
  8.  
  9. <style type="text/css">
  10. #bite
  11. #bite a{
  12. display:block
  13. }
  14. #bite .death {
  15. margin-right:0px; margin-top:120px;filter: alpha(opacity = 0);
  16. opacity:0;-webkit-transition: all 0.5s ease-out;
  17. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  18. }
  19.  
  20. #bite:hover .death {
  21. margin-left:0px;
  22. margin-top:135px;
  23.  
  24. -webkit-transition: all 0.8s ease-out;
  25. -moz-transition: all 0.8s ease-out;
  26. transition: all 0.8s ease-out;
  27. filter: alpha(opacity = 100);
  28. filter: alpha(opacity = .8);
  29. opacity:.8;
  30. }
  31.  
  32.  
  33. #title {
  34. width:250px;
  35. margin-left:545px;
  36. text-transform:uppercase;
  37. font-family:cambria;
  38. font-size:40px;
  39. color:#585858;
  40. text-align:center;
  41. padding:6px;
  42. margin-top:40px;
  43. }
  44.  
  45. #mainlinks {
  46.  
  47. font-size:12px;
  48. text-transform:uppercase;
  49. font-family:cambria;
  50. color:white;
  51. text-align:center;
  52. background-color:#D0D0D0 ;
  53. padding:.1px;
  54. letter-spacing:2px;
  55. margin-top:5px;
  56. }
  57.  
  58. #mainlinks a {
  59. padding:1px;
  60. font-size:8px;
  61. color:black;
  62. }
  63.  
  64. #mainlinks a:hover {
  65. opacity:.6;
  66. color:green;
  67. }
  68.  
  69. #image{
  70. margin-left:570px
  71. }
  72.  
  73. #links {
  74. width:90px;
  75. font-size:15px;
  76. font-family:cambria;
  77. text-transform:lowercase;
  78. text-align:center;
  79. border:2px gray;
  80. position:fixed;
  81. background-color:white;
  82. border:2px black solid;
  83. padding:20px;
  84. line-height:125%;
  85. margin-top:30px;
  86. margin-left:35px;
  87. }
  88.  
  89. #links a {
  90. color:black;
  91. }
  92.  
  93. #links a:hover {
  94. opacity:.8;
  95. color:green;
  96.  
  97. </style>
  98.  
  99. <BODY>
  100. <div id="title"><i>Navigation</i></div>
  101. <div id="mainlinks">
  102.  
  103. <pre><a href="/">home</a> <a href="/ask">ask</a> <a href="http://thegodofmischief.co.vu/post/60278141075/this-is-a-loki-themed-navigation-page-simple-and">Theme</a></pre>
  104. </div>
  105.  
  106. <div id="bodyimage"><img src="http://31.media.tumblr.com/d0c65bfcb153355b1700b8066f43cf20/tumblr_mogo5tgILU1roe6alo1_500.jpg" style="position:fixed; top:433px; left:0px;" width="360px" height="210px">
  107.  
  108. <div id="bite"><div id="image"><img src="http://31.media.tumblr.com/2be4eef4056a63fa1e31ce0b179d534d/tumblr_msejru2VTR1stu03io1_500.png" width="200px height="300px" style="position:fixed; top:250px">
  109.  
  110. <div class="death"><div id="links">
  111. <a href="/"><i>LINK 1</a><br/>
  112. <a href="/"><i>LINK 2</a><br/>
  113. <a href="/"><i>LINK 3</a><br/>
  114. <a href="/"><i>LINK 4</a><br/>
  115. <a href="/"><i>LINK 5</a>
  116. </div>
  117. </div>
  118. </div>
  119. </BODY>
  120. </HTML>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement