Advertisement
elsaofarendelle

ofthesouthernisles navi 2019

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