tutorgirl

theme 09 by markedandtied

Nov 14th, 2012
1,634
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.68 KB | None | 0 0
  1. <!---
  2. theme by vicki
  3. don't repost or copy!!
  4. --->
  5.  
  6. <html>
  7. <head>
  8. <!-- DEFAULT VARIABLES -->
  9. <meta name="color:background" content="#FCF8F5" />
  10. <meta name="color:posts" content="#FCF8F5" />
  11. <meta name="color:info" content="#FAF3E8" />
  12. <meta name="color:questions" content="#fcf9f5" />
  13. <meta name="color:text" content="#855e56" />
  14. <meta name="color:title" content="#dfa888" />
  15. <meta name="color:link" content="#ce6e6a" />
  16. <meta name="color:link hover" content="#aa686b" />
  17. <meta name="color:slink bg" content="#eeded3" />
  18. <meta name="color:sbarimg" content="#f7ede1" />
  19. <meta name="color:border" content="#f0e0d1" />
  20.  
  21. <meta name="font:title" content="georgia" />
  22. <meta name="font:body" content="helvetica" />
  23. <meta name="font:info" content="georgia" />
  24.  
  25. <meta name="image:sidebar" content="" />
  26. <meta name="text:simgheight" content="300" />
  27. <meta name="image:background" content="" />
  28.  
  29. <meta name="text:link1" content="" />
  30. <meta name="text:link1 title" content="" />
  31. <meta name="text:link2" content="" />
  32. <meta name="text:link2 title" content="" />
  33. <meta name="text:link3" content="" />
  34. <meta name="text:link3 title" content="" />
  35. <meta name="text:link4" content="" />
  36. <meta name="text:link4 title" content="" />
  37. <meta name="text:link4" content="" />
  38. <meta name="text:link5" content="" />
  39. <meta name="text:link5 title" content="" />
  40.  
  41.  
  42. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  43. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}
  44. {block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  45. {block:Description}<meta name="description" content="{MetaDescription}" />
  46.  
  47. {/block:Description}
  48.  
  49. <link rel="shortcut icon" href="{Favicon}" />
  50. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  51. <link href='http://fonts.googleapis.com/css?family=Yesteryear|Engagement|Norican|Cookie'
  52.  
  53. rel='stylesheet' type='text/css'>
  54.  
  55. <style type="text/css">
  56. body {
  57. color:{color:text};
  58. background-color:{color:background};
  59. background-image: url('{image:background}');
  60. background-position:bottom right;
  61. background-attachment:fixed;
  62. background-repeat:no-repeat;
  63. text-align:justify;
  64. font-family:{font:body};
  65. font-size:11px;}
  66.  
  67. a {color:{color:link}; text-decoration: none;}
  68. a:hover {color:{color:link hover}; -webkit-transition-duration: 0.7s; -moz-transition-
  69.  
  70. duration: 0.7s;}
  71.  
  72. ::-webkit-scrollbar-thumb:vertical {
  73. background-color:{color:slink bg};
  74. height:30px;}
  75.  
  76. ::-webkit-scrollbar-thumb:horizontal {
  77. background-color:{color:slink bg;};
  78. height:5px;}
  79.  
  80. ::-webkit-scrollbar {
  81. background-color:{color:background};
  82. height:5px;
  83. width:10px;}
  84.  
  85. /* POSTS */
  86.  
  87. #entries {margin-left:520px; width:515px; margin-top:5px; z-index:1;}
  88.  
  89. #posts {margin-bottom:15px; background-color:{color:posts}; padding:8px;}
  90. #posts:hover .pt {opacity:1; margin-left:20px; width:200px; -webkit-transition: all .7s
  91.  
  92. ease-in-out; -moz-transition: all .7s ease-in-out; -o-transition: all 7s ease-in-out; -ms-
  93.  
  94. transition: all .7s ease-in-out; transition: all .7s ease-in-out;}
  95.  
  96. .pinfo {width:200px; height:auto; margin-left:507px;}
  97.  
  98. .pt {font-family:{font:body}; font-size:10px; width:200px; position:absolute; text-
  99.  
  100. align:left; opacity:0; -webkit-transition: all .7s ease-in-out; -moz-transition: all .7s
  101.  
  102. ease-in-out; -o-transition: all 7s ease-in-out; -ms-transition: all .7s ease-in-out;
  103.  
  104. transition: all .7s ease-in-out;}
  105. .pt:hover {opacity:1; -webkit-transition: all .7s ease-in-out; -moz-transition: all .7s
  106.  
  107. ease-in-out; -o-transition: all 7s ease-in-out; -ms-transition: all .7s ease-in-out;
  108.  
  109. transition: all .7s ease-in-out;}
  110.  
  111. #notes {z-index:1;}
  112.  
  113. #info {width:400px; margin:15px 0px -3px 47px; background-color:{color:info}; font-
  114.  
  115. family:calibri; font-size:10px; text-transform: uppercase; color:{color:text}; border-top:1px
  116.  
  117. solid {color:border}; letter-spacing:0px; padding:5px;}
  118.  
  119. #tags {font-family:{font:info}; font-style:italic; font-size:10px; text-transform: lowercase;
  120.  
  121. color:{color:text}; letter-spacing:1px;}
  122.  
  123. #questions {background-color:{color:questions}; color: {color:text}; text-align:left;
  124.  
  125. padding:5px; font-family:{font:body}; font-size:11px;}
  126.  
  127. .arrow {color:{color:questions}; text-align:right; padding:3px; font-family:{font:body};
  128.  
  129. font-size:22px;}
  130.  
  131. .asker {text-align:right; padding:3px; margin-top:-23px; font-family:calibri; text-
  132.  
  133. transform:uppercase; font-size:11px;}
  134.  
  135. .tagtitle {border-bottom:2px solid {color:border}; line-height:110%;}
  136.  
  137. /* LINKS */
  138.  
  139. #c1 {height:30px; width:50px; margin-left:13px;}
  140. #c1:hover .t1 {opacity:1; height:50px; margin-top:-50px; -webkit-transition: all .5s ease-
  141.  
  142. in-out; -moz-transition: all .5s ease-in-out; -o-transition: all 5s ease-in-out; -ms-
  143.  
  144. transition: all .5s ease-in-out; transition: all .5s ease-in-out;}
  145.  
  146. .l1 {height:30px; width:50px; background-color: {color:slink bg};}
  147.  
  148. .t1 {opacity:0; width:50px; height:0px; position:absolute; background-color:{color:slink bg};
  149.  
  150. font-family:calibri; color:{color:text}; font-size:10px; line-height:30px; text-align:
  151.  
  152. center; text-transform:uppercase; -webkit-transition: all .5s ease-in-out; -moz-transition:
  153.  
  154. all .5s ease-in-out; -o-transition: all 5s ease-in-out; -ms-transition: all .5s ease-in-out;
  155.  
  156. transition: all .5s ease-in-out;}
  157. .t1 a {color:{color:text}; text-decoration:none; -webkit-transition-duration: 0.7s; -moz-
  158.  
  159. transition-duration: 0.7s;}
  160. .t1 a:hover {color:{color:link}; -webkit-transition-duration: 0.7s; -moz-transition-duration:
  161.  
  162. 0.7s; font-style:italic;}
  163.  
  164. #c2 {height:30px; width:50px; margin-left:68px; margin-top:-30px;}
  165. #c2:hover .t2 {opacity:1; height:50px; margin-top:-50px; -webkit-transition: all .5s ease-
  166.  
  167. in-out; -moz-transition: all .5s ease-in-out; -o-transition: all 5s ease-in-out; -ms-
  168.  
  169. transition: all .5s ease-in-out; transition: all .5s ease-in-out;}
  170.  
  171. .l2 {height:30px; width:50px; background-color: {color:slink bg};}
  172.  
  173. .t2 {opacity:0; width:50px; height:0px; position:absolute; background-color:{color:slink bg};
  174.  
  175. font-family:calibri; color:{color:text}; font-size:10px; line-height:30px; text-align:
  176.  
  177. center; text-transform:uppercase; -webkit-transition: all .5s ease-in-out; -moz-transition:
  178.  
  179. all .5s ease-in-out; -o-transition: all 5s ease-in-out; -ms-transition: all .5s ease-in-out;
  180.  
  181. transition: all .5s ease-in-out;}
  182. .t2 a {color:{color:text}; text-decoration:none; -webkit-transition-duration: 0.7s; -moz-
  183.  
  184. transition-duration: 0.7s;}
  185. .t2 a:hover {color:{color:link}; -webkit-transition-duration: 0.7s; -moz-transition-duration:
  186.  
  187. 0.7s; font-style:italic;}
  188.  
  189. #c3 {height:30px; width:50px; margin-left:123px; margin-top:-30px;}
  190. #c3:hover .t3 {opacity:1; height:50px; margin-top:-50px; -webkit-transition: all .5s ease-
  191.  
  192. in-out; -moz-transition: all .5s ease-in-out; -o-transition: all 5s ease-in-out; -ms-
  193.  
  194. transition: all .5s ease-in-out; transition: all .5s ease-in-out;}
  195.  
  196. .l3 {height:30px; width:50px; background-color: {color:slink bg};}
  197.  
  198. .t3 {opacity:0; width:50px; height:0px; position:absolute; background-color:{color:slink bg};
  199.  
  200. font-family:calibri; color:{color:text}; font-size:10px; line-height:30px; text-align:
  201.  
  202. center; text-transform:uppercase; -webkit-transition: all .5s ease-in-out; -moz-transition:
  203.  
  204. all .5s ease-in-out; -o-transition: all 5s ease-in-out; -ms-transition: all .5s ease-in-out;
  205.  
  206. transition: all .5s ease-in-out;}
  207. .t3 a {color:{color:text}; text-decoration:none; -webkit-transition-duration: 0.7s; -moz-
  208.  
  209. transition-duration: 0.7s;}
  210. .t3 a:hover {color:{color:link}; -webkit-transition-duration: 0.7s; -moz-transition-duration:
  211.  
  212. 0.7s; font-style:italic;}
  213.  
  214. #c4 {height:30px; width:50px; margin-left:178px; margin-top:-30px;}
  215. #c4:hover .t4 {opacity:1; height:50px; margin-top:-50px; -webkit-transition: all .5s ease-
  216.  
  217. in-out; -moz-transition: all .5s ease-in-out; -o-transition: all 5s ease-in-out; -ms-
  218.  
  219. transition: all .5s ease-in-out; transition: all .5s ease-in-out;}
  220.  
  221. .l4 {height:30px; width:50px; background-color: {color:slink bg};}
  222.  
  223. .t4 {opacity:0; width:50px; height:0px; position:absolute; background-color:{color:slink bg};
  224.  
  225. font-family:calibri; color:{color:text}; font-size:10px; line-height:30px; text-align:
  226.  
  227. center; text-transform:uppercase; -webkit-transition: all .5s ease-in-out; -moz-transition:
  228.  
  229. all .5s ease-in-out; -o-transition: all 5s ease-in-out; -ms-transition: all .5s ease-in-out;
  230.  
  231. transition: all .5s ease-in-out;}
  232. .t4 a {color:{color:text}; text-decoration:none; -webkit-transition-duration: 0.7s; -moz-
  233.  
  234. transition-duration: 0.7s;}
  235. .t4 a:hover {color:{color:link}; -webkit-transition-duration: 0.7s; -moz-transition-duration:
  236.  
  237. 0.7s; font-style:italic;}
  238.  
  239. #c5 {height:30px; width:50px; margin-top:-5px; margin-left:13px;}
  240. #c5:hover .t5 {opacity:1; height:55px; margin-top:0px; -webkit-transition: all .5s ease-in-
  241.  
  242. out; -moz-transition: all .5s ease-in-out; -o-transition: all 5s ease-in-out; -ms-transition:
  243.  
  244. all .5s ease-in-out; transition: all .5s ease-in-out;}
  245.  
  246. .l5 {height:30px; width:50px; background-color: {color:slink bg};}
  247.  
  248. .t5 {opacity:0; width:50px; height:0px; position:absolute; background-color:{color:slink bg};
  249.  
  250. font-family:calibri; color:{color:text}; font-size:10px; line-height:80px; margin-top:-20px;
  251.  
  252. text-align: center; text-transform:uppercase; -webkit-transition: all .5s ease-in-out; -moz-
  253.  
  254. transition: all .5s ease-in-out; -o-transition: all 5s ease-in-out; -ms-transition: all .5s
  255.  
  256. ease-in-out; transition: all .5s ease-in-out;}
  257. .t5 a {color:{color:text}; text-decoration:none; -webkit-transition-duration: 0.7s; -moz-
  258.  
  259. transition-duration: 0.7s;}
  260. .t5 a:hover {color:{color:link}; -webkit-transition-duration: 0.7s; -moz-transition-duration:
  261.  
  262. 0.7s; font-style:italic;}
  263.  
  264. #c6 {height:30px; width:50px; margin-top:-5px; margin-left:68px; margin-top:-30px;}
  265. #c6:hover .t6 {opacity:1; height:55px; margin-top:0px; -webkit-transition: all .5s ease-in-
  266.  
  267. out; -moz-transition: all .5s ease-in-out; -o-transition: all 5s ease-in-out; -ms-transition:
  268.  
  269. all .5s ease-in-out; transition: all .5s ease-in-out;}
  270.  
  271. .l6 {height:30px; width:50px; background-color: {color:slink bg};}
  272.  
  273. .t6 {opacity:0; width:50px; height:0px; position:absolute; background-color:{color:slink bg};
  274.  
  275. font-family:calibri; color:{color:text}; font-size:10px; line-height:80px; margin-top:-20px;
  276.  
  277. text-align: center; text-transform:uppercase; -webkit-transition: all .5s ease-in-out; -moz-
  278.  
  279. transition: all .5s ease-in-out; -o-transition: all 5s ease-in-out; -ms-transition: all .5s
  280.  
  281. ease-in-out; transition: all .5s ease-in-out;}
  282. .t6 a {color:{color:text}; text-decoration:none; -webkit-transition-duration: 0.7s; -moz-
  283.  
  284. transition-duration: 0.7s;}
  285. .t6 a:hover {color:{color:link}; -webkit-transition-duration: 0.7s; -moz-transition-duration:
  286.  
  287. 0.7s; font-style:italic;}
  288.  
  289. #c7 {height:30px; width:50px; margin-top:-5px; margin-left:123px; margin-top:-30px;}
  290. #c7:hover .t7 {opacity:1; height:55px; margin-top:0px; -webkit-transition: all .5s ease-in-
  291.  
  292. out; -moz-transition: all .5s ease-in-out; -o-transition: all 5s ease-in-out; -ms-transition:
  293.  
  294. all .5s ease-in-out; transition: all .5s ease-in-out;}
  295.  
  296. .l7 {height:30px; width:50px; background-color: {color:slink bg};}
  297.  
  298. .t7 {opacity:0; width:50px; height:0px; position:absolute; background-color:{color:slink bg};
  299.  
  300. font-family:calibri; color:{color:text}; font-size:10px; line-height:80px; margin-top:-20px;
  301.  
  302. text-align: center; text-transform:uppercase; -webkit-transition: all .5s ease-in-out; -moz-
  303.  
  304. transition: all .5s ease-in-out; -o-transition: all 5s ease-in-out; -ms-transition: all .5s
  305.  
  306. ease-in-out; transition: all .5s ease-in-out;}
  307. .t7 a {color:{color:text}; text-decoration:none; -webkit-transition-duration: 0.7s; -moz-
  308.  
  309. transition-duration: 0.7s;}
  310. .t7 a:hover {color:{color:link}; -webkit-transition-duration: 0.7s; -moz-transition-duration:
  311.  
  312. 0.7s; font-style:italic;}
  313.  
  314. #c8 {height:30px; width:50px; margin-top:-5px; margin-left:178px; margin-top:-30px;}
  315. #c8:hover .t8 {opacity:1; height:55px; margin-top:0px; -webkit-transition: all .5s ease-in-
  316.  
  317. out; -moz-transition: all .5s ease-in-out; -o-transition: all 5s ease-in-out; -ms-transition:
  318.  
  319. all .5s ease-in-out; transition: all .5s ease-in-out;}
  320.  
  321. .l8 {height:30px; width:50px; background-color: {color:slink bg};}
  322.  
  323. .t8 {opacity:0; width:50px; height:0px; position:absolute; background-color:{color:slink bg};
  324.  
  325. font-family:calibri; color:{color:text}; font-size:10px; line-height:80px; margin-top:-20px;
  326.  
  327. text-align: center; text-transform:uppercase; -webkit-transition: all .5s ease-in-out; -moz-
  328.  
  329. transition: all .5s ease-in-out; -o-transition: all 5s ease-in-out; -ms-transition: all .5s
  330.  
  331. ease-in-out; transition: all .5s ease-in-out;}
  332. .t8 a {color:{color:text}; text-decoration:none; -webkit-transition-duration: 0.7s; -moz-
  333.  
  334. transition-duration: 0.7s;}
  335. .t8 a:hover {color:{color:link}; -webkit-transition-duration: 0.7s; -moz-transition-duration:
  336.  
  337. 0.7s; font-style:italic;}
  338.  
  339. /* SIDEBAR */
  340.  
  341. #sidebar {background-color:{color:background}; font-family:{font:body}; font-size:10px;
  342.  
  343. margin-left:235px; margin-top:65px; height:auto; width:245px; position: fixed;}
  344.  
  345. #sbarimg img {max-width:245px;}
  346. #sbarimg:hover .descrip {background-color:{color:sbarimg}; opacity:.8; -webkit-transition:
  347.  
  348. all .7s ease-in-out; -moz-transition: all .7s ease-in-out; -o-transition: all 7s ease-in-out;
  349.  
  350. -ms-transition: all .7s ease-in-out; transition: all .7s ease-in-out;}
  351.  
  352. .descrip {opacity:0; width:235px; height:{text:simgheight}px; padding:0px 5px 0px 5px;
  353.  
  354. position:absolute; z-index:1; -webkit-transition: all .7s ease-in-out; -moz-transition: all
  355.  
  356. .7s ease-in-out; -o-transition: all 7s ease-in-out; -ms-transition: all .7s ease-in-out;
  357.  
  358. transition: all .7s ease-in-out;}
  359.  
  360. #title {font-size:28px; font-family: 'Cookie', cursive; padding: 3px; margin-top:35px;
  361.  
  362. margin-bottom:-10px; text-align:center; color:{color:title}; letter-spacing:2px; height:
  363.  
  364. auto; line-height:60%;}
  365.  
  366. #pagination {font-family:{font:body}; font-size:10px; text-align:center; font-weight:bold;}
  367.  
  368. h1{color:{color:title}; font-family:{font:title}; font-size:14px; line-height:14px; font-
  369.  
  370. weight:normal; text-align:left; font-style: italic; margin:0px; padding: 0px;}
  371.  
  372. h2{color:{color:title}; font-family:{font:title}; font-size:13px; line-height:14px; font-
  373.  
  374. weight:normal; font-style: italic; text-align:left; font-style: italic; margin:0px; padding:
  375.  
  376. 0px;}
  377.  
  378. b, strong{color:{color:title};}
  379. i, em {color:{color:text};}
  380. p{margin-top:6px; margin-bottom:6px}
  381. blockquote {border-left:2px {color:border} solid; padding-left:5px; margin:0px 2px 0px 10px;}
  382.  
  383. img a {border:none; width:100%}
  384. .audio {background-color:black; display:block; width:390px;}
  385.  
  386. .user_1 .label {color:{color:title}; font-weight:bold}
  387. .user_2 .label {color:{color:text}; font-weight:bold}
  388. .user_3 .label {color:{color:title}; font-weight:bold}
  389. .user_4 .label {color:{color:text}; font-weight:bold}
  390. .user_5 .label {color:{color:title}; font-weight:bold}
  391. .user_6 .label {color:{color:text}; font-weight:bold}
  392. .user_7 .label {color:{color:title}; font-weight:bold}
  393. .user_8 .label {color:{color:text}; font-weight:bold}
  394. .user_9 .label {color:{color:title}; font-weight:bold}
  395. .user_10 .label {color:{color:text}; font-weight:bold}
  396. .user_11 .label {color:{color:title}; font-weight:bold}
  397. .user_12 .label {color:{color:text}; font-weight:bold}
  398. .user_13 .label {color:{color:title}; font-weight:bold}
  399. .user_14 .label {color:{color:text}; font-weight:bold}
  400. .user_15 .label {color:{color:title}; font-weight:bold}
  401. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  402.  
  403. .notes img{width:10px; position:relative; top:1px;}
  404. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  405. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-
  406.  
  407. color:transparent!important;}
  408.  
  409. </style>
  410. <style type="text/css">{CustomCSS}</style>
  411. </head>
  412. <body>
  413. <div id="sidebar">
  414. <div style="margin-left:13px;" id="c1"><div class="t1"><a href="/">home</a></div><div
  415.  
  416. class="l1"></div></div>
  417. <div id="c2"><div class="t2"><a href="/archive">archive</a></div><div class="l2"></div></div>
  418. <div id="c3"><div class="t3"><a href="/ask">ask</a></div><div class="l3"></div></div>
  419. <div id="c4"><div class="t4"><a href="http://markedandtied.tumblr.com/">theme</a></div><div
  420.  
  421. class="l4"></div></div>
  422. <div id="sbarimg">
  423. <center><div class="descrip"><div id="title">{Title}</div><br>
  424. {block:Description}{Description}{/block:Description}<br><br><br>
  425. <div id="pagination"><center>{block:Pagination}
  426. {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}&nbsp;{CurrentPage}/
  427.  
  428. {TotalPages}&nbsp;{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  429.  
  430. {/block:Pagination}</center></div></div>
  431. <center><img src="{image:sidebar}"></center></div>
  432. {block:ifLink1}<div id="c5"><div class="l5"></div><div class="t5"><a href="{text:Link1}">
  433.  
  434. {text:Link1 Title}</a></div></div>{/block:ifLink1}
  435. {block:ifLink2}<div id="c6"><div class="l6"></div><div class="t6"><a href="{text:Link2}">
  436.  
  437. {text:Link2 Title}</a></div></div>{/block:ifLink2}
  438. {block:ifLink3}<div id="c7"><div class="l7"></div><div class="t7"><a href="{text:Link3}">
  439.  
  440. {text:Link3 Title}</a></div></div>{/block:ifLink3}
  441. {block:ifLink4}<div id="c8"><div class="l8"></div><div class="t8"><a href="{text:Link4}">
  442.  
  443. {text:Link4 Title}</a></div></div>{/block:ifLink4}
  444. </div>
  445.  
  446. <br>
  447. <div id="entries">
  448. {block:Posts}
  449.  
  450. <div id="posts"><div class="pinfo">
  451. <div class="pt">{block:HasTags}<div class="tagtitle"><i>TAGGED AS:</i></div>{block:Tags} #<a
  452.  
  453. href="{TagURL}">{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}</div></div>
  454.  
  455. {block:Title}<h1>{Title}</h1>{/block:Title}
  456.  
  457. {block:Text}{Body}{/block:Text}
  458.  
  459. {block:Quote}<h2>"{Quote}"</h2>
  460. <br><div style="float:right; margin-top:-10px;"><i>- {Source}</i></div>
  461. {block:Caption}{Caption}{/block:Caption}{/block:Quote}
  462.  
  463. {block:Link}
  464. <a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  465. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  466.  
  467. {block:Photo}
  468. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  469.  
  470. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  471.  
  472. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}
  473.  
  474. {/block:Photoset}
  475.  
  476. {block:Chat}
  477. <ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label} <span
  478.  
  479. class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  480.  
  481. {block:Video}
  482. {Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  483.  
  484. {block:Answer}
  485. <div id="questions">
  486. <center>{Question}</center></div>
  487. <div class="arrow"><div style="margin-top:-10px; margin-right:160px;">?</div></div>
  488. <div class="asker"><table style="margin-left:335px;"><tr><td valign="middle"><img
  489.  
  490. src="{AskerPortraitURL-16}"></td><td valign="middle">{Asker}</td></tr></table></div>
  491. {Answer}{/block:Answer}
  492.  
  493. {block:Audio}<table><tr><td>{block:AlbumArt}<div class="art"><img src="{AlbumArtURL}"
  494.  
  495. width="100px"></div>{/block:AlbumArt}</td><td valign="top">
  496. <span class="audio"><center>{AudioPlayerBlack}</center></span></td></tr></table>
  497.  
  498. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  499.  
  500. <div id="info">{block:Date}posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date}
  501.  
  502. {block:NoteCount}with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} <span
  503.  
  504. style="float:right;">{block:RebloggedFrom}<i><a href="{ReblogParentURL}"><a
  505.  
  506. href="{ReblogParentURL}">via</a> / {/block:RebloggedFrom}{block:ContentSource}<a
  507.  
  508. href="{SourceURL}">source</a></i>{/block:ContentSource}</span></div></div>
  509.  
  510. {/block:Posts}
  511.  
  512. {block:PostNotes}{PostNotes}{/block:PostNotes}
  513. </div>
  514. </body>
  515. </html>
Advertisement
Add Comment
Please, Sign In to add comment