Advertisement
skyrimthemes

Theme - White Noise

Sep 23rd, 2014
4,785
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.32 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <title>{Title}</title>
  6. <link rel="shortcut icon" href="{Favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. {block:Description}
  9. <meta name="description" content="{MetaDescription}" />
  10. {/block:Description}
  11.  
  12. <meta name="image:sidebar image" content="">
  13. <meta name="image:navigation image" content="">
  14. <meta name="text:link 1 url" content="">
  15. <meta name="text:link 1 name" content="">
  16. <meta name="text:link 2 url" content="">
  17. <meta name="text:link 2 name" content="">
  18. <meta name="text:link 3 url" content="">
  19. <meta name="text:link 3 name" content="">
  20. <meta name="text:link 4 url" content="">
  21. <meta name="text:link 4 name" content="">
  22. <meta name="text:link 5 url" content="">
  23. <meta name="text:link 5 name" content="">
  24. <meta name="text:link 6 url" content="">
  25. <meta name="text:link 6 name" content="">
  26. <meta name="text:link 7 url" content="">
  27. <meta name="text:link 7 name" content="">
  28. <meta name="text:faq text" content="place your basic faq info here. if you have basic html knowledge and want to edit your faq further, venture into the code, and good luck with it! if this doesn't work, please message me at skyrim themes.">
  29. <meta name="text:second description" content="this is the description that turns up in your navigation. it looks better if you fill it up tbh but whatever you do, have fun with it. also, again, if you want to edit the code further, then just go in to the html. only recommended if you actually have basic html knowledge. also, if you want more links, you can go in and edit the code.">
  30.  
  31. <!--pushy things like annoying chicks who are pushy-->
  32.  
  33. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  34. <script>
  35. $(document).ready(function(){
  36. $(".messageclick").click(function(){
  37. $(".closed").toggleClass("open");
  38. });
  39. });
  40. </script>
  41. <script>
  42. $(document).ready(function(){
  43. $(".naviclick").click(function(){
  44. $(".shut").toggleClass("up");
  45. });
  46. });
  47. </script>
  48.  
  49. <link href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  50.  
  51. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  52.  
  53. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  54.  
  55. <script>
  56.  
  57. (function($){
  58.  
  59. $(document).ready(function(){
  60.  
  61. $("a[title]").style_my_tooltips({
  62.  
  63. tip_follows_cursor:true,
  64.  
  65. tip_delay_time:30,
  66.  
  67. tip_fade_speed:300,
  68.  
  69. attribute:"title"
  70.  
  71. });
  72.  
  73. });
  74.  
  75. })(jQuery);
  76.  
  77. </script>
  78.  
  79. <style type="text/css">
  80.  
  81. /*pop up*/
  82.  
  83. .popup_block{
  84. display:none;
  85. background-image:url(http://media.tumblr.com/fd546ac5959670ae66b537b9b03030bf/tumblr_inline_n27kqjgCJE1rh7826.gif);
  86. background-attachment:fixed;
  87. background-repeat:repeat;
  88. padding:20px;
  89. float:left;
  90. position:fixed;
  91. top:50%;left:50%;
  92. text-align:center;
  93. z-index: 99999999999999999999999999999999;}
  94.  
  95. img.btn_close {float: right;margin: -20 -20px 0 0;}
  96. *html #fade {position: absolute;}
  97. *html .popup_block {position: absolute;}
  98. #fade {display:none;
  99. background-image:url(http://media.tumblr.com/fd546ac5959670ae66b537b9b03030bf/tumblr_inline_n27kqjgCJE1rh7826.gif);
  100. background-attachment:fixed;
  101. background-repeat:repeat;position:fixed;left:0;top:0;
  102. width:100%;height:100%;z-index:9999999999999;}
  103.  
  104. /*tooltips*/
  105.  
  106. #s-m-t-tooltip{
  107. font-size:10px;
  108. position:absolute;
  109. margin-top: 20px;
  110. margin-left:20px;
  111. font-weight:bold;
  112. z-index:999999999999999999999999999999999999999999999;
  113. background:#000;
  114. padding:3px;
  115. color:#fff;
  116. text-transform:uppercase;
  117. font-family:consolas;
  118. padding:2px 3px 2px 3px;
  119. -webkit-transition:all 0.3s;
  120. -moz-transition:all 0.3s;
  121. -ms-transition:all 0.3s;
  122. -o-transition:all 0.3s;
  123. transition:all 0.3s;
  124. }
  125.  
  126. /*scrollbar*/
  127.  
  128. ::-webkit-scrollbar { left:0; width: 5px; height: 5px; background:#000; }
  129. ::-webkit-scrollbar-thumb { background-color:#fff;border:1px solid #000; }
  130.  
  131. body {
  132. font: 10px consolas;
  133. color:#000;
  134. background-image:url(http://media.tumblr.com/fd546ac5959670ae66b537b9b03030bf/tumblr_inline_n27kqjgCJE1rh7826.gif);
  135. background-attachment:fixed;
  136. background-repeat:repeat;
  137. text-align:justify;
  138. }
  139.  
  140. a {
  141. color:#000;
  142. text-decoration:none;
  143. -webkit-transition:all 0.5s;
  144. -moz-transition:all 0.5s;
  145. -ms-transition:all 0.5s;
  146. -o-transition:all 0.5s;
  147. transition:all 0.5s;
  148. }
  149.  
  150. a:hover {
  151. color:#aaa;
  152. -webkit-transition:all 0.5s;
  153. -moz-transition:all 0.5s;
  154. -ms-transition:all 0.5s;
  155. -o-transition:all 0.5s;
  156. transition:all 0.5s;
  157. }
  158.  
  159. blockquote {
  160. margin-right:5px;
  161. border-right:1px solid #000;
  162. padding-right:5px;
  163. }
  164.  
  165. /*container*/
  166.  
  167. #mrking {
  168. width:600px;
  169. left:50%;
  170. position:absolute;
  171. margin-left:-300px;
  172. margin-top:120px;
  173. z-index:9;
  174. }
  175.  
  176. #sbar {
  177. width:150px;
  178. height:auto;
  179. float:right;
  180. margin-left:50px;
  181. position:fixed;
  182. display:inline-block;
  183. }
  184.  
  185. #cutay {
  186. width:100px;
  187. height:100px;
  188. padding-right:50px;
  189. float:left;
  190. display:block;
  191. margin-bottom:10px;
  192. }
  193.  
  194. #cutay img {
  195. border-radius:50%;
  196. width:100px;
  197. height:100px;
  198. }
  199.  
  200. #txtme {
  201. display:block;
  202. width:150px;
  203. font-size:12px;
  204. margin-top:10px;
  205. text-transform:uppercase;
  206. letter-spacing:1px;
  207. text-align:left;
  208. }
  209.  
  210. #destxt {
  211. font-size:9px;
  212. width:150px;
  213. text-transform:uppercase;
  214. letter-spacing:1px;
  215. }
  216.  
  217. .posts {
  218. width:400px;
  219. float:left;
  220. text-align:right;
  221. }
  222.  
  223. #cr {
  224. font: 10px consolas;
  225. font-weight:bold;
  226. position: fixed;
  227. background-color:#fff;
  228. border:1px solid #000;
  229. width:13px;
  230. height:13px;
  231. bottom: 7px;
  232. padding:2px;
  233. right: 7px;
  234. z-index: 10;
  235. text-align:center;
  236. overflow:hidden;
  237. -webkit-transition:all 0.7s ease-in-out;
  238. -moz-transition:all 0.7s ease-in-out;
  239. transition:all 0.7s ease-in-out;
  240. }
  241.  
  242. #cr a {
  243. color:#fff;
  244. font-size:10px;
  245. font-weight:bold;
  246. text-decoration: none;
  247. }
  248.  
  249. #cr:hover {
  250. width:100px;
  251. -webkit-transition:all 0.7s ease-in-out;
  252. -moz-transition:all 0.7s ease-in-out;
  253. transition:all 0.7s ease-in-out;
  254. }
  255.  
  256. #cr:hover a {
  257. color:#000;
  258. }
  259.  
  260. #updatestxt1 {
  261. margin-bottom:10px;
  262. color:#fff;
  263. text-transform:uppercase;
  264. font-size:10px;
  265. width:180px;
  266. padding:10px;
  267. background-color:#000;
  268. letter-spacing:1px;
  269. }
  270.  
  271. .postswrap1 {
  272. width:400px;
  273. overflow:hidden;
  274. margin-bottom:100px;
  275. position:relative;
  276. }
  277.  
  278. .postswrap2 {
  279. width:400px;
  280. position:relative;
  281. }
  282.  
  283. #title {
  284. width:380px;
  285. background-color:#000;
  286. padding:10px;
  287. text-align:center;
  288. text-transform:uppercase;
  289. letter-spacing:1px;
  290. font-size:12px;
  291. color:#fff;
  292. }
  293.  
  294. #title a {
  295. color:#fff;
  296. }
  297.  
  298. #quote {
  299. width:380px;
  300. background-color:#000;
  301. padding:10px;
  302. text-align:center;
  303. font-size:11px;
  304. color:#fff;
  305. }
  306.  
  307. #confucius {
  308. margin-top:10px;
  309. text-align:center;
  310. }
  311.  
  312. #audio {
  313. width:380px;
  314. text-align:right;
  315. padding:10px;
  316. background-color:#000;
  317. height:auto;
  318. letter-spacing:1px;
  319. line-height:15px;
  320. margin-bottom:10px;
  321. -webkit-transition:all 0.5s;
  322. -moz-transition:all 0.5s;
  323. -ms-transition:all 0.5s;
  324. -o-transition:all 0.5s;
  325. transition:all 0.5s;
  326. }
  327.  
  328. #play-wrap {
  329. position:absolute;
  330. background-color:#fff;
  331. width:30px;
  332. height:30px;
  333. margin-top:15px;
  334. margin-left:15px;
  335. opacity:0;
  336. }
  337.  
  338. #play {
  339. width:25px;
  340. height:30px;
  341. overflow:hidden;
  342. float:left;
  343. margin-top:2px;
  344. margin-left:2px;
  345. }
  346.  
  347. #audio:hover #play-wrap {
  348. opacity:8;
  349. -webkit-transition:all 0.5s;
  350. -moz-transition:all 0.5s;
  351. -ms-transition:all 0.5s;
  352. -o-transition:all 0.5s;
  353. transition:all 0.5s;
  354. }
  355.  
  356. #pause {
  357. width:60px;
  358. height:60px;
  359. display:inline-block;
  360. }
  361.  
  362. #pause img {
  363. width:60px;
  364. height:60px;
  365. }
  366.  
  367. #trackname {
  368. display:inline-block;
  369. width:310px;
  370. color:#fff;
  371. overflow:hidden;
  372. font-size:10px;
  373. text-transform:uppercase;
  374. height:60px;
  375. margin-left:5px;
  376. float:right;
  377. }
  378.  
  379. #trackname a { color:#fff; }
  380.  
  381. #talkbubble
  382. {
  383. position: relative;
  384. width: 380px;
  385. color:#fff;
  386. height:auto;
  387. padding: 10px;
  388. background-color:#000;
  389. }
  390.  
  391. #talkbubble:after
  392. {
  393. content: '';
  394. position: absolute;
  395. border-style: solid;
  396. border-width: 16px 11px 0;
  397. border-color: #000 transparent;
  398. display: block;
  399. width: 0;
  400. z-index: 1;
  401. bottom: -16px;
  402. left: 15px;
  403. }
  404.  
  405. #ask-icon {
  406. float:left;
  407. position:absolute;
  408. margin-left:0;
  409. margin-top:0;
  410. }
  411.  
  412. #ask-icon img {
  413. width:30px;
  414. height:30px;
  415. border-radius:50%;
  416. }
  417.  
  418. #asker {
  419. width:340px;
  420. height:15px;
  421. text-align:left;
  422. border-bottom:1px solid #fff;
  423. overflow:hidden;
  424. padding-left:40px;
  425. font-size:10px;
  426. text-transform:uppercase;
  427. letter-spacing:1px;
  428. }
  429.  
  430. #asker a {
  431. color:#fff;
  432. }
  433.  
  434. #question {
  435. width:380px;
  436. text-align:left;
  437. margin-top:16px;
  438. }
  439.  
  440. #info {
  441. opacity:0;
  442. width:400px;
  443. -webkit-transition:all 0.5s;
  444. -moz-transition:all 0.5s;
  445. -ms-transition:all 0.5s;
  446. -o-transition:all 0.5s;
  447. transition:all 0.5s;
  448. }
  449.  
  450. .postswrap1:hover #info {
  451. opacity:1;
  452. -webkit-transition:all 0.5s;
  453. -moz-transition:all 0.5s;
  454. -ms-transition:all 0.5s;
  455. -o-transition:all 0.5s;
  456. transition:all 0.5s;
  457. }
  458.  
  459. #info a {
  460. text-decoration:none;
  461. padding:5px;
  462. text-transform:uppercase;
  463. letter-spacing:1px;
  464. color:#000;
  465. }
  466.  
  467. .postswrap1:hover .perma_hold {opacity:1;}
  468. .postswrap1:hover .perma-link { margin-left:0; }
  469. .postswrap1:hover .perma-tags { margin-right:10px; }
  470. .perma_hold {
  471. width:400px;
  472. height:100%;
  473. top:0px;
  474. left:0;
  475. overflow:hidden;
  476. position:absolute;
  477. opacity:0;
  478. z-index:9999;
  479. background:rgba(255,255,255,0.7);
  480. transition:0.6s ease;
  481. -o-transition:0.6s ease;
  482. -moz-transition:0.6s ease;
  483. -webkit-transition:0.6s ease;
  484. }
  485.  
  486. .perma {
  487. top:40%;
  488. position:relative;
  489. text-align:center;
  490. text-transform:uppercase;
  491. }
  492.  
  493. .perma-link {
  494. transition:0.6s ease;
  495. -o-transition:0.6s ease;
  496. -moz-transition:0.6s ease;
  497. -webkit-transition:0.6s ease;
  498. margin-left:-250px;
  499. font-size:14px;
  500. }
  501.  
  502. .perma-link a {
  503. padding:10px;
  504. width:auto;
  505. border:1px solid #000;
  506. }
  507.  
  508. .perma-tags {
  509. transition:0.6s ease;
  510. -o-transition:0.6s ease;
  511. -moz-transition:0.6s ease;
  512. -webkit-transition:0.6s ease;
  513. margin-right:-250px;
  514. font-size:9px;
  515. padding-left:10px;
  516. padding-right:10px;
  517. margin-top:20px;
  518. }
  519.  
  520. .perma-tags a {
  521. margin-left:3px;
  522. margin-right:3px;
  523. display:inline-block;
  524. }
  525.  
  526. #linkles {
  527. margin-top:5px;
  528. width:150px;
  529. overflow:hidden;
  530. padding-bottom:20px;
  531. -webkit-transition:all 0.5s;
  532. -moz-transition:all 0.5s;
  533. -ms-transition:all 0.5s;
  534. -o-transition:all 0.5s;
  535. transition:all 0.5s;
  536. }
  537.  
  538. #linkles a {
  539. color:#000;
  540. text-transform:uppercase;
  541. letter-spacing:1px;
  542. cursor:pointer;
  543. }
  544.  
  545. #messageme {
  546. width:380px;
  547. background-color:#000;
  548. padding:10px;
  549. left:50%;
  550. margin-left:-200px;
  551. color:#fff;
  552. position:fixed;
  553. z-index:9999999;
  554. overflow:hidden;
  555. text-align:left;
  556. }
  557.  
  558. .closed {
  559. bottom:-500px;
  560. -webkit-transition:all 0.5s;
  561. -moz-transition:all 0.5s;
  562. -ms-transition:all 0.5s;
  563. -o-transition:all 0.5s;
  564. transition:all 0.5s;
  565. }
  566.  
  567. .open {
  568. bottom:0px;
  569. -webkit-transition:all 0.5s;
  570. -moz-transition:all 0.5s;
  571. -ms-transition:all 0.5s;
  572. -o-transition:all 0.5s;
  573. transition:all 0.5s;
  574. }
  575.  
  576. #messageme iframe {
  577. margin-top:10px;
  578. }
  579.  
  580. #navime {
  581. height:100%;
  582. background-color:#000;
  583. padding:10px;
  584. width:200px;
  585. top:0;
  586. position:fixed;
  587. }
  588.  
  589. .shut {
  590. right:-300px;
  591. -webkit-transition:all 0.5s;
  592. -moz-transition:all 0.5s;
  593. -ms-transition:all 0.5s;
  594. -o-transition:all 0.5s;
  595. transition:all 0.5s;
  596. }
  597.  
  598. .up {
  599. right:0;
  600. -webkit-transition:all 0.5s;
  601. -moz-transition:all 0.5s;
  602. -ms-transition:all 0.5s;
  603. -o-transition:all 0.5s;
  604. transition:all 0.5s;
  605. }
  606.  
  607. #navime a {
  608. width:180px;
  609. padding:10px;
  610. display:block;
  611. text-decoration:none;
  612. color:#fff;
  613. text-transform:uppercase;
  614. -webkit-transition:all 0.5s;
  615. -moz-transition:all 0.5s;
  616. -ms-transition:all 0.5s;
  617. -o-transition:all 0.5s;
  618. transition:all 0.5s;
  619. }
  620.  
  621. #navime a:hover {
  622. background-color:#fff;
  623. color:#000;
  624. -webkit-transition:all 0.5s;
  625. -moz-transition:all 0.5s;
  626. -ms-transition:all 0.5s;
  627. -o-transition:all 0.5s;
  628. transition:all 0.5s;
  629. }
  630.  
  631. .txtme {
  632. color:#fff;
  633. padding-bottom:10px;
  634. text-align:justify;
  635. }
  636.  
  637. .txtme a {
  638. color:#fff;
  639. text-decoration:underline;
  640. width:auto;
  641. padding:0;
  642. display:inline-block;
  643. text-transform:normal;
  644. }
  645.  
  646. .phto1 {
  647. width:100px;
  648. height:100px;
  649. padding-bottom:10px;
  650. margin-left:50px;
  651. }
  652.  
  653. .phto1 img {
  654. width:100px;
  655. height:100px;
  656. border-radius:50%;
  657. -webkit-transition:all 0.5s;
  658. -moz-transition:all 0.5s;
  659. -ms-transition:all 0.5s;
  660. -o-transition:all 0.5s;
  661. transition:all 0.5s;
  662. }
  663.  
  664. #pagination {
  665. margin-bottom:50px;
  666. width:400px;
  667. padding-bottom:100px;
  668. }
  669.  
  670. #pagination a {
  671. text-decoration:none;
  672. text-transform:uppercase;
  673. letter-spacing:1px;
  674. color:#000;
  675. }
  676.  
  677. ol.notes {
  678. list-style-type: none;
  679. padding:3px;
  680. padding-top:30px;
  681. }
  682.  
  683. ol.notes img { display:none }
  684.  
  685. ol.notes a { text-decoration:none; }
  686.  
  687. </style>
  688.  
  689. </head>
  690. <body>
  691.  
  692. <div id="mrking">
  693.  
  694. <div class="posts">{block:posts}<div class="postswrap1">
  695.  
  696. {block:IndexPage}<div class="perma_hold"><div class="perma"><div class="perma-link"><a href="{Permalink}">{NoteCountWithLabel}</a></div>{block:hastags}<div class="perma-tags">filed under:<br> {block:tags}<a href="{tagurl}">#{tag}</a>{/block:tags}</div>{/block:hastags}</div></div>{/block:IndexPage}
  697.  
  698. <div class="postswrap2">
  699.  
  700. {block:Text}{block:Title}<div id="title">{Title}</div>{/block:Title}<p style="font-weight:lighter">{Body}</p>{/block:Text}
  701.  
  702. {block:Photo}<div id="photo2">{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}" />{LinkCloseTag}</div>{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Photo}
  703.  
  704. {block:Panorama}{LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}" />{LinkCloseTag}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Panorama}
  705.  
  706. {block:Photoset}{Photoset-400}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Photoset}
  707.  
  708. {block:Quote}<div id="quote">"{Quote}"</div><div id="confucius">{block:Source}{Source}{/block:Source}</div>{/block:Quote}
  709.  
  710. {block:Link}<div id="title"><a href="{URL}" {Target}>{Name} &#8594;</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
  711.  
  712. {block:Chat}{block:Title}<div id="title">{Title}</div>{/block:Title}<div id="chlines">{block:Lines}<div id="{Alt}">{block:Label}<span id="label" style="font-weight:bold" id="label">{Label}</span>{/block:Label} <span id="line">{Line}</span></div>{/block:Lines}</div>{/block:Chat}
  713.  
  714. {block:Video}{Video-400}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Video}
  715.  
  716. {block:Audio}<div id="audio">{block:AudioPlayer}{block:AlbumArt}<div id="pause"><div id="play-wrap"><div id="play">{AudioPlayerWhite}</div></div><img src="{AlbumArtURL}"></div>{/block:AlbumArt}{/block:AudioPlayer}{block:TrackName}<div id="trackname">{TrackName}<br>{block:Artist}{Artist}{/block:Artist}<br>{block:Album}{Album}{/block:Album}<br>{block:PlayCount}{PlayCount}{/block:PlayCount}</div>{/block:TrackName}</div>{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Audio}
  717.  
  718. {block:Answer}<div id="coverme"><div id="talkbubble"><div id="ask-icon"><img src="{AskerPortraitURL-30}"></div><div id="asker">{Asker} asked:</div><div id="question">{question}</div></div></div><div id="answer"><br>{Answer}</div>{/block:Answer}
  719.  
  720. {block:permalinkpage}{block:Date}<div id="info"><a href="{Permalink}" font-weight"bold" style="float:left">{DayOfWeek} {DayOfMonth}</a>{block:NoteCount}<a href="{Permalink}" style="float:left">{NoteCount}</a>{/block:NoteCount}<a href="{ReblogURL}" target="_blank" style="float:right;">reblog</a>{block:RebloggedFrom}<a title="{ReblogParentName}" href="{ReblogParentURL}" style="float:right">via</a>{/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}" title="{SourceTitle}" style="float:right">source</a>{/block:ContentSource}</div>{/block:Date}{/block:permalinkpage}
  721.  
  722. </div>
  723.  
  724. {block:PostNotes}{PostNotes}{/block:PostNotes}
  725.  
  726. </div>{/block:posts}
  727.  
  728. {block:Pagination}<div id="pagination">{block:PreviousPage}<a href="{PreviousPage}" style="float:left">&larr; previous</a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}" style="float:right">next &rarr;</a>{/block:NextPage}</div>{/block:Pagination}
  729.  
  730. </div>
  731.  
  732. <div id="sbar"><div id="cutay"><a href="/"><img src="{image:sidebar image}"></a></div><div id="txtme">{title}</div><div id="destxt">{description}</div><div id="linkles"><a href="/">home</a> <a class="messageclick">contact</a> <a class="naviclick">navigation</a> <a href="{text:link 1 url}">{text:link 1 name}</a> <a href="{text:link 2 url}">{text:link 2 name}</a></div></div>
  733.  
  734. </div>
  735.  
  736. <div id="navime" class="shut"><div class="phto1"><img src="{image:navigation image}"></div><div class="txtme">{text:second description}</div><a href="{text:link 3 url}">{text:link 3 name}</a><a href="{text:link 4 url}">{text:link 4 name}</a><a href="{text:link 5 url}">{text:link 5 name}</a><a href="{text:link 6 url}">{text:link 6 name}</a><a href="{text:link 7 url}">{text:link 7 name}</a><a href="/archive">archive</a></div>
  737.  
  738. <div id="messageme" class="closed">{text:faq text}<iframe frameborder="0" height="240" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe></div>
  739.  
  740. <div id="cr"><a href="http://harknesses.tumblr.com">SKYRIM THEMES</a></div>
  741.  
  742. </body>
  743. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement