Advertisement
elsaofarendelle

Navigation Page

Mar 6th, 2018
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.01 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html>
  3.  
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5.  
  6.  
  7. <!-------------------------------------------
  8. Code by elsaofarendelle.
  9. Don't copy or distribute.
  10. Don't claim as your own.
  11. -------------------------------------------->
  12.  
  13.  
  14.  
  15. <head>
  16.  
  17. <title>Navigation</title>
  18. <link rel="shortcut icon" href="https://31.media.tumblr.com/9e1d9727251fc920c698018e66b7d085/tumblr_n60igtfdqJ1tpb7s5o1_100.jpg"> <!-----CHANGE THE ICON ON THE TAB HERE----->
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20.  
  21. <link href="https://fonts.googleapis.com/css?family=Sorts+Mill+Goudy" rel="stylesheet">
  22.  
  23. <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Playfair+Display" />
  24.  
  25.  
  26. <style type="text/css">
  27.  
  28. /*--- fonts start ---*/
  29.  
  30. /* --- fonts end --- */
  31.  
  32.  
  33.  
  34. /* --- scrollbar start --- */
  35.  
  36. ::-webkit-scrollbar {
  37. height: 0px;
  38. width: 5px;
  39. background: none;
  40. }
  41.  
  42. ::-webkit-scrollbar-thumb {
  43. border: 5px solid #919191;
  44. -webkit-border-radius: 6px;
  45. -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
  46. }
  47.  
  48. ::-webkit-scrollbar-corner{
  49. background: transparent;
  50. }
  51.  
  52.  
  53. /* --- scrollbar end --- */
  54.  
  55.  
  56. /* --- body start --- */
  57.  
  58. body {
  59. background-color: #eee;
  60. background-image: url("");
  61. background-repeat: repeat;
  62. }
  63.  
  64.  
  65. a {
  66. text-decoration: none;
  67. -webkit-transition: 0.5s;
  68. -moz-transition: 0.5s;
  69. transition: 0.5s;
  70. color: #000;
  71. }
  72.  
  73. a: hover {
  74. text-decoration: none;
  75. -webkit-transition: 0.5s;
  76. -moz-transition: 0.5s;
  77. transition: 0.5s;
  78. color: white;
  79. }
  80.  
  81. b {
  82. text-transform: bold;
  83. color: #aab7b9;
  84. text-shadow:0px 0px 5px #fff;
  85. letter-spacing:1px;
  86. font-family: 'Dancing Script', cursive;
  87. font-size:15px;
  88. }
  89.  
  90. i, em {
  91. text-transform: italic;
  92. color: #aab7b9;
  93. text-shadow:2px 2px 3px #000;
  94. letter-spacing:1px;
  95. font-family: 'Dancing Script', cursive;
  96. font-size:15px;
  97. }
  98.  
  99.  
  100. /* --- body end --- */
  101.  
  102. /* --- columns start --- */
  103.  
  104. #columns {
  105. width: 200px;
  106. height: 400px;
  107. margin-top: 170px;
  108. position: fixed;
  109. border-top: 40px none #919191;
  110. }
  111.  
  112.  
  113. #column1 {
  114. margin-left: 260px;
  115. }
  116.  
  117.  
  118. #column2 {
  119. margin-left: 480px;
  120. }
  121.  
  122.  
  123. #column3 {
  124. margin-left: 700px;
  125. }
  126.  
  127. #column4 {
  128. margin-left: 920px;
  129. }
  130.  
  131. /* --- columns end --- */
  132.  
  133.  
  134.  
  135. /* --- links start --- */
  136.  
  137. .linkage {
  138. width: 100%;
  139. height: 15px;
  140. margin-top: 10px;
  141. padding-top: 2px;
  142. background-color: #546a88;
  143. border: 3px double #eee;
  144. text-align: center;
  145. font-size: 11px;
  146. font-family: 'Sorts Mill Goudy', serif;
  147. }
  148.  
  149. .linkage a {
  150. color: #eee;
  151. }
  152.  
  153.  
  154. /* --- links end --- */
  155.  
  156.  
  157.  
  158. /* --- column titles start */
  159.  
  160. .titles {
  161. font-family:'Playfair Display', serif;
  162. color: #546a88;
  163. font-size: 27px;
  164. position: fixed;
  165. margin-top: -38px;
  166. margin-left: 77px;
  167. text-transform:uppercase;
  168. }
  169.  
  170. /* --- column titles end --- */
  171.  
  172.  
  173.  
  174. /* --- headers start ---*/
  175.  
  176. #header{
  177. font-family:'Playfair Display', serif;
  178. color: #546a88;
  179. text-align:center;
  180. font-size: 35px;
  181. position: fixed;
  182. margin-top: auto;
  183. margin-left:595px;
  184. margin-top:30px;
  185. text-transform:uppercase;
  186. }
  187.  
  188. #header img 1 {
  189. margin-top:5px;
  190. margin-left:300px;
  191. position:fixed;
  192. }
  193.  
  194. #header img 2 {
  195. margin-top:250px;
  196. margin-left:200px;
  197. position:fixed;
  198. }
  199.  
  200. /* --- headers end --- */
  201.  
  202.  
  203. /* --- navi links --- */
  204. #navi{
  205. color:#eee;
  206. background-color:#546a88;
  207. border: 3px double #eee;
  208. font-family:'Playfair Display', serif;
  209. text-transform:uppercase;
  210. font-size:17px;
  211. margin-top:110px;
  212. margin-left:540px;
  213. width:300px;
  214. height:30px;
  215. position:fixed;
  216. line-height:165%;
  217. }
  218.  
  219. #navi a{
  220. color:#eee;
  221. }
  222. /* --- navi links end --- */
  223.  
  224. /* --- ask box --- */
  225.  
  226. .popup_block{
  227. display:none;
  228. background:#transparent;
  229. padding:20px;
  230. border:1px none #fff;
  231. width: 300px;
  232. height: 400px;
  233. overflow-y:scroll;
  234. overflow-x:hidden;
  235. float:left;
  236. position:fixed;
  237. top:60%;left:702.5px;
  238. z-index: 99999;
  239. -webkit-box-shadow: 0px 0px 0px #000;
  240. -moz-box-shadow: 0px 0px 0px #000;
  241. box-shadow: 0px 0px 0px #000;
  242. }
  243.  
  244. *html #fade {position: absolute;}
  245. *html .popup_block .popup_block2 .popup_block3 .popup_block4 .popup_block5 {position: absolute;}
  246. #fade {
  247. display:none;
  248. position:fixed;
  249. left:0px;
  250. top:0px;
  251. width:100%;
  252. height:100%;
  253. z-index:9999;
  254. background:none;
  255. opacity:0.5;
  256. }
  257.  
  258. /* --- ask box end --- */
  259.  
  260.  
  261. </style>
  262. </head>
  263.  
  264. <body>
  265.  
  266. <!--FIRST COLUMN STARTS-->
  267.  
  268. <div id="column1">
  269.  
  270. <div id="columns">
  271.  
  272.  
  273. <div class="linkage">
  274. <a href="http://elsaofarendelle.tumblr.com/tagged/(canon)">Canon</a>
  275. </div>
  276. <div class="linkage">
  277. <a href="http://elsaofarendelle.tumblr.com/tagged/(headcanon)">Headcanons</a>
  278. </div>
  279. <div class="linkage">
  280. <a href="http://elsaofarendelle.tumblr.com/tagged/(arendelle)">Arendelle</a>
  281. </div>
  282. <div class="linkage">
  283. <a href="http://elsaofarendelle.tumblr.com/tagged/(born of cold & winter air)">Elsa</a>
  284. </div>
  285. <div class="linkage">
  286. <a href="http://elsaofarendelle.tumblr.com/tagged/(we know better)">Elsa & Anna</a>
  287. </div>
  288. <div class="linkage">
  289. <a href="http://elsaofarendelle.tumblr.com/tagged/(drabbles)">Drabbles</a>
  290. </div>
  291. <div class="linkage">
  292. <a href="http://elsaofarendelle.tumblr.com/tagged/(aesthetic)">Aesthetic</a>
  293. </div>
  294. <div class="linkage">
  295. <a href="http://elsaofarendelle.tumblr.com/tagged/(meta)">Character Meta</a>
  296. </div>
  297. <div class="linkage">
  298. <a href="http://elsaofarendelle.tumblr.com/tagged/(chocolate!)">Chocolate!</a>
  299. </div>
  300. <div class="linkage">
  301. <a href="http://elsaofarendelle.tumblr.com/tagged/(snowflakes)">Snowflakes</a>
  302. </div>
  303.  
  304.  
  305. </div>
  306.  
  307. </div>
  308.  
  309. <!--FIRST COLUMN ENDS-->
  310.  
  311.  
  312. <!--SECOND COLUMN STARTS-->
  313.  
  314. <div id="column2">
  315.  
  316. <div id="columns">
  317.  
  318.  
  319. <div class="linkage">
  320. <a href="http://elsaofarendelle.tumblr.com/tagged/(open)">Open Starters</a>
  321. </div>
  322. <div class="linkage">
  323. <a href="http://elsaofarendelle.tumblr.com/tagged/(memes)">Memes</a>
  324. </div>
  325. <div class="linkage">
  326. <a href="http://elsaofarendelle.tumblr.com/tagged/(answered)">Answered Asks</a>
  327. </div>
  328. <div class="linkage">
  329. <a href="http://elsaofarendelle.tumblr.com/tagged/(prompts)">Drabble Prompts</a>
  330. </div>
  331. <div class="linkage">
  332. <a href="http://elsaofarendelle.tumblr.com/tagged/(wishlist)">Wishlist</a>
  333. </div>
  334. <div class="linkage">
  335. <a href="http://elsaofarendelle.tumblr.com/tagged/(addendum)">Rule Addendums</a>
  336. </div>
  337. <div class="linkage">
  338. <a href="http://elsaofarendelle.tumblr.com/threads">Thread Tracker</a>
  339. </div>
  340. <div class="linkage">
  341. <a href="http://elsaofarendelle.tumblr.com/tagged/(awesome people)">Follow Forever</a>
  342. </div>
  343. <div class="linkage">
  344. <a href="/">link</a>
  345. </div>
  346. <div class="linkage">
  347. <a href="/">link</a>
  348. </div>
  349.  
  350.  
  351. </div>
  352.  
  353. </div>
  354.  
  355. <!--SECOND COLUMN ENDS-->
  356.  
  357.  
  358. <!--THIRD COLUMN STARTS-->
  359.  
  360. <div id="column3">
  361.  
  362. <div id="columns">
  363.  
  364.  
  365. <div class="linkage">
  366. <a href="http://elsaofarendelle.tumblr.com/commissions">Commissions</a>
  367. </div>
  368. <div class="linkage">
  369. <a href="http://elsaofarendelle.tumblr.com/tagged/(icon things)">My Icon Tutorials</a>
  370. </div>
  371. <div class="linkage">
  372. <a href="http://elsaofarendelle.tumblr.com/tagged/(coding things)">My Coding Tutorials</a>
  373. </div>
  374. <div class="linkage">
  375. <a href="http://elsaofarendelle.tumblr.com/tagged/(ps help)">PS Tutorials By Others</a>
  376. </div>
  377. <div class="linkage">
  378. <a href="http://elsaofarendelle.tumblr.com/tagged/(coding help)">Coding Tutorials By Others</a>
  379. </div>
  380. <div class="linkage">
  381. <a href="http://elsaofarendelle.tumblr.com/tagged/(my graphics)">My Graphics</a>
  382. </div>
  383. <div class="linkage">
  384. <a href="http://elsaofarendelle.tumblr.com/tagged(writing tips)">Writing Tips</a>
  385. </div>
  386. <div class="linkage">
  387. <a href="http://elsaofarendelle.tumblr.com/tagged/(roleplaying tips)">Roleplaying Tips</a>
  388. </div>
  389. <div class="linkage">
  390. <a href="http://elsaofarendelle.tumblr.com/tagged/(ooc)">Out Of Character Posts</a>
  391. </div>
  392. <div class="linkage">
  393. <a href="http://elsaofarendelle.tumblr.com/blogs">My Other Roleplays</a>
  394. </div>
  395.  
  396.  
  397.  
  398. </div>
  399.  
  400. </div>
  401.  
  402. <!--THIRD COLUMN ENDS-->
  403.  
  404.  
  405. <!--FOURTH COLUMN STARTS-->
  406.  
  407. <div id="column4">
  408.  
  409. <div id="columns">
  410.  
  411.  
  412.  
  413. <div class="linkage">
  414. <a href="http://elsaofarendelle.tumblr.com/tagged/elsa icons">Elsa Icons</a>
  415. </div>
  416. <div class="linkage">
  417. <a href="http://elsaofarendelle.tumblr.com/tagged/anna icons">Anna Icons</a>
  418. </div>
  419. <div class="linkage">
  420. <a href="/">Kristoff Icons</a>
  421. </div>
  422. <div class="linkage">
  423. <a href="http://elsaofarendelle.tumblr.com/tagged/hans icons">Hans Icons</a>
  424. </div>
  425. <div class="linkage">
  426. <a href="/">Ingrid Icons</a>
  427. </div>
  428. <div class="linkage">
  429. <a href="/">Helga Icons</a>
  430. </div>
  431. <div class="linkage">
  432. <a href="/">Gerda Icons</a>
  433. </div>
  434. <div class="linkage">
  435. <a href="/">Duke of Weselton Icons</a>
  436. </div>
  437. <div class="linkage">
  438. <a href="/">Oaken Icons</a>
  439. </div>
  440. <div class="linkage">
  441. <a href="http://elsaofarendelle.tumblr.com/tagged/(icon gallery)">Icon Gallery</a>
  442. </div>
  443.  
  444.  
  445. </div>
  446.  
  447. </div>
  448.  
  449. <!--FOURTH COLUMN ENDS-->
  450.  
  451.  
  452. <!--CODE FOR THE HEADER AND NAVI-->
  453.  
  454. <div id="header">Navigation</div>
  455.  
  456. <center><div id="header img 1"><img src=""></div></center>
  457.  
  458. <br>
  459.  
  460. <center><div id="header img 2"><img src=""></div></center>
  461.  
  462. <div id="navi">
  463. <center>
  464. <a href="http://elsaofarendelle.tumblr.com">back</a>&nbsp;&nbsp;
  465. <a href="/dashboard">dashboard</a>&nbsp;&nbsp;
  466. <a href="#?w=400" rel="box1" class="poplight">ask</a>
  467. </center>
  468. </div>
  469.  
  470. <script type="text/javascript"
  471. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  472. <script>
  473. $(document).ready(function() {
  474. //
  475. $('a.poplight[href^=#]').click(function() {
  476. var popID = $(this).attr('rel'); //Get Popup Name
  477. var popURL = $(this).attr('href'); //Get Popup href to define size
  478. var query= popURL.split('?');
  479. var dim= query[1].split('&');
  480. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  481. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  482. var popMargTop = ($('#' + popID).height() + 80) / 2;
  483. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  484. //Apply Margin to Popup
  485. $('#' + popID).css({
  486. 'margin-top' : -popMargTop,
  487. 'margin-left' : -popMargLeft
  488. });
  489. $('body').append('<div id="fade"></div>');
  490. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  491. return false;
  492. });
  493. $('a.close, #fade').live('click', function() {
  494. $('#fade, .popup_block, .popup_block2, .popup_block3, .popup_block4, .popup_block5').fadeOut(function() {
  495. $('#fade, a.close').remove(); //fade them both out
  496. });
  497. return false;
  498. });
  499. });
  500. </script>
  501.  
  502. <div id="box1" class="popup_block">
  503. <center><p><iframe frameborder="0" height="270" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/url.tumblr.com" width="100%"></iframe></p></center>
  504. </div>
  505.  
  506. </div></div></div></div></div>
  507.  
  508. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement