Advertisement
lingerae

period. (lingerae theme #2)

Jul 15th, 2013
548
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.17 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <!-----------------------------------------------------------------------
  4.  
  5. ///'period' by lingerae @ tumblr.com\\\
  6.  
  7. ┏┓ ┏┓┏┓
  8. ┃┃╋╋╋╋╋╋╋╋╋╋╋╋╋╋╋╋╋╋╋┏┛┗┫┃╋╋╋╋╋╋╋╋╋╋╋╋╋╋╋╋╋
  9. ┃┃┏┳━┓┏━━┳━━┳━┳━━┳━━┓┗┓┏┫┗━┳━━┳┓┏┳━━┳━━┓┏┓┏┓
  10. ┃┃┣┫┏┓┫┏┓┃┃━┫┏┫┏┓┃┃━┫ ┃┃┃┏┓┃┃━┫┗┛┃┃━┫━━┫┗╋╋┛
  11. ┃┗┫┃┃┃┃┗┛┃┃━┫┃┃┏┓┃┃━┫ ┃┗┫┃┃┃┃━┫┃┃┃┃━╋━━┃┏╋╋┓
  12. ┗━┻┻┛┗┻━┓┣━━┻┛┗┛┗┻━━┛ ┗━┻┛┗┻━━┻┻┻┻━━┻━━┛┗┛┗┛
  13. ╋╋╋╋╋╋┏━┛┃╋╋╋╋╋╋╋╋╋╋╋╋╋╋╋╋╋╋╋╋╋╋╋╋╋╋╋╋╋╋╋╋╋
  14. ┗━━┛
  15.  
  16. \\\lingerae theme #2///
  17.  
  18. my first attempt at pop-up links, I think it turned out nicely c:
  19.  
  20. please don't remove the credit, if you do you will be reported & your rights to my themes will be revoked. thanks darling ♡
  21. ------------------------------------------------------------------------->
  22. <html xmlns="http://www.w3.org/1999/xhtml">
  23. <head>
  24. <script type="text/javascript"
  25. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  26. <script>
  27. $(document).ready(function() {
  28. //
  29. $('a.poplight[href^=#]').click(function() {
  30. var popID = $(this).attr('rel'); //Get Popup Name
  31. var popURL = $(this).attr('href'); //Get Popup href to define size
  32. var query= popURL.split('?');
  33. var dim= query[1].split('&');
  34. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  35. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://upload.wikimedia.org/wikipedia/commons/f/f8/Tooltip-CloseButton.png" class="btn_close" title="click to close ;)" alt="Close" /></a>');
  36. var popMargTop = ($('#' + popID).height() + 80) / 2;
  37. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  38. //Apply Margin to Popup
  39. $('#' + popID).css({
  40. 'margin-top' : -popMargTop,
  41. 'margin-left' : -popMargLeft
  42. });
  43. $('body').append('<div id="fade"></div>');
  44. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  45. return false;
  46. });
  47. $('a.close, #fade').live('click', function() {
  48. $('#fade , .popup_block').fadeOut(function() {
  49. $('#fade, a.close').remove(); //fade them both out
  50. });
  51. return false;
  52. });
  53. });
  54. </script>
  55. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  56. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
  57. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  58. <link rel="shortcut icon" href="{Favicon}">
  59. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  60.  
  61. <meta name="text:Link 1" content=""/>
  62. <meta name="text:Link 1 URL" content=""/>
  63. <meta name="text:Link 2" content=""/>
  64. <meta name="text:Link 2 URL" content=""/>
  65. <meta name="text:Link 3" content=""/>
  66. <meta name="text:Link 3 URL" content=""/>
  67. <meta name="text:Link 4" content=""/>
  68. <meta name="text:Link 4 URL" content=""/>
  69. <meta name="text:Link 5" content=""/>
  70. <meta name="text:Link 5 URL" content=""/>
  71. <meta name="text:Link 6" content=""/>
  72. <meta name="text:Link 6 URL" content=""/>
  73. <meta name="text:Home Label" content="Home"/>
  74. <meta name="text:Ask Label" content="Ask"/>
  75. <meta name="text:Submit Label" content="Submit"/>
  76. <meta name="text:Archive Label" content="Archive"/>
  77. <meta name="if:Show Archive Link" content="1"/>
  78. <meta name="if:Show Submit Link" content="1"/>
  79. <meta name="if:Show Title" content="1"/>
  80. <meta name="if:Show Tags" content="0"/>
  81. <meta name="if:Animation" content="1"/>
  82. <meta name="if:To Top Button" content="0"/>
  83. <meta name="if:Infinite Scroll" content="1"/>
  84. <meta name="if:Show Captions" content="0"/>
  85. <meta name="if:Show Tags" content="0"/>
  86. <meta name="image:Background" content=""/>
  87. <meta name="image:Sidebar" content=""/>
  88. <meta name="color:Divider" content="#000000"/>
  89. <script type="text/javascript" src="http://lingerae.tumblr.com"></script>
  90. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/cpaytv3/2V1m9r58l/reset.css">
  91. <script type="text/javascript" src="http://lingerae.tumblr.com"></script>
  92. <style type="text/css">
  93. #fade { /*--Transparent background layer--*/
  94. display: none; /*--hidden by default--*/
  95. background:transparent;
  96. position: fixed; left: 0; top: 0;
  97. width: 100%; height: 100%;
  98. opacity: 1;
  99. z-index: 9999;
  100. background-image: url();
  101. }
  102.  
  103. .popup_block{
  104. display: none; /*--hidden by default--*/
  105. background: #fff;
  106. background-image: url();
  107. padding: 20px;
  108. font-family: courier new;
  109. float: left;
  110. font-size: 14px;
  111. position: fixed;
  112. top: 50%; left: 50%;
  113. border: 2px solid #aaaaaa;
  114. z-index: 99999;
  115. /*--CSS3 Box Shadows--*/
  116. -webkit-box-shadow: 0px 0px 20px #000;
  117. -moz-box-shadow: 0px 0px 20px #000;
  118. box-shadow: 1px 1px 20px #000;
  119. -webkit-transition: all .5s ease;
  120. -moz-transition: all .5s ease;
  121. -o-transition: all .5s ease;
  122. transition: all .5s ease;
  123. }
  124. .popup_block:hover{
  125. opacity:1;
  126. -webkit-transition: all .5s ease;
  127. -moz-transition: all .5s ease;
  128. -o-transition: all .5s ease;
  129. transition: all .5s ease;
  130. }
  131. img.btn_close {
  132. float: right;
  133. margin: -15px -15px 0 0;
  134. }
  135. *html .popup_block {
  136. position: absolute;
  137. }
  138.  
  139. body {
  140. color: #000000;background: #ffffff url({image:Background});
  141. font-family: courier new;
  142. font-size: 12px;
  143. line-height: 1.5em;
  144. }
  145. p {margin:0 0 .75em 0} p:last-child {margin:0}
  146. a {
  147. color: #666666;
  148. text-decoration:none;
  149. {block:IfAnimation}-webkit-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease;-o-transition:all .2s ease;{/block:IfAnimation}}
  150. a:hover {color: #ffffff; }
  151. blockquote {quotes: "" "" "'" "'"; margin: 0.75em 0 .75em .75em;padding-left: 1.5em;
  152. line-height: 100%;border-left: solid 4px #EDEDED;
  153. }
  154. h1 {
  155. font-family: courier new;
  156. font-size: 24px;
  157. line-height: 1.5em;font-weight: normal;
  158. }
  159. ul {
  160. margin: 0px 1.5em .75em;}
  161. li {
  162. margin: .75em 0;
  163. list-style-type: square;
  164. }
  165. .box img {
  166. display: block;
  167. max-width: 100%;}.m-i {
  168. display: block;
  169. line-height: 1px!important;
  170. }
  171. .menu-picture {
  172. line-height: 100%;
  173. display: inline-block;
  174. line-height: 0px!important;
  175. }
  176. .post-link{
  177. font-family: Helvetica Neue;
  178. font-size: 8px;
  179. line-height: 8px;
  180. }p.source{text-align: center;}
  181. .menu-picture {
  182. line-height: 100%;display: inline-block;
  183. }p.source{text-align: center;}
  184. h3 {
  185. font-size: 14px; font-weight: normal;
  186. }.tagged { text-align: center; line-height: 8px;font-size: 8px;}
  187. .text { padding: 5px;}p.question {
  188. margin-bottom: .375em;
  189. }
  190. p.words {
  191. padding: 6px;
  192. line-height: 1.5em;
  193. color: #333333;
  194. background: #ebebeb;
  195. }
  196. .response {
  197. background: #efefef;
  198. padding: 5px;
  199. margin-bottom: .75em;
  200. }.answer {
  201. text-align: center;
  202. }
  203. .post {
  204. position: relative;
  205. width:250px;
  206. float:left;
  207.  
  208. background: transparent
  209. padding:0px;
  210. margin:10px;
  211. }.box {position: relative;}
  212.  
  213. #side {
  214. text-align: center;
  215. margin-top: 25%;
  216. width:280px;
  217. padding:0px;position: fixed;
  218. background: #ebebeb;
  219. }#side img {
  220. max-width: 100%;
  221. }ul {margin-bottom: .75em;}
  222. #contain {
  223. width:610px;
  224. margin: 10px auto 0;
  225. }
  226. #content {
  227. width:270px;
  228. float: right;
  229. }
  230. #infscr-loading{position:relative!important;left:49%}p.menu-m {margin: .375em;} .menu-link {margin: 0 3px;}.box iframe {
  231. max-width: 100%;
  232. }.text img {max-width: 100%;}img {display: block;}.box img {display: block;}
  233. .post-info-data{text-align:center}.notes img{display:block;float:left;margin-right:.75em}ol.notes li{margin:.375em 0;list-style-type:none;line-height:16px}
  234.  
  235. #toTop{display:none;text-decoration:none;position:fixed;bottom:10px;right:10px;overflow:hidden;width:21px;height:21px;border:0;text-indent:100%;background:url(http://static.tumblr.com/uiqhh9x/372m6hyqw/up.png) no-repeat left top;opacity:.5;filter:alpha(opacity = 50);{block:IfAnimation}-webkit-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease;-o-transition:all .2s ease;{/block:IfAnimation}}#toTopHover{width:21px;height:21px;display:block;overflow:hidden;float:left;opacity:0;-moz-opacity:0;filter:alpha(opacity=0);{block:IfAnimation}-webkit-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease;-o-transition:all .2s ease;{/block:IfAnimation}}#toTop:hover{opacity:1;filter:alpha(opacity = 100)}#toTop:active,#toTop:focus{outline:0}
  236.  
  237. a.btn{position:absolute;z-index:999999;top:26px;right:3px;white-space:nowrap;outline:0;text-decoration:none;cursor:pointer;overflow:hidden;text-overflow:ellipsis;font:600 12px/18px "Helvetica Neue","HelveticaNeue",Helvetica,Arial,sans-serif;height:20px;padding:0 5px;-webkit-font-smoothing:antialiased;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;-webkit-transition-property:padding;-moz-transition-property:padding;-ms-transition-property:padding;-o-transition-property:padding;transition-property:padding;-webkit-transition-duration:.1s;-moz-transition-duration:.1s;-ms-transition-duration:.1s;-o-transition-duration:.1s;transition-duration:.1s;-webkit-transition-timing-function:ease;-moz-transition-timing-function:ease;-ms-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.btn{color:#fff;border:1px solid rgba(0,0,0,0.18);background:rgba(0,0,0,0.38);text-shadow:1px 1px 0 rgba(0,0,0,0.08)}a.btn,a.btn:hover{color:white!important}.btn{margin-bottom:5px;color:#fff;border:1px solid rgba(0,0,0,0.18);background:rgba(0,0,0,0.38);text-shadow:1px 1px 0 rgba(0,0,0,0.08);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.btn:hover::after,.btn:focus::after{background:rgba(255,255,255,0.09);color:white}.btn:active::after{background:rgba(255,255,255,0.18) color:white}.btn_label.show{display:block}.btn::after{position:absolute;top:0;right:0;bottom:0;left:0;content:'';-webkit-border-radius:inherit;-moz-border-radius:inherit;border-radius:inherit}.btn.icon::before{display:block;content:'';position:absolute;top:0;left:0;bottom:0;width:20px;border-radius:inherit;background:url('http://static.tumblr.com/tpqedpr/cQ1mbwb60/de.png') 0 0 no-repeat}.btn.theme::before{background-position:0 -0px}.btn img{width:15px}.btn.icon{padding-left:20px}.btn:active::after {background:rgba(255,255,255,0.18)}.clear {clear: both;} #pagination {display: none;} .clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.clearfix{display:inline-block}html[xmlns] .clearfix{display:block}* html .clearfix{height:1%}
  238. </style></head>
  239. <body>
  240.  
  241.  
  242. <div id="contain" class="clearfix">
  243. <div id="side">
  244. <div class="text">
  245. {block:IfShowTitle}<h1><a href="/">{Title}</a></h1>{/block:IfShowTitle}<a href="/" class="m-i"><img class="menu-picture" src="{image:sidebar}"/></a><div id="description">{Description}</div>
  246. <div><a href="#?w=300" rel="03" class="poplight">explore</a></div>
  247. {block:IfNotInfiniteScroll}{block:Pagination}<p class="previous-next text">{block:PreviousPage}<a href="{PreviousPage}" class="next"><</a>{/block:PreviousPage}<span id="pages"> {CurrentPage} of {TotalPages} </span>{block:NextPage}<a href="{NextPage}" class="previous">></a>{/block:NextPage}</p>{/block:Pagination}{/block:IfNotInfiniteScroll}
  248. <div style="bottom:2px; right:2px; position:fixed; opacity:0.8; text-style:italic; color:{color:Text}; "><a href="http://lingerae.tumblr.com">&copy</a></div>
  249. </div>
  250. </div>
  251. <div id="content">
  252. {block:Posts}
  253. <div class="post">
  254.  
  255. {block:Text}
  256. <div class="text">
  257. {block:Title}<h3>{Title}</h3>{/block:Title}
  258. {Body}
  259. <!-- permalink --> {block:IndexPage}
  260.  
  261. <!-- /permalink --> {/block:IndexPage}
  262. </div>
  263. {/block:Text}
  264.  
  265. {block:Quote}
  266. <div class="text quote">
  267. <p class="words">&#8220;{Quote}&#8221;</p>
  268. {block:Source}<p class="source">{Source}</p>{/block:Source}
  269. <!-- permalink --> {block:IndexPage}
  270.  
  271. <!-- /permalink --> {/block:IndexPage}
  272. </div>
  273. {/block:Quote}
  274.  
  275. {block:Link}
  276. <div class="text link">
  277. <h3><a href="{URL}" {Target}>{Name}</a></h3>
  278. {block:Description}{Description}{/block:Description}
  279. <!-- permalink --> {block:IndexPage}
  280.  
  281. <!-- /permalink --> {/block:IndexPage}
  282. </div>
  283. {/block:Link}
  284.  
  285. {block:Chat}
  286. <div class="text chat">
  287. <ul class="conversation">
  288. {block:Lines}
  289. <li class="line {Alt}">
  290. {block:Label}<span class="person">{Label}</span>{/block:Label}
  291. <span class="person-said">{Line}</span>
  292. </li>
  293. {/block:Lines}
  294. </ul>
  295. <!-- permalink --> {block:IndexPage}
  296.  
  297. <!-- /permalink --> {/block:IndexPage}
  298. </div>
  299. {/block:Chat}
  300.  
  301. {block:Audio}
  302. <div class="text audio">
  303. <p>{AudioPlayerBlack}</p>
  304. {block:IndexPage}{block:IfShowCaptions}
  305. {block:Caption}{Caption}{/block:Caption}
  306. {/block:IfShowCaptions}{/block:IndexPage}
  307. <!-- permalink --> {block:IndexPage}
  308.  
  309. <!-- /permalink --> {/block:IndexPage}
  310. </div>
  311. {/block:Audio}
  312.  
  313. {block:Answer}
  314. <div class="text answer">
  315. <div class="response">
  316. <p class="question">{Question}</p>
  317. <p>@{Asker}</p></div>
  318. {Answer}
  319. <!-- permalink --> {block:IndexPage}
  320.  
  321. <!-- /permalink --> {/block:IndexPage}
  322. </div>
  323. {/block:Answer}
  324.  
  325. {block:Photoset}
  326. <div class="photoset">
  327. <div class="box">
  328. <!-- permalink --> {block:IndexPage}
  329.  
  330. <!-- /permalink --> {/block:IndexPage}
  331. <center>{Photoset-250}</center>
  332. </div>
  333. {block:IndexPage}{block:IfShowCaptions}
  334. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  335. {/block:IfShowCaptions}{/block:IndexPage}
  336. </div>
  337. {/block:Photoset}
  338.  
  339. {block:Video}
  340. <div class="video">
  341. <div class="box">
  342. <!-- permalink --> {block:IndexPage}
  343.  
  344. <!-- /permalink --> {/block:IndexPage}
  345. <center>{Video-250}</center>
  346. </div>
  347. {block:IndexPage}{block:IfShowCaptions}
  348. {block:Caption}<div class="caption text">{Caption}</div>{/block:Caption}
  349. {/block:IfShowCaptions}{/block:IndexPage}
  350. </div>
  351. {/block:Video}
  352.  
  353. {block:Photo}
  354. <div class="photo">
  355. <div class="box">
  356. <!-- permalink --> {block:IndexPage}
  357.  
  358. <!-- /permalink --> {/block:IndexPage}
  359. {block:IndexPage}
  360. <a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="100%"/></a>
  361. {/block:IndexPage}
  362. {block:PermalinkPage}
  363. {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/>{LinkCloseTag}
  364. {/block:PermalinkPage}
  365. </div>
  366. {block:IndexPage}{block:IfShowCaptions}
  367. {block:Caption}<div class="caption text">{Caption}</div>{/block:Caption}
  368. {/block:IfShowCaptions}{/block:IndexPage}
  369. </div>
  370. {/block:Photo}
  371.  
  372. {block:IfShowTags}{block:IndexPage}{block:HasTags}
  373. <div class="tagged"><p>{lang:Tagged}: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</p></div>
  374. {/block:HasTags}{/block:IndexPage}{/block:IfShowTags}
  375.  
  376. {block:PermalinkPage}
  377. <div id="post-info" class="text">
  378. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  379. {block:HasTags}
  380. <p class="tagged">{lang:Tagged}: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</p>
  381. {/block:HasTags}
  382. <p class="post-info-data">
  383. {block:Date}{12Hour}:{Minutes}:{Seconds} @ {MonthNumber}/{DayOfMonth}/{Year}<br/>{/block:Date}
  384. {block:NoteCount}{NoteCountWithLabel}<br />{/block:NoteCount}{block:RebloggedFrom}
  385. Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br/>Posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>{block:RebloggedFrom}</p>
  386. {block:PostNotes}
  387. {PostNotes}
  388. {/block:PostNotes}
  389. </div>
  390. {/block:PermalinkPage}
  391.  
  392. </div> <!-- end single post -->
  393. {block:ContentSource}
  394. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  395. {/block:ContentSource}
  396. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  397. {/block:Posts}
  398. </div> <!-- end content -->
  399. <div class="loading"></div>
  400. </div> <!-- end containing div -->
  401. {block:IndexPage}{block:IfInfiniteScroll}
  402. {block:Pagination}<ul id="pagination">
  403. {block:PreviousPage}
  404. <li><a href="{PreviousPage}"></a></li>
  405. {/block:PreviousPage}
  406. {block:JumpPagination length="5"}
  407. {block:CurrentPage}
  408. <li><span class="current_page numbersNav"><strong>{PageNumber}</strong></span></li>
  409. {/block:CurrentPage}
  410. {block:JumpPage}
  411. <li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
  412. {/block:JumpPage}
  413. {/block:JumpPagination}
  414. {block:NextPage}
  415. <li><a id="nextPage" href="{NextPage}"></a></li>
  416. {/block:NextPage}
  417. </ul>{/block:Pagination}
  418. <script type="text/javascript">
  419. $(window).load(function () {
  420. var $content = $('#content');
  421. $content.infinitescroll({
  422. navSelector : '#pagination',
  423. nextSelector : '#pagination a#nextPage',
  424. itemSelector : '.post, .loading',
  425. loading: {
  426. finishedMsg: '',
  427. img: 'http://static.tumblr.com/uiqhh9x/amsm48v4p/add.gif'
  428. },
  429. bufferPx : 200,
  430. debug : false,
  431. });
  432. });
  433. </script>
  434. {/block:IfInfiniteScroll}
  435. {/block:IndexPage}
  436. {block:IfToTopButton}
  437. <script type="text/javascript">
  438. $(document).ready(function() {
  439. /*
  440. var defaults = {
  441. containerID: 'toTop', // fading element id
  442. containerHoverID: 'toTopHover', // fading element hover id
  443. scrollSpeed: 1200,
  444. easingType: 'linear'
  445. };
  446. */
  447.  
  448. $().UItoTop({ easingType: 'easeOutQuart' });
  449.  
  450. });
  451. </script>
  452. <a href="#" id="toTop" style="display: none; "><span id="toTopHover"></span>To Top</a>
  453. {/block:IfToTopButton}
  454. </body>
  455. <div id="03" class="popup_block">
  456.  
  457. <br><center>
  458.  
  459. <a href="/">home</a> / <a href="/ask">message</a> / <a href="/submit">submit</a> / <a href="/archive">history</a> <div>
  460.  
  461. {block:iflink1}<a class="menu-link" href="{text:link 1 url}">{text:link 1}</a> / {/block:iflink1}
  462. {block:iflink2}<a class="menu-link" href="{text:link 2 url}">{text:link 2}</a> / {/block:iflink2}
  463. {block:iflink3}<a class="menu-link" href="{text:link 3 url}">{text:link 3}</a> / {/block:iflink3}
  464. {block:iflink4}<a class="menu-link" href="{text:link 4 url}">{text:link 4}</a>{/block:iflink4} <div>
  465. {block:iflink5}<a class="menu-link" href="{text:link 5 url}">{text:link 5}</a> / {/block:iflink5}
  466. {block:iflink6}<a class="menu-link" href="{text:link 6 url}">{text:link 6}</a> / {/block:iflink6}
  467.  
  468.  
  469.  
  470. <a href="http://lingerae.tumblr.com">theme</a>
  471. </center>
  472. </div></div></div></div></div></div></div></div></div></div>
  473.  
  474. <div class="nom"><div style="top:25px; right:2px; position:fixed; opacity:1;"><a href="http://lingerae.tumblr.com/"><img src="http://static.tumblr.com/0lbtirv/Rddmcewz3/haha.png"></a></div><div class="nom"><div style="bottom:2px; left:2px; position:fixed; opacity:0.8;"><div class="nom"><div style="bottom:2px; left:2px; position:fixed; opacity:0.8;"><a href="http://lingerae.tumblr.com/"><img src="http://i1320.photobucket.com/albums/u529/emwagggs/crownwatermark_zpsed10fb66.png"></a>
  475. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement