Advertisement
Guest User

Untitled

a guest
Jul 1st, 2015
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.01 KB | None | 0 0
  1. <style> body { cursor:url('http://31.media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png'), auto }
  2. a, a:hover { cursor:url('http://31.media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif'), auto };
  3. </style>
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5.  
  6. <!--
  7.  
  8. THEME #8 — GRAVITY
  9. by xstardusttx--themes.tumblr.com or queenvictoria.co.vu
  10.  
  11. DO NOT REDISTRIBUTE
  12. DO NOT USE AS A BASE CODE
  13. DO NOT TAKE CREDIT
  14. DO NOT REMOVE CREDIT
  15. DO NOT USE IMAGES SMALLER THAN 500w and 400h (anything proportional to that is allowed)
  16.  
  17. -->
  18.  
  19.  
  20. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  21. <head>
  22.  
  23. <title>{Title}</title>
  24. <link rel="shortcut icon" href="{Favicon}">
  25. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  26. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  27.  
  28.  
  29. <meta name="color:Text" content="#bbbbbb"/>
  30. <meta name="color:Desc" content="#bbbbbb"/>
  31. <meta name="color:Link" content="#d4d4d4"/>
  32. <meta name="color:Tags" content="#cccccc"/>
  33. <meta name="color:Hover" content="#48a1b4"/>
  34. <meta name="color:scrollbar" content="#48a1b4"/>
  35. <meta name="color:scrollbarbg" content="#000000"/>
  36.  
  37. <meta name="image:sidebar" content="http://i.imgur.com/h8Gwcxr.png"/>
  38. <meta name="image:sidebar" content="http://www.goodwp.com/images/201106/goodwp.com_18684.jpg"/>
  39.  
  40. <meta name="text:link1" content="">
  41. <meta name="text:link1 url" content="/">
  42. <meta name="text:link2" content="">
  43. <meta name="text:link2 url" content="/">
  44. <meta name="text:link3" content="">
  45. <meta name="text:link3 url" content="/">
  46. <meta name="text:link4" content="">
  47. <meta name="text:link4 url" content="/">
  48. <meta name="text:musiccode" content="place billy music player code here">
  49.  
  50.  
  51. <style type="text/css">
  52.  
  53. /*-----SCROLLBAR-----*/
  54.  
  55. ::-moz-selection {background-color:#000;
  56. color:#fff;}
  57. ::selection {background-color:#000;
  58. color:#fff;}
  59. ::-webkit-scrollbar {height: 6px;width: 1px;}
  60. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar}; width: 1px;}
  61. ::-webkit-scrollbar-track{background-color:#bbb; width: 1px;}
  62.  
  63.  
  64. /*-----BODY-----*/
  65. body {
  66. background-color:{color:bg};
  67. background-image:url('http://www.goodwp.com/images/201106/goodwp.com_18684.jpg');
  68. font-family:arial; /*go to http://www.google.com/webfonts if you want more fonts*/
  69. font-size:10px;
  70. padding-bottom:5px;
  71. padding-top:0px;
  72. padding-right:0px;
  73. padding-left:0px;
  74. text-align:justify; /*right, left, center or justify*/
  75. color:{color:text};
  76. margin:0;
  77. }
  78.  
  79. /*TEXT LINKS*/
  80. a {
  81. text-decoration:none;
  82. -moz-outline-style:none;
  83. color:{color:link};
  84. -webkit-transition: all 0.5s ease;
  85. -moz-transition: all 0.5s ease;
  86. -o-transition: all 0.5s ease
  87. }
  88.  
  89. a:hover {
  90. color:{color:hover};
  91. -webkit-transition: all 0.5s ease;
  92. -moz-transition: all 0.5s ease;
  93. -o-transition: all 0.5s ease
  94. }
  95. a.tip {
  96. text-decoration: none
  97. }
  98. a.tip:hover {
  99. position: relative;
  100. }
  101. a.tip span {
  102. display: none
  103. }
  104. a.tip:hover span {
  105. padding: 3px;
  106. display: block;
  107. z-index: 100;
  108. background: #000;
  109. left: 0px;
  110. margin: 10px;
  111. position: absolute;
  112. top: 11px;
  113. text-decoration: none
  114. }
  115. /*IMAGES*/
  116. img {
  117. border:none;
  118. opacity: 1;
  119. }
  120.  
  121.  
  122. h1 {
  123. font-size:12px;
  124. text-align:center;
  125. color:{color:text};
  126. text-transform:uppercase; /*lowercase(minuscule/small letter), uppercase(capital letters) or normal*/
  127. }
  128.  
  129. /*BLOCKQUOTE*/
  130. blockquote {
  131. width: 490px;
  132. font-size:9px;
  133. text-transform: normal;
  134. line-height:10px;
  135. margin-left:0px;
  136. padding: 4px;
  137. padding-left:9px;
  138. border-left: 1px solid #848484;
  139. color: {color:text};
  140. -webkit-transition: opacity 0.6s linear;
  141. -webkit-transition: all 0.6s ease-in-out;
  142. -moz-transition: all 0.6s ease-in-out;
  143. -o-transition: all 0.6s ease-in-out;
  144. }
  145.  
  146. blockquote:hover {
  147. color:#ebebeb;
  148. -webkit-transition: opacity 0.6s linear;
  149. -webkit-transition: all 0.6s ease-in-out;
  150. -moz-transition: all 0.6s ease-in-out;
  151. -o-transition: all 0.6s ease-in-out;
  152. }
  153.  
  154. /*-----SIDEBAR-----*/
  155.  
  156. #sidebar {
  157. position:fixed;
  158. width:200px;
  159. margin-right:0px;
  160. margin-left:950px;
  161. margin-top:180px;
  162. margin-bottom:0px;
  163. }
  164.  
  165. #title {
  166. margin-top:-5px;
  167. font-size:22px;
  168. line-height:100%;
  169. letter-spacing:2px;
  170. }
  171.  
  172. /*SB IMAGE*/
  173. #sidebarimage {
  174. height:176px;
  175. width:220px;
  176. opacity: 0.7;
  177. }
  178.  
  179. #sidebarimage img {
  180. height:176px;
  181. width:220px;
  182. opacity:1;
  183. border: 1px solid #bbb;
  184. border-radius: 100%;
  185. padding-top:5px;
  186. padding-bottom:5px;
  187. padding-right:5px;
  188. padding-left:5px;
  189. }
  190.  
  191. /*DESCRIPTION*/
  192. #desc {
  193. opacity:0;
  194. border: 0px solid #fff;
  195. border-radius:100%;
  196. padding:40px;
  197. position:fixed;
  198. margin-top:-170px;
  199. color: #808080;
  200. margin-left:6px;
  201. font-family:arial;
  202. line-height:120%;
  203. letter-spacing:1px;
  204. font-size:8px;
  205. font-style:normal;
  206. width:141px;
  207. height: 96px;
  208. text-align:justify;
  209. z-index:99999999999999999;
  210. background:rgba(255,255,255,1);
  211. -webkit-transition: opacity 0.6s linear;
  212. -webkit-transition: all 0.6s ease-in-out;
  213. -moz-transition: all 0.6s ease-in-out;
  214. -o-transition: all 0.6s ease-in-out;
  215. }
  216. #desc:hover {
  217. -webkit-transition: opacity 0.6s linear;
  218. -webkit-transition: all 0.6s ease-in-out;
  219. -moz-transition: all 0.6s ease-in-out;
  220. -o-transition: all 0.6s ease-in-out;
  221. opacity:0.75;
  222. }
  223.  
  224. .desc a{
  225. color:{color:desc};
  226. -moz-transition-duration:0.6s;
  227. -webkit-transition-duration:0.6s;
  228. -o-transition-duration:0.6s;
  229. }
  230.  
  231. /*SIDEBAR LINKS*/
  232. .links {
  233. position:fixed;
  234. width:10px;
  235. height:500px;
  236. margin-left:240px;
  237. margin-top:-166px;
  238. text-align:center;
  239. z-index:99999;
  240. }
  241. .links a {
  242. opacity: 0.5;
  243. display:inline-block;
  244. position:center;
  245. margin-left:2px;
  246. margin-right:5px;
  247. margin-top:5px;
  248. margin-bottom:0px;
  249. padding:5px;
  250. width:10px;
  251. font-family:arial;
  252. font-style:normal;
  253. font-weight:normal;
  254. text-decoration:none;
  255. text-transform:uppercase;
  256. font-size:10px;
  257. color:#bbbbbb;
  258. background-color:#ffffff;
  259. border-radius:100%;
  260. border: 1px solid #fff;
  261. -webkit-transition:all 0.5s ease-in-out;
  262. -moz-transition:all 0.5s ease-in-out;
  263. -o-transition:all 0.5s ease-in-out;
  264. transition:all 0.5s ease-in-out;}
  265.  
  266. .links a:hover {
  267. opacity: 1;
  268. text-decoration:none;
  269. color:{color:hover};
  270. background-color: {color:background};
  271. -webkit-transition:all 0.5s ease-in-out;
  272. -moz-transition:all 0.5s ease-in-out;
  273. -o-transition:all 0.5s ease-in-out;
  274. transition:all 0.5s ease-in-out;}
  275.  
  276. .links a {
  277. font-size: 9px;
  278. -moz-transition-duration:0.6s;
  279. -webkit-transition-duration:0.6s;
  280. -o-transition-duration:0.6s;
  281. }
  282.  
  283.  
  284. /*PAGINATION*/
  285. .pagi {
  286. margin-left: 30px;
  287. margin-top:-225px;
  288. font-family:arial;
  289. font-size:9px;
  290. text-align:center;
  291. }
  292.  
  293. .pagi a {
  294. opacity: 0.5;
  295. display:inline-block;
  296. position:center;
  297. margin-left:2px;
  298. margin-right:2px;
  299. margin-top:5px;
  300. margin-bottom:0px;
  301. padding:5px;
  302. width:10px;
  303. font-family:arial;
  304. font-style:normal;
  305. font-weight:normal;
  306. text-decoration:none;
  307. font-size:10px;
  308. color:#bbbbbb;
  309. background-color:#ffffff;
  310. border-radius:100%;
  311. border: 1px solid #fff;
  312. -webkit-transition:all 0.5s ease-in-out;
  313. -moz-transition:all 0.5s ease-in-out;
  314. -o-transition:all 0.5s ease-in-out;
  315. transition:all 0.5s ease-in-out;
  316. }
  317.  
  318.  
  319. /*-----ENTRIES-----*/
  320. #entriescontainer {
  321. border: 1px solid #bbb;
  322. overflow: auto;
  323. margin-top:30px;
  324. margin-left: 300px;
  325. width: 540px;
  326. }
  327. #entries {
  328. padding:10px;
  329. width:500px;
  330. margin-left:0px;
  331. margin-top:0px;
  332. font-size:10px;
  333. margin-bottom:50px;
  334. }
  335.  
  336.  
  337.  
  338. #posts {
  339. width:500px;
  340. padding-bottom:20px;
  341. padding:10px;
  342. margin-top:15px;
  343. background-color:rgba(255,255,255,0.3);
  344. -webkit-filter: grayscale(100%);
  345. -webkit-transition: all 0.6s ease;
  346. -moz-transition: all 0.6s ease;
  347. transition: all 0.6s ease;
  348. }
  349.  
  350. #posts:hover {
  351. color: #ebebeb;
  352. background-color: rgba(255,255,255,0.4);
  353. -webkit-filter: grayscale(0%);
  354. -webkit-transition: all 0.6s ease;
  355. -moz-transition: all 0.6s ease;
  356. transition: all 0.6s ease;
  357. }
  358.  
  359. /*POST INFO*/
  360. #info {
  361. border-top:1px solid #E6E6E6;
  362. width:500px;
  363. padding-top:8px;
  364. font-size:8px;
  365. margin-left:-1px;
  366. font-style:normal;
  367. text-align:left;
  368. -moz-transition-duration:0.6s;
  369. -webkit-transition-duration:0.6s;
  370. -o-transition-duration:0.6s;
  371. }
  372.  
  373. #info a{
  374. margin-top:-20px;
  375. color:{color:info};
  376. }
  377.  
  378. #info a:hover{
  379. color:{color:links};
  380. }
  381.  
  382. /*TAGS*/
  383. .tags {
  384. font-family:arial;
  385. width:500px;
  386. line-height:100%; /*space between line and line*/
  387. text-align:left;
  388. padding-top:7px;
  389. text-transform: lowercase;
  390. font-size:8px;
  391. -moz-transition-duration:0.6s;
  392. -webkit-transition-duration:0.6s;
  393. -o-transition-duration:0.6s;
  394. }
  395.  
  396. .tags a {
  397. font-style:italic;
  398. color:{color:info};
  399. margin-right:5px;
  400. line-height:120%;
  401. }
  402.  
  403. .tags a:hover {
  404. text-decoration:underline;
  405. color:{color:info};
  406. }
  407.  
  408. /*NOTES*/
  409. .notes {
  410. background-color:#FFFFFF;
  411. text-transform:normal;
  412. letter-spacing:0px;
  413. font-size:9px;
  414. margin-top:20px;
  415. font-style:normal;
  416. margin-left:-20px;
  417. text-align:left;
  418. line-height:30px;
  419. border-bottom:1px solid #D8D8D8;
  420. }
  421.  
  422. .notes img{
  423. padding:2px;
  424. border:1px solid #eee;
  425. margin-bottom:-4px;
  426. -webkit-transition:all 0.5s ease-in-out;
  427. -moz-transition:all 0.5s ease-in-out;
  428. -o-transition:all 0.5s ease-in-out;
  429. -ms-transition:all 0.5s ease-in-out;
  430. transition:all 0.5s ease-in-out;
  431. }
  432.  
  433. .notes img:hover {opacity: 0.6;
  434. -webkit-transition:all 0.6s ease-in-out;
  435. -moz-transition:all 0.6s ease-in-out;
  436. -o-transition:all 0.6s ease-in-out;
  437. -ms-transition:all 0.6s ease-in-out;
  438. transition:all 0.6s ease-in-out;}
  439.  
  440.  
  441. /* --- QUOTE ---*/
  442. .quote {
  443. font-size:18px;
  444. font-family:oranienbaum;
  445. font-style:normal;
  446. line-height:17px;
  447. margin-bottom:15px;
  448. text-transform:normal;
  449. text-align:left;
  450. font-weight:normal;
  451. font-style:none;
  452. color:{color:text};
  453. }
  454.  
  455. .quotesource {
  456. font-size:9px;
  457. text-align:right;
  458. font-style:none;
  459. text-transform:lowercase;
  460. font-family:helvetica;
  461. margin-bottom:5px;
  462. color:{color:text};
  463. }
  464.  
  465.  
  466. /* --- AUDIO ---*/
  467. .audio {
  468. height:60px;
  469. margin-bottom:40px;
  470. }
  471.  
  472. .audio-album {
  473. position:relative;
  474. margin-top: 0px;
  475. width:100px;
  476. padding:3px;
  477. border:1px solid #E1E1E1;
  478. -webkit-transition: opacity 0.1s linear;
  479. opacity: 1;
  480. }
  481.  
  482. .audio-player {
  483. opacity:.2;
  484. width:25px;
  485. height:25px;
  486. overflow:hidden;
  487. position:static;
  488. border:0px;
  489. z-index:86;
  490. margin-left:43px;
  491. margin-top:-70px;
  492. -webkit-transition: all 0.6s ease-out;
  493. -o-transition: all 0.6s ease-out;
  494. -webkit-transition: all 0.6s ease-out;
  495. -moz-transition: all 0.6s ease-out;
  496. }
  497.  
  498. .audio-player:hover {
  499. opacity: 0.8;
  500. -webkit-transition: all 0.6s ease-out;
  501. -o-transition: all 0.6s ease-out;
  502. -webkit-transition: all 0.6s ease-out;
  503. -moz-transition: all 0.6s ease-out;
  504. }
  505.  
  506. .audio-info {
  507. margin-top:-60px;
  508. z-index: 86;
  509. position:static;
  510. margin-left:120px;
  511. line-height:180%;
  512. padding:10px;
  513. }
  514.  
  515. .audio:hover .audio-player {
  516. opacity:.7;
  517. -webkit-transition: all 0.6s ease-out;
  518. -o-transition: all 0.6s ease-out;
  519. -webkit-transition: all 0.6s ease-out;
  520. -moz-transition: all 0.6s ease-out;
  521. }
  522. .audiocaption {
  523. margin-top: 50px;
  524. }
  525.  
  526. /* --- ASK---*/
  527. .ask {
  528. font-size:20px;
  529. font-family:arial;
  530. letter-spacing:-2px;
  531. font-weight:bold;
  532. text-align:right;
  533. padding:6px;
  534. background:#FAFAFA;
  535. text-transform:lowercase;
  536. }
  537.  
  538. .question {
  539. letter-spacing:0px;
  540. margin-top:-12px;
  541. font-style:italic;
  542. padding:4px;
  543. background:#FAFAFA;
  544. text-align:right;
  545. color:{color:Text};
  546. border-bottom:1px solid #E6E6E6;
  547. }
  548.  
  549. .answer {
  550. width:500px;
  551. letter-spacing:0px;
  552. text-align:justify;
  553. padding-top:5px;
  554. margin-bottom:1px;
  555. color:{color:Text};
  556. }
  557.  
  558. /* ---CHAT---*/
  559. .user_1 .label {color:{color:text}; font-weight:normal; font-style:italic;}
  560. .user_2 .label {color:{color:text}; font-weight:normal; font-style:italic; }
  561. .user_3 .label {color:{color:text}; font-weight:normal; font-style:italic;}
  562. .user_4 .label {color:{color:text}; font-weight:normal; font-style:italic; }
  563. .user_5 .label {color:{color:text}; font-weight:normal; font-style:italic;}
  564. .user_6 .label {color:{color:text}; font-weight:normal; font-style:italic; }
  565. .user_7 .label {color:{color:text}; font-weight:normal; font-style:italic; }
  566. .user_8 .label {color:{color:text}; font-weight:normal; font-style:italic; }
  567. .user_9 .label {color:{color:text}; font-weight:normal; font-style:italic; }
  568. .user_10 .label {color:{color:text}; font-weight:normal; font-style:italic; }
  569. .user_11 .label {color:{color:text}; font-weight:normal; font-style:italic; }
  570. .user_12 .label {color:{color:text}; font-weight:normal; font-style:italic; }
  571. .ul.chat {}
  572. .chat ol {}
  573. .chat li {list-style:none; margin-left:-38px; padding:2px; font-family: arial; font-style: none; font-size: 9px; }
  574.  
  575.  
  576.  
  577. /*---AUDIO---*/
  578. #maker{
  579. float:right;
  580. position:fixed;
  581. bottom:5px;
  582. right:10px;
  583. padding:7px;
  584. font-size:8px;
  585. text-align:center;
  586. line-height:210%;
  587. text-transform:uppercase;
  588. -webkit-transition: opacity 0.6s linear;
  589. -webkit-transition: all 0.6s ease-in-out;
  590. -moz-transition: all 0.6s ease-in-out;
  591. -o-transition: all 0.6s ease-in-out;}
  592.  
  593. #maker:hover {
  594. -webkit-transition: opacity 0.6s linear;
  595. -webkit-transition: all 0.6s ease-in-out;
  596. -moz-transition: all 0.6s ease-in-out;
  597. -o-transition: all 0.6s ease-in-out;transform: rotate(360deg);
  598. -ms-transform: rotate(360deg);
  599. -webkit-transform: rotate(360deg);
  600. -o-transform: rotate(360deg);
  601. -moz-transform: rotate(360deg);
  602. }
  603.  
  604. #maker a{
  605. padding:7px;
  606. color:#A4A4A4;
  607. }
  608.  
  609. #maker a:hover{
  610. color:#fff;
  611. padding:7px;
  612. background-color:{color:hover};
  613. }
  614.  
  615. #bubble-music {
  616. position:fixed;
  617. left:20px;
  618. top:20px;
  619. width:25px;
  620. height:25px;
  621. background-color:rgba(255,255,255,0.5);
  622. border-radius:100%;
  623. -moz-border-radius:100%;
  624. overflow:hidden;
  625. -webkit-transition: all 0.5s ease-out;
  626. -moz-transition: all 0.5s ease-out;
  627. transition: all 0.5s ease-out
  628.  
  629. }
  630.  
  631. #bubble-music:hover {
  632. border-radius:9px;
  633. -moz-border-radius:9px;
  634. width:140px;
  635. height:30px;
  636. }
  637.  
  638. .music_embed {
  639. margin:-23px 0 0 70px;
  640. z-index:1;
  641. font-family:consolas;
  642. font-size:8px;
  643. -webkit-transition: all 0.5s ease-out;
  644. -moz-transition: all 0.5s ease-out;
  645. transition: all 0.5s ease-out
  646. }
  647.  
  648. #bubble-music:hover .music_embed {
  649. margin:-23px 0 0 34px;
  650. opacity:1;
  651. }
  652. {CustomCSS}</style></head><body><div id="bubble-music">
  653. <img style="margin:5px; opacity:0.5" src="https://38.media.tumblr.com/tumblr_m7w2py1dEP1r6o8v2.gif">
  654. <div class="music_embed">
  655. {text:musiccode}
  656. </div>
  657. </div>
  658.  
  659.  
  660. <div id="sidebar">
  661.  
  662.  
  663. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  664.  
  665.  
  666. <div id="desc"><div id="title">{Title}</div>
  667. {Description}
  668. </div>
  669.  
  670.  
  671. <div class="links">
  672. <a href="/" class="tip" style="margin-left: -30px;">I<span>refresh</span></a>
  673. <a href="/askandsubmit" class="tip" style="margin-left:-5px;">II<span>inquiry</span></a>
  674. <a href="/a" class="tip" style="margin-left:5px;">III<span>{text:link1}</span></a>
  675. <a href="/themes" class="tip">IV<span>{text:link2}</span></a>
  676. <a href="/graphics" class="tip" style="margin-left:-5px;">V<span>{text:link3}</span></a>
  677. <a href="/rp" class="tip" style="margin-left:-20px;">VI<span>{text:link4}</span></a>
  678. </div>
  679.  
  680.  
  681. {block:Pagination}
  682. <div class="pagi">
  683. {block:PreviousPage}
  684. <a href="{PreviousPage}">←</a>
  685. {/block:PreviousPage}
  686.  
  687. {block:NextPage}
  688. <a href="{NextPage}">→</a>
  689. {/block:NextPage}
  690. </div>
  691. {/block:Pagination}
  692.  
  693.  
  694. </div>
  695.  
  696. <div id="entriescontainer">
  697. <div id="entries">{block:Posts}<div id="posts">
  698.  
  699.  
  700. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  701.  
  702.  
  703. {block:Photo}{LinkOpenTag}<center><img src="{PhotoURL-500}"></center>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  704.  
  705.  
  706. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  707.  
  708.  
  709. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  710.  
  711.  
  712. {block:Quote}<div class="quote">" {Quote} "</div>{block:Source} <div class="quotesource">—{Source}</div>{/block:Source}{/block:Quote}
  713.  
  714.  
  715. {block:Audio}
  716. <div class="audio">
  717. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  718. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  719.  
  720.  
  721. <div class="audio-info">
  722. {block:TrackName}<b>Title:</b> {TrackName}<BR>{/block:TrackName}
  723. {block:Artist}<b>Artist:</b> {Artist}<BR>{/block:Artist}
  724. {block:Album}<b>Album:</b> {Album}<BR>{/block:Album}
  725. {block:PlayCount}<b>Plays:</b> {PlayCount}<BR>{/block:PlayCount}
  726. </div></div>
  727. <div class="audiocaption">{block:Caption}{Caption}{/block:Caption}</div>
  728. {/block:Audio}
  729.  
  730.  
  731. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  732.  
  733.  
  734. {block:Chat}<ul class="chat">{block:Title}{Title}{/block:Title} {block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  735.  
  736.  
  737. {block:Answer}<div id="question"><span style="text-transform:uppercase;font-size:9px;font-style:italic;">— {Asker}: </span>{Question}</div><left> <font face="cambria">{Answer}</font>{/block:Answer}
  738.  
  739.  
  740. <div id="info"> posted <a href="{Permalink}">{ShortMonth} {DayOfMonth}{DayOfMonthSuffix} at {12Hour}:{Minutes} </a> {block:RebloggedFrom} from <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a> {/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  741. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  742. {/block:Posts}
  743. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  744. {/block:Posts}</div></div></div></div>
  745.  
  746.  
  747. <div id="maker"><a href="http://www.xstardusttx--themes.tumblr.com" title="xstardusttx--themes">VO</a></div></center>
  748.  
  749.  
  750. <!--DON'T DELETE THIS CODE IF YOU DON'T WANT TO SEE THE SOURCE UNDER THE IMAGE/TEXT-->
  751. {block:ContentSource}
  752. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  753. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  754. {/block:SourceLogo}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement