Advertisement
skyrimthemes

Theme - 6AM

Sep 12th, 2014
1,326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.11 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. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
  13.  
  14. <meta name="color:gradient 1" content="">
  15. <meta name="color:gradient 2" content="">
  16. <meta name="text:link 1 url" content="">
  17. <meta name="text:link 1 name" content="">
  18. <meta name="text:link 2 url" content="">
  19. <meta name="text:link 2 name" content="">
  20. <meta name="text:link 3 url" content="">
  21. <meta name="text:link 3 name" content="">
  22.  
  23. <link href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  24.  
  25. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  26.  
  27. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  28.  
  29. <script>
  30.  
  31. (function($){
  32.  
  33. $(document).ready(function(){
  34.  
  35. $("a[title]").style_my_tooltips({
  36.  
  37. tip_follows_cursor:true,
  38.  
  39. tip_delay_time:30,
  40.  
  41. tip_fade_speed:300,
  42.  
  43. attribute:"title"
  44.  
  45. });
  46.  
  47. });
  48.  
  49. })(jQuery);
  50.  
  51. </script>
  52.  
  53.  
  54. <!------ S C R I P T S! ------>
  55.  
  56. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  57. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  58. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  59.  
  60. <script type="text/javascript">
  61. $(window).load(function(){
  62. var $wall = $('.posts');
  63. $wall.imagesLoaded(function(){
  64. $wall.masonry({
  65. itemSelector: '.postswrap1',
  66. isAnimated : true
  67. });
  68. });
  69. $wall.infinitescroll({
  70. navSelector : "div#navigation",
  71. nextSelector : "div#navigation a#nextPage",
  72. itemSelector : '#post',
  73. loadingImg : "",
  74. loadingText : " ",
  75. donetext : " ",
  76. extraScrollPx : 0,
  77. bufferPx : 10000,
  78. debug : false,
  79. errorCallback: function() {
  80. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  81. }},
  82. function( newElements ) {
  83. var $newElems = $( newElements );
  84. $newElems.hide();
  85. $newElems.imagesLoaded(function(){
  86. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 250, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  87. });
  88. }); $('.posts').show(500);
  89. });
  90. </script>
  91.  
  92. <script language="JavaScript">
  93. function function1(){
  94. window.scrollTo(0,5);
  95. }
  96. function function2(){
  97. window.scroll(0,2);
  98. }
  99. </script>
  100. <!---- end masonry scripts -->
  101.  
  102. <style type="text/css">
  103.  
  104. /*pop up*/
  105.  
  106. .popup_block{
  107. display:none;
  108. background:#000;
  109. color:#fff;
  110. float:left;
  111. position:fixed;
  112. margin-left:auto;
  113. margin-right:auto;
  114. left:50%;
  115. top:50%;
  116. padding-bottom:10px;
  117. text-align:center;
  118. z-index: 99999999999999999999999999999999;}
  119.  
  120. img.btn_close {float: right;margin: -20 -20px 0 0;}
  121. *html #fade {position: absolute;}
  122. *html .popup_block {position: absolute;}
  123. #fade {display:none;background:transparent;position:fixed;left:0;top:0;
  124. width:100%;height:100%;z-index:999999;}
  125.  
  126. /*tooltips*/
  127.  
  128. #s-m-t-tooltip{
  129. font-size:10px;
  130. position:absolute;
  131. margin-top: 20px;
  132. margin-left:20px;
  133. font-weight:bold;
  134. z-index:999999999999999999999999999999999999999999999;
  135. background:#000;
  136. padding:3px;
  137. color:#fff;
  138. text-transform:uppercase;
  139. font-family:consolas;
  140. padding:2px 3px 2px 3px;
  141. -webkit-transition:all 0.3s;
  142. -moz-transition:all 0.3s;
  143. -ms-transition:all 0.3s;
  144. -o-transition:all 0.3s;
  145. transition:all 0.3s;
  146. }
  147.  
  148. /*scrollbar*/
  149.  
  150. ::-webkit-scrollbar { left:0; width: 5px; height: 5px; background:#000; }
  151. ::-webkit-scrollbar-thumb { background-color:#fff;border:1px solid #000; }
  152.  
  153. body {
  154. font: 10px consolas;
  155. color:#000;
  156. background-image: -webkit-gradient(
  157. linear,
  158. left bottom,
  159. right bottom,
  160. color-stop(0, {color:gradient 1}),
  161. color-stop(1, {color:gradient 2})
  162. );
  163. background-image: -o-linear-gradient(right, {color:gradient 1} 0%, {color:gradient 2} 100%);
  164. background-image: -moz-linear-gradient(right, {color:gradient 1} 0%, {color:gradient 2} 100%);
  165. background-image: -webkit-linear-gradient(right, {color:gradient 1} 0%, {color:gradient 2} 100%);
  166. background-image: -ms-linear-gradient(right, {color:gradient 1} 0%, {color:gradient 2} 100%);
  167. background-image: linear-gradient(to right, {color:gradient 1} 0%, {color:gradient 2} 100%);
  168. text-align:justify;
  169. }
  170.  
  171. a {
  172. color:#000;
  173. text-decoration:none;
  174. -webkit-transition:all 0.5s;
  175. -moz-transition:all 0.5s;
  176. -ms-transition:all 0.5s;
  177. -o-transition:all 0.5s;
  178. transition:all 0.5s;
  179. }
  180.  
  181. a:hover {
  182. color:#aaa;
  183. -webkit-transition:all 0.5s;
  184. -moz-transition:all 0.5s;
  185. -ms-transition:all 0.5s;
  186. -o-transition:all 0.5s;
  187. transition:all 0.5s;
  188. }
  189.  
  190. blockquote {
  191. margin-left:5px;
  192. border-left:1px solid #000;
  193. padding-left:5px;
  194. }
  195.  
  196. .header {
  197. width:100%;
  198. height:auto;
  199. padding:20px;
  200. z-index:99999999;
  201. top:0;
  202. left:0;
  203. position:fixed;
  204. background-image: -webkit-gradient(
  205. linear,
  206. left bottom,
  207. right bottom,
  208. color-stop(0, {color:gradient 2}),
  209. color-stop(1, {color:gradient 1})
  210. );
  211. background-image: -o-linear-gradient(right, {color:gradient 2} 0%, {color:gradient 1} 100%);
  212. background-image: -moz-linear-gradient(right, {color:gradient 2} 0%, {color:gradient 1} 100%);
  213. background-image: -webkit-linear-gradient(right, {color:gradient 2} 0%, {color:gradient 1} 100%);
  214. background-image: -ms-linear-gradient(right, {color:gradient 2} 0%, {color:gradient 1} 100%);
  215. background-image: linear-gradient(to right, {color:gradient 2} 0%, {color:gradient 1} 100%);
  216. }
  217.  
  218. .header-tit {
  219. font-size:23px;
  220. text-transform:uppercase;
  221. float:left;
  222. letter-spacing:1px;
  223. font-style:italic;
  224. }
  225.  
  226. .header-desc {
  227. font-size:11px;
  228. float:left;
  229. width:550px;
  230. margin-left:50px;
  231. height:23px;
  232. overflow:hidden;
  233. text-transform:uppercase;
  234. letter-spacing:1px;
  235. }
  236.  
  237. .header-links {
  238. margin-left:50px;
  239. float:left;
  240. padding-top:3px;
  241. font-size:17px;
  242. text-transform:uppercase;
  243. letter-spacing:1px;
  244. }
  245.  
  246. .header-links a {
  247. margin-right:30px;
  248. }
  249.  
  250. .header-wrap {
  251. float:right;
  252. padding-right:50px;
  253. }
  254.  
  255. .posts {
  256. width:1100px;
  257. left:50%;
  258. margin-left:-550px;
  259. margin-top:120px;
  260. z-index:1;
  261. }
  262.  
  263. .postswrap1 {
  264. width:420px;
  265. background-color:#fff;
  266. {block:indexpage}
  267. float:left;
  268. margin:50px;
  269. {/block:indexpage}
  270. box-shadow:5px 5px rgba(0,0,0,0.2);
  271. }
  272.  
  273. .postswrap2 {
  274. position:relative;
  275. width:400px;
  276. padding:10px;
  277. }
  278.  
  279. #title {
  280. width:380px;
  281. background-image: -webkit-gradient(
  282. linear,
  283. left bottom,
  284. right bottom,
  285. color-stop(0, {color:gradient 2}),
  286. color-stop(1, {color:gradient 1})
  287. );
  288. background-image: -o-linear-gradient(right, {color:gradient 2} 0%, {color:gradient 1} 100%);
  289. background-image: -moz-linear-gradient(right, {color:gradient 2} 0%, {color:gradient 1} 100%);
  290. background-image: -webkit-linear-gradient(right, {color:gradient 2} 0%, {color:gradient 1} 100%);
  291. background-image: -ms-linear-gradient(right, {color:gradient 2} 0%, {color:gradient 1} 100%);
  292. background-image: linear-gradient(to right, {color:gradient 2} 0%, {color:gradient 1} 100%);
  293. padding:10px;
  294. text-align:center;
  295. text-transform:uppercase;
  296. letter-spacing:1px;
  297. font-size:12px;
  298. color:#fff;
  299. }
  300.  
  301. #title a {
  302. color:#fff;
  303. }
  304.  
  305. #quote {
  306. width:380px;
  307. background-image: -webkit-gradient(
  308. linear,
  309. left bottom,
  310. right bottom,
  311. color-stop(0, {color:gradient 2}),
  312. color-stop(1, {color:gradient 1})
  313. );
  314. background-image: -o-linear-gradient(right, {color:gradient 2} 0%, {color:gradient 1} 100%);
  315. background-image: -moz-linear-gradient(right, {color:gradient 2} 0%, {color:gradient 1} 100%);
  316. background-image: -webkit-linear-gradient(right, {color:gradient 2} 0%, {color:gradient 1} 100%);
  317. background-image: -ms-linear-gradient(right, {color:gradient 2} 0%, {color:gradient 1} 100%);
  318. background-image: linear-gradient(to right, {color:gradient 2} 0%, {color:gradient 1} 100%);
  319. padding:10px;
  320. text-align:center;
  321. font-size:11px;
  322. color:#fff;
  323. }
  324.  
  325. #confucius {
  326. margin-top:10px;
  327. text-align:center;
  328. }
  329.  
  330. #label { color:{color:gradient 1};}
  331. #line { color:{color:gradient 2}; }
  332.  
  333. #audio {
  334. width:380px;
  335. text-align:right;
  336. padding:10px;background-image: -webkit-gradient(
  337. linear,
  338. left bottom,
  339. right bottom,
  340. color-stop(0, {color:gradient 2}),
  341. color-stop(1, {color:gradient 1})
  342. );
  343. background-image: -o-linear-gradient(right, {color:gradient 2} 0%, {color:gradient 1} 100%);
  344. background-image: -moz-linear-gradient(right, {color:gradient 2} 0%, {color:gradient 1} 100%);
  345. background-image: -webkit-linear-gradient(right, {color:gradient 2} 0%, {color:gradient 1} 100%);
  346. background-image: -ms-linear-gradient(right, {color:gradient 2} 0%, {color:gradient 1} 100%);
  347. background-image: linear-gradient(to right, {color:gradient 2} 0%, {color:gradient 1} 100%);
  348. height:auto;
  349. letter-spacing:1px;
  350. margin-bottom:10px;
  351. -webkit-transition:all 0.5s;
  352. -moz-transition:all 0.5s;
  353. -ms-transition:all 0.5s;
  354. -o-transition:all 0.5s;
  355. transition:all 0.5s;
  356. }
  357.  
  358. #play-wrap {
  359. position:absolute;
  360. background-color:#fff;
  361. width:30px;
  362. height:30px;
  363. margin-top:15px;
  364. margin-left:15px;
  365. opacity:0;
  366. }
  367.  
  368. #play {
  369. width:25px;
  370. height:30px;
  371. overflow:hidden;
  372. float:left;
  373. margin-top:2px;
  374. margin-left:2px;
  375. }
  376.  
  377. #audio:hover #play-wrap {
  378. opacity:8;
  379. -webkit-transition:all 0.5s;
  380. -moz-transition:all 0.5s;
  381. -ms-transition:all 0.5s;
  382. -o-transition:all 0.5s;
  383. transition:all 0.5s;
  384. }
  385.  
  386. #pause {
  387. width:60px;
  388. height:60px;
  389. display:inline-block;
  390. }
  391.  
  392. #pause img {
  393. width:60px;
  394. height:60px;
  395. }
  396.  
  397. #trackname {
  398. display:inline-block;
  399. width:310px;
  400. color:#fff;
  401. overflow:hidden;
  402. font-family:calibri;
  403. font-size:10px;
  404. text-transform:uppercase;
  405. height:60px;
  406. margin-left:5px;
  407. float:right;
  408. }
  409.  
  410. #trackname a { color:#fff; }
  411.  
  412. #talkbubble
  413. {
  414. position: relative;
  415. width: 380px;
  416. color:#fff;
  417. height:auto;
  418. padding: 10px;background-image: -webkit-gradient(
  419. linear,
  420. left bottom,
  421. right bottom,
  422. color-stop(0, {color:gradient 2}),
  423. color-stop(1, {color:gradient 1})
  424. );
  425. background-image: -o-linear-gradient(right, {color:gradient 2} 0%, {color:gradient 1} 100%);
  426. background-image: -moz-linear-gradient(right, {color:gradient 2} 0%, {color:gradient 1} 100%);
  427. background-image: -webkit-linear-gradient(right, {color:gradient 2} 0%, {color:gradient 1} 100%);
  428. background-image: -ms-linear-gradient(right, {color:gradient 2} 0%, {color:gradient 1} 100%);
  429. background-image: linear-gradient(to right, {color:gradient 2} 0%, {color:gradient 1} 100%);
  430. }
  431.  
  432. #cr {
  433. font: 10px consolas;
  434. font-weight:bold;
  435. position: fixed;
  436. background-color:transparent;
  437. border:1px solid #fff;
  438. max-width:13px;
  439. height:13px;
  440. bottom: 7px;
  441. padding:2px;
  442. right: 7px;
  443. z-index: 10;
  444. text-align:center;
  445. overflow:hidden;
  446. z-index:9999999999999999999999999;
  447. -webkit-transition:all 0.7s ease-in-out;
  448. -moz-transition:all 0.7s ease-in-out;
  449. transition:all 0.7s ease-in-out;
  450. }
  451.  
  452. #cr a {
  453. color:transparent;
  454. font-size:10px;
  455. font-weight:bold;
  456. text-decoration: none;
  457. }
  458.  
  459. #cr:hover {
  460. max-width:100px;
  461. -webkit-transition:all 0.7s ease-in-out;
  462. -moz-transition:all 0.7s ease-in-out;
  463. transition:all 0.7s ease-in-out;
  464. }
  465.  
  466. #cr:hover a {
  467. color:#fff;
  468. }
  469.  
  470. #talkbubble:after
  471. {
  472. content: '';
  473. position: absolute;
  474. border-style: solid;
  475. border-width: 16px 11px 0;
  476. border-color: {color:gradient 2} transparent;
  477. display: block;
  478. width: 0;
  479. z-index: 1;
  480. bottom: -16px;
  481. left: 15px;
  482. }
  483.  
  484. #ask-icon {
  485. float:left;
  486. position:absolute;
  487. margin-left:0;
  488. margin-top:0;
  489. }
  490.  
  491. #ask-icon img {
  492. width:30px;
  493. height:30px;
  494. border-radius:50%;
  495. }
  496.  
  497. #asker {
  498. width:340px;
  499. height:15px;
  500. border-bottom:1px solid #fff;
  501. overflow:hidden;
  502. padding-left:40px;
  503. font-size:10px;
  504. text-transform:uppercase;
  505. letter-spacing:1px;
  506. }
  507.  
  508. #asker a {
  509. color:#fff;
  510. }
  511.  
  512. #question {
  513. width:380px;
  514. margin-top:16px;
  515. }
  516.  
  517. #info {
  518. width:400px;
  519. padding:10px;
  520. margin-top:10px;
  521. height:11px;
  522. text-transform:uppercase;
  523. letter-spacing:1px;
  524. background-image: -webkit-gradient(
  525. linear,
  526. left bottom,
  527. right bottom,
  528. color-stop(0, {color:gradient 2}),
  529. color-stop(1, {color:gradient 1})
  530. );
  531. background-image: -o-linear-gradient(right, {color:gradient 2} 0%, {color:gradient 1} 100%);
  532. background-image: -moz-linear-gradient(right, {color:gradient 2} 0%, {color:gradient 1} 100%);
  533. background-image: -webkit-linear-gradient(right, {color:gradient 2} 0%, {color:gradient 1} 100%);
  534. background-image: -ms-linear-gradient(right, {color:gradient 2} 0%, {color:gradient 1} 100%);
  535. background-image: linear-gradient(to right, {color:gradient 2} 0%, {color:gradient 1} 100%);
  536. }
  537.  
  538. #info a {
  539. color:#fff;
  540. margin-right:10px;
  541. }
  542.  
  543. ol.notes {
  544. list-style-type: none;
  545. padding:3px;
  546. padding-top:30px;
  547. }
  548.  
  549. ol.notes img { display:none }
  550.  
  551. ol.notes a { text-decoration:none; }
  552.  
  553. #blocknotes {
  554. float:left;
  555. margin-left:520px;
  556. display:inline-block;
  557. background-color:#fff;
  558. width:400px;
  559. padding:10px;
  560. margin-bottom:50px;
  561. }
  562.  
  563. #notes-wrap {
  564. padding-top:0;
  565. margin-top:-20px;
  566. }
  567.  
  568. .postswrap1:hover .perma_hold {opacity:1;}
  569. .perma_hold {
  570. width:420px;
  571. height:100%;
  572. top:0px;
  573. left:0px;
  574. position:absolute;
  575. opacity:0;
  576. z-index:9999;
  577. overflow:hidden;
  578. background-color:#fff;
  579. transition:0.6s ease;
  580. -o-transition:0.6s ease;
  581. -moz-transition:0.6s ease;
  582. -webkit-transition:0.6s ease;
  583. }
  584.  
  585. .perma {
  586. top:20px;
  587. position:relative;
  588. width:380px;
  589. margin-left:20px;
  590. }
  591.  
  592. .perma a {
  593. color:#000;
  594. }
  595.  
  596. #pagination {
  597. width:100%;
  598. bottom:0;
  599. position:fixed;
  600. left:0;
  601. z-index:9999999999999999999999;
  602. background-image: -webkit-gradient(
  603. linear,
  604. left bottom,
  605. right bottom,
  606. color-stop(0, {color:gradient 2}),
  607. color-stop(1, {color:gradient 1})
  608. );
  609. background-image: -o-linear-gradient(right, {color:gradient 2} 0%, {color:gradient 1} 100%);
  610. background-image: -moz-linear-gradient(right, {color:gradient 2} 0%, {color:gradient 1} 100%);
  611. background-image: -webkit-linear-gradient(right, {color:gradient 2} 0%, {color:gradient 1} 100%);
  612. background-image: -ms-linear-gradient(right, {color:gradient 2} 0%, {color:gradient 1} 100%);
  613. background-image: linear-gradient(to right, {color:gradient 2} 0%, {color:gradient 1} 100%);
  614. margin-top:100px;
  615. }
  616.  
  617. #pagination-wrap {
  618. width:400px;
  619. padding:10px;
  620. left:50%;
  621. margin-left:auto;
  622. margin-right:auto;
  623. padding-bottom:20px;
  624. }
  625.  
  626. #pagination-wrap a {
  627. text-transform:uppercase;
  628. letter-spacing:1px;
  629. color:#fff;
  630. }
  631.  
  632. </style>
  633.  
  634. </head>
  635. <body>
  636.  
  637. <div class="header"><div class="header-wrap"><div class="header-tit">{title}</div><div class="header-desc">{description}</div><div class="header-links"><a href="/">index</a><a href="{text:link 1 url}">{text:link 1 name}</a><a href="{text:link 2 url}">{text:link 2 name}</a><a href="{text:link 3 url}">{text:link 3 name}</a></div></div></div>
  638.  
  639. <div class="posts">{block:posts}<div class="postswrap1"><div class="postswrap2">
  640.  
  641. {block:Text}{block:Title}<div id="title">{Title}</div>{/block:Title}<p style="font-weight:lighter">{Body}</p>{/block:Text}
  642.  
  643. {block:Photo}{block:IndexPage}{block:Caption}<div class="perma_hold"><div class="perma">{Caption}</div></div>{/block:Caption}{/block:IndexPage}
  644. <div id="photo2">{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}" />{LinkCloseTag}</div>{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Photo}
  645.  
  646. {block:Panorama}{block:IndexPage}{block:Caption}<div class="perma_hold"><div class="perma">{Caption}</div></div>{/block:Caption}{/block:IndexPage}{LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}" />{LinkCloseTag}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Panorama}
  647.  
  648. {block:Photoset}{block:IndexPage}{block:Caption}<div class="perma_hold"><div class="perma">{Caption}</div></div>{/block:Caption}{/block:IndexPage}{Photoset-400}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Photoset}
  649.  
  650. {block:Quote}<div id="quote">"{Quote}"</div><div id="confucius">{block:Source}{Source}{/block:Source}</div>{/block:Quote}
  651.  
  652. {block:Link}<div id="title"><a href="{URL}" {Target}>{Name} &#8594;</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
  653.  
  654. {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}
  655.  
  656. {block:Video}{Video-400}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Video}
  657.  
  658. {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}
  659.  
  660. {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}
  661.  
  662. </div>
  663.  
  664. {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;margin-right:0">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}
  665.  
  666. </div>{/block:posts}
  667. {block:PostNotes}<div id="blocknotes"><div id="title">post notes</div><div id="notes-wrap">{PostNotes}</div></div>{/block:PostNotes}
  668. </div>
  669.  
  670. {block:pagination}<div id="pagination"><div id="pagination-wrap">{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></div>{/block:pagination}
  671.  
  672. <div id="cr"><a href="http://harknesses.tumblr.com">SKYRIM THEMES</a></div>
  673.  
  674. </body>
  675. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement