Advertisement
Deets21

Untitled

Jun 1st, 2015
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.13 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 xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4. <link href='http://fonts.googleapis.com/css?family=Lora' rel='stylesheet' type='text/css'>
  5. <link href='http://fonts.googleapis.com/css?family=Parisienne' rel='stylesheet' type='text/css'>
  6. <title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11. <!---- this is theme 41 by Hollywhood
  12. please don't remove the credit
  13. thank you
  14. --->
  15.  
  16. <meta name="color:Background" content="f3f7f6"/>
  17. <meta name="color:Text" content="#999999"/>
  18. <meta name="color:Link" content="#703e9a"/>
  19. <meta name="color:scrollbar" content="#999999">
  20. <meta name="color:title" content="#999999">
  21. <meta name="color:Link Hover" content="#eeeeee"/>
  22. <meta name=”image:Background” content=”“/>
  23. <meta name="image:sidebar" content=""/>
  24. <meta name="text:sidebartitle" content="">
  25. <meta name="color:Pagination" content="#703e9a" />
  26. <meta name="color:bold" content="#a50000" />
  27. <meta name="color:italic" content="#a50000" />
  28. <meta name="text:link 1" content="Link 1"/>
  29. <meta name="text:link 1 url" content="/"/>
  30. <meta name="text:link 2" content="Link 2"/>
  31. <meta name="text:link 2 url" content="/"/>
  32. <meta name="text:link 3" content="Link 3"/>
  33. <meta name="text:link 3 url" content="/"/>
  34. <meta name="text:link 4" content="Link 4"/>
  35. <meta name="text:link 4 url" content="/"/>
  36. <meta name="text:link 5" content="Link 5"/>
  37. <meta name="text:link 5 url" content="/"/>
  38.  
  39. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  40.  
  41.  
  42. <style>
  43. div#qTip {
  44. padding: 5px;
  45. display: none;
  46. text-align: center;
  47. position: absolute;
  48. font-size:7px;
  49. margin-left:10px;
  50. margin-top:-2px;
  51. line-height:9px;
  52. font-family: arial;
  53. z-index: 1000;
  54. border: 2px solid #00000;
  55. background-color:#e9f0ee;
  56. color: #9b9b9b;
  57. text-transform:none;
  58. letter-spacing: 2px;
  59. }
  60. </style>
  61.  
  62. <style type="text/css">
  63.  
  64.  
  65. ::-webkit-scrollbar-thumb{
  66. background-color: transparent;
  67. border: 1px solid transparent;
  68. height:auto;
  69. }
  70.  
  71. ::-webkit-scrollbar {
  72. height:auto;
  73. width:11px;
  74. background-color: transparent;
  75. border:5px solid transparent;
  76. }
  77.  
  78.  
  79. iframe#tumblr_controls {
  80. white-space:nowrap;
  81. -webkit-filter: invert(100%);
  82. -moz-filter: invert(100%);
  83. -o-filter: invert(100%);
  84. -ms-filter: invert(100%);
  85. filter: invert(100%);
  86. opacity:.2;transition: .8s ease-in-out;
  87. -webkit-transition: .8s ease-in-out;
  88. -moz-transition: .8s ease-in-out;
  89. -o-transition: .8s ease-in-out;
  90. }
  91.  
  92. h1 {
  93. font-weight:normal;
  94. font-size:13px;
  95. text-align:center;
  96. font-style:normal;
  97. line-height:100%;
  98. letter-spacing:1px;
  99. text-transform:normal;
  100. color:#00000;
  101. }
  102.  
  103. h2 {
  104. font-size:10px;
  105. text-align:center;
  106. line-height:100%;
  107. letter-spacing:-0.5px;
  108. color:#703e9a;
  109. font-weight:bold;
  110. text-transform:none;
  111. padding:5px;
  112. padding-bottom:2px;
  113. }
  114.  
  115.  
  116. blockquote {
  117. border-left:2px solid #00000;
  118. padding-left:5px;
  119. margin:5px;
  120. }
  121.  
  122. b, strong {
  123. color:{color:bold};}
  124.  
  125. i, em {
  126. color:{color:italic};}
  127. body {
  128. background-image:url(http://i.imgur.com/jI9Qdee.jpg);
  129. background-color:#000000;
  130. background-repeat:no-repeat;
  131. background-attachment:fixed;
  132. background-position:top left;
  133. margin:140px;
  134. color:#fff;
  135. font-family: baskerville ms;
  136. font-size:13px;
  137. line-height:100%;
  138.  
  139. }
  140. small, sub, sup {font-size:10px;}
  141. b, strong {font-size:15px}
  142. i, em {font-size:14px;}
  143. a {
  144. text-decoration:none;
  145. outline:none;
  146. -moz-outline-style:none;
  147. color:#fff;
  148. -moz-transition-duration:0.5s;
  149. -webkit-transition-duration:0.5s;
  150. -o-transition-duration:0.5s;
  151. }
  152.  
  153. a:hover {
  154. text-decoration:none;
  155. outline:none;
  156. -moz-outline-style:none;
  157. color:#000000;
  158. }
  159.  
  160. img {
  161. border:none;
  162. }
  163.  
  164. blockquote {
  165. padding-left:5px;
  166. border-left:2px solid;
  167. }
  168.  
  169. blockquote blockquote {
  170. padding-left:5px;
  171. border-left:2px solid;
  172. }
  173.  
  174. #post {
  175. width:500px;
  176. padding-bottom:10px;
  177. margin-top:10px;
  178. }
  179.  
  180. #entries {
  181. position:fixed;
  182. height:270px;
  183. overflow-x:hidden;
  184. overflow-y:auto;
  185. width:500px;
  186. text-align:justify;
  187. padding:15px;
  188. border:transparent;
  189. background:transparent;
  190. top:170px;
  191. z-index:999;
  192. margin-left:400px;
  193. }
  194.  
  195.  
  196. #sidebar {
  197. color:280000;
  198. position:fixed;
  199. width:100px;
  200. height:auto;
  201. margin-top:-400px;
  202. margin-left:120px;
  203. text-align:left;
  204. }
  205.  
  206. #sidebarimage img {
  207. width:200px;
  208. margin-top:-10px;
  209. margin-bottom:0px;
  210. margin-left:-9px;
  211. }
  212.  
  213. #links {
  214. position:horizontal;
  215. position:fixed;
  216. font-family:arial;
  217. width:500px;
  218. margin-top:250px;
  219. margin-left:740px;
  220. font-size:35px;
  221. text-transform:none;
  222. text-align:center;
  223. line-height:280%;
  224. }
  225.  
  226. #links a{
  227. line-height:280%;
  228. border-bottom:none;
  229. margin-top:14px;
  230. margin-left:15px;
  231. color:#4B088A;
  232. text-decoration:none;
  233. -moz-transition-duration:.2s;
  234. -webkit-transition-duration:.2s;
  235. -o-transition-duration:.2s;
  236. }
  237.  
  238. #links a:hover {
  239. color: #fff;
  240. width:60px;
  241. -moz-transition-duration:0.2s;
  242. -webkit-transition-duration:0.2s;
  243. -o-transition-duration:0.2s;
  244. }
  245.  
  246. #description {
  247. position:fixed;
  248. width:115px;
  249. font-family:baskerville ms;
  250. margin-top:250px;
  251. margin-left:-190px;
  252. text-align:;
  253. font-size:12px;
  254. color: #fff;
  255. letter-spacing:1px;
  256. line-height:130%;
  257.  
  258. }
  259.  
  260. #description a {
  261. color:#E6E6E6;
  262. }
  263.  
  264. #description a:hover {
  265. color:#BCA9F5;
  266. }
  267.  
  268. .sidebartitle {
  269. width:210px;
  270. text-align:center;
  271. position:fixed;
  272. font-family:arial;
  273. line-height:120%;
  274. margin-left:200px;
  275. font-size:15px;
  276. margin-top:50px;
  277. color:#ffffff;
  278. }
  279.  
  280. #pagination {
  281. font-family: 'Parisienne', cursive;
  282. width:210px;
  283. font-size:22px;
  284. margin-top:325px;
  285. margin-left:300px;
  286. padding-left:5px;
  287. letter-spacing:1px;
  288. font-style:italic;
  289. text-align:center;
  290. }
  291.  
  292. #pagination a {
  293. color:#FFFFFF;
  294. }
  295.  
  296. #info {
  297. font-family: arial
  298. width:493px;
  299. margin-top:5px;
  300. padding-top:1px;
  301. font-size:10px;
  302. background:#0D0000;
  303. padding:4px;
  304. color:#FFFFFF;
  305. text-transform:none;
  306. font-style:normal;
  307. text-align:left;
  308. -moz-transition-duration:0.5s;
  309. -webkit-transition-duration:0.5s;
  310. -o-transition-duration:0.5s;
  311. }
  312.  
  313. #info a {
  314. color:#B2B4B7;
  315. font-style:normal;
  316. }
  317.  
  318. #info a:hover {
  319. color:#D9D9DA;
  320. }
  321.  
  322. .tags {
  323. font-family: cambria
  324. font-style:normal;
  325. width:495px;
  326. text-transform:normal;
  327. font-style:normal;
  328. line-height:120%;
  329. padding-left:5px;
  330. font-size:11px;
  331. text-align:left;
  332. padding-top:5px;
  333. padding-bottom:15px;
  334. -moz-transition-duration:0.2s;
  335. -webkit-transition-duration:0.2s;
  336. -o-transition-duration:0.2s;
  337. }
  338. .tags a{
  339. color:#000000;
  340. -moz-transition-duration:0.2s;
  341. -webkit-transition-duration:0.2s;
  342. -o-transition-duration:0.2s;
  343. }
  344. .tags a:hover{
  345. color:#FFFFFF;
  346. -moz-transition-duration:0.2s;
  347. -webkit-transition-duration:0.2s;
  348. -o-transition-duration:0.2s;
  349. }
  350.  
  351. .audio{
  352. background-color:#e5e5e5;
  353. height:65px;
  354. overflow:hidden;
  355. }
  356.  
  357. #ask {
  358. float:left;
  359. color:#100d0c;
  360. }
  361.  
  362. #credit {
  363. font-size:9px;
  364. font-family:cambria;
  365. font-style:italic;
  366. letter-spacing:1px;
  367. -moz-transition-duration:0.5s;
  368. -webkit-transition-duration:0.5s;
  369. -o-transition-duration:0.5s;
  370. }
  371.  
  372. #credit a {
  373. background-color:#1E1E1E;
  374. padding:5px;
  375. border:1px solid #00000;
  376. position:fixed;
  377. right:15px;
  378. bottom:10px
  379. }
  380.  
  381. #credit a:hover {
  382. color:#FFFFFF;
  383. background-color:#00000A;
  384. }
  385. /************** FLAGS UPDATES TAB **************/
  386. /* tutorial by deanlirium|tumblr (clarence.tk) */
  387.  
  388. #flags {
  389. position:fixed;
  390. top:100px; /* distance from the top of the page - adjust as you wish! */
  391. right:0px;
  392. text-align:center;
  393. color:#fff; /* change text color: use sites like http://www.colorpicker.com/ or the tumblr thing, copy the code it gives you and paste it! remember the #! */
  394. font-size:12px; /* adjust font size */
  395. letter-spacing:1px;
  396. z-index:2147483607;
  397. font-family: 'Lora', serif;}
  398.  
  399.  
  400. #flag1 {
  401. border:solid 6px #4B088A; /* flag color */
  402. border-left:solid 8px transparent; /* IMPORTANT! -- to make the flag thicker increase the border and border-right value; it looks better if they both have the same number! */
  403. padding-right:10px;
  404. right:00px;
  405. width:40px; /* increase or decrease to change the length of the CLOSED flag */
  406. height:0px;
  407. position:absolute;
  408. -moz-transition:all 0.7s ease-out;
  409. -webkit-transition:all 0.7s ease-out;
  410. -o-transition:all 0.7s ease-out;}
  411.  
  412. #flag1:hover {
  413. width:190px;} /* lenght of the OPEN flag */
  414.  
  415. #upd1 {
  416. position:absolute;
  417. width:110px;
  418. padding:10px;
  419. padding-right:60px; /* adjust this if you've changed the length of the open flag, subtract what you add here to the 'left' value below */
  420. right:-180px;
  421. margin-top:6px; /* keep this number equal to the 'border' value for the flag */
  422. opacity:0;
  423. -moz-transition:all 0.7s ease-out;
  424. -webkit-transition:all 0.7s ease-out;
  425. -o-transition:all 0.7s ease-out;}
  426.  
  427. #flag1:hover #upd1{
  428. right:0px;
  429. opacity:1;}
  430.  
  431. /* following is the coding for the other flags - same as above! */
  432.  
  433. #flag2 {
  434. border:solid 6px #5F04B4;
  435. margin-top:20px;
  436. position:absolute;
  437. border-left:solid 8px transparent;
  438. padding-right:10px;
  439. right:00px;
  440. width:30px;
  441. height:0px;
  442. -moz-transition:all 0.7s ease-out;
  443. -webkit-transition:all 0.7s ease-out;
  444. -o-transition:all 0.7s ease-out;}
  445.  
  446. #flag2:hover {
  447. width:190px;}
  448.  
  449. #upd2 {
  450. position:absolute;
  451. width:110px;
  452. padding:10px;
  453. padding-right:60px;
  454. right:-180px;
  455. margin-top:6px;
  456. opacity:0;
  457. -moz-transition:all 0.7s ease-out;
  458. -webkit-transition:all 0.7s ease-out;
  459. -o-transition:all 0.7s ease-out;}
  460.  
  461. #flag2:hover #upd2{
  462. right:0px;
  463. opacity:1;}
  464.  
  465. /*if you want more flags, just copy the part of the code below and change the numbers - then increase the margin-top value for the #flag(number) adding 20px each new flag! copy from here: */
  466.  
  467. #flag3 {
  468. border:solid 6px #7401DF;
  469. position:absolute;
  470. margin-top:40px; /* this one! */
  471. border-left:solid 8px transparent;
  472. padding-right:10px;
  473. right:0px;
  474. width:20px;
  475. height:0px;
  476. -moz-transition:all 0.7s ease-out;
  477. -webkit-transition:all 0.7s ease-out;
  478. -o-transition:all 0.7s ease-out;}
  479.  
  480. #flag3:hover {
  481. width:190px;}
  482.  
  483. #upd3 {
  484. position:absolute;
  485. width:110px;
  486. padding:10px;
  487. padding-right:60px;
  488. right:-180px;
  489. margin-top:6px;
  490. opacity:0;
  491. -moz-transition:all 0.7s ease-out;
  492. -webkit-transition:all 0.7s ease-out;
  493. -o-transition:all 0.7s ease-out;}
  494.  
  495. #flag3:hover #upd3{
  496. right:0px;
  497. opacity:1;}
  498.  
  499. /* to here */
  500.  
  501.  
  502.  
  503.  
  504. {CustomCSS}</style></head><body>
  505. <div id="flags">
  506. <div id="flag1"><div id="upd1">
  507.  
  508. <p>Independant OC Roleplay blog </p>
  509. <p><embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=false&f0=http://k003.kiwi6.com/hotlink/5km2z0tnqb/Bye_Bye_Blackbird_-_Public_Enemies_Soundtrack.mp3&t0=Bye Bye Blackbird&f1=http://k003.kiwi6.com/hotlink/tfmsuocoo0/Lana_Del_Rey-_young_and_Beautiful_LYRICS.mp3&t1=Young and Beautiful&f2=http://k003.kiwi6.com/hotlink/sodxan491z/The_Notebook_-_03_I_ll_Be_Seeing_You.mp3&t2=I'll Be Seeing You&f3http://k003.kiwi6.com/hotlink/49j0qlpuu2/Ruelle_-_Until_We_Go_Down_The_Loft_Trailer_Song_.mp3&t3=Until We Go Down&f4=http://k003.kiwi6.com/hotlink/hi8gr3f64d/Nico_Vega_-_Bang_Bang_My_Baby_Shot_Me_Down_.mp3&t4=Bang Bang (My Baby Shot Me Down)&f5=http://k003.kiwi6.com/hotlink/cg5b0dcbej/Bioshock_Infinite_OST_-_Will_The_Circle_Be_Unbroken_Full_.mp3&t5=Will The Circle Be Unbroken&f6=http://k003.kiwi6.com/hotlink/tuvgaak2a4/Bioshock_Infinite_Will_The_Circle_Be_Unbroken_sung_by_Troy_Baker_and_Courtnee_Draper_Download_MP3_1_..mp3&t6=Will The Circle Be Unbroken&f7=http://k003.kiwi6.com/hotlink/y23l45mms5/Game_of_Thrones_cover-_Lindsey_Stirling_and_Peter_Hollens-_www_flvto_com_.mp3&t7=Game of Thrones&f8=http://k003.kiwi6.com/hotlink/345q39gewn/Lord_of_the_Rings_Medley_-_Lindsey_Stirling.mp3&t8=Lord of the Rings&f9=http://k003.kiwi6.com/hotlink/l7a6a8qya4/Assassin_s_Creed_III-_Lindsey_Stirling_HD_.mp3&t9=Assassins Creed III&f10=http://k003.kiwi6.com/hotlink/04btuxrhfv/16_Far_Away.mp3&t10=Far Away&f11=http://k003.kiwi6.com/hotlink/2d1faoju97/Johnny_Cash_-_God_s_Gonna_Cut_You_Down.mp3&t11=God's Gonna Cut You Down&f12=http://k003.kiwi6.com/hotlink/gsmrep84qc/Titanium_-_Madilyn_Bailey_Lyric_Video_.mp3_Shower_lyrics_.mp3&t12=Titanium&f13=http://k003.kiwi6.com/hotlink/5km67bgoyl/Wrecking_Ball_-_Miley_Cyrus_by_Madilyn_Bailey_Lyrics.mp3&t13=Wrecking Ball&f14=http://k003.kiwi6.com/hotlink/hk4rtywu93/Hanging_By_A_Moment_Acoustic_-_Lifehouse_LYRICS_.mp3&t14=Hanging By A Moment&f15=http://k003.kiwi6.com/hotlink/z21j407xha/Becky_G_-_Shower_lyrics_.mp3&t15=Shower&f16=http://k003.kiwi6.com/hotlink/m2swhdjdi1/Someday_Came_Today_--_Chris_Pine.mp3&t16=Someday Came Today&f17=http://k003.kiwi6.com/hotlink/l2z5by05c3/01_Sunrise_-_Norah_Jones.mp3&t17=Sunrise&f18=http://k003.kiwi6.com/hotlink/mr6f6x50vf/01_Don_t_know_why_-_Norah_Jones.mp3&t18=Don't Know Why&f19=http://k003.kiwi6.com/hotlink/cxo3h7oiea/05_Come_away_with_me_-_Norah_Jones.mp3&t19=Come Away With Me&f20=http://k003.kiwi6.com/hotlink/8eah2jm7su/08_Lonestar_-_Norah_Jones.mp3&t20=Lonestar&f21=http://k003.kiwi6.com/hotlink/e2tjupxqq3/11_One_flight_down_-_Norah_Jones.mp3&t21=One Flight Down&f22=http://k003.kiwi6.com/hotlink/wgwjd9usu4/Love_Me_Tender_-_Norah_Jones.mp3
  510. &t22=Love Me Tender&f23=http://k003.kiwi6.com/hotlink/yyt6q8po58/07_Turn_me_on_-_Norah_Jones.mp3&t23=Turn Me On&f24=http://k003.kiwi6.com/hotlink/t7vl0yndu7/The_Princess_and_the_Frog_-_Almost_There_Lyrics_.mp3&t24=Almost There&f25=http://k003.kiwi6.com/hotlink/ncb9ufd84h/Yellow.mp3
  511. &t25=Yellow&f26=http://k003.kiwi6.com/hotlink/bdsgb9aq75/04_-_Fix_You.mp3
  512. &t26=Fix You&total=27" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" /> </p>
  513.  
  514.  
  515. </div></div>
  516.  
  517. <div id="flag2"><div id="upd2">
  518.  
  519. <p>Tracking: bakingxbeauty</p>
  520. <p>OC Friendly</p>
  521. <p><script language="JavaScript"> var ref = (''+document.referrer+'');
  522. var w_h = window.screen.width + " x " + window.screen.height;
  523. document.write('<script src="http://s1.freehostedscripts.net/ocounter.php?site=ID4802534&e1=Followers&e2=Follower&r=' + ref + '&wh=' + w_h + '"><\/script>');
  524. </script></p>
  525.  
  526. </div></div>
  527.  
  528. <!---- if you want more flags, copy from here ---->
  529.  
  530. <div id="flag3"><div id="upd3">
  531.  
  532. <p>[Theme heavily edited by <em><a href="http://unbeliiever.tumblr.com">Jan</em></a>]</p>
  533.  
  534. </div></div>
  535.  
  536. <!---- to here and change the numbers according to your css! ---->
  537.  
  538. <!---- thanks for passing by and using this tutorial you're raaaaaaaaad c: ---->
  539.  
  540. </div>
  541. <SCRIPT TYPE="text/javascript">
  542. <!--
  543. function clickIE() {if (document.all) {(message);return false;}}
  544. function clickNS(e) {if
  545. (document.layers||(document.getElementById&&!document.all)) {
  546. if (e.which==2||e.which==3) {(message);return false;}}}
  547. if (document.layers)
  548. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  549. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  550. document.oncontextmenu=new Function("return false")
  551. // -->
  552. </SCRIPT>
  553.  
  554. <div id="sidebar">
  555.  
  556. <div id="sidebarimage">
  557. <a href="/"><img src="{image:sidebar}"></a></div>
  558.  
  559. <div class="sidebartitle">{text:sidebartitle}</div>
  560.  
  561. <div id="links">
  562. <a href="/">✗<br /></a>
  563. <a href="/ask">✗<br /></a>
  564. <a href="http://bakingxbeauty.tumblr.com/submit">✗<br /></a>
  565. <a href="http://bakingxbeauty.tumblr.com/The Baker">✗<br /></a>
  566. </div>
  567.  
  568. <div id="description">{description}
  569.  
  570. <div class="pagination">
  571. {block:PreviousPage}<a href="{PreviousPage}">« </a>{/block:PreviousPage}
  572. {block:NextPage}<a href="{NextPage}"> »</a>{/block:NextPage}
  573. </div>
  574.  
  575. <div id="entries">{block:Posts}<div id="post">
  576.  
  577. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  578.  
  579. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  580.  
  581. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  582.  
  583. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  584.  
  585. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  586.  
  587. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  588.  
  589. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  590.  
  591. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  592.  
  593. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}" style="margin-left:7px;margin-right:13px;border:1px solid #e3e3e3;padding:2px;"></div> <em>{Asker}:</em><br> "{Question}"<br><br>{Answer}{/block:Answer}
  594.  
  595. {block:Date}<div id="info"> <a href="{Permalink}">{TimeAgo}</a>
  596. {/block:Date} {block:NoteCount}&nbsp; ( <font color=#ec3d3d>♥</font> <a href="{Permalink}">{NoteCount}</a> ) {/block:NoteCount}<div style="float:right;">
  597.  
  598. {block:RebloggedFrom}<a title="{ReblogParentName}" href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}{block:ContentSource} &nbsp; / &nbsp; <a title="{SourceTitle}" href="{SourceURL}">source</a>{/block:ContentSource} {/block:RebloggedFrom} &nbsp; ( <a href="{ReblogURL}"target="_blank" title="reblog this post"><big>+</big> </a> ) </div>
  599. </div>
  600.  
  601.  
  602. {block:HasTags}
  603. <div class="tags">
  604. tagged as:{block:Tags} <a href="{TagURL}">&nbsp; # {Tag}</a> {/block:Tags}</div>
  605. {/block:HasTags}
  606. <div class="postnote">
  607. {block:PostNotes}{PostNotes}{/block:PostNotes}
  608. </div>
  609. </div>
  610. {/block:Posts}
  611.  
  612. </div>
  613. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</div>
  614.  
  615. </body>
  616.  
  617. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement