Advertisement
thematchgirl

Theme 20

May 30th, 2014
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.03 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">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>{title}</title>
  6. {block:IfInfiniteScroll}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script> {/block:IfInfiniteScroll}
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <script src="http://code.jquery.com/jquery-2.0.3.js"></script>
  9. <script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
  10. </head>
  11.  
  12. <meta name="color:background" content="#f8f8f8"/>
  13. <meta name="color:borders" content="#000000"/>
  14. <meta name="color:posts" content="#ffffff"/>
  15. <meta name="color:posts border" content="#eaeaea"/>
  16. <meta name="color:texts" content="#000000"/>
  17. <meta name="color:links" content="#7d7d7d"/>
  18. <meta name="color:description border" content="#000000"/>
  19. <meta name="color:description text" content="#ffffff"/>
  20. <meta name="color:music player" content="#000000"/>
  21. <meta name="color:sidebar 1st row links bg" content="#000000"/>
  22. <meta name="color:sidebar 1st row links text" content="#ffffff"/>
  23. <meta name="color:sidebar 2nd row links bg" content="#ffffff"/>
  24. <meta name="color:sidebar 2nd row links text" content="#000000"/>
  25. <meta name="color:blog title" content="#000000"/>
  26. <meta name="color:blog title shadow" content="#ffffff"/>
  27. <meta name="color:dates" content="#ffffff"/>
  28. <meta name="color:dates shadow" content="#cccccc"/>
  29. <meta name="color:pagination border" content="#eaeaea"/>
  30. <meta name="color:page numbers" content="#ffffff"/>
  31. <meta name="color:current page number" content="#cccccc"/>
  32. <meta name="color:note info bg" content="#000000"/>
  33. <meta name="color:note info" content="#ffffff"/>
  34. <meta name="color:post title" content="#333333"/>
  35. <meta name="color:post title shadow" content="#cccccc"/>
  36. <meta name="color:blockquote bg" content="#f8f8f8"/>
  37. <meta name="color:blockquote" content="#000000"/>
  38. <meta name="color:blockquote border" content="#7d7d7d"/>
  39. <meta name="color:ask bg" content="#f8f8f8"/>
  40. <meta name="color:ask" content="#000000"/>
  41. <meta name="color:ask and music border" content="#000000"/>
  42. <meta name="color:odd chat bg" content="#f8f8f8"/>
  43. <meta name="color:odd chat" content="#000000"/>
  44. <meta name="color:even chat bg" content="#000000"/>
  45. <meta name="color:even chat" content="#ffffff"/>
  46. <meta name="image:background" content=""/>
  47. <meta name="image:sidebar" content="http://i.imgur.com/WIxdDky.png"/>
  48. <meta name="image:icon" content="http://i.imgur.com/8KpY3LR.png"/>
  49. <meta name="text:Link1URL" content=""/>
  50. <meta name="text:Link2URL" content=""/>
  51. <meta name="text:Link3URL" content=""/>
  52. <meta name="text:Link4URL" content=""/>
  53. <meta name="text:Link5URL" content=""/>
  54. <meta name="text:Link6URL" content=""/>
  55. <meta name="text:Link7URL" content=""/>
  56. <meta name="text:Link8URL" content=""/>
  57. <meta name="text:Link9URL" content=""/>
  58. <meta name="text:Link1" content=""/>
  59. <meta name="text:Link2" content=""/>
  60. <meta name="text:Link3" content=""/>
  61. <meta name="text:Link4" content=""/>
  62. <meta name="text:Link5" content=""/>
  63. <meta name="text:Link6" content=""/>
  64. <meta name="text:Link7" content=""/>
  65. <meta name="text:Link8" content=""/>
  66. <meta name="text:Link9" content=""/>
  67. <meta name="text:Music" content="" />
  68. <meta name="text:Description BG" content="rgba(0,0,0,.7)" />
  69. <meta name="if:InfiniteScroll" content="0" />
  70.  
  71. <style>
  72.  
  73. ::-moz-selection {
  74. background-color:{color:borders};
  75. color:{color:posts};
  76. }
  77.  
  78. ::selection {
  79. background-color:{color:borders};
  80. color:{color:posts};
  81. }
  82.  
  83. ::-webkit-scrollbar-thumb:vertical {
  84. height:12px;
  85. background-color:{color:background};
  86. padding:3px;
  87. }
  88.  
  89. ::-webkit-scrollbar-thumb:horizontal {
  90. background-color:{color:background};
  91. padding:3px;
  92. }
  93.  
  94. ::-webkit-scrollbar {
  95. width:10px;
  96. height:7px;
  97. border:4px solid {color:borders};
  98. background-color:{color:background};
  99.  
  100. }
  101.  
  102. body {
  103. background:url({image:background}) fixed no-repeat {color:background};
  104. padding:0px;
  105. margin:0px;
  106. font-family:arial;
  107. text-align:justify;
  108. font-size:12px;
  109. color:{color:text};
  110. }
  111.  
  112. a {
  113. text-decoration:none;
  114. color:{color:links};
  115. }
  116.  
  117. a:hover {
  118. color:{color:posts};
  119. background:{color:texts};
  120. }
  121.  
  122. #sidebar {
  123. position:fixed;
  124. left:0px;
  125. top:0px;
  126. width:350px;
  127. height:100%;
  128. background:url({image:sidebar});
  129. }
  130.  
  131. #shadow {
  132. background:rgba(0,0,0,.3);
  133. position:absolute;
  134. top:0;
  135. left:0;
  136. height:100%;
  137. z-index:-1;
  138. width:350px;
  139. }
  140.  
  141. #posts {
  142. margin-left:430px;
  143. margin-top:50px;
  144. margin-bottom:50px;
  145. width:602px;
  146. }
  147.  
  148. .post {
  149. padding:50px;
  150. background:#fff;
  151. width:500px;
  152. border:1px solid {color:posts border};
  153. }
  154.  
  155. .bar {
  156. height:10px;
  157. position:fixed;
  158. left:0;
  159. background:{color:borders};
  160. z-index:999;
  161. width:100%;
  162. }
  163.  
  164. #mainmenu {
  165. border-bottom:5px solid {color:description border};
  166. font-family:cambria;
  167. margin-left:10px;
  168. margin-top:90%;
  169. padding-left:10px;
  170. margin-right:10px;
  171. font-size:11px;
  172. font-weight:700;
  173. }
  174.  
  175. #mainmenu2 {
  176. margin:-45px 0px;
  177. font-size:11px;
  178. font-weight:700;
  179. margin-bottom:15px;
  180. position:absolute;
  181. }
  182.  
  183. #icon {
  184. position:absolute;
  185. border-radius:100%;
  186. margin:-20px 100px;
  187. border:5px solid {color:description border};
  188. width:100px;
  189. }
  190.  
  191. #icon img, #iconed img {
  192. border-radius:100%;
  193. width:100px;
  194. }
  195.  
  196. #iconed {
  197. margin:0px;
  198. width:100px;
  199. border-radius:100%;
  200. float:left;
  201. }
  202.  
  203.  
  204. #mp {
  205. position:absolute;
  206. width:20px;
  207. height:20px;
  208. overflow:hidden;
  209. padding:15px;
  210. background:{color:music player};
  211. opacity:.7;
  212. border-radius:100%;
  213. margin-top:-75px;
  214. margin-left:25px;
  215. }
  216.  
  217. #mainmenu a, #mainmenu2 a {
  218. margin-left:2px;
  219. background:{color:sidebar 1st row links bg};
  220. padding:8px;
  221. height:13px;
  222. width:13px;
  223. color:{color:sidebar 1st row links text};
  224. display:inline-block;
  225. text-align:Center;
  226. border-radius:100%;
  227. margin-bottom:5px;
  228. font-family:consolas;
  229. -webkit-transition: all 0.5s ease-in-out;
  230. -moz-transition: all 0.5s ease-in-out;
  231. -o-transition: all 0.5s ease-in-out;
  232. transition: all 0.5s ease-in-out;
  233. }
  234.  
  235. #mainmenu2 a {
  236. background:{color:sidebar 2nd row links bg};
  237. color:{color:sidebar 2nd row links text};
  238. padding:7px;
  239. margin-left:3px;
  240. -webkit-transition: all 0.5s ease-in-out;
  241. -moz-transition: all 0.5s ease-in-out;
  242. -o-transition: all 0.5s ease-in-out;
  243. transition: all 0.5s ease-in-out;
  244. }
  245.  
  246. #mainmenu a:hover, #mainmenu2 a:hover {
  247. -ms-transform:rotate(-45deg);
  248. -moz-transform:rotate(-45deg);
  249. -o-transform:rotate(-45deg);
  250. -webkit-transform:rotate(-45deg);
  251. transform:rotate(-45deg);
  252. }
  253.  
  254. #desc {
  255. margin:0px 10px;
  256. background:{text:description bg};
  257. padding:10px;
  258. width:310px;
  259. font-size:11px;
  260. color:#fff;
  261. padding-top:50px;
  262. max-height:100px;
  263. overflow:auto;
  264. }
  265.  
  266. #title {
  267. color:{color:blog title};
  268. text-shadow:2px 3px {color:blog title shadow};
  269. text-align:center;
  270. font-size:75px;
  271. letter-spacing:-5px;
  272. font-weight:700;
  273. font-style:italic;
  274. text-transform:lowercase;
  275. }
  276.  
  277. .date {
  278. position:absolute;
  279. margin-top:-50px;
  280. margin-left:-100px;
  281. }
  282.  
  283. .date a {
  284. color:{color:dates};
  285. font-size:30px;
  286. font-style:italic;
  287. display:block;
  288. font-weight:700;
  289. text-shadow:
  290. 3px 3px 0 {color:dates shadow},
  291. -1px -1px {color:dates shadow},
  292. 1px -1px 0 {color:dates shadow},
  293. -1px 1px 0 {color:dates shadow},
  294. 1px 1px 0 {color:dates shadow}
  295. }
  296.  
  297. .date a:hover {
  298. background:transparent;
  299. }
  300.  
  301. #pagination {
  302. text-align:center;
  303. position:fixed;
  304. top:10%;
  305. height:80%;
  306. left:1100px;
  307. padding-left:20px;
  308. border-left:1px solid {color:pagination border};
  309. font-size:60px;
  310. font-style:italic;
  311. font-weight:700;
  312. text-shadow:
  313. 3px 3px 0 {color:pagination border},
  314. -1px -1px 0 {color:pagination border},
  315. 1px -1px 0 {color:pagination border},
  316. -1px 1px 0 {color:pagination border},
  317. 1px 1px 0 {color:pagination border}
  318.  
  319. }
  320.  
  321. #pagination a {
  322. color:{color:page numbers};
  323. display:block;
  324. }
  325.  
  326. #pagination span {
  327. color:{color:current page number};
  328. display:block;
  329. }
  330.  
  331. #pagination a:hover {
  332. color:{color:current page number};
  333. background:transparent;
  334. }
  335. .info {
  336. margin-top:15px;
  337. margin-bottom:30px;
  338. font-size:10px;
  339. color:{color:texts};
  340. line-height:18px;
  341. }
  342.  
  343. .noted {
  344. padding:5px 5px 5px 80px;
  345. background:{color:note info bg};
  346. color:{color:note info};
  347. text-transform:uppercase;
  348. font-weight:700;
  349. }
  350.  
  351. .note {
  352. padding:5px;
  353. margin:1px;
  354. color:{color:note info};
  355. background:{color:note info bg};
  356. }
  357.  
  358. .note a {
  359. color:{color:note info};
  360. }
  361.  
  362. .note img {
  363. border:3px solid {color:note info};
  364. margin-right:4px;
  365. }
  366.  
  367. .notes ol, .note li, ol.notes {
  368. list-style:none;
  369. margin-left:-40px;
  370. }
  371.  
  372. .info a {
  373. color:{color:texts};
  374. }
  375.  
  376. #credit {
  377. position:fixed;
  378. bottom:20px;
  379. right:10px;
  380. padding:5px;
  381. background:{color:note info bg};
  382. color:{color:note info};
  383. font-weight:700;
  384. text-align:center;
  385. font-style:italic;
  386. }
  387.  
  388. h2 {
  389. color:{color:post title};
  390. text-shadow:2px 3px {color:post title shadow};
  391. margin-top:0px;
  392. font-size:25px;
  393. font-style:italic;
  394. border-left:100px solid {color:post title};
  395. padding-left:5px;
  396. }
  397.  
  398. blockquote, pre {
  399. background:{color:blockquote bg};
  400. color:{color:blockquote};
  401. padding:5px;
  402. border-left:5px solid {color:blockquote border};
  403. }
  404.  
  405. pre {
  406. font-family:consolas;
  407. word-break:break-word;
  408. }
  409.  
  410. .quote {
  411. font-family:cambria;
  412. font-size:20px;
  413. }
  414.  
  415. .ask {
  416. font-size:11px;
  417. padding:5px;
  418. background:{color:ask bg};
  419. color:{color:ask};
  420. min-height:35px;
  421. }
  422.  
  423. .username img {
  424. margin:-20px 5px 5px -5px;
  425. border:5px solid {color:ask and music border};
  426. width:100px;
  427. border-radius:100%;
  428. float:left;
  429. }
  430.  
  431. .username, .minfo {
  432. font-size:25px;
  433. font-weight:700;
  434. text-align:right;
  435. padding:5px;
  436. border-bottom:5px solid {color:ask border};
  437. letter-spacing:-2px;
  438. font-style:italic;
  439. text-transform:lowercase;
  440. }
  441.  
  442. .minfo {
  443. border-bottom:none;
  444. margin-bottom:20px;
  445. }
  446.  
  447. .chat ul {
  448. list-style: none;
  449. margin: 0;
  450. padding: 0;
  451. }
  452.  
  453. .chat li {
  454. border-radius: 0.2em;
  455. border: 1px solid rgba(0, 0, 0, 0.05);
  456. box-shadow: 1px 1px 1px rgb(255, 255, 255) inset;
  457. margin-bottom: 2%;
  458. padding: 2%;
  459. width: 50%;
  460. }
  461.  
  462. .chat .odd {
  463. background:{color:odd chat bg};
  464. color:{color:odd chat};
  465. }
  466.  
  467. .chat .even {
  468. margin-left:50%;
  469. background: {color:even chat bg};
  470. color:{color:even chat};
  471. }
  472.  
  473. #scrolltotop {
  474. font-size: 20px;
  475. position: fixed;
  476. top: 20px;
  477. right: 10px;
  478. }
  479.  
  480. #scrollToTop:link,
  481. #scrollToTop:visited {
  482. background:{color:note info bg};
  483. color:{color:note info};
  484. padding:5px;
  485. display: none;
  486. position: fixed;
  487. top: 20px;
  488. right: 10px;
  489. }
  490.  
  491. #dhtmltooltip{
  492. position: absolute;
  493. background:{color:note info bg};
  494. color:{color:note info};
  495. padding:4px;
  496. font-size:11px;
  497. visibility: hidden;
  498. z-index: 100;
  499. /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
  500. filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
  501. }
  502.  
  503. </style>
  504.  
  505. <div id="dhtmltooltip"></div>
  506.  
  507. <script type="text/javascript">
  508.  
  509. /***********************************************
  510. * Cool DHTML tooltip script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
  511. * This notice MUST stay intact for legal use
  512. * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
  513. ***********************************************/
  514.  
  515. var offsetxpoint=-60 //Customize x offset of tooltip
  516. var offsetypoint=20 //Customize y offset of tooltip
  517. var ie=document.all
  518. var ns6=document.getElementById && !document.all
  519. var enabletip=false
  520. if (ie||ns6)
  521. var tipobj=document.all? document.all["dhtmltooltip"] : document.getElementById? document.getElementById("dhtmltooltip") : ""
  522.  
  523. function ietruebody(){
  524. return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
  525. }
  526.  
  527. function ddrivetip(thetext, thecolor, thewidth){
  528. if (ns6||ie){
  529. if (typeof thewidth!="undefined") tipobj.style.width=thewidth+"px"
  530. if (typeof thecolor!="undefined" && thecolor!="") tipobj.style.backgroundColor=thecolor
  531. tipobj.innerHTML=thetext
  532. enabletip=true
  533. return false
  534. }
  535. }
  536.  
  537. function positiontip(e){
  538. if (enabletip){
  539. var curX=(ns6)?e.pageX : event.clientX+ietruebody().scrollLeft;
  540. var curY=(ns6)?e.pageY : event.clientY+ietruebody().scrollTop;
  541. //Find out how close the mouse is to the corner of the window
  542. var rightedge=ie&&!window.opera? ietruebody().clientWidth-event.clientX-offsetxpoint : window.innerWidth-e.clientX-offsetxpoint-20
  543. var bottomedge=ie&&!window.opera? ietruebody().clientHeight-event.clientY-offsetypoint : window.innerHeight-e.clientY-offsetypoint-20
  544.  
  545. var leftedge=(offsetxpoint<0)? offsetxpoint*(-1) : -1000
  546.  
  547. //if the horizontal distance isn't enough to accomodate the width of the context menu
  548. if (rightedge<tipobj.offsetWidth)
  549. //move the horizontal position of the menu to the left by it's width
  550. tipobj.style.left=ie? ietruebody().scrollLeft+event.clientX-tipobj.offsetWidth+"px" : window.pageXOffset+e.clientX-tipobj.offsetWidth+"px"
  551. else if (curX<leftedge)
  552. tipobj.style.left="5px"
  553. else
  554. //position the horizontal position of the menu where the mouse is positioned
  555. tipobj.style.left=curX+offsetxpoint+"px"
  556.  
  557. //same concept with the vertical position
  558. if (bottomedge<tipobj.offsetHeight)
  559. tipobj.style.top=ie? ietruebody().scrollTop+event.clientY-tipobj.offsetHeight-offsetypoint+"px" : window.pageYOffset+e.clientY-tipobj.offsetHeight-offsetypoint+"px"
  560. else
  561. tipobj.style.top=curY+offsetypoint+"px"
  562. tipobj.style.visibility="visible"
  563. }
  564. }
  565.  
  566. function hideddrivetip(){
  567. if (ns6||ie){
  568. enabletip=false
  569. tipobj.style.visibility="hidden"
  570. tipobj.style.left="-1000px"
  571. tipobj.style.backgroundColor=''
  572. tipobj.style.width=''
  573. }
  574. }
  575.  
  576. document.onmousemove=positiontip
  577.  
  578. </script>
  579.  
  580. <body>
  581. <div class="topp">
  582. <a href="javascript:;" id="scrollToTop">back to top</a>
  583. </div>
  584.  
  585. <a href="http://hellolittlered.org" onMouseover="ddrivetip('theme by hellolittlered')";
  586. onMouseout="hideddrivetip()"><div id="credit">theme.</div></div></a>
  587.  
  588. <div class="bar" style="top:0"></div>
  589. <div class="bar" style="bottom:0"></div>
  590. <div id="sidebar">
  591. <div id="shadow"></div>
  592. <div id="mainmenu">
  593. <div id="icon">
  594. <img src="{image:icon}">
  595. {block:ifmusic}
  596. <div id="mp">
  597. {text:music}
  598. </object>
  599. </div>
  600. {/block:ifmusic}
  601. </div>
  602. <a href="/" onMouseover="ddrivetip('refresh the page')";
  603. onMouseout="hideddrivetip()">01.</a>
  604. <a href="/ask" onMouseover="ddrivetip('send a message')";
  605. onMouseout="hideddrivetip()">02.</a>
  606. <a href="/archive" style="margin-right:115px" onMouseover="ddrivetip('blog's history)";
  607. onMouseout="hideddrivetip()">03.</a>
  608. {block:iflink1URL}<a href="{text:Link1URL}" onMouseover="ddrivetip('{text:Link1}')";
  609. onMouseout="hideddrivetip()">04.</a>{/block:iflink1URL}
  610. {block:iflink2URL}<a href="{text:Link2URL}" onMouseover="ddrivetip('{text:Link2}')";
  611. onMouseout="hideddrivetip()">05.</a>{/block:iflink2URL}
  612. {block:iflink3URL}<a href="{text:Link3URL}" onMouseover="ddrivetip('{text:Link3}')";
  613. onMouseout="hideddrivetip()">06.</a>{/block:iflink3URL}
  614. </div>
  615. <div id="desc">
  616. <div id="mainmenu2">
  617. {block:iflink4URL}<a href="{text:Link4URL}" onMouseover="ddrivetip('{text:Link4}')";
  618. onMouseout="hideddrivetip()">07.</a>{/block:iflink4URL}
  619. {block:iflink5URL}<a href="{text:Link5URL}" onMouseover="ddrivetip('{text:Link5}')";
  620. onMouseout="hideddrivetip()">08.</a>{/block:iflink5URL}
  621. {block:iflink6URL}<a href="{text:Link6URL}" style="margin-right:115px" onMouseover="ddrivetip('{text:Link6}')";
  622. onMouseout="hideddrivetip()">09.</a>{/block:iflink6URL}
  623. {block:iflink7URL}<a href="{text:Link7URL}" onMouseover="ddrivetip('{text:Link7}')";
  624. onMouseout="hideddrivetip()">10.</a>{/block:iflink7URL}
  625. {block:iflink8URL}<a href="{text:Link8URL}" onMouseover="ddrivetip('{text:Link8}')";
  626. onMouseout="hideddrivetip()">11.</a>{/block:iflink8URL}
  627. {block:iflink9URL}<a href="{text:Link9URL}" onMouseover="ddrivetip('{text:Link9}')";
  628. onMouseout="hideddrivetip()">12.</a>{/block:iflink9URL}
  629.  
  630. </div>
  631. {description}</div>
  632. <div id="title">— {title}</div>
  633. </div>
  634.  
  635. {block:IfNotInfiniteScroll}
  636. {block:Pagination}
  637. <div id="pagination">
  638. {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage} {block:JumpPagination length="6"} {block:CurrentPage}<span class="current_page">{PageNumber}.</span> {/block:CurrentPage} {block:JumpPage}<a href="{URL}">{PageNumber}.</a> {/block:JumpPage} {/block:JumpPagination} {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  639. </div>
  640. {/block:Pagination}
  641. {/block:IfNotInfiniteScroll}
  642.  
  643. <div id="posts">
  644. <div class="autopagerize_page_element">
  645. {block:posts}
  646. <div class="post">
  647.  
  648. {block:Date}
  649. <div class="date">
  650. <a href="{permalink}" onMouseover="ddrivetip('this post was posted on {Month} {DayOfMonthWithZero}{DayOfMonthSuffix} {Year}')";
  651. onMouseout="hideddrivetip()">
  652. {MonthNumberWithZero}.<br> {DayOfMonthWithZero}.<br> {ShortYear}.<br>
  653. <center style="opacity:.7;">
  654. <div style="margin-top:10px;margin-bottom:10px">{ReblogButton size="30"}</div>
  655. {LikeButton size="30"}
  656. </center>
  657. </a>
  658. </div>
  659. {/block:Date}
  660.  
  661. {block:Text}{block:Title}
  662. <a href="{Permalink}">
  663. <h2>
  664. {Title}
  665. </h2>
  666. </a>
  667. {/block:Title}{Body}{/block:Text}
  668.  
  669. {block:Quote}
  670. <div class="quote">
  671. “{Quote}” — <b><i>{Source}</i></b>
  672. </div>
  673. {/block:Quote}
  674.  
  675. {block:Link}
  676. <a href="{URL}">
  677. <h2>
  678. {Name} »
  679. </h2>
  680. </a>
  681. {block:Description}
  682. <p>
  683. {Description}
  684. </p>
  685. {/block:Description}{/block:Link}
  686.  
  687. {block:Photo}
  688. <center>
  689. <a href="{PhotoURL-HighRes}"><img src="{PhotoURL-500}"/></a>
  690. </center>
  691. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  692.  
  693. {block:Photoset}
  694. <center>
  695. {Photoset-500}
  696. </center>
  697. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  698.  
  699. {block:Chat}
  700. <div class="chat">
  701. <ul>
  702. {block:Lines}
  703. <li class="{Alt}">
  704. {block:Label}
  705. <b>
  706. {Label}
  707. </b>
  708. {/block:Label}{Line}
  709. </li>
  710. {/block:Lines}
  711. </ul>
  712. </div>
  713. {/block:Chat}
  714.  
  715. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  716.  
  717. {block:Answer}
  718. <div class="username">
  719. <img src="{AskerPortraitURL-128}" width="100px" style="opacity:1;">
  720. {Asker} Whispered:
  721. </div>
  722. <div class="ask">
  723. {question}
  724. </div>
  725.  
  726. {Answer}
  727. {/block:Answer}
  728.  
  729. {block:Audio}
  730. <div class="username">
  731. <div id="iconed">
  732. {block:AlbumArt}<img src="{AlbumArtURL}" width="100">{/block:AlbumArt}
  733. <div id="mp" style="margin-top:10px">{AudioPlayerBlack}</div>
  734. </div>
  735.  
  736. {block:Artist}
  737. {Artist}
  738. {/block:Artist}
  739. {block:TrackName}
  740. - {TrackName}
  741. {/block:TrackName}
  742.  
  743. </div>
  744. <div class="minfo">
  745. {PlayCountWithLabel}
  746. </div>
  747. {block:Caption}
  748. <p>
  749. {Caption}
  750. </p>
  751. {/block:Caption}
  752. {/block:Audio}
  753.  
  754.  
  755. </div>
  756. <div class="info">
  757. <a href="{permalink}#note" onMouseover="ddrivetip('this post has {NoteCountWithLabel}')";
  758. onMouseout="hideddrivetip()"><span class="noted">{NoteCountWithLabel}</span></a>
  759. {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}
  760. </div>
  761. {block:PostNotes}{PostNotes}{/block:PostNotes}
  762. {/block:posts}
  763. </div>
  764. </div>
  765. </body>
  766. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement