Advertisement
officialdogblog

Safety Theme

Aug 7th, 2013
757
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.51 KB | None | 0 0
  1. <div class="sidestuffalign">
  2.  
  3. <div id="titlebar"><div class="title"><a href="/">{Title}</a></div><br />
  4. </div>
  5.  
  6. {block:IfTwitterBar}
  7. <div id="twitterbar"><center>
  8.  
  9. // Go here (https://twitter.com/about/resources/buttons) to find twitter buttons to put in this section! Just replace all this text with the code that is given to you! You can choose whether or not to have the Twitter Bar. It looks best if your twitter handle is short and you choose the small follow button!
  10.  
  11. </center></div>
  12. {/block:IfTwitterBar}
  13.  
  14. <div id="sidebar">
  15.  
  16. {block:IfSidebarImage}
  17. <a href="/"><img src="{image:Sidebar}" width="150" title="home"></a>
  18. {/block:IfSidebarImage}
  19.  
  20. {block:IfSidebarDescription}
  21. {Description}
  22. {/block:IfSidebarDescription}
  23.  
  24. </div>
  25.  
  26. <div id="navbar"><center><p>{block:PreviousPage}<span style="float:left;"><a href="{PreviousPage}"> ◁</a></span>{/block:PreviousPage} <span style="float:center;">page {CurrentPage}</span> {block:NextPage}<span style="float:right;"><a href="{NextPage}">▷ </a></span>{/block:NextPage}<div style="clear:both;"></div></p></div>
  27.  
  28. {block:IfMusicBar}
  29. <div id="musicbar"><center>
  30.  
  31. // Go here (http://www.sheepproductions.com/billy/) to set up your own music player! Just follow the directions and replace all this text with the code.
  32.  
  33. </center></div>
  34. {/block:IfMusicBar}
  35.  
  36. </div>
  37.  
  38. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  39. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  40. <head>
  41.  
  42. <meta name="color:Background" content="#42597B" />
  43. <meta name="color:Border" content="#000000" />
  44. <meta name="color:Scrollbar" content="#42597B" />
  45. <meta name="color:Link" content="#42597B" />
  46. <meta name="color:Link Hover" content="#CED7E7" />
  47. <meta name="color:Text" content="#000000">
  48.  
  49. <meta name="if:Big Background Image" content="0" />
  50. <meta name="if:Border" content="0" />
  51. <meta name="if:Link 1" content="0" />
  52. <meta name="if:Link 2" content="0" />
  53. <meta name="if:Link 3" content="0" />
  54. <meta name="if:Link 4" content="0" />
  55. <meta name="if:Link 5" content="0" />
  56. <meta name="if:Music Bar" content="0" />
  57. <meta name="if:Rounded Corners" content="1" />
  58. <meta name="if:Sidebar Description" content="1" />
  59. <meta name="if:Twitter Bar" content="0" />
  60.  
  61. <meta name="text:Link 1 URL" content="" />
  62. <meta name="text:Link 1 Title" content="" />
  63. <meta name="text:Link 2 URL" content="" />
  64. <meta name="text:Link 2 Title" content="" />
  65. <meta name="text:Link 3 URL" content="" />
  66. <meta name="text:Link 3 Title" content="" />
  67. <meta name="text:Link 4 URL" content="" />
  68. <meta name="text:Link 4 Title" content="" />
  69. <meta name="text:Link 5 URL" content="" />
  70. <meta name="text:Link 5 Title" content="" />
  71.  
  72. <meta name="image:Background" content="" />
  73. <meta name="image:Sidebar" content="" />
  74.  
  75. </head>
  76.  
  77. <link rel="shortcut icon" href="{PortraitURL-16}">
  78.  
  79. <style type="text/css">
  80.  
  81. ::-webkit-scrollbar {
  82. width: 6px;
  83. }
  84.  
  85. ::-webkit-scrollbar-thumb {
  86. background-color: {color:Scrollbar};
  87. }
  88.  
  89. body {
  90. color: {color:Text};
  91. text-align: justify;
  92. word-wrap: break-word;
  93. font-family: consolas;
  94. font-size: 11px;
  95. text-transform: lowercase;
  96. background-color: {color:Background};
  97. background-image: url('{image:Background}');
  98. background-attachment: fixed;
  99. {block:IfBigBackgroundImage}background-size: 100% 100%;{/block:IfBigBackgroundImage}
  100. }
  101.  
  102. body a {
  103. color: {color:Link};
  104. text-transform: uppercase;
  105. }
  106.  
  107. body a:hover {
  108. color: {color:Link Hover};
  109. -webkit-transition: color 0.4s ease;
  110. -moz-transition: color 0.4s ease;
  111. -o-transition: color 0.4s ease;
  112. transition: color 0.4s ease;
  113. }
  114.  
  115. #entry {
  116. padding: 10px;
  117. margin-left: 5px;
  118. margin-bottom: 10px;
  119. max-width: 400px;
  120. background-color: #ffffff;
  121. {block:IfBorder}
  122. border: solid 1px {color:Border};
  123. {/block:IfBorder}
  124. {block:IfRoundedCorners}
  125. -webkit-border-radius: 10px;
  126. -moz-border-radius: 10px;
  127. border-radius: 10px;
  128. {/block:IfRoundedCorners}
  129. }
  130.  
  131. #entry img {
  132. max-width: 99.9%;
  133. {block:IfRoundedCorners}
  134. -webkit-border-radius: 10px;
  135. -moz-border-radius: 10px;
  136. border-radius: 10px;
  137. {/block:IfRoundedCorners}
  138. }
  139.  
  140. #entry a {
  141. text-transform: uppercase;
  142. }
  143.  
  144. #photosetentry {
  145. padding: 4px;
  146. padding-top: 5px;
  147. margin-left: 5px;
  148. margin-bottom: 10px;
  149. width: 412px;
  150. background-color: #ffffff;
  151. {block:IfBorder}
  152. border: solid 1px {color:Border};
  153. {/block:IfBorder}
  154. {block:IfRoundedCorners}
  155. -webkit-border-radius: 10px;
  156. -moz-border-radius: 10px;
  157. border-radius: 10px;
  158. {/block:IfRoundedCorners}
  159. }
  160.  
  161. {block:IfRoundedCorners}
  162. #photosetentry img {
  163. -webkit-border-radius: 10px;
  164. -moz-border-radius: 10px;
  165. border-radius: 10px;
  166. }
  167. {/block:IfRoundedCorners}
  168.  
  169. #photoentry {
  170. width: 412px;
  171. margin-left: 5px;
  172. margin-bottom: 10px;
  173. }
  174.  
  175. .quote {
  176. font-family: consolas;
  177. font-size: 13px;
  178. text-transform: uppercase;
  179. }
  180.  
  181. .link {
  182. font-size: 14px;
  183. text-transform: uppercase;
  184. font-family: consolas;
  185. }
  186.  
  187. .chat {
  188. padding-top: 12px;
  189. padding-left: 4px;
  190. padding-right: 4px;
  191. padding-bottom: 4px;
  192. margin-left: 5px;
  193. margin-bottom: 10px;
  194. max-width: 412px;
  195. background-color: #ffffff;
  196. {block:IfBorder}
  197. border: solid 1px {color:Border};
  198. {/block:IfBorder}
  199. {block:IfRoundedCorners}
  200. -webkit-border-radius: 10px;
  201. -moz-border-radius: 10px;
  202. border-radius: 10px;
  203. {/block:IfRoundedCorners}
  204. }
  205.  
  206. .chat ul {
  207. list-style: none;
  208. margin: 0;
  209. padding: 0;
  210. }
  211.  
  212. .chat li {
  213. padding: 2%;
  214. width: 384px;
  215. }
  216.  
  217. .chat .odd {
  218. text-align: left;
  219. background: #efefef;
  220. }
  221.  
  222. .chat .even {
  223. text-align: right;
  224. background: {color:Background};
  225. color: #fff;
  226. }
  227.  
  228. .question {
  229. margin-top: 1px;
  230. width: 355px;
  231. padding: 6px;
  232. background: #efefef;
  233. {block:IfRoundedCorners}
  234. -webkit-border-top-right-radius: 10px;
  235. -moz-border-radius-topright: 10px;
  236. border-top-right-radius: 10px;
  237. {/block:IfRoundedCorners}
  238. }
  239.  
  240. .answerimg {
  241. padding: 1px;
  242. }
  243.  
  244. .answer {
  245. width: 355px;
  246. float:right;
  247. margin-top: -17px;
  248. margin-bottom: -5px;
  249. margin-left: -5px;
  250. }
  251.  
  252. .info {
  253. padding: 10px;
  254. max-width: 400px;
  255. text-align: right;
  256. margin-left: 5px;
  257. margin-bottom: 10px;
  258. margin-top: -20px;
  259. font-size: 10px;
  260. text-transform: uppercase;
  261. background-color:#fff;
  262. {block:IfBorder}
  263. border-right: solid 1px {color:Border};
  264. border-left: solid 1px {color:Border};
  265. border-bottom: solid 1px {color:Border};
  266. {/block:IfBorder}
  267. {block:IfRoundedCorners}
  268. -webkit-border-bottom-right-radius: 10px;
  269. -webkit-border-bottom-left-radius: 10px;
  270. -moz-border-radius-bottomright: 10px;
  271. -moz-border-radius-bottomleft: 10px;
  272. border-bottom-right-radius: 10px;
  273. border-bottom-left-radius: 10px;
  274. {/block:IfRoundedCorners}
  275. }
  276.  
  277. .photocaption {
  278. position: relative;
  279. margin-top: -22px;
  280. width: 406px;
  281. margin-left: 5px;
  282. margin-bottom: 10px;
  283. background-color:#fff;
  284. padding-top: 8px;
  285. padding-right: 4px;
  286. padding-left: 10px;
  287. padding-bottom: 4px;
  288. {block:IfBorder}
  289. border-right: solid 1px {color:Border};
  290. border-left: solid 1px {color:Border};
  291. border-top: solid 1px {color:Border};
  292. {/block:IfBorder}
  293. z-index: 2;
  294. {block:IfRoundedCorners}
  295. -webkit-border-top-right-radius: 10px;
  296. -webkit-border-top-left-radius: 10px;
  297. -moz-border-radius-topright: 10px;
  298. -moz-border-radius-topleft: 10px;
  299. border-top-right-radius: 10px;
  300. border-top-left-radius: 10px;
  301. {/block:IfRoundedCorners}
  302. }
  303.  
  304. .photoinfo {
  305. position: relative;
  306. padding: 10px;
  307. max-width: 400px;
  308. text-align: right;
  309. margin-left: 5px;
  310. margin-bottom: 10px;
  311. margin-top: -20px;
  312. font-size: 10px;
  313. text-transform: uppercase;
  314. background-color:#fff;
  315. {block:IfBorder}
  316. border: solid 1px {color:Border};
  317. {/block:IfBorder}
  318. {block:IfRoundedCorners}
  319. -webkit-border-radius: 10px;
  320. -moz-border-radius: 10px;
  321. border-radius: 10px;
  322. {/block:IfRoundedCorners}
  323. z-index: 1;
  324. }
  325.  
  326. .photocaption img {
  327. max-width: 99%;
  328. }
  329.  
  330. .photocaption a {
  331. text-transform: uppercase;
  332. }
  333.  
  334. .tags {
  335. padding: 10px;
  336. max-width: 400px;
  337. text-align: left;
  338. margin-left: 5px;
  339. margin-bottom: 10px;
  340. font-size: 10px;
  341. text-transform: uppercase;
  342. background-color:#fff;
  343. {block:IfBorder}
  344. border: solid 1px {color:Border};
  345. {/block:IfBorder}
  346. {block:IfRoundedCorners}
  347. -webkit-border-radius: 10px;
  348. -moz-border-radius: 10px;
  349. border-radius: 10px;
  350. {/block:IfRoundedCorners}
  351. }
  352.  
  353. #permalink {
  354. margin-left: 5px;
  355. width: 412px;
  356. background: #fff;
  357. padding-top: 4px;
  358. padding-bottom: 4px;
  359. padding-right: 10px;
  360. {block:IfBorder}
  361. border: solid 1px {color:Border};
  362. {/block:IfBorder}
  363. {block:IfRoundedCorners}
  364. -webkit-border-radius: 10px;
  365. -moz-border-radius: 10px;
  366. border-radius: 10px;
  367. {/block:IfRoundedCorners}
  368. }
  369.  
  370. .sidelinksalign {
  371. {block:IfTwitterBar}
  372. top: 140px;
  373. {/block:IfTwitterBar}
  374. {block:IfNotTwitterBar}
  375. top: 90px;
  376. {/block:IfNotTwitterBar}
  377. left: 513px;
  378. position: fixed;
  379. z-index: 0;
  380. }
  381.  
  382. .sidelinks {
  383. z-index: 0;
  384. text-align: center;
  385. width: 100px;
  386. background: #ffffff;
  387. -webkit-transition: all 0.4s ease-in-out;
  388. -moz-transition: all 0.4s ease-in-out;
  389. transition: all 0.4s ease-in-out;
  390. padding: 5px;
  391. margin-top: -15px;
  392. text-transform: lowercase;
  393. {block:IfBorder}
  394. border: solid 1px #000;
  395. {/block:IfBorder}
  396. {block:IfRoundedCorners}
  397. -webkit-border-radius: 10px;
  398. -moz-border-radius: 10px;
  399. border-radius: 10px;
  400. {/block:IfRoundedCorners}
  401. }
  402.  
  403. .sidelinks:hover {
  404. margin-left:75px;
  405. text-transform: lowercase;
  406. }
  407.  
  408. .sidestuffalign {
  409. top: 10px;
  410. left: 443px;
  411. float: left;
  412. position: fixed;
  413. z-index: 2;
  414. }
  415.  
  416. #titlebar {
  417. width: 157px;
  418. background: #ffffff;
  419. padding: 3px;
  420. z-index: 1;
  421. text-transform: lowercase;
  422. {block:IfBorder}
  423. border: solid 1px #000;
  424. {/block:IfBorder}
  425. {block:IfRoundedCorners}
  426. -webkit-border-radius: 10px;
  427. -moz-border-radius: 10px;
  428. border-radius: 10px;
  429. {/block:IfRoundedCorners}
  430. }
  431.  
  432. {block:IfTwitterBar}
  433. #twitterbar {
  434. margin-top: 10px;
  435. width: 157px;
  436. background: #ffffff;
  437. padding-top: 10px;
  438. padding-bottom: 10px;
  439. padding-left: 3px;
  440. padding-right: 3px;
  441. z-index: 1;
  442. text-transform: lowercase;
  443. {block:IfBorder}
  444. border: solid 1px #000;
  445. {/block:IfBorder}
  446. {block:IfRoundedCorners}
  447. -webkit-border-radius: 10px;
  448. -moz-border-radius: 10px;
  449. border-radius: 10px;
  450. {/block:IfRoundedCorners}
  451. }
  452. {/block:IfTwitterBar}
  453.  
  454. #navbar {
  455. margin-top: 10px;
  456. width: 157px;
  457. background: #ffffff;
  458. padding: 3px;
  459. z-index: 1;
  460. text-transform: lowercase;
  461. {block:IfBorder}
  462. border: solid 1px #000;
  463. {/block:IfBorder}
  464. {block:IfRoundedCorners}
  465. -webkit-border-radius: 10px;
  466. -moz-border-radius: 10px;
  467. border-radius: 10px;
  468. {/block:IfRoundedCorners}
  469. }
  470.  
  471. #navbar a {
  472. text-decoration: none;
  473. }
  474.  
  475. {block:IfMusicBar}
  476. #musicbar {
  477. margin-top: 10px;
  478. width: 130px;
  479. background: #ffffff;
  480. padding: 17px;
  481. z-index: 1;
  482. text-transform: lowercase;
  483. {block:IfBorder}
  484. border: solid 1px #000;
  485. {/block:IfBorder}
  486. {block:IfRoundedCorners}
  487. -webkit-border-radius: 10px;
  488. -moz-border-radius: 10px;
  489. border-radius: 10px;
  490. {/block:IfRoundedCorners}
  491. }
  492. {/block:IfMusicBar}
  493.  
  494. #sidebar {
  495. margin-top: 10px;
  496. width: 150px;
  497. background: #ffffff;
  498. padding: 7px;
  499. z-index: 2;
  500. text-transform: lowercase;
  501. {block:IfBorder}
  502. border: solid 1px #000;
  503. {/block:IfBorder}
  504. {block:IfRoundedCorners}
  505. -webkit-border-radius: 10px;
  506. -moz-border-radius: 10px;
  507. border-radius: 10px;
  508. {/block:IfRoundedCorners}
  509. }
  510.  
  511. .title {
  512. text-align: center;
  513. text-transform: uppercase;
  514. padding-top: 10px;
  515. }
  516.  
  517. .thingylmao {
  518. font-size: 1px;
  519. }
  520.  
  521. .thingylmao a {
  522. color: #fff;
  523. }
  524.  
  525. .thingylmao a:hover {
  526. color: #fff;
  527. }
  528.  
  529. #cornerimage {
  530. bottom: -10px;
  531. right: 0px;
  532. position: fixed;
  533. }
  534.  
  535. #diddlydum {
  536. top: 100px;
  537. left: 610px;
  538. position: fixed;
  539. }
  540.  
  541. </style>
  542. <body>
  543.  
  544. <link rel=”shortcut icon” href=”{Favicon}”><title>{Title}</title>
  545.  
  546. {block:Posts}
  547.  
  548. {block:ContentSource}
  549. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  550. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  551. {/block:SourceLogo}
  552. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  553. {/block:ContentSource}
  554.  
  555. {block:ReblogParent}{/block:ReblogParent}
  556.  
  557. {block:Text}
  558. <div id="entry">
  559.  
  560. {block:Title}<div class="quote">{Title}</div>{/block:Title}
  561. <div style="margin-top:-5px;">{Body}</div>
  562. </div>
  563.  
  564. <div class="info">{block:Date}<span style="float: left;"><a href="{Permalink}">{TimeAgo}</a></span>{/block:Date}{block:NoteCount}<span style="float: right;"><a href="{Permalink}">{NoteCountWithLabel}</a></span>{block:NoteCount}<div style="clear: both;"></div></div>
  565.  
  566. {block:PermalinkPage}
  567. {block:HasTags}
  568. <div class="tags">tags: {block:Tags}
  569. #<a href="{TagURL}">{Tag}</a> {/block:Tags}
  570. </div>
  571. {/block:HasTags}
  572. {/block:PermalinkPage}
  573. {/block:Text}
  574.  
  575.  
  576.  
  577.  
  578. {block:Photo}
  579. <div id="photoentry">
  580.  
  581. <center><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="420px" style="position:relative;z-index:3;{block:IfRoundedCorners}-webkit-border-top-left-radius: 10px;-webkit-border-top-right-radius: 10px;-moz-border-radius-topleft: 10px;-moz-border-radius-topright: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;{/block:IfRoundedCorners}{block:IfBorder}margin-left: 1px;{/block:IfBorder}margin-right:5px;" /></center>
  582. </div>
  583.  
  584. {block:Caption}<div class="photocaption">{Caption}</div>{/block:Caption}
  585.  
  586. <div class="photoinfo">{block:Date}<span style="float: left;"><a href="{Permalink}">{TimeAgo}</a></span>{/block:Date}{block:NoteCount}<span style="float: right;"><a href="{Permalink}">{NoteCountWithLabel}</a></span>{block:NoteCount}<div style="clear: both;"></div></div>
  587.  
  588. {block:PermalinkPage}
  589. {block:HasTags}
  590. <div class="tags">tags: {block:Tags}
  591. #<a href="{TagURL}">{Tag}</a> {/block:Tags}
  592. </div>
  593. {/block:HasTags}
  594. {/block:PermalinkPage}
  595. {/block:Photo}
  596.  
  597.  
  598.  
  599.  
  600. {block:Photoset}
  601. <div id="photosetentry">
  602.  
  603. <center>{Photoset-400}</center>
  604. {block:Caption}{Caption}{/block:Caption}
  605. </div>
  606.  
  607. <div class="info">{block:Date}<span style="float: left;"><a href="{Permalink}">{TimeAgo}</a></span>{/block:Date}{block:NoteCount}<span style="float: right;"><a href="{Permalink}">{NoteCountWithLabel}</a></span>{block:NoteCount}<div style="clear: both;"></div></div>
  608.  
  609. {block:PermalinkPage}
  610. {block:HasTags}
  611. <div class="tags">tags: {block:Tags}
  612. #<a href="{TagURL}">{Tag}</a> {/block:Tags}
  613. </div>
  614. {/block:HasTags}
  615. {/block:PermalinkPage}
  616. {/block:Photoset}
  617.  
  618.  
  619.  
  620.  
  621. {block:Panorama}
  622. <div id="entry">
  623.  
  624. {LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}" />{LinkCloseTag}
  625. {block:Caption}{Caption}{/block:Caption}
  626. </div>
  627.  
  628. <div class="info">{block:Date}<span style="float: left;"><a href="{Permalink}">{TimeAgo}</a></span>{/block:Date}{block:NoteCount}<span style="float: right;"><a href="{Permalink}">{NoteCountWithLabel}</a></span>{block:NoteCount}<div style="clear: both;"></div></div>
  629.  
  630. {block:PermalinkPage}
  631. {block:HasTags}
  632. <div class="tags">tags: {block:Tags}
  633. #<a href="{TagURL}">{Tag}</a> {/block:Tags}
  634. </div>
  635. {/block:HasTags}
  636. {/block:PermalinkPage}
  637. {/block:Panorama}
  638.  
  639.  
  640.  
  641.  
  642. {block:Quote}
  643. <div id="entry">
  644.  
  645. <div class="quote">"{Quote}"</div>
  646. <div style="text-align:right;">{block:Source}{Source}{/block:Source}</div>
  647. </div>
  648.  
  649. <div class="info">{block:Date}<span style="float: left;"><a href="{Permalink}">{TimeAgo}</a></span>{/block:Date}{block:NoteCount}<span style="float: right;"><a href="{Permalink}">{NoteCountWithLabel}</a></span>{block:NoteCount}<div style="clear: both;"></div></div>
  650.  
  651. {block:PermalinkPage}
  652. {block:HasTags}
  653. <div class="tags">tags: {block:Tags}
  654. #<a href="{TagURL}">{Tag}</a> {/block:Tags}
  655. </div>
  656. {/block:HasTags}
  657. {/block:PermalinkPage}
  658. {/block:Quote}
  659.  
  660.  
  661.  
  662.  
  663. {block:Link}
  664. <div id="entry">
  665.  
  666. <div class="link">★ <a href="{URL}">{Name}</a></div>
  667. {block:Description}{Description}{/block:Description}
  668. </div>
  669.  
  670. <div class="info">{block:Date}<span style="float: left;"><a href="{Permalink}">{TimeAgo}</a></span>{/block:Date}{block:NoteCount}<span style="float: right;"><a href="{Permalink}">{NoteCountWithLabel}</a></span>{block:NoteCount}<div style="clear: both;"></div></div>
  671.  
  672. {block:PermalinkPage}
  673. {block:HasTags}
  674. <div class="tags">tags: {block:Tags}
  675. #<a href="{TagURL}">{Tag}</a> {/block:Tags}
  676. </div>
  677. {/block:HasTags}
  678. {/block:PermalinkPage}
  679. {/block:Link}
  680.  
  681.  
  682.  
  683.  
  684. {block:Chat}
  685. <div class="chat">
  686.  
  687. <center>
  688. <ul>
  689. {block:Lines}<li class="{Alt}">{block:Label} {Label} {/block:Label}{Line}</li>{/block:Lines}
  690. </ul>
  691. </center>
  692. </div>
  693.  
  694. <div class="info">{block:Date}<span style="float: left;"><a href="{Permalink}">{TimeAgo}</a></span>{/block:Date}{block:NoteCount}<span style="float: right;"><a href="{Permalink}">{NoteCountWithLabel}</a></span>{block:NoteCount}<div style="clear: both;"></div></div>
  695.  
  696. {block:PermalinkPage}
  697. {block:HasTags}
  698. <div class="tags">tags: {block:Tags}
  699. #<a href="{TagURL}">{Tag}</a> {/block:Tags}
  700. </div>
  701. {/block:HasTags}
  702. {/block:PermalinkPage}
  703. {/block:Chat}
  704.  
  705.  
  706.  
  707.  
  708. {block:Audio}
  709. <div id="entry">
  710.  
  711. {block:AlbumArt}<img src="{AlbumArtURL}" alt="{PhotoAlt}" width="400px" />{/block:AlbumArt}
  712. {block:AudioEmbed}{AudioEmbed-400}{/block:AudioEmbed}<br /><br />
  713. {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
  714. {block:Caption}{Caption}{/block:Caption}
  715. </div>
  716.  
  717. <div class="info">{block:Date}<span style="float: left;"><a href="{Permalink}">{TimeAgo}</a></span>{/block:Date}{block:NoteCount}<span style="float: right;"><a href="{Permalink}">{NoteCountWithLabel}</a></span>{block:NoteCount}<div style="clear: both;"></div></div>
  718.  
  719. {block:PermalinkPage}
  720. {block:HasTags}
  721. <div class="tags">tags: {block:Tags}
  722. #<a href="{TagURL}">{Tag}</a> {/block:Tags}
  723. </div>
  724. {/block:HasTags}
  725. {/block:PermalinkPage}
  726. {/block:Audio}
  727.  
  728.  
  729.  
  730.  
  731. {block:Video}
  732. <div id="photosetentry">
  733.  
  734. <center>{VideoEmbed-400}</center>
  735. {block:Caption}{Caption}{/block:Caption}
  736. </div>
  737.  
  738. <div class="info">{block:Date}<span style="float: left;"><a href="{Permalink}">{TimeAgo}</a></span>{/block:Date}{block:NoteCount}<span style="float: right;"><a href="{Permalink}">{NoteCountWithLabel}</a></span>{block:NoteCount}<div style="clear: both;"></div></div>
  739.  
  740. {block:PermalinkPage}
  741. {block:HasTags}
  742. <div class="tags">tags: {block:Tags}
  743. #<a href="{TagURL}">{Tag}</a> {/block:Tags}
  744. </div>
  745. {/block:HasTags}
  746. {/block:PermalinkPage}
  747. {/block:Video}
  748.  
  749.  
  750.  
  751. {block:Answer}
  752. <div id="entry">
  753. <span style="float:left;"><div class="answerimg"><img src="{AskerPortraitURL-24}" /></div></span><span style="float:right;"><div class="question">{Asker} asks: {Question}</div></span>
  754. <DIV STYLE="clear:both;"></DIV>
  755. <p>{Answer}</p>
  756. </div>
  757.  
  758. <div class="info">{block:Date}<span style="float: left;"><a href="{Permalink}">{TimeAgo}</a></span>{/block:Date}{block:NoteCount}<span style="float: right;"><a href="{Permalink}">{NoteCountWithLabel}</a></span>{block:NoteCount}<div style="clear: both;"></div></div>
  759.  
  760. {block:PermalinkPage}
  761. {block:HasTags}
  762. <div class="tags">tags: {block:Tags}
  763. #<a href="{TagURL}">{Tag}</a> {/block:Tags}
  764. </div>
  765. {/block:HasTags}
  766. {/block:PermalinkPage}
  767. {/block:Answer}
  768.  
  769. {block:PostNotes}
  770. <div id="permalink">{PostNotes}</div>
  771. {/block:PostNotes}
  772.  
  773. {/block:Posts}
  774. </body>
  775. </html>
  776.  
  777. <div class="sidelinksalign">
  778. <div class="sidelinks"><a href="/ask">ask</a><span style="float:right;">></span></div><br />
  779. {block:IfLink1}<div class="sidelinks"><a href="{text:Link 1 URL}">{text:Link 1 Title}</a><span style="float:right;">></span></div><br />{/block:IfLink1}
  780. {block:IfLink2}<div class="sidelinks"><a href="{text:Link 2 URL}">{text:Link 2 Title}</a><span style="float:right;">></span></div><br />{/block:IfLink2}
  781. {block:IfLink3}<div class="sidelinks"><a href="{text:Link 3 URL}">{text:Link 3 Title}</a><span style="float:right;">></span></div><br />{/block:IfLink3}
  782. {block:IfLink4}<div class="sidelinks"><a href="{text:Link 4 URL}">{text:Link 4 Title}</a><span style="float:right;">></span></div><br />{/block:IfLink4}
  783. {block:IfLink5}<div class="sidelinks"><a href="{text:Link 5 URL}">{text:Link 5 Title}</a><span style="float:right;">></span></div><br />{/block:IfLink5}
  784. <div class="sidelinks"><a href="http://gay8.tumblr.com/">credit</a><span style="float:right;">></span></div>
  785. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement