Advertisement
word-bazaar

TAG PAGE N° 1: WITCHCRAFT

Mar 10th, 2017
911
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.76 KB | None | 0 0
  1. <!------------------------------------------------------------------------
  2. <!------------------------------------------------------------------------
  3.  
  4. ♡ made by http://cassiopeis.tumblr.com/ ♡
  5.  
  6. - YOU MAY EDIT OR CHANGE AS MUCH AS YOU LIKE BUT
  7. !!!!! DO NOT REMOVE CREDIT !!!!!
  8.  
  9. - IF YOU HAVE A QUESTION OF SOMETHINGS GOES WRONG, YOU CAN MESSAGE ME AT:
  10. http://scottpilgvrim.tumblr.com/
  11.  
  12.  
  13. -------------------------------------------------------------------------->
  14.  
  15.  
  16.  
  17.  
  18. <!DOCTYPE html>
  19.  
  20. <head>
  21.  
  22.  
  23. <title>Navigation</title>
  24. <link rel="shortcut icon" href="https://s-media-cache-ak0.pinimg.com/favicons/80d6af6584f065ee8777c8d6fedc922a6f3a3b77871b9fd51bcae4e9.png?690fa4ac51e18b937f5182eb24b8a5cf">
  25.  
  26.  
  27. <link href="style-my-tooltips.css" rel="stylesheet" type="text/css" />
  28.  
  29.  
  30.  
  31. <style>
  32.  
  33.  
  34.  
  35. a {font-size: 15px;
  36. color: #9C9C9C;
  37. text-decoration: none;
  38. -o-transition-duration: 3s;
  39. -webkit-transition-duration: 3s;
  40. -moz-transition-duration: 3s;
  41. }
  42.  
  43. a:hover
  44. { color: white;
  45. text-decoration:none;
  46. -webkit-transition-duration: 0.5s;
  47. -moz-transition-duration: 0.5s;
  48. -o-transition-duration: 0.5s;
  49. -ms-transition-duration: 0.5s;
  50. text-decoration:none;
  51. text-shadow:1px 1px 10px white;
  52. }
  53.  
  54.  
  55.  
  56.  
  57. #s-m-t-tooltip {
  58. padding:5px;
  59. width:auto;
  60. background-color:black;
  61. border: 1px solid #eee;
  62. color:#aaa;
  63. letter-spacing:1px;
  64. font-size:8px;
  65. font-family:calibri;
  66. text-transform:uppercase;
  67. word-spacing:3px;
  68. display:inline;
  69. position:relative;
  70. max-width:150px;
  71. margin:20px 7px -2px 20px;
  72. z-index:9999;
  73. }
  74.  
  75.  
  76.  
  77. body {
  78. font-size:12px;
  79. font-family:Times New Roman, helvetica, arial;
  80. background-color:#fbfbfb;
  81.  
  82. }
  83.  
  84.  
  85.  
  86.  
  87.  
  88. .header {
  89. height: 220px;
  90. overflow: auto;
  91. margin-top:5px;
  92. color: white;
  93. letter-spacing:2px;
  94. font-size:12px;
  95. text-align:center;
  96. margin-bottom:10px;
  97. margin-left:20px;
  98. font-family:Times New Roman;
  99. width:150px;
  100. padding:6px;
  101. text-transform:uppercase;
  102. background-color:none;
  103. }
  104.  
  105. .headertext {
  106. margin-top: -200px;
  107. height: 220px;
  108. overflow: auto;
  109. text-transform:uppercase;
  110. font-family:Times New Roman; /*change links font here*/
  111. font-size:8px;
  112. margin-left:20px;
  113. line-height:20px;
  114. text-align:center;
  115. letter-spacing:1px;
  116. word-spacing:5px;
  117. border-bottom:1px solid #eee;
  118. padding-bottom:17px;
  119. }
  120.  
  121.  
  122.  
  123. .headertext a {
  124. color:#C0C0C0; /*change links color here*/
  125. width:146px;
  126. margin:0px;
  127. margin-bottom:-7px;
  128. letter-spacing:1px;
  129. display:block;
  130. padding:3px;
  131. padding-left:8px;
  132. text-align:left;
  133. font-family:Calibri; /*change links font here*/
  134. font-size:10px;
  135. line-height:15px;
  136. -webkit-transition: all .4s linear;
  137. -moz-transition: all .4s linear;
  138. -o-transition: all .4s linear;
  139. -ms-transition: all .4s linear;
  140. transition: all .4s linear;
  141.  
  142. }
  143.  
  144. .headertext a:hover {
  145. color:#fff; /*change links color on hover here*/
  146. letter-spacing:2px;
  147. color:white;
  148. text-decoration:none;
  149. -webkit-transition: all .4s linear;
  150. -moz-transition: all .4s linear;
  151. -o-transition: all .4s linear;
  152. -ms-transition: all .4s linear;
  153. transition: all .4s linear;
  154. }
  155.  
  156.  
  157. #credit {
  158. font-size:13px;
  159. font-family:cambria;
  160. letter-spacing:1px;
  161. display: block
  162. width:20px;
  163. height: 20px;
  164.  
  165. -moz-transition-duration:0.5s;
  166. -webkit-transition-duration:0.5s;
  167. -o-transition-duration:0.5s;
  168. }
  169.  
  170. #credit a {
  171. background-color:black;
  172. padding:5px;
  173. position:fixed;
  174. right:5px;
  175. bottom:10px;
  176. color: #808080;
  177. border:1px solid #373737;
  178. }
  179.  
  180.  
  181.  
  182. .sidebar {
  183. width: 400px;
  184. position: fixed;
  185. right: 0;
  186. top: 0;
  187. height: 100%;
  188. background-image: url("http://www.sepeb.com/transparent/image_20170131_171643.gif");
  189.  
  190.  
  191. }
  192.  
  193.  
  194. nav {
  195. text-align: center;
  196. position:fixed;
  197. top:240px;
  198. width:400px;
  199. opacity:1;
  200.  
  201. }
  202.  
  203. nav a {
  204. margin-left:auto;
  205. margin-right:auto;
  206. width:220px;
  207. display:block;
  208. color: white;
  209. font-size:15px;
  210. font-family: Times New Roman;
  211. text-transform:lowercase;
  212.  
  213.  
  214.  
  215. }
  216.  
  217.  
  218.  
  219.  
  220.  
  221. </style></head>
  222. <body style="background-color:black;">
  223.  
  224. <img style="position:fixed; left: 29%; z-index: -2; opacity: 0.8; width: 648px; height: 648px " src="http://pm1.narvii.com/6045/d7f75eb727632f61ffbc12237a7d9591350fd96f_hq.jpg" /></p>
  225.  
  226.  
  227.  
  228. <div class="sidebar">
  229. <nav>
  230.  
  231. <p style="font-family: Seaweed Script; font-size: 30px; color: white; font-style:italic;" >NAVIGATION</p> <!--*CHANGE TITLE HERE *-->
  232.  
  233. <!--*SIDEBAR LINKS*-->
  234. <a href="/">home</a>
  235. <a href="/ask">ask</a>
  236. <a href="/"> </a>
  237. <a href="/"> </a>
  238.  
  239. </nav>
  240. </div>
  241.  
  242.  
  243.  
  244. <div id="cont">
  245. <table cellpadding="20"
  246. >
  247. <tr><td>
  248. <div class="header">• SPELLS •</div>
  249. <div class="headertext">
  250.  
  251. <!--*CHANGE LINKS*-->
  252. <a href="/">link</a><br>
  253. <a href="/">link</a><br>
  254. <a href="/">link</a><br>
  255. <a href="/">link</a><br>
  256. <a href="/">link</a><br>
  257. <a href="/">link</a><br>
  258. <a href="/">link</a><br>
  259. <a href="/">link</a><br>
  260. <a href="/">link</a><br>
  261. <a href="/">link</a><br>
  262. <a href="/">link</a><br>
  263. <a href="/">link</a><br>
  264. <a href="/">link</a><br>
  265. </div>
  266. </td>
  267.  
  268.  
  269.  
  270.  
  271.  
  272. <td>
  273. <div class="header">• POTIONS •</div>
  274. <div class="headertext">
  275.  
  276. <!--*CHANGE LINKS*-->
  277. <a href="/">link</a><br>
  278. <a href="/">link</a><br>
  279. <a href="/">link</a><br>
  280. <a href="/">link</a><br>
  281. <a href="/">link</a><br>
  282. <a href="/">link</a><br>
  283. <a href="/">link</a><br>
  284. <a href="/">link</a><br>
  285. <a href="/">link</a><br>
  286. <a href="/">link</a><br>
  287. </div>
  288. </td>
  289. </tr>
  290.  
  291.  
  292. <tr><td>
  293. <div class="header">• CRAFT •</div>
  294. <!--*CHANGE LINKS*-->
  295. <div class="headertext">
  296. <a href="/">link</a><br>
  297. <a href="/">link</a><br>
  298. <a href="/">link</a><br>
  299. <a href="/">link</a><br>
  300. <a href="/">link</a><br>
  301. <a href="/">link</a><br>
  302. <a href="/">link</a><br>
  303. <a href="/">link</a><br>
  304. <a href="/">link</a><br>
  305. <a href="/">link</a><br>
  306. </div>
  307. </td>
  308.  
  309.  
  310.  
  311.  
  312. <td>
  313. <div class="header">• DIVINATION •</div>
  314. <div class="headertext">
  315. <!--*CHANGE LINKS*-->
  316. <a href="/">link</a><br>
  317. <a href="/">link</a><br>
  318. <a href="/">link</a><br>
  319. <a href="/">link</a><br>
  320. <a href="/">link</a><br>
  321. <a href="/">link</a><br>
  322. <a href="/">link</a><br>
  323. <a href="/">link</a><br>
  324. </div>
  325. </div>
  326. </td>
  327. </tr>
  328.  
  329.  
  330.  
  331.  
  332.  
  333. <!--DON'T REMOVE THE CREDITS!!!!!-->
  334. <div id="credit"><a href="http://cassiopeis.tumblr.com/" style="font-size: 15px;">♡</a></div>
  335.  
  336.  
  337. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement