Advertisement
dearcasthemes

sovereign

May 31st, 2014
5,667
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.22 KB | None | 0 0
  1. <!----© THEME BY slutjensen.tumblr.com for public use-----DON'T REMOVE CREDIT--->    
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9. <meta name="text:first box" content="" />
  10. <meta name="text:last box" content="" />
  11. <meta name="color:title" content="#ffffff"/>
  12. <meta name="color:title color background" content="#838282"/>
  13. <meta name="color:Background" content="#ffffff"/>
  14. <meta name="color:Text" content="#838282"/>
  15. <meta name="color:Link" content="#b8b8b8"/>
  16. <meta name="image:sidebar" content=""/>
  17. <meta name="image:sidebar2" content=""/>
  18.  
  19. <meta name="if:show updates" content="1" />
  20.  
  21. <meta name="text:first updates" content="" />
  22. <meta name="text:second updates" content="" />
  23. <meta name="text:third updates" content="" />
  24.  
  25. <meta name="text:Link 1" content="" />
  26. <meta name="text:Link 1 Text" content="" />
  27. <meta name="text:Link 2" content="" />
  28. <meta name="text:Link 2 Text" content="" />
  29. <meta name="text:Link 3" content="" />
  30. <meta name="text:Link 3 Text" content="" />
  31. <meta name="text:Link 4" content="" />
  32. <meta name="text:Link 4 Text" content="" />
  33. <meta name="text:Link 5" content="" />
  34. <meta name="text:Link 5 Text" content="" />
  35.  
  36. <meta name="color:first circle" content="#f7dfd9"/>
  37. <meta name="color:second circle" content="#f0bfb3"/>
  38. <meta name="color:third circle" content="#e89e8c"/>
  39.  
  40. <link href='http://fonts.googleapis.com/css?family=Megrim|Pathway+Gothic+One' rel='stylesheet' type='text/css'>
  41.  
  42. <link href='http://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'>
  43.  
  44. <link href='http://fonts.googleapis.com/css?family=Playfair+Display+SC:400,900' rel='stylesheet' type='text/css'>
  45.  
  46. <link href='http://fonts.googleapis.com/css?family=Pinyon+Script' rel='stylesheet' type='text/css'>
  47.  
  48. <style type="text/css">
  49.  
  50. {block:ifshowupdates}
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57. #destiel {
  58.  
  59.  
  60. color:#878787;
  61. z-index:3;
  62. background-color:{color:first circle};
  63. overflow:hidden;
  64. position:fixed;
  65. margin-left:10px;
  66. margin-top:1px;
  67. width: 15px;
  68. height: 15px;
  69. border:1px solid #eee;
  70. -moz-border-radius: 50px;
  71. -webkit-border-radius: 50px;
  72. -moz-transition-duration:0.5s;
  73. -webkit-transition-duration:0.5s;
  74. -o-transition-duration:0.5s;
  75. border-radius: 50px;
  76.  
  77.  
  78. }
  79.  
  80. #news:hover #destiel{
  81. opacity:1;
  82. -moz-border-radius: 50px;
  83. -webkit-border-radius: 50px;
  84. -moz-transition-duration:0.5s;
  85. -webkit-transition-duration:0.5s;
  86. -o-transition-duration:0.5s;
  87. }
  88.  
  89.  
  90.  
  91. #destiel:hover {
  92. background-color:#fff;
  93. width:100px;
  94. height:120px;
  95. -moz-transition-duration:0.5s;
  96. -webkit-transition-duration:0.5s;
  97. -o-transition-duration:0.5s;
  98. border-radius: 0px;
  99.  
  100. }
  101.  
  102.  
  103.  
  104.  
  105. #inside {
  106.  
  107. font-family:calibri;
  108. text-transform:uppercase;
  109. color:#c4c4c4;
  110. letter-spacing:1px;
  111. text-align:center;
  112. width:90px;
  113. padding-right:1px;
  114. opacity:0;
  115. position:absolute;
  116. font-size:8px;
  117. line-height:100%;
  118. padding-left:6px;
  119. -moz-transition-duration:0.5s;
  120. -webkit-transition-duration:0.5s;
  121. -o-transition-duration:0.5s;
  122. }
  123.  
  124. #destiel:hover #inside {
  125. opacity:1;
  126. -moz-transition-duration:0.5s;
  127. -webkit-transition-duration:0.5s;
  128. -o-transition-duration:0.5s;
  129. }
  130.  
  131. #news:hover #destiel{
  132. opacity:1;
  133. -moz-transition-duration:0.5s;
  134. -webkit-transition-duration:0.5s;
  135. -o-transition-duration:0.5s;
  136. }
  137.  
  138.  
  139. #destiel2 {
  140.  
  141. z-index:2;
  142. color:#878787;
  143. background-color:{color:second circle};
  144. overflow:hidden;
  145. position:fixed;
  146. margin-left:30px;
  147. margin-top:1px;
  148. width: 15px;
  149. height: 15px;
  150. border:1px solid #eee;
  151. -moz-border-radius: 50px;
  152. -webkit-border-radius: 50px;
  153. -moz-transition-duration:0.5s;
  154. -webkit-transition-duration:0.5s;
  155. -o-transition-duration:0.5s;
  156. border-radius: 50px;
  157.  
  158.  
  159. }
  160.  
  161. #destiel2:hover {
  162. background-color:#fff;
  163. width:100px;
  164. height:120px;
  165. -moz-transition-duration:0.5s;
  166. -webkit-transition-duration:0.5s;
  167. -o-transition-duration:0.5s;
  168. border-radius: 0px;
  169.  
  170. }
  171.  
  172.  
  173.  
  174.  
  175. #inside2 {
  176. font-family:calibri;
  177. text-transform:uppercase;
  178. color:#c4c4c4;
  179. letter-spacing:1px;
  180. text-align:center;
  181. width:90px;
  182. padding-right:1px;
  183. opacity:0;
  184. position:absolute;
  185. font-size:8px;
  186. line-height:100%;
  187. padding-left:6px;
  188. -moz-transition-duration:0.5s;
  189. -webkit-transition-duration:0.5s;
  190. -o-transition-duration:0.5s;
  191. }
  192.  
  193. #destiel2:hover #inside2 {
  194. opacity:1;
  195. -moz-transition-duration:0.5s;
  196. -webkit-transition-duration:0.5s;
  197. -o-transition-duration:0.5s;
  198. }
  199.  
  200. #destiel3 {
  201.  
  202. color:#878787;
  203. z-index:1;
  204. background-color:{color:third circle};
  205. overflow:hidden;
  206. position:fixed;
  207. margin-left:50px;
  208. margin-top:1px;
  209. width: 15px;
  210. height: 15px;
  211. border:1px solid #eee;
  212. -moz-border-radius: 50px;
  213. -webkit-border-radius: 50px;
  214. -moz-transition-duration:0.5s;
  215. -webkit-transition-duration:0.5s;
  216. -o-transition-duration:0.5s;
  217. border-radius: 50px;
  218.  
  219.  
  220. }
  221.  
  222. #destiel3:hover {
  223. background-color:#fff;
  224. width:100px;
  225. height:120px;
  226. -moz-transition-duration:0.5s;
  227. -webkit-transition-duration:0.5s;
  228. -o-transition-duration:0.5s;
  229. border-radius: 0px;
  230.  
  231. }
  232.  
  233.  
  234.  
  235.  
  236. #inside3 {
  237. font-family:calibri;
  238. text-transform:uppercase;
  239. color:#c4c4c4;
  240. letter-spacing:1px;
  241. text-align:center;
  242. width:90px;
  243. padding-right:1px;
  244. opacity:0;
  245. position:absolute;
  246. font-size:8px;
  247. line-height:100%;
  248. padding-left:6px;
  249. -moz-transition-duration:0.5s;
  250. -webkit-transition-duration:0.5s;
  251. -o-transition-duration:0.5s;
  252. }
  253.  
  254. #destiel3:hover #inside3 {
  255. opacity:1;
  256. -moz-transition-duration:0.5s;
  257. -webkit-transition-duration:0.5s;
  258. -o-transition-duration:0.5s;
  259. }
  260.  
  261.  
  262.  
  263. }{/block:ifshowupdates}
  264.  
  265.  
  266. *, body, a {cursor: url('http://img69.imageshack.us/img69/7673/cursorw.png'), auto;}
  267.  
  268. ::-webkit-scrollbar {
  269.  
  270. width: 4px;
  271. height: 3px; background: #FAFAFA;
  272. }
  273. ::-webkit-scrollbar-thumb {background-color:#D6D5D5; ;}
  274.  
  275.  
  276. body {
  277. background:{color:background};
  278. margin:0px;
  279. color:{color:text};
  280. font-family:Calibri;
  281. font-size:10px;
  282. line-height:100%;
  283. }
  284.  
  285. a {
  286. text-decoration:none;
  287. outline:none;
  288. -moz-outline-style:none;
  289. color:{color:link};
  290. -webkit-transition: all 0.6s ease-in-out;
  291. -moz-transition: all 0.6s ease-in-out;
  292. transition: all 0.6s ease-in-out;
  293.  
  294. }
  295.  
  296. img {
  297. border:none;
  298. }
  299.  
  300. blockquote {
  301. padding-left:5px;
  302. border-left:2px solid;
  303. }
  304.  
  305. blockquote blockquote {
  306. padding-left:5px;
  307. border-left:2px solid;
  308. }
  309.  
  310. h1 {
  311. font-size:15px;
  312. }
  313.  
  314. #entries {
  315. padding:10px;
  316. width:500px;
  317. margin-left:700px;
  318. margin-top:40px;
  319. }
  320.  
  321. #post {
  322. color:#c4c4c4;
  323. font-family:times;
  324. font-size:9px;
  325. margin-top:0px;
  326. width:500px;
  327. padding-bottom:20px;
  328. padding-top:20px;
  329.  
  330.  
  331.  
  332. }
  333.  
  334. #sidebar {
  335.  
  336. width:250px;
  337. position:fixed;
  338. margin-left:450px;
  339. margin-top:180px;
  340.  
  341. }
  342.  
  343. #title {
  344. opacity:0;
  345. font-size:17px;
  346. color:{color:title};
  347. height:15px;
  348. position:fixed;
  349. margin-top:20px;
  350. font-family: 'Playfair Display SC', 'serif';
  351. letter-spacing:5px;
  352. width:150px;
  353. border-bottom:1px solid#eee;
  354. padding-bottom:1px;
  355. font-family:;
  356. text-align:center;
  357. -webkit-transition: all 0.6s ease-in-out;
  358. -moz-transition: all 0.6s ease-in-out;
  359. transition: all 0.6s ease-in-out;
  360. }
  361.  
  362. #title:first-letter {
  363.  
  364. font-family: 'Pinyon Script', cursive;
  365. font-size:30px;
  366. text-transform:uppercase;
  367. color:#989898;
  368.  
  369. }
  370.  
  371. #sidebar:hover #title {
  372. opacity:1;
  373. -webkit-transition: all 0.6s ease-in-out;
  374. -moz-transition: all 0.6s ease-in-out;
  375. transition: all 0.6s ease-in-out;
  376. }
  377.  
  378.  
  379. #sidebarimage {
  380.  
  381. width 250px;
  382. position:fixed;
  383. }
  384.  
  385. #sidebarimage img {
  386.  
  387.  
  388. border-radius:60%;
  389. width:150px;
  390. height:150px;
  391. -webkit-transition: all 0.6s ease-in-out;
  392. -moz-transition: all 0.6s ease-in-out;
  393. transition: all 0.6s ease-in-out;
  394.  
  395. }
  396.  
  397. #sidebarimage2 {
  398. z-index:1;
  399. width 250px;
  400. margin-left:-179px;
  401. position:fixed;
  402.  
  403. }
  404.  
  405. #sidebarimage2 img {
  406.  
  407.  
  408. border-radius:60%;
  409. margin-top:170px;
  410. width:150px;
  411. height:150px;
  412. -webkit-transition: all 0.6s ease-in-out;
  413. -moz-transition: all 0.6s ease-in-out;
  414. transition: all 0.6s ease-in-out;
  415.  
  416. }
  417.  
  418. #sidebar:hover #sidebarimage img {
  419. -webkit-filter: grayscale(100%);
  420. -moz-filter: grayscale(100%);
  421. filter: grayscale(100%);
  422. margin-left:-179px;
  423. -webkit-transition: all 0.6s ease-in-out;
  424. -moz-transition: all 0.6s ease-in-out;
  425. transition: all 0.6s ease-in-out;
  426. }
  427.  
  428. #sidebar:hover #sidebarimage2 img {
  429. -webkit-filter: grayscale(100%);
  430. -moz-filter: grayscale(100%);
  431. filter: grayscale(100%);
  432. margin-left:179px;
  433. -webkit-transition: all 0.6s ease-in-out;
  434. -moz-transition: all 0.6s ease-in-out;
  435. transition: all 0.6s ease-in-out;
  436. }
  437.  
  438.  
  439.  
  440.  
  441.  
  442. #border1{
  443. width:1px;
  444. height:330px;
  445. background:#eee;
  446. position:fixed;
  447. margin-top:-5px;
  448. margin-left:-15px;
  449. }
  450.  
  451. #border2{
  452. width:330px;
  453. height:1px;
  454. background:#eee;
  455. position:fixed;
  456. margin-top:160px;
  457. margin-left:-180px;
  458. }
  459.  
  460.  
  461.  
  462. #description {
  463. opacity:0;
  464. margin-top:46px;
  465. color:#c4c4c4;
  466. width:150px;
  467. position:fixed;
  468. text-align:justify;
  469. font-size:10px;
  470. font-family:calibri;
  471. font-style:italic;
  472. -webkit-transition: all 0.5s ease-in-out;
  473. -moz-transition: all 0.5s ease-in-out;
  474. transition: all 0.5s ease-in-out;
  475.  
  476. }
  477.  
  478. #sidebar:hover #description{
  479. opacity:1;
  480. -webkit-transition: all 0.6s ease-in-out;
  481. -moz-transition: all 0.6s ease-in-out;
  482. transition: all 0.6s ease-in-out;
  483. }
  484.  
  485. #links {
  486. z-index:2;
  487. font-family:calibri;
  488. opacity:0;
  489. display:block;
  490. width:95px;
  491. padding: 2px;
  492. font-size:8px;
  493. text-align:center;
  494. margin-top:179px;
  495. margin-left:-184px;
  496. text-align:center;
  497. text-transform:uppercase;
  498. word-spacing:9px;
  499. position:fixed;
  500.  
  501. -webkit-transition: all 0.6s ease-in-out;
  502. -moz-transition: all 0.6s ease-in-out;
  503. transition: all 0.6s ease-in-out;
  504. }
  505.  
  506.  
  507. #firstq {
  508. opacity:1;
  509. font-family: 'Playfair Display SC', 'serif';
  510. font-size:12px;
  511. width:140px;
  512. letter-spacing:2px;
  513. position:fixed;
  514. color:#c4c4c4;
  515. margin-top:50px;
  516. text-align:center;
  517. margin-left:-179px;
  518. line-height:120%;
  519. -webkit-transition: all 0.6s ease-in-out;
  520. -moz-transition: all 0.6s ease-in-out;
  521. transition: all 0.6s ease-in-out;
  522.  
  523. }
  524.  
  525. #secondq {
  526. opacity:1;
  527. font-family: 'Playfair Display SC', 'serif';
  528. font-size:12px;
  529. width:140px;
  530. letter-spacing:2px;
  531. position:fixed;
  532. color:#c4c4c4;
  533. margin-top:210px;
  534. text-align:center;
  535. margin-left:10px;
  536. line-height:120%;
  537. -webkit-transition: all 0.6s ease-in-out;
  538. -moz-transition: all 0.6s ease-in-out;
  539. transition: all 0.6s ease-in-out;
  540.  
  541. }
  542.  
  543. #sidebar:hover #firstq {
  544. opacity:0;
  545. -webkit-transition: all 0.6s ease-in-out;
  546. -moz-transition: all 0.6s ease-in-out;
  547. transition: all 0.6s ease-in-out;
  548. }
  549. #sidebar:hover #secondq {
  550. opacity:0;
  551. -webkit-transition: all 0.6s ease-in-out;
  552. -moz-transition: all 0.6s ease-in-out;
  553. transition: all 0.6s ease-in-out;
  554. }
  555.  
  556. #links a {
  557. text-align:center;
  558. margin-top:5px;
  559. display:block;
  560. width:135px;
  561. border:1px solid #eee;
  562. padding:2px;
  563. background:#f4f4f4;
  564. color:#c4c4c4
  565. font-size: 10px;
  566. -webkit-transition: all 0.6s ease-in-out;
  567. -moz-transition: all 0.6s ease-in-out;
  568. transition: all 0.6s ease-in-out;
  569. }
  570.  
  571. #links a:hover {
  572. color:#fff;
  573. background-color:#989898;
  574. -webkit-transition: all 0.6s ease-in-out;
  575. -moz-transition: all 0.6s ease-in-out;
  576. transition: all 0.6s ease-in-out;
  577. }
  578.  
  579. #sidebar:hover #links {
  580. opacity:1;
  581. -webkit-transition: all 0.6s ease-in-out;
  582. -moz-transition: all 0.6s ease-in-out;
  583. transition: all 0.6s ease-in-out;
  584. }
  585.  
  586.  
  587.  
  588. #pagination {
  589. opacity:0;
  590. position:fixed;
  591. width:330px;
  592. margin-top:350px;
  593. font-size:20px;
  594. margin-left:-183px;
  595. text-align:center;
  596. font-family:'calibri'';
  597. text-transform:uppercase;
  598. font-size:9px;
  599. color:#eee;
  600. word-spacing:100px;
  601. letter-spacing:2px;
  602. -webkit-transition: all 0.6s ease-in-out;
  603. -moz-transition: all 0.6s ease-in-out;
  604. transition: all 0.6s ease-in-out;
  605. }
  606.  
  607. #pagination a:hover {
  608. color:{color:link};
  609. font-style:italic;
  610. -webkit-transition: all 0.6s ease-in-out;
  611. -moz-transition: all 0.6s ease-in-out;
  612. transition: all 0.6s ease-in-out;
  613. }
  614.  
  615. #sidebar:hover #pagination{
  616. opacity:1;
  617. -webkit-transition: all 0.6s ease-in-out;
  618. -moz-transition: all 0.6s ease-in-out;
  619. transition: all 0.6s ease-in-out;
  620. }
  621.  
  622. #postinfo {
  623.  
  624.  
  625. width:490px;
  626. margin-top:0px;
  627. padding:4px;
  628. font-size:9px;
  629. color:{color:link};
  630. font-family:times new;
  631. text-transform:lowercase;
  632. font-style:normal;
  633. letter-spacing:2px;
  634. text-align:center;
  635. background-color:#fafafa;
  636. -webkit-transition: all 0.6s ease-in-out;
  637. -moz-transition: all 0.6s ease-in-out;
  638. transition: all 0.6s ease-in-out;
  639. }
  640.  
  641. #postinfo a {
  642. color:{color:link};
  643. text-align:center;
  644. letter-spacing:1px;
  645. font-style:normal;
  646. }
  647.  
  648. #postinfo a:hover {
  649. color:#989898;
  650. }
  651.  
  652. #tags {
  653. opacity:0;
  654. color:{color:link};
  655. -webkit-transition: all 0.6s ease-in-out;
  656. -moz-transition: all 0.6s ease-in-out;
  657. transition: all 0.6s ease-in-out;
  658.  
  659. }
  660.  
  661.  
  662. #tags a:hover {
  663. font-style:italic;
  664. }
  665. #post:hover #tags {
  666. opacity:1;
  667. -webkit-transition: all 0.6s ease-in-out;
  668. -moz-transition: all 0.6s ease-in-out;
  669. transition: all 0.6s ease-in-out;
  670. }
  671.  
  672. #asker {
  673. float:left;
  674. margin-right:5px;
  675. }
  676.  
  677. #credit {
  678. font-size:8px;
  679. font-family:cambria;
  680. font-style:italic;
  681. letter-spacing:1px;
  682. -moz-transition-duration:0.5s;
  683. -webkit-transition-duration:0.5s;
  684. -o-transition-duration:0.5s;
  685. }
  686.  
  687.  
  688. #credit a {
  689. background-color:#fff;
  690. padding:5px;
  691. border:1px solid #e9e9e9;
  692. position:fixed;
  693. right:7px;
  694. bottom:9px
  695. }
  696. #credit a:hover {
  697.  
  698. opacity:0;
  699. -moz-transition-duration:0.5s;
  700. -webkit-transition-duration:0.5s;
  701. -o-transition-duration:0.5s;
  702. background-color:#fff;
  703. -moz-transition-duration:0.5s;
  704. -webkit-transition-duration:0.5s;
  705. -o-transition-duration:0.5s;
  706.  
  707. }
  708.  
  709.  
  710.  
  711. {CustomCSS}</style></head><body>
  712.  
  713. {block:ifshowupdates}
  714.  
  715. <div id="destiel">
  716.  
  717. <div id="inside">
  718.  
  719. <p align="center">
  720. <div align="center"> </div>
  721.  
  722. {text:first updates}
  723. </div></div>
  724.  
  725. <div id="destiel2">
  726.  
  727. <div id="inside2">
  728.  
  729. <p align="center">
  730. <div align="center"> </div>
  731.  
  732. {text:second updates}
  733. </div></div>
  734.  
  735. <div id="destiel3">
  736.  
  737. <div id="inside3">
  738.  
  739. <p align="center">
  740. <div align="center"> </div>
  741.  
  742. {text:third updates}
  743. </div></div>
  744.  
  745. {/block:ifshowupdates}
  746.  
  747. <div id="sidebar">
  748.  
  749. <div id="firstq">{text:first box}</div>
  750.  
  751. <div id="secondq">{text:last box}</div>
  752.  
  753. <div id="sidebarimage2"><img src="{image:sidebar2}"></div>
  754.  
  755. <div id="links">
  756. <a href="{text:Link 1}">{text:Link 1 Text}</a>
  757. <a href="{text:Link 2}">{text:Link 2 Text}</a>
  758. <a href="{text:Link 3}">{text:Link 3 Text}</a>
  759. <a href="{text:Link 4}">{text:Link 4 Text}</a>
  760. <a href="{text:Link 5}">{text:Link 5 Text}</a>
  761. </div>
  762.  
  763.  
  764. <div id="border1"></div>
  765.  
  766. <div id="border2"></div>
  767.  
  768. <div id="title">{Title}</div>
  769.  
  770. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  771.  
  772.  
  773. <div id="description">{Description}</div>
  774.  
  775. <div id="pagination">
  776. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a>{/block:PreviousPage}
  777. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}
  778. </div>
  779.  
  780. </div>
  781.  
  782. <div id="entries">{block:Posts}
  783. {block:ContentSource}
  784. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  785. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  786. {/block:SourceLogo}
  787. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  788. {/block:ContentSource}
  789.  
  790. <div id="post">
  791.  
  792. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  793.  
  794. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  795.  
  796. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  797.  
  798. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  799.  
  800. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  801.  
  802. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  803.  
  804. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  805.  
  806. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  807.  
  808. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
  809.  
  810. <div id="postinfo">
  811. {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
  812. {NoteCountWithLabel}</a>{block:RebloggedFrom}<br>via:<a href="{ReblogParentURL}"
  813. title="{ReblogParentTitle}">{ReblogParentName}</a> source:<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}<br>
  814. <div id="tags">
  815. {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  816.  
  817. </div>
  818. {block:PostNotes}{PostNotes}{/block:PostNotes}
  819. {/block:Posts}</div>
  820.  
  821. <div id="credit"><a href="http://slutjensen.tumblr.com">dear cas</div>
  822. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement