elsaofarendelle

Jumbled Links

Aug 23rd, 2024
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. .nav {
  2. position:fixed;
  3. font-size:24px;
  4. top: 140px;
  5. left: 440px;
  6. }
  7.  
  8. .nav a {
  9. text-decoration:none;
  10. text-transform:uppercase;
  11. text-shadow: none;
  12. color: #f0f0f0;
  13. -webkit-transition:all .5s ease-in-out;
  14. -moz-transition:all .5s ease-in-out;
  15. transition:all .5s ease-in-out;
  16. }
  17.  
  18.  
  19. .nav a:hover {
  20. text-decoration:none;
  21. text-transform:uppercase;
  22. text-shadow: none;
  23. color: #fff;
  24. }
  25.  
  26. .nav1 {
  27. position:fixed;
  28. font-size:24px;
  29. top: 130px;
  30. left: 415px;
  31. }
  32.  
  33. .nav1 a {
  34. text-decoration:none;
  35. text-transform:uppercase;
  36. text-shadow: none;
  37. color: #f0f0f0;
  38. -webkit-transition:all .5s ease-in-out;
  39. -moz-transition:all .5s ease-in-out;
  40. transition:all .5s ease-in-out;
  41. }
  42.  
  43.  
  44. .nav1 a:hover {
  45. text-decoration:none;
  46. text-transform:uppercase;
  47. text-shadow: none;
  48. color: #fff;
  49. }
  50.  
  51. .nav2 {
  52. position:fixed;
  53. font-size:24px;
  54. top: 170px;
  55. left: 430px;
  56. }
  57.  
  58. .nav2 a {
  59. text-decoration:none;
  60. text-transform:uppercase;
  61. text-shadow: none;
  62. color: #f0f0f0;
  63. }
  64.  
  65.  
  66. .nav2 a:hover {
  67. text-decoration:none;
  68. text-transform:uppercase;
  69. text-shadow: none;
  70. color: #fff;
  71. }
  72.  
  73. .nav3 {
  74. position:fixed;
  75. font-size:24px;
  76. top: 145px;
  77. left: 380px;
  78. }
  79.  
  80. .nav3 a {
  81. text-decoration:none;
  82. text-transform:uppercase;
  83. text-shadow: none;
  84. color: #f0f0f0;
  85. }
  86.  
  87.  
  88. .nav3 a:hover {
  89. text-decoration:none;
  90. text-transform:uppercase;
  91. text-shadow: none;
  92. color: #fff;
  93. }
  94.  
  95. .nav4 {
  96. position:fixed;
  97. font-size:24px;
  98. top: 165px;
  99. left: 400px;
  100. }
  101.  
  102. .nav4 a {
  103. text-decoration:none;
  104. text-transform:uppercase;
  105. text-shadow: none;
  106. color: #f0f0f0;
  107. }
  108.  
  109.  
  110. .nav4 a:hover {
  111. text-decoration:none;
  112. text-transform:uppercase;
  113. text-shadow: none;
  114. color: #fff;
  115. }
  116.  
  117. .nav5 {
  118. position:fixed;
  119. font-size:24px;
  120. top: 175px;
  121. left: 360px;
  122. }
  123.  
  124. .nav5 a {
  125. text-decoration:none;
  126. text-transform:uppercase;
  127. text-shadow: none;
  128. color: #f0f0f0;
  129. }
  130.  
  131.  
  132. .nav5 a:hover {
  133. text-decoration:none;
  134. text-transform:uppercase;
  135. text-shadow: none;
  136. color: #fff;
  137. }
  138.  
  139.  
  140. <div class="nav">
  141. <a href="/" title="refresh"><big>●</big></a>
  142. </div>
  143. <div class="nav1">
  144. <a href="/ask" title="ask"><big>●</big></a>
  145. </div>
  146. <div class="nav2">
  147. <a href="/rules" title="rules"><big>●</big></a>
  148. </div>
  149. <div class="nav3">
  150. {block:iflink1}<a href="{text:link 1 url}" title="about"><big>●</big></a>
  151. </div>
  152. <div class="nav4">
  153. {block:iflink2}<a href="{text:link 2 url}" title="verses"><big>●</big></a>
  154. </div>
  155. <div class="nav5">
  156. {block:iflink3}<a href="{text:link 3 url}" title="navi"><big>●</big></a>
  157. </div>
Advertisement
Add Comment
Please, Sign In to add comment