Advertisement
seaofwaves

Theme 08 (Circles)

Feb 2nd, 2012
9,765
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.84 KB | None | 0 0
  1. <!--
  2. Theme 08 (Circles) by Diana (baudelaired @ tumblr)
  3. By using this theme you agree to have read and follow the terms and conditions
  4. 1. Do not remove credit from theme or code. This includes moving it to a secondary page
  5. 2. Do not use this theme code as a base code
  6. 3. Do not take parts of this theme and mix them with others. For more information and full list of guidelines go to baudelairedthemes.tumblr.com/guidelines.
  7. Original codes protected by Creative Commons License.
  8. ______________________________________________________________________________________________
  9. Instructions for this theme
  10.  
  11. *This theme has the option for 6 extra links. if you do/don't want them, click the box that says show links. At first, if you click Show Links, it gives you the first 4. If you want the 2 more extra links, also click the box that says Show Extra Links.
  12. *There is an option for a round sidebar image. Under the appearance section, click the box that says Show Sidebar image for it to appear. The Dimensions for the sidebar image are 165px x165px.
  13. *There are 2 post sizes, 500px and 400px. Remember that when you install this theme it's going to look all wonky until you click either show posts 500 or 400.
  14. There is also the option for a webkit scrollbar, showing tags on the posts or hovering.
  15. If you have any questions please don't hesitate to ask at baudelairedthemes.tumblr.com
  16. _______________________________________________________________________________________________
  17.  
  18. As always- enjoy! --!>
  19. <html>
  20. <head>
  21.  
  22. <!-- DEFAULT VARIABLES -->
  23. <meta name="color:background" content="#F7FCF3" />
  24. <meta name="color:sidebar" content="#E7F3D4" />
  25. <meta name="color:entries" content="#F7FCF3" />
  26. <meta name="color:footer" content="#DCECCE" />
  27. <meta name="color:border" content="#C7E4CA" />
  28. <meta name="color:scrollbar" content="#C7E4CA" />
  29. <meta name="color:chat line 1" content="#E4E4AD" />
  30. <meta name="color:chat line 2" content="#DFE696" />
  31.  
  32. <meta name="color:link1" content="#E8EEA5" />
  33. <meta name="color:link2" content="#D8DF93" />
  34. <meta name="color:link3" content="#C7D16D" />
  35. <meta name="color:link4" content="#BCC94A" />
  36. <meta name="color:link5" content="#A8B43B" />
  37. <meta name="color:link6" content="#8D9925" />
  38.  
  39. <meta name="color:title" content="#04B0C7" />
  40. <meta name="color:text" contefnt="#57554F" />
  41. <meta name="color:link" content="#1F6361" />
  42.  
  43. <meta name="font:title" content="Jenna Sue" />
  44. <meta name="font:body" content="Trebuchet MS" />
  45. <meta name="image:sidebar" content=""/>
  46. <meta name="image:background" content="" />
  47.  
  48. <meta name="if:Show Scrollbar" content="0" />
  49. <meta name="if:Show Links" content="0" />
  50. <meta name="if:Show Extra Links" content="0" />
  51. <meta name="if:Show Sidebar Image" content="0" />
  52. <meta name="if:Show Tags On Posts" content="0" />
  53. <meta name="if:Show Hover Tags" content="0" />
  54. <meta name="if:Show Posts 500" content="0" />
  55. <meta name="if:Show Posts 400" content="0" />
  56.  
  57. <meta name="text:Link1 Title" content="Link 1" />
  58. <meta name="text:Link1" content="http://" />
  59. <meta name="text:Link2 Title" content="Link 2" />
  60. <meta name="text:Link2" content="http://" />
  61. <meta name="text:Link3 Title" content="link 3" />
  62. <meta name="text:Link3" content="http://" />
  63. <meta name="text:Link4 Title" content="link 4" />
  64. <meta name="text:Link4" content="http://" />
  65. <meta name="text:Link5 Title" content="link 5" />
  66. <meta name="text:Link5" content="http://" />
  67. <meta name="text:Link6 Title" content="link 6" />
  68. <meta name="text:Link6" content="http://" />
  69.  
  70. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  71. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  72. <link rel="shortcut icon" href="{Favicon}" />
  73. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  74. <style type="text/css">
  75.  
  76. @font-face {font-family: "Jenna Sue";src:url('http://static.tumblr.com/ekfbsgu/TbGluxp84/jennasue.ttf');}
  77.  
  78. {block:ifshowscrollbar}
  79. ::-webkit-scrollbar {
  80. height: 12px;
  81. width: 15px;
  82. }
  83.  
  84. ::-webkit-scrollbar-thumb {
  85. background-color:{color:scrollbar};
  86. }
  87.  
  88. ::-webkit-scrollbar-track{
  89. background-color:#ffffff;
  90. }
  91. ::-webkit-scrollbar-buttom{
  92. background-color:#fff;
  93. }
  94. {/block:ifshowscrollbar}
  95.  
  96. body {
  97. color:{color:text};
  98. background-color:{color:background};
  99. background-image: url('{image:background}');
  100. background-position: center;
  101. background-attachment:fixed;
  102. background-repeat:repeat;
  103. font-size:10px;
  104. font-family:{font:body};
  105. line-height:110%;
  106. text-align:justify}
  107.  
  108. a:link, a:active, a:visited{
  109. color: {color:link}; text-decoration:none;-webkit-transition: all 0.5s ease-in-out;
  110. -moz-transition: all 0.5s ease-in-out;
  111. -o-transition: all 0.5s ease-in-out;
  112. transition: all 0.5s ease-in-out;}
  113.  
  114. a:hover{
  115. color:{color:title};font-style:none;
  116. -webkit-transition: all 0.5s ease-in-out;
  117. -moz-transition: all 0.5s ease-in-out;
  118. -o-transition: all 0.5s ease-in-out;
  119. transition: all 0.5s ease-in-out;}
  120.  
  121. {block:ifshowposts500}
  122. #entries{margin-left: 490px; margin-top:20px; width:505px}
  123. {/block:ifshowposts500}
  124. {block:ifshowposts400}
  125. #entries{margin-left: 490px; margin-top:20px; width:405px}
  126. {/block:ifshowposts400}
  127.  
  128. #posts{overflow:hidden; background-color: {color:entries}; border-left:0px solid {color:link}; border-right:0px solid {color:link}; padding:3px; font-style:normal;}
  129.  
  130. {block:ifshowposts500}
  131. #posts:hover #sources{opacity:1;margin-left:510px;}
  132. #sources {width:120px;height:auto;margin-left:505px;font-family:Trebuchet MS;font-size:8px;
  133. text-transform:uppercase;text-align:left;padding:8px;letter-spacing:1px;opacity:0;line-height:110%;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;position:absolute;}
  134. #sources img {margin-top:3px;border:5px solid {color:border};}
  135. {/block:ifshowposts500}
  136. {block:ifshowposts400}
  137. #posts:hover #sources{opacity:1;margin-left:410px;}
  138. #sources {width:120px;height:auto;margin-left:405px;font-family:Trebuchet MS;font-size:8px;
  139. text-transform:uppercase;text-align:left;padding:8px;letter-spacing:1px;opacity:0;line-height:110%;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;position:absolute;}
  140. #sources img {margin-top:3px;border:5px solid {color:border};}
  141. {/block:ifshowposts400}
  142.  
  143. #title{
  144. font-size:25px;
  145. text-align:center;
  146. font-family:Jenna Sue;
  147. margin-top: 45px;
  148. margin-bottom:5px;
  149. font-style:italic;
  150. color:{color:title};
  151. margin-left:2px;}
  152.  
  153. .iconica{
  154. bottom:0px;
  155. right:0px;
  156. background-color:transparent;
  157. position:fixed;
  158. padding:0px;
  159. opacity:.3;-moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out;}
  160. .iconica:hover {-moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out;opacity:3;position:fixed;}
  161.  
  162.  
  163. #roundsidebar {width:300px; margin-left:35px; margin-top:55px;
  164. height: 300px;
  165. width: 300px; -moz-border-radius: 300px;
  166. border-radius: 300px;background-color:{color:sidebar};-webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; -o-transition: all .5s ease-out; transition: all .5s ease-out; overflow: hidden; cursor: default; font-weight: normal; z-index: 12345;position:fixed;}
  167.  
  168. #roundsidebar:hover {height: 300px;
  169. width: 300px; -moz-border-radius: 300px;
  170. border-radius: 300px;-webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; -o-transition: all .5s ease-out; transition: all .5s ease-out; }
  171.  
  172. #sidebar {
  173. width:300px;
  174. margin-left:20px;
  175. bottom:-168px;
  176. position:fixed;
  177. background-color:{color:sidebar}; background-position: bottom; background-repeat: no-repeat; background-attachment:fixed;-webkit-border-radius: 8px;
  178. -moz-border-radius: 8px;
  179. border-radius: 8px;-webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; -o-transition: all .5s ease-out; transition: all .5s ease-out; overflow: hidden; cursor: default; font-weight: normal; z-index: 12345;}
  180.  
  181. #sidebar:hover { bottom: 56; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; -o-transition: all .5s ease-out; transition: all .5s ease-out; }
  182.  
  183. #hover {position:absolute; z-index:99; opacity:.5; -webkit-transition: opacity 0.9s linear;}
  184.  
  185. .links:hover #hover {opacity:3}
  186.  
  187. #sidebarimg img {width:120px; margin-left:5px; margin-top:55px;
  188. height: 120px;
  189. width: 120px; -moz-border-radius: 120px;
  190. border-radius: 10px;background-color:{color:sidebar};-webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; -o-transition: all .5s ease-out; transition: all .5s ease-out; overflow: hidden; cursor: default; font-weight: normal; z-index: 12345;position:fixed;}
  191.  
  192. #sidebarimg img {height: 160px;
  193. width: 160px;
  194. -moz-border-radius: 160px;
  195. border-radius: 160px;
  196. margin-left:72px; margin-top:10px;}
  197.  
  198. #sideblock {display:block; width:264px; height:22px; margin-top:39px;margin-bottom:6px;margin-left:18px;background-color:{color:sidebar};}
  199.  
  200. #sidebar4 {width:500px; height:100%;
  201. left:0px;
  202. margin-top:203px;
  203. position:fixed;
  204. background-color: transparent;
  205. border:0px solid {color:sidebar};}
  206.  
  207. #sidebar5 {width:210px;
  208. margin-left:220px;
  209. margin-top:20px;
  210. position:fixed;
  211. background-color: transparent;
  212. border:0px solid {color:sidebar};}
  213.  
  214. #pagination {font-family:Georgia; text-align:center; font-size: 10px; font-style:none; background-color:transparent; padding: 0px; letter-spacing:2px;margin-top:14px;position:fixed;margin-left:130px;}
  215.  
  216. #sidebarinfo{
  217. color:{color:font};
  218. font-family:Trebuchet MS;
  219. font-size:10px;
  220. font-weight:smooth;margin-top:10px;
  221. text-align:center;padding-left:20px;padding-right:20px;}
  222.  
  223. h1{color:{color:text};
  224. font-family: Georgia; font-size:18px;
  225. letter-spacing:0px;
  226. font-weight:normal; text-transform:lowercase;
  227. margin:0px; padding:0px;
  228. text-align:center; font-style:italic;}
  229.  
  230. h2{color:{color:text};
  231. font-family: Georgia; font-size:14px;
  232. letter-spacing:1px;
  233. font-weight:normal; margin:0px;
  234. padding:0px; margin-bottom:-0px; text-align:center;
  235. font-style:italic}
  236.  
  237. {block:ifshowposts500}
  238. #footer {background-color:{color:footer}; margin:0px 5px 5px 5px; font-family:Trebuchet MS; font-size:9px; text-transform: uppercase; color:{color:text}; letter-spacing: 2px; text-align:center; padding:1px; font-style:normal; width: 497px;margin-left:0px;}
  239. #footer:hover {-webkit-transition-duration: 0.6s;
  240. -moz-transition-duration: 0.6s;}
  241. {/block:ifshowposts500}
  242. {block:ifshowposts400}
  243. #footer {background-color:{color:footer}; margin:0px 5px 5px 5px; font-family:Trebuchet MS; font-size:9px; text-transform: uppercase; color:{color:text}; letter-spacing: 2px; text-align:center; padding:1px; font-style:normal; width: 397px;margin-left:0px;}
  244. #footer:hover {-webkit-transition-duration: 0.6s;
  245. -moz-transition-duration: 0.6s;}
  246. {/block:ifshowposts400}
  247.  
  248. .tags {font: 9px Trebuchet MS; width: 99%; background-color:#trans!; padding: 1px; text-align:center;text-transform:uppercase;}
  249.  
  250. .links a:link, .links a:visited, .links a:active
  251. {display:block;font-family: Trebuchet MS; font-style: none; text-transform: lowercase;}
  252.  
  253. .links a{position:relative;font-family: Trebuchet MS; font-style: none; text-transform: lowercase; font-size: 9px; text-align: center ; margin-top:25px; letter-spacing:2px; color:{link};}
  254.  
  255. #una {margin-left:348px;margin-top:-5px;height: 65px;width: 65px; -moz-border-radius: 65px; border-radius: 65px;background-color:{color:link1};-webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; -o-transition: all .5s ease-out; transition: all .5s ease-out; overflow: hidden; cursor: default; font-weight: normal; z-index: 12345;position:fixed;}
  256. #una:hover {padding:5px;-webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; -o-transition: all .5s ease-out; transition: all .5s ease-out;}
  257.  
  258. #dos {margin-top:70px; margin-left: 323px;height: 65px;width: 65px; -moz-border-radius: 65px;border-radius: 65px;background-color:{color:link2};-webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; -o-transition: all .5s ease-out; transition: all .5s ease-out; overflow: hidden; cursor: default; font-weight: normal; z-index: 12345;position:fixed;}
  259. #dos:hover {padding:5px;-webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; -o-transition: all .5s ease-out; transition: all .5s ease-out;}
  260.  
  261. #tres {margin-top:125px; margin-left: 270px;height: 65px;width: 65px; -moz-border-radius: 65px;border-radius: 65px;background-color:{color:link3};-webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; -o-transition: all .5s ease-out; transition: all .5s ease-out; overflow: hidden; cursor: default; font-weight: normal; z-index: 12345;position:fixed;}
  262. #tres:hover {padding:5px;-webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; -o-transition: all .5s ease-out; transition: all .5s ease-out; }
  263.  
  264. #cuatro {margin-top:155px; margin-left:200px;height: 65px;width: 65px; -moz-border-radius: 65px;
  265. border-radius: 65px;background-color:{color:link4};-webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; -o-transition: all .5s ease-out; transition: all .5s ease-out; overflow: hidden; cursor: default; font-weight: normal; z-index: 12345;position:fixed;}
  266. #cuatro:hover {padding:5px;-webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; -o-transition: all .5s ease-out; transition: all .5s ease-out; }
  267.  
  268. #seis {margin-top:126px; margin-left:46px;height: 65px;width: 65px; -moz-border-radius: 65px;border-radius: 65px;background-color:{color:link6};-webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; -o-transition: all .5s ease-out; transition: all .5s ease-out; overflow: hidden; cursor: default; font-weight: normal; z-index: 12345;position:fixed;}
  269. #seis:hover {padding:5px;-webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; -o-transition: all .5s ease-out; transition: all .5s ease-out; }
  270.  
  271. #cinco {margin-top:158px;margin-left:120px;
  272. height: 65px;
  273. width: 65px; -moz-border-radius: 65px;
  274. border-radius: 65px;background-color:{color:link5};-webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; -o-transition: all .5s ease-out; transition: all .5s ease-out; overflow: hidden; cursor: default; font-weight: normal; z-index: 12345;position:fixed;}
  275.  
  276. #cinco:hover {padding:5px;-webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; -o-transition: all .5s ease-out; transition: all .5s ease-out; }
  277.  
  278. #hovermenu{margin-left:3px; text-align:center;font-family:Trebuchet MS;font-weight:light; font-style:italic; letter-spacing:1px; display:inline-block; width:61px; color: {color:link}; background-color: {color:sidebar}; font-size: 9px;transition: all 0.5s ease; -o-transition-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease;float:left;margin-top:6px;line-height:15px;}
  279.  
  280. #audiopost{display:block; background-color:white;}
  281. #audioimage img{float:left; width: 60px; border: 5px solid; color: {color:border};{max-width: 60px; height: auto;}
  282.  
  283. #questions {background-color:{color:footer};
  284. color: {color:text};
  285. padding:10px;
  286. margin-bottom:0px;
  287. font-size:12px;
  288. text-align:left;
  289. font-family:{font:text};
  290. }
  291.  
  292. #questions a {color:{color:link};}
  293.  
  294.  
  295. blockquote {border-left:5px {color:background} solid; padding-left:5px; margin:2px 10px;}
  296. blockquote img, blockquote a img {max-width: 500px}
  297.  
  298. #user_1 .label {color:{color:link1}; font-weight:bold;}
  299. #user_2 .label {color:{color:link4}; font-weight:bold}
  300. .chat .u1{background-color: {color:chat line 1}; margin: 0 0 1px;padding: 2px;}
  301. .chat .u1.odd{background-color: {color:chat line 2};}
  302.  
  303. </style>
  304. <style type="text/css">{CustomCSS}
  305. iframe#tumblr_controls { right:3px !important; position:fixed !important; }
  306. </style>
  307. </head>
  308.  
  309. <body>
  310. <div id="sidebar4">
  311. <div class="links">
  312. {block:ifshowlinks}
  313. <div id="una">
  314. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}</div>
  315. <div id="dos">
  316. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}</div>
  317. <div id="tres">
  318. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}</div>
  319. <div id="cuatro">
  320. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}</div>
  321. {/block:ifshowlinks}
  322. {block:ifshowextralinks}
  323. <div id="cinco">
  324. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}</div>
  325. <div id="seis">
  326. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}</div>
  327. {/block:ifshowextralinks}
  328. </div></div>
  329. <div id="roundsidebar">
  330. <div id="title">{Title}</div>
  331. <center><div id="pagination">{block:Pagination}
  332. {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  333.  
  334. {block:JumpPagination length="3"}
  335.  
  336. {block:CurrentPage}<span class="current_page" style="padding-right:6px;">{PageNumber}</span>{/block:CurrentPage}
  337.  
  338. {block:JumpPage}<a class="jump_page" style="padding-right:6px;" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  339.  
  340. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}<br></div></center>
  341. <div id="sideblock">
  342. <div id="hovermenu"><a href="/">home</a></div>
  343. <div id="hovermenu"><a href="/ask">ask</a></div>
  344. <div id="hovermenu"><a href="/archive">archive</a></div>
  345. <div id="hovermenu"><a href="/rss">rss</a></div>
  346. </div>
  347. <div id="sidebarinfo">
  348. {block:Description}{Description}{/block:Description}
  349. </div>
  350. </div>
  351. </div></div></div>
  352. <div id="sidebar5">
  353. {block:ifshowsidebarimage}
  354. <div id="sidebarimg"><img src="{image:sidebar}"></div>{/block:ifshowsidebarimage}</div>
  355.  
  356. <div id="entries">
  357. <div class="iconica"><center><a href='http://baudelaired.tumblr.com' title='Theme by Diana' ><img src='http://static.tumblr.com/ekfbsgu/fjxm0so0y/bt.png' alt='MyFreeCopyright.com Registered & Protected' title='Theme by Diana (baudelaired @ tumblr). All rights Reserved.' width='35px' height='35px' border='0'/></a></center></div>
  358. {block:Posts}
  359. <div id="posts">
  360. <div id="sources">
  361. {block:RebloggedFrom}<a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-30}"></a>
  362. {block:ContentSource}<a href="{SourceURL}"><img src="{ReblogRootPortraitURL-30}"></a>{block:ContentSource}{/block:RebloggedFrom}
  363. <br>{/block:ContentSource}{block:ifshowhovertags}<br>{block:HasTags}<br>tags:{block:Tags} #<a href="{TagUrl}">{Tag}</a>{/block:Tags}</a>{/block:HasTags}{/block:ifshowhovertags}</div>
  364.  
  365. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  366. {block:Text}{Body}{/block:Text}
  367.  
  368. {block:Quote}<h2>"{Quote}"{/block:Quote}
  369. {block:Source}<div class="source">— {Source}</div></h2>{/block:Source}
  370.  
  371. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  372. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  373.  
  374. {block:ifshowposts500}
  375. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  376. {/block:ifshowposts500}
  377. {block:ifshowposts400}
  378. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  379. {/block:ifshowposts400}
  380.  
  381. {block:ifshowposts500}
  382. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  383. {/block:ifshowposts500}
  384. {block:ifshowposts400}
  385. {block:Photoset}<center>{Photoset-400}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  386. {/block:ifshowposts400}
  387.  
  388. {block:Chat}
  389. {block:Title}<h2>{Title}</h2>
  390. {/block:Title}<div class="chat">{block:Lines}<div class="chat"><div class="u1 {Alt}"><div class="{Alt} user_{UserNumber}">{block:Label}<span class="label"><b>{Label}</b></span>{/block:Label}
  391. {Line}</div></div></div>{/block:Lines}</div>{/block:Chat}
  392.  
  393. {block:ifshowposts500}
  394. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  395. {/block:ifshowposts500}
  396. {block:ifshowposts400}
  397. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  398. {/block:ifshowposts400}
  399.  
  400. {block:Answer}<div id="questions"><strong>{Asker}</strong> asked: "{Question}"</div>
  401. {Answer}{/block:answer}
  402.  
  403. {block:Audio}<div id="audioimage">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div><span id="audiopost">
  404. {AudioPlayerWhite}</span><br><center>Played {FormattedPlayCount} Times {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  405.  
  406. </center><br>
  407.  
  408. <div id="footer">
  409. {block:Date} <a href="{Permalink}">{TimeAgo}</a> on {DayOfMonth} {ShortMonth}, {ShortYear}{/block:Date}{block:NoteCount} | <a href="{Permalink}">{NoteCount} notes</a>{/block:NoteCount}
  410. {block:ifshowtagsonposts}
  411. {block:HasTags}<div class="tags"> tags:{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}{/block:ifshowtagsonposts}
  412. </div></div>
  413. {block:PostNotes}{PostNotes}{/block:PostNotes}<br>
  414.  
  415. </body>
  416. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement