Advertisement
yanilavigne

Purple Princess

Aug 13th, 2014
2,736
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.14 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <HTML>
  3.  
  4. <!--
  5. Purple Princess by: Miss-Yani
  6. (w w w.m i s s - y a n i . c o m)
  7. Visit My Themes's site
  8. (w w w.t h e m e s b y m i s s y a n i . c o m)
  9.  
  10. *Strictly no removing of credits,leave at least one link of my blog*
  11. *You can't use this as your base code*
  12. *No theme redistribution or posting to any site*
  13.  
  14. -->
  15.  
  16.  
  17. <HEAD>
  18.  
  19. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  20. <title>{Title}</title>
  21. <link rel="shortcut icon" href="{Favicon}">
  22. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  23. {block:Description}
  24. <meta name="description" content="{MetaDescription}" />
  25. {/block:Description}
  26.  
  27.  
  28. <!-- DEFAULT VARIABLES -->
  29. <META name="image:Background" content="http://static.tumblr.com/f36cfeabbae0354a7f309ad3081b172d/txfvidw/1Cpn9duqp/tumblr_static_33wjm8xzwqecs8k04c0cs0sww.jpg">
  30. <META name="image:Post Background" content="http://static.tumblr.com/txfvidw/06Un9dxsr/untitled.png">
  31. <META name="image:BackToTop" content="http://media.tumblr.com/tumblr_mdqnddZgyZ1rxogt4.png">
  32.  
  33. <META name="image:avatar" content="http://static.tumblr.com/bb2b5b810b3d51e582cfe44d98f304eb/txfvidw/B4yn8zao2/tumblr_static_9b8y26r1o0sgg4kgo80404s8.jpg">
  34. <meta name="font:title" content="'Raleway'" />
  35. <meta name="font:bodytext" content="'Lekton'" />
  36. <META name="color:Background Color" content="#f7f2e9">
  37. <META name="text:Disqus Username" content="">
  38. <META name="text:LINK 1" content="Home">
  39. <META name="text:LINKURL 1" content="/">
  40. <META name="text:LINK 2" content="Archive">
  41. <META name="text:LINKURL 2" content="/archive">
  42. <META name="text:LINK 3" content="Random">
  43. <META name="text:LINKURL 3" content="/random">
  44. <META name="text:LINK 4" content="Message">
  45. <META name="text:LINKURL 4" content="/ask">
  46. <META name="text:FACEBOOK URL" content="http://facebook.com/">
  47. <META name="text:INSTAGRAM URL" content="http://instagram.com/">
  48. <META name="text:TWITTER URL" content="http://twitter.com">
  49. <META name="text:MP3 URL" content="http://twitter.com">
  50.  
  51.  
  52. <link href='http://fonts.googleapis.com/css?family=Lekton' rel='stylesheet' type='text/css'>
  53. <link href='http://fonts.googleapis.com/css?family=Raleway:500' rel='stylesheet' type='text/css'>
  54.  
  55.  
  56. <LINK REL=StyleSheet HREF="http://static.tumblr.com/6lttjv1/wN0na8gjf/avatar.css" TYPE="text/css" MEDIA=screen>
  57. <LINK REL=StyleSheet HREF="http://static.tumblr.com/6lttjv1/PRzna8gnz/sidenavs.css" TYPE="text/css" MEDIA=screen>
  58. <LINK REL=StyleSheet HREF="http://static.tumblr.com/6lttjv1/02Lna8gps/ribbons.css" TYPE="text/css" MEDIA=screen>
  59. <LINK REL=StyleSheet HREF="http://static.tumblr.com/6lttjv1/Bjxna8iah/perma.css" TYPE="text/css" MEDIA=screen>
  60.  
  61.  
  62. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
  63. <script type="text/javascript" src="http://static.tumblr.com/6lttjv1/5t2na8gsg/backtotop.js"></script>
  64. <link href='http://fonts.googleapis.com/css?family=Playball' rel='stylesheet' type='text/css'>
  65.  
  66.  
  67. <link href='http://fonts.googleapis.com/css?family=Gloria+Hallelujah' rel='stylesheet' type='text/css'>
  68.  
  69. {block:IndexPage}
  70. <script type="text/javascript"
  71. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  72. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  73. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  74. <script type="text/javascript" src="http://static.tumblr.com/6lttjv1/bTena7mhz/themesbymissyani.js">
  75. </script>
  76. {/block:IndexPage}
  77.  
  78. <style type="text/css">
  79. #navbar-iframe {height:0px; visibility:hidden; display:none}
  80. /* LINKS */
  81. a:link, a:visited, a:active {
  82. color: #ffffff;
  83. cursor: default;
  84. text-decoration:none;
  85. -webkit-transition: all 1s ease;
  86. -moz-transition: all 1s ease;
  87. -o-transition: all 1s ease;
  88. -ms-transition: all 1s ease;
  89. transition: all 1s ease;
  90. }
  91. a:hover {
  92. color: #faceff;
  93. cursor: pointer;
  94. text-decoration:none;
  95.  
  96. }
  97. /* BODY */
  98. body {
  99. background-color: {color:Background Color};
  100. background-image: url({image:Background});
  101. background-attachment: fixed;
  102. background-repeat: repeat;
  103. color:{color:font color};
  104. cursor: url(""), default;
  105. text-align:justify;
  106. margin: 0px;
  107. padding: 0px;
  108. }
  109.  
  110. ::-webkit-scrollbar-thumb:vertical {
  111. background-color: #d27df1;
  112. height: auto;
  113. }
  114.  
  115. ::-webkit-scrollbar-thumb:horizontal {
  116. background-color: #d27df1;
  117. height: auto;
  118. }
  119.  
  120. ::-webkit-scrollbar {
  121. height: 5px;
  122. width: 5px;
  123. background-color: #ecc3fb;
  124. }
  125.  
  126. blockquote{
  127. border-left-width: 1px;
  128. border-left-style: dotted;
  129. border-left-color: #d7b9de;
  130. padding:1px; padding-left: 5px; margin: 0px;
  131. }
  132. /* FONTS */
  133. .header {
  134. font: 30px 'Playball', cursive;
  135. color: #fac5fc;
  136. text-transform: none;
  137. margin-top:5px;
  138. font-weight:normal;
  139. line-height:23px;
  140. letter-spacing:-2px;
  141.  
  142. }
  143. /* TABLE */
  144. table {
  145. background-color: transparent;
  146. font-family: {font:bodytext};
  147. font-size: 8pt;
  148. color: #f4e1f9;
  149. line-height: 120%;
  150. padding: 0px;
  151. margin-left: auto;
  152. margin-right: auto;
  153. margin-top: 0px;
  154.  
  155. }
  156. /* CHAT */
  157. .chat {
  158. margin-left:0px;
  159. padding:0px
  160. text-align:left;
  161. }
  162. .chat li {
  163. padding: 2px;
  164. list-style-type: none;
  165. }
  166. .chat li:nth-child(odd) {
  167. background:#ca8ecc;
  168. }
  169. /* POST NOTES */
  170. ol.notes {
  171. padding: 0px;
  172. margin: 25px 0px;
  173. list-style-type: none;
  174. border-bottom: solid 2px #d7b9de;
  175. }
  176.  
  177. ol.notes li.note {
  178. border-top: solid 2px #d7b9de;
  179. padding: 10px;
  180. }
  181.  
  182. ol.notes li.note img.avatar {
  183. vertical-align: -4px;
  184. margin-right: 10px;
  185. width: 16px;
  186. height: 16px;
  187. }
  188.  
  189. ol.notes li.note span.action {
  190. font-weight: bold;
  191. }
  192.  
  193. ol.notes li.note .answer_content {
  194. font-weight: normal;
  195. }
  196.  
  197. ol.notes li.note blockquote {
  198. border-color: #d7b9de;
  199. padding: 4px 10px;
  200. margin: 10px 0px 0px 25px;
  201. }
  202.  
  203. ol.notes li.note blockquote a {
  204. text-decoration: none;
  205. }
  206. ul {list-style-type:circle;}
  207. ul li{padding-left: 0px; }
  208. /* Q AND A */
  209. .ask {
  210. background-color: #ca8ecc;
  211. padding: 2px;
  212. border-bottom: 1px dotted #ca8ecc;
  213. }
  214. .ask i {
  215. font-style: normal;
  216. }
  217. /* SIDEBAR */
  218. #sidebar {
  219. width: 330px;
  220. position:fixed;
  221. margin-left:-100px;
  222. }
  223. .inside {
  224. width: 330px;
  225. height: 467px;
  226. position: absolute;
  227. background-image: url(http://static.tumblr.com/6lttjv1/XCona7wxd/untitled.png);
  228. background-position: center center;
  229. background-repeat: repeat-y;
  230. }
  231. .pic {
  232. position: absolute;
  233. margin-top: 160px;
  234. margin-left: 0px;
  235. width: 310px;
  236. height: 190px;
  237. text-align: justify;
  238. z-index: 10;
  239. }
  240. .pic img {
  241. width: 310px;
  242. height: 190px;
  243. opacity: 0.8;
  244. }
  245. .desc{
  246. position: absolute;
  247. margin-top: 359px;
  248. margin-left: 40px;
  249. width: 255px;
  250. height: 99px;
  251. overflow:scroll;
  252. overflow-x: hidden;
  253. padding:3px;
  254. text-align: justify;
  255. font: 12px 'Gloria Hallelujah', cursive;
  256. z-index: 10;
  257. }
  258. .music{
  259. position: absolute;
  260. margin-top: 418px;
  261. margin-left: 140px;
  262. width: 263px;
  263. height: 156px;
  264. padding:3px;
  265. text-align: justify;
  266. z-index: 10;
  267. }
  268. .buttons{
  269. position: absolute;
  270. margin-top:95px;
  271. margin-left: 75px;
  272. width: 263px;
  273. height: 156px;
  274. padding:1px;
  275. text-align: justify;
  276. z-index: 10;-webkit-transition: .30s ease-in;
  277.  
  278. }
  279. .logo {
  280. -webkit-transition: all 0.5s ease;
  281. -webkit-filter: brightness(90%);
  282. width: 35px;
  283. height: 35px;
  284. }
  285. .logo:hover {
  286. -webkit-filter: brightness(110%);
  287. -webkit-transition: all 1s ease;
  288. -moz-transition: all 1s ease;
  289. -o-transition: all 1s ease;
  290. -ms-transition: all 1s ease;
  291. transition: all 1s ease;
  292. }
  293. /* MAIN POSTS */
  294. #content {
  295. position: relative;
  296. width: 900px;
  297. margin-left: 250px;
  298. }
  299. #main{
  300. {block:IndexPage}
  301. width:535px;
  302. height: auto;
  303. -webkit-box-shadow: 0px 0px 10px 0px rgba(44, 50, 50, 0.75);
  304. -moz-box-shadow: 0px 0px 10px 0px rgba(44, 50, 50, 0.75);
  305. box-shadow: 0px 0px 10px 0px rgba(44, 50, 50, 0.75);
  306. {/block:IndexPage}
  307. {block:PermalinkPage}
  308. width:510px;
  309. {block:PermalinkPage}
  310. text-align: left;
  311. {block:IndexPage}
  312. background-image: url({image:Post Background});
  313. {/block:IndexPage}
  314. background-position: center center;
  315. background-repeat: repeat;
  316. background-position: scroll;
  317. padding-left:10px;
  318. padding-top: 70px;
  319. margin-top: -10px;
  320. margin-bottom: -200px;
  321. margin-right: -50px;
  322. z-index: -1px;
  323. }
  324. #post {
  325. background-color: #d88eea;
  326. float:left;
  327. {block:IndexPage}
  328. width:245px;
  329. height:auto;
  330. overflow:hidden;
  331. {/block:IndexPage}
  332. {block:PermalinkPage}
  333. width:500px;
  334. background-color:#d88eea;
  335. margin-bottom: -10px;
  336. padding: 10px;
  337. {/block:PermalinkPage}
  338. border: 5px solid #d88eea;
  339. margin-bottom:10px;
  340. margin-right: 10px;
  341. padding-right: -10px;
  342. -webkit-box-shadow: 0px 1px 7px 0px rgba(50, 50, 50, 0.37);
  343. -moz-box-shadow: 0px 1px 7px 0px rgba(50, 50, 50, 0.37);
  344. box-shadow: 0px 1px 7px 0px rgba(50, 50, 50, 0.37);
  345. }
  346. .perma a{
  347. font: 35px 'Playball', cursive;
  348. color: #f4e6f8;
  349. padding-left: 10px;
  350. letter-spacing: 1px;
  351. line-height: 70px;
  352. }
  353. .perma a:hover{
  354. text-decoration:underline;
  355. color:#eab2f1;
  356. }
  357. #post .img{
  358. {block:IndexPage}
  359. width: 270px;
  360. height: auto;
  361. opacity: 0.7;
  362. {/block:IndexPage}
  363. }
  364. #text{
  365. {block:IndexPage}
  366. overflow-x:hidden;
  367. overflow-y:hidden;
  368. {/block:IndexPage}
  369. }
  370. #post .link {
  371. background-color:#d26bd6;
  372. width: 100%;
  373. padding: 10px;
  374. font: 25px {font:title};
  375. color: #f4cbf5;
  376. text-transform: none;
  377. margin-top:5px;
  378. font-weight:normal;
  379. line-height:23px;
  380. letter-spacing:-2px;
  381. -webkit-transition: opacity 0.7s linear;
  382. -webkit-transition: all 0.5s linear;
  383. -moz-transition: all 0.5s linear;
  384. transition: all 0.5s linear;
  385. }
  386. #post .link:hover {
  387. background-color:#ddb4df;
  388. }
  389. #text img{
  390. {block:IndexPage}
  391. display:none;
  392. {/block:IndexPage}
  393. width: 500px;
  394. }
  395. #postbottom {
  396. width: 100%;
  397. border-top: 1px solid #d7b9de;
  398. text-transform:uppercase;
  399. letter-spacing: 1px;
  400. font-size: 8px;
  401. }
  402. #postbottom a{
  403. color: #ab5bae;
  404. }
  405. /* FOOTER */
  406. .pagination {
  407. font-family:Lekton;
  408. font-size: 8pt;
  409. font-size: 13px;
  410. margin-left: 2px;
  411. text-transform: uppercase;
  412. background:{color:Post background};
  413. padding: 3px;
  414. display: inline-block;
  415. width:20px;
  416. }
  417. .pagination:hover {
  418. background-color: #d7b9de;
  419. }
  420. .nextprev {
  421. font-family:Lekton;
  422. font-size: 8pt;
  423. text-transform: uppercase;
  424. background:{color:Post background};
  425. padding: 3px; display:
  426. inline-block;
  427. width:35px;
  428. margin-left: 2px;
  429. }
  430. .nextprev:hover {
  431. background-color: {color:Sidebar Header BG};
  432. }
  433. .cover {
  434. position: relative;
  435. z-index: 1;
  436. width: 255px;
  437. height: auto;
  438.  
  439. }
  440. .playbutton {
  441. width:30px;
  442. height: 30px;
  443. overflow: hidden;
  444. position: relative;
  445. z-index: 1000;
  446. margin: 15px 15px 15px 18px;
  447.  
  448. }
  449. .playbox {background-color: #000;
  450. position: absolute;
  451. z-index: 99;
  452. margin-top: 100px;
  453. margin-left: 100px;
  454. -webkit-border-radius: 100px;
  455. -moz-border-radius: 100px;
  456. border-radius: 100px;
  457. opacity: 0.5;
  458. }
  459. .toplink {
  460. background: url('{image:BackToTop}') no-repeat;
  461. position:fixed;
  462. bottom:30px; right:20px;
  463. width: 100px; height: 100px;
  464. {/block:IfEnableendlessscrolling}
  465. }
  466. .like_and_reblog_buttons {
  467. list-style: none;
  468. margin-top: 0px;
  469. margin-left: -10px;
  470. margin-bottom: -10px;
  471. padding-top: 13px;
  472. }
  473. .like_and_reblog_buttons li:hover {
  474. -webkit-transition: .30s ease-in;
  475. opacity: 0.7;
  476. }
  477. .like_and_reblog_buttons li {
  478. float: right;
  479. margin: 1;
  480. padding: 5px;
  481. height: 15px;
  482. }
  483. .like_and_reblog_buttons li:first-child {
  484. border-right: 0px solid #d225b8;
  485. }
  486.  
  487. {CustomCSS}
  488. </style>
  489. </head>
  490.  
  491.  
  492. <BODY>
  493. <div style="right: 3px; top: 26px; opacity:0.7; z-index:9999; position:absolute;"><a href="http://miss-yani.com"><img src="http://static.tumblr.com/ykziu7r/dGgm6nq81/install_theme.png"/></a></div>
  494.  
  495. <div style="position:fixed; top:140px;left:0px;width:100px; color:#aaa;">
  496. <a href="{text:LINKURL 1}" class="sidenavs" >{text:LINK 1}</a>
  497. <a href="{text:LINKURL 2}" class="sidenav"><font color="#a241ae">{text:LINK 2}</font></a>
  498. <a href="{text:LINKURL 3}" class="sidenavs">{text:LINK 3}</a>
  499. <a href="{text:LINKURL 4}" class="sidenav"><font color="#a241ae">{text:LINK 4}</font></a>
  500. <a href="http://miss-yani.com" class="sidenavs">Theme</a>
  501. </div>
  502.  
  503.  
  504. <div style="right: 3px; top: 26px; opacity:0.7; position:absolute;"><a href="http://miss-yani.com"><img src="http://static.tumblr.com/ykziu7r/dGgm6nq81/install_theme.png"/></a></div>
  505.  
  506. <div id="ribbon"></div>
  507. <div id="content">
  508.  
  509. <table width="900px" align="left" cellpadding="10" cellspacing="0" border-style="1px dashed #000000";>
  510.  
  511.  
  512. <td width="200px" valign="top" cellpadding="15" style="background: transparent;">
  513.  
  514.  
  515. <div id="sidebar">
  516. <center>
  517. <div class="inside">
  518. <div class="pic">
  519. <div class="view view-first">
  520. <img src="{image:avatar}" />
  521. <div class="mask">
  522. <p>{Description}</p>
  523. </div></div></div>
  524. </div>
  525.  
  526.  
  527.  
  528.  
  529.  
  530. <div class="music">
  531. <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_mini.swf" width="185" height="22"><param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_mini.swf" /><param name="bgcolor" value="e1c8df" /><param name="FlashVars" value="mp3={text:MP3 URL}&amp;&amp;autoplay=1&amp;bgcolor=ffffff&amp;loadingcolor=ffffff&amp;buttoncolor=ab60b9&amp;slidercolor=ce94d0 border: 1px solid F0597D;" /> </object>
  532. </DIV><br>
  533.  
  534. <div class="buttons">
  535. <a class="logo" href="{RSS}"><img src="http://static.tumblr.com/6lttjv1/mbqna7y64/untitled.png"></img></a>
  536. <a class="logo" href="{text:FACEBOOK URL}"><img src="http://static.tumblr.com/6lttjv1/o9nna7xpy/untitled.png"></img></a>
  537. <a class="logo" href="{text:INSTAGRAM URL}"><img src="http://static.tumblr.com/6lttjv1/4sSna7xuf/untitled.png"></img></a>
  538. <a class="logo" href="{text:TWITTER URL}"><img src="http://static.tumblr.com/txfvidw/iGZn9e1pq/twitter_soft.png"></img></a>
  539. </div>
  540.  
  541. </td>
  542.  
  543. <td width="505px" valign="top" style="background:transparent; text-align:justify;">
  544. <div id="main">
  545. {block:Posts}
  546. <div id="post">
  547. {block:Text}
  548. <a href="{Permalink}"><div class="header">{Title}</div></a>
  549. {block:IndexPage}
  550. <div id="text">
  551. {Body}</div>{/block:IndexPage}
  552. {block:PermalinkPage}<div id="text">{Body}</div>{/block:PermalinkPage}
  553. <div id="postbottom">
  554. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}| <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a> | <a href="{ReblogURL}" target="_blank">Reblog this</a></div>
  555. {/block:Text}
  556.  
  557.  
  558. {block:Photo}
  559. <!-- DETAILS -->
  560. {block:IndexPage}
  561. <div class="perma2">
  562. <ul class="like_and_reblog_buttons">
  563. <li>{ReblogButton size="35" color="white"}</li>
  564. <li>{LikeButton size="35" color="white"}</li>
  565. </ul></div>
  566. <div class="perma3">
  567. Posted {TimeAgo} {block:HasTags}<br>Tags: {block:Tags}
  568. # <a href="{TagURL}">{Tag}</a>
  569. {/block:Tags}{/block:HasTags}
  570. </div>
  571. <div class="perma">
  572. {block:NoteCount}<a href="{Permalink}">{NoteCount} </a>{/block:NoteCount}
  573. </div>
  574. {/block:IndexPage}
  575. <!-- END DETAILS -->
  576. <center>{block:IndexPage}<a href="{permalink}"><img src="{PhotoURL-250}" width="{PhotoWidth-250}" height="{PhotoHeight-110}" alt="{PhotoAlt}" class="img"/></a>{/block:IndexPage}
  577. {block:PermalinkPage}{LinkOpenTag}
  578. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/>{LinkCloseTag}<br>
  579. <div align="left">
  580. {block:Caption}
  581. {Caption}
  582. {/block:Caption}</div>{/block:PermalinkPage}</center>
  583. {/block:Photo}
  584.  
  585.  
  586.  
  587. {block:Photoset}
  588. <!-- DETAILS -->
  589. {block:IndexPage}
  590. <div class="perma2">
  591. <ul class="like_and_reblog_buttons">
  592. <li>{ReblogButton size="35" color="white"}</li>
  593. <li>{LikeButton size="35" color="white"}</li>
  594. </ul></div>
  595. <div class="perma3">
  596. Posted {TimeAgo} {block:HasTags}<br>Tags: {block:Tags}
  597. # <a href="{TagURL}">{Tag}</a>
  598. {/block:Tags}{/block:HasTags}
  599. </div>
  600. <div class="perma">
  601. {block:NoteCount}<a href="{Permalink}">{NoteCount} </a>{/block:NoteCount}
  602. </div>
  603. {/block:IndexPage}
  604. <!-- END DETAILS -->
  605. <center>
  606. {block:IndexPage}{Photoset-250}</center>{/block:IndexPage}
  607. {block:PermalinkPage}
  608. {Photoset-500}
  609. {block:Caption}
  610. {Caption}
  611. {/block:Caption}{/block:PermalinkPage}
  612. {/block:Photoset}
  613.  
  614.  
  615.  
  616. {block:Quote}
  617. {block:IndexPage}
  618. <div class="header">&ldquo;{Quote}&rdquo;</div>{block:Source}-{Source}{/block:Source}{/block:IndexPage}
  619. {block:PermalinkPage}<div class="header">&ldquo;{Quote}&rdquo;</div>{block:Source}-{Source}{/block:Source}{/block:PermalinkPage}
  620. <div id="postbottom">
  621. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}| <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a> | <a href="{ReblogURL}" target="_blank">Reblog this</a></div>
  622. {/block:Quote}
  623.  
  624.  
  625. {block:Link}
  626. <a href="{URL}" id="postlink" {Target}><div class="link">{Name}&rarr;</div></a><BR>{block:Description}{Description}{/block:Description}
  627. <div id="postbottom">
  628. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}| <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a> | <a href="{ReblogURL}" target="_blank">Reblog this</a></div>
  629. {/block:Link}
  630.  
  631.  
  632. {block:Chat}
  633. <a href="{Permalink}"><div class="header">{Title}</div></a>
  634. <div class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label"><b>{Label}</b></span>{/block:Label}&nbsp;{Line}</li>
  635. {/block:Lines}</div>
  636. <div id="postbottom">
  637. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}| <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a> | <a href="{ReblogURL}" target="_blank">Reblog this</a></div>
  638. {/block:Chat}
  639.  
  640.  
  641. {block:Video}
  642. <!-- DETAILS -->
  643. {block:IndexPage}
  644. <div class="perma2">
  645. <ul class="like_and_reblog_buttons">
  646. <li>{ReblogButton size="35" color="white"}</li>
  647. <li>{LikeButton size="35" color="white"}</li>
  648. </ul></div>
  649. <div class="perma3">
  650. Posted {TimeAgo} {block:HasTags}<br>Tags: {block:Tags}
  651. # <a href="{TagURL}">{Tag}</a>
  652. {/block:Tags}{/block:HasTags}
  653. </div>
  654. <div class="perma">
  655. {block:NoteCount}<a href="{Permalink}">{NoteCount} </a>{/block:NoteCount}
  656. </div>
  657. {/block:IndexPage}
  658. <!-- END DETAILS -->
  659. {block:IndexPage}
  660. <div id="video">{Video-250}</div>{/block:IndexPage}{block:PermalinkPage}<center>{Video-500}{/block:PermalinkPage}</center>
  661. {/block:Video}
  662.  
  663.  
  664.  
  665. {block:Audio}
  666. <!-- DETAILS -->
  667. {block:IndexPage}
  668. <div class="perma2">
  669. <ul class="like_and_reblog_buttons">
  670. <li>{ReblogButton size="35" color="white"}</li>
  671. <li>{LikeButton size="35" color="white"}</li>
  672. </ul></div>
  673. <div class="perma3">
  674. Posted {TimeAgo} {block:HasTags}<br>Tags: {block:Tags}
  675. # <a href="{TagURL}">{Tag}</a>
  676. {/block:Tags}{/block:HasTags}
  677. </div>
  678. <div class="perma">
  679. {block:NoteCount}<a href="{Permalink}">{NoteCount} </a>{/block:NoteCount}
  680. </div>
  681. {/block:IndexPage}
  682. <!-- END DETAILS -->
  683.  
  684.  
  685. <div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}</div></div>
  686. {block:AlbumArt}
  687. <img src="{AlbumArtURL}" class="cover"></img>
  688. {/block:AlbumArt}<br>
  689. {block:Artist}{Artist}{/block:Artist}{block:TrackName}-{TrackName}{/block:TrackName}
  690. <br>
  691. {block:Caption} {Caption} {/block:Caption}
  692. {/block:Audio}
  693.  
  694. {block:Answer}
  695. <div class="ask"><b><img src="{AskerPortraitURL-24}"align="left" /><i>{Asker}</i> asked:</b> {Question}</div>
  696. {Answer}
  697. <div id="postbottom">
  698. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}| <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a> | <a href="{ReblogURL}" target="_blank">Reblog this</a></div>
  699. {/block:Answer}
  700.  
  701.  
  702. {block:PermalinkPage}
  703. {block:IfDisqusUsername}<br><br>
  704. <div id="disqus_thread"></div>
  705. <script type="text/javascript">
  706. /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
  707. var disqus_shortname = '{text:Disqus Username}'; // required: replace example with your Disqus site shortname
  708. var disqus_url = '{Permalink}';
  709. var disqus_title = '{block:PostTitle}{PostTitle}{/block:PostTitle}';
  710.  
  711. /* * * DON'T EDIT BELOW THIS LINE * * */
  712. (function() {
  713. var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
  714. dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
  715. (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
  716. })();
  717. </script>
  718. <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
  719. <a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
  720. {/block:IfDisqusUsername}
  721. <BR><B>POST DETAILS:</B><BR>
  722. {block:Date} Posted on <a href="{Permalink}">{Month}/{DayOfMonth}/{Year}{/block:Date}</a>
  723. {block:HasTags}<br>Tagged as:
  724. {block:Tags}
  725. <a href="{TagURL}">{Tag}</a>,
  726. {/block:Tags}
  727. {/block:HasTags}{block:ContentSource}<br>Originally Posted by:<a href="{SourceURL}" target="_blank">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo} {SourceTitle}{/block:NoSourceLogo}</a> {/block:ContentSource}{block:RebloggedFrom}Reblogged From: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}<br>
  728. {/block:PermalinkPage}
  729.  
  730.  
  731.  
  732. {block:PostNotes}
  733. <br><br><B>POST NOTES:</B>
  734. {PostNotes}
  735. {/block:PostNotes}
  736.  
  737. </div>
  738. {/block:Posts}
  739. </ol>
  740. </div>
  741. <center>{block:IndexPage}
  742. {block:Pagination}
  743. <div id="pagination">
  744. {block:NextPage}
  745. <a id="nextPage" href="{NextPage}"></a>
  746. {/block:NextPage}
  747. {block:PreviousPage}
  748. <a href="{PreviousPage}"></a>
  749. {/block:PreviousPage}
  750. </div>
  751. {/block:Pagination}
  752. {/block:IndexPage}
  753. <br>
  754. </td>
  755. </table></div></div></center>
  756. <a href="#" class="toplink"></a>
  757. <div id="stripe"></div>
  758.  
  759. <script src="http://tympanus.net/codrops/adpacks/demoad.js"></script>
  760. </body>
  761. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement