Advertisement
strangebesidethepond

Bad news for brainwork

Aug 6th, 2012
21,430
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.86 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2. <html>
  3.  
  4. <!-----
  5. theme #007 by Rose @ itsacrimescene.tumblr.com
  6. Please do not copy or claim as your own
  7. Do not remove this credit from the code
  8. Thank you :3
  9. ------>
  10.  
  11. <head>
  12.  
  13. <!-- DEFAULT VARIABLES -->
  14. <meta name="color:background" content="#575757" />
  15. <meta name="color:navibar" content="#4d4d4d" />
  16. <meta name="color:posts" content="#575757" />
  17. <meta name="color:link" content="#b6b6b6" />
  18. <meta name="color:linkbackground" content="#4d4d4d" />
  19. <meta name="color:linkhover" content="#be3c3e" />
  20. <meta name="color:text" content="#959595" />
  21. <meta name="color:info" content="#3a3a3a" />
  22. <meta name="color:infolink" content="#888888" />
  23. <meta name="color:title" content="#d33b46" />
  24. <meta name="color:askbackground" content="#6d6d6d" />
  25. <meta name="color:asktext" content="#2e2c27" />
  26. <meta name="color:bold" content="#2e2c27" />
  27. <meta name="color:italic" content="#2e2c27" />
  28.  
  29. <meta name="image:sidebar" content="http://static.tumblr.com/ougddg1/Qe8m8ci4x/bw.png" />
  30. <meta name="image:background" content="http://static.tumblr.com/08d66df629d2fa8d85b0f3bb8c618828/ougddg1/4Gkmfwwzf/tumblr_static_oo7bg.png" />
  31.  
  32. <meta name="text:Link1" content="" />
  33. <meta name="text:Link1 Title" content="" />
  34. <meta name="text:Link2" content="" />
  35. <meta name="text:Link2 Title" content="" />
  36. <meta name="text:Link3" content="" />
  37. <meta name="text:Link3 Title" content="" />
  38. <meta name="text:Link4" content="" />
  39. <meta name="text:Link4 Title" content="" />
  40. <meta name="text:Link5" content="" />
  41. <meta name="text:Link5 Title" content="" />
  42. <meta name="text:Link6" content="" />
  43. <meta name="text:Link6 Title" content="" />
  44. <meta name="text:blogtitle" content="" />
  45. <meta name="text:subtitle" content="" />
  46.  
  47. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  48. <title>{Title}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  49. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  50. <link rel="shortcut icon" href="{Favicon}" />
  51. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  52.  
  53. <style type="text/css">
  54.  
  55. /* BASICS */
  56.  
  57. body {
  58. background-color:{color:background};
  59. color:{color:text};
  60. font-family: Palatino, Georgia, Times, serif;
  61. font-size: 11px;
  62. line-height:120%;
  63. text-align:justify;
  64. letter-spacing: 1px;
  65. margin-bottom:30px;
  66. margin-top: 0px;
  67. margin-left: 0px;
  68. margin-right: 0px;
  69. padding:0px;
  70. background-image:url('{image:background}');
  71. background-attachment:fixed
  72. }
  73.  
  74. a:link, a:active, a:visited {
  75. color: {color:link};
  76. text-decoration:none;
  77. letter-spacing: 2px;
  78. }
  79. a:hover {
  80. color:{color:text};
  81. -webkit-transition: all 0.6s ease-in-out;
  82. -moz-transition: all 0.6s ease-in-out;
  83. -o-transition: all 0.6s ease-in-out;
  84. transition: all 0.6s ease-in-out;
  85. }
  86. img a {border:0px;}
  87. p {margin-top:1px}
  88. blockquote {padding:0px; padding-left:5px; margin:5px; border-left: 4px solid {color:navibar};}
  89. blockquote img {max-width:470px;}
  90. pre{font-family: Arial; font-size:11px; padding: 3px 5px 3px 5px; word-wrap: break-word; background-color:{color:linkbackground}; max-height:100px!important; overflow-y:auto;}
  91. b, strong {color: {color:bold}; font-weight:bold;}
  92. i, em {color: {color:italic};font-style:italic;}
  93.  
  94. /* TOPBAR */
  95.  
  96. #topbar {
  97. height: 111px;
  98. width: 100%;
  99. margin-top: 120px;
  100. background-color: {color:navibar};
  101. padding: 5px;
  102. z-index:-1;
  103. position:fixed;
  104. }
  105.  
  106. #navibar {
  107. width: 190px;
  108. height:auto;
  109. background-color:transparent;
  110. margin: 0;
  111. position:absolute;
  112. padding: 10px 5px 10px 5px;
  113. }
  114.  
  115. #navibar a {
  116. display:block;
  117. width: 100px;
  118. background-color: {color:background};
  119. font-size: 9px;
  120. font-family: Calibri;
  121. text-align: center;
  122. color: {color:infolink};
  123. padding:3px 0 3px 0;
  124. margin-top: 1px;
  125. margin-bottom:4px;
  126. text-transform: uppercase;
  127. letter-spacing: 2px;
  128. }
  129.  
  130. #navibar a:hover {
  131. background-color: {color:linkhover};
  132. color: {color:text};
  133. }
  134.  
  135. #icon {
  136. margin: -92px 0 0 111px;
  137. border-top-right-radius: 15px;
  138. border-bottom-left-radius: 15px;
  139. background-color: {color:background};
  140. padding: 7px 7px 5px 7px;
  141. position:absolute;
  142. }
  143.  
  144. #icon img {
  145. width:64px;
  146. height:64px;
  147. margin: auto;
  148. border-top-right-radius: 15px;
  149. border-bottom-left-radius: 15px;
  150. }
  151.  
  152. #pagination {
  153. margin: -10px 0 0 89px;
  154. color: {color:title};
  155. font-size: 11px;
  156. text-align: center;
  157. width: 100px;
  158. line-height: 10px;
  159. position: absolute;
  160. letter-spacing: 0px;
  161. }
  162.  
  163. #pagination a {
  164. display:inline;
  165. background-color: transparent;
  166. }
  167.  
  168. #pagination a:hover {
  169. background-color:transparent;
  170. color: {color:title};}
  171.  
  172. #pagination b, strong {
  173. color: {color:title};}
  174.  
  175. /* SIDEBAR */
  176.  
  177. #sidebar {
  178. width: 225px;
  179. padding: 5px;
  180. margin-left: 760px;
  181. margin-top: 20px;
  182. position: fixed;
  183. border-top-right-radius: 15px;
  184. border-bottom-left-radius: 15px;
  185. background-color: {color:info};
  186. }
  187.  
  188. .blogtitle {
  189. line-height: 20px;
  190. font-family: Georgia;
  191. font-size: 32px;
  192. font-style: italic;
  193. color: {color:title};
  194. text-align: center;
  195. padding: 3px;
  196. margin-top:0px;
  197. text-transform: lowercase;
  198. }
  199.  
  200. .blogtitle a{
  201. color: {color:title};
  202. letter-spacing: -4px;
  203. background-color: transparent;
  204. text-shadow: -1px -1px 0px {color:info};
  205. }
  206. .blogtitle a:hover{
  207. color: {color:infolink};
  208. }
  209.  
  210. .subtitle {
  211. color: {color:text};
  212. font-size: 10px;
  213. font-family: Calibri;
  214. padding: 2px;
  215. text-align: center;
  216. letter-spacing: 4px;
  217. text-transform: uppercase;
  218. margin-top: -5px;
  219. }
  220.  
  221. #about {
  222. width: 210px;
  223. height: 286px;
  224. background-color: transparent;
  225. margin: 10px auto 12px auto;
  226. }
  227.  
  228. .sidebarimg {
  229. width: 210px;
  230. height: 286px;
  231. margin: auto;
  232. }
  233.  
  234. .sidebarimg img {
  235. width: 210px;
  236. height:286px;
  237. border-top-left-radius: 10px;
  238. border-bottom-right-radius: 10px;
  239. }
  240.  
  241. .desc {
  242. width:180px;
  243. height:265px;
  244. padding: 15px;
  245. overflow: auto;
  246. font-size: 10px;
  247. letter-spacing: 1px;
  248. opacity: 0.3;
  249. margin:auto;
  250. position:absolute;
  251. background-color: {color:info};
  252. -webkit-transition: all 0.9s ease-in-out;
  253. -moz-transition: all 0.9s ease-in-out;
  254. -o-transition: all 0.9s ease-in-out;
  255. transition: all 0.9s ease-in-out;
  256. }
  257.  
  258. #about:hover .desc {
  259. opacity: 0.9;
  260. -webkit-transition: all 0.9s ease-in-out;
  261. -moz-transition: all 0.9s ease-in-out;
  262. -o-transition: all 0.9s ease-in-out;
  263. transition: all 0.9s ease-in-out;}
  264.  
  265. #sidebarlinks {
  266. margin: 10px auto 8px auto;
  267. background-color:transparent;
  268. width: 210px;
  269. height: auto;
  270. }
  271.  
  272. #sidebarlinks a {
  273. font-size: 9px;
  274. font-family: Calibri;
  275. text-align: center;
  276. color: {color:infolink};
  277. padding:3px 0 3px 0;
  278. display: block;
  279. margin: 1px auto 3px auto;
  280. text-transform: uppercase;
  281. letter-spacing: 2px;
  282. background-color: {color:linkbackground};
  283. }
  284.  
  285. #sidebarlinks a:hover {
  286. background-color: {color:linkhover};
  287. color: {color: text};
  288. }
  289.  
  290. /* CONTAINER */
  291.  
  292. #container {
  293. width: 550px;
  294. height: 100%;
  295. margin: 0 0 0 209px;
  296. background-color:transparent;
  297. }
  298.  
  299. #entries {
  300. position:absolute;
  301. background-color: transparent;
  302. width: 540px;
  303. height: auto;
  304. margin: 20px auto;
  305. }
  306.  
  307. #entry {
  308. width: 540px;
  309. height: auto;
  310. background-color: {color:info};
  311. text-align: center;
  312. margin-bottom: 20px;
  313. padding-bottom: 4px;
  314. border-top-left-radius: 15px;
  315. border-bottom-right-radius: 15px;
  316. }
  317.  
  318. #post {
  319. text-align: justify;
  320. width: 500px;
  321. margin: 0 auto 15px auto;
  322. background-color: {color:posts};
  323. padding:5px;
  324. border-top-right-radius: 10px;
  325. }
  326.  
  327. #info {
  328. width: 500px;
  329. margin-left: auto;
  330. margin-right: auto;
  331. padding-top: 20px;
  332. font-size:10px;
  333. text-align: left;
  334. color: {color:infolink};
  335. font-family: Calibri;
  336. letter-spacing:2px;
  337. background-color: transparent;
  338. padding: 5px;
  339. }
  340.  
  341. #info a {color: {color:infolink}}
  342. #info a:hover {color: {color:text}}
  343.  
  344. .date {
  345. text-transform:uppercase;
  346. font-family:{font:info};
  347. font-size:10px;
  348. letter-spacing:2px;
  349. font-family: Calibri;
  350. }
  351.  
  352. #tags {
  353. text-align: center;
  354. font-size: 10px;
  355. font-family: Calibri;
  356. letter-spacing: 1px;
  357. color: {color:linkbackground};
  358. width: 94%;
  359. padding: 2px;
  360. margin-bottom: 10px;
  361. margin-left: auto;
  362. margin-right: auto;
  363. list-style: none;
  364. border-bottom-left-radius: 10px;
  365. background-color: {color:posts};
  366. }
  367.  
  368. #tags a {color: {color:infolink}; display: inline;}
  369. #tags a:hover {color: {color:link};}
  370.  
  371. /* POSTS */
  372.  
  373. h1 {font-size: 18px; font-family: Georgia; letter-spacing: 1px; text-transform: lowercase; line-height: 11px; color: {color:title}; background-color: {color:linkbackground}; text-decoration: none;}
  374.  
  375. .titles {line-height: 20px; font-family: georgia; letter-spacing: -3px; font-size: 30px; font-style: italic; color: {color:link}; background-color: {color:linkbackground}; text-transform:lowercase;}
  376. .titles a {color:{color:title}; font-style:none; letter-spacing:-3px;}
  377. .titles a:hover {color: {color:text};}
  378.  
  379. .image {text-align:center; border-bottom-right-radius: 15px; }
  380. .image a{border: 0px; text-align:center;}
  381.  
  382. #asker {
  383. float: right;
  384. width:500px;
  385. text-align:left;
  386. text-transform:lowercase;
  387. font-style: italic;
  388. color {color:link};
  389. margin-top:-5px;
  390. }
  391. #asker a {color: {color:title};}
  392. #asker a:hover {color: {color:askbackground};}
  393. #asker img {float:left; margin-left:220px; vertical-align:top; margin-right:3px; margin-top: -2px; max-height:15px; border: 2px solid {color:askbackground};}
  394.  
  395. #question {
  396. background-color:{color:askbackground};
  397. font-size: 12px;
  398. font-weight: normal;
  399. font-family: georgia, palatino;
  400. text-align: right;
  401. line-height:90%;
  402. letter-spacing: 1px;
  403. color: {color:asktext};
  404. margin: 0 0 11px 0;
  405. padding: 10px 15px;
  406. position: relative;
  407. border-radius: 13px;
  408. }
  409.  
  410. #bubble {
  411. width: 8px;
  412. height: 4px;
  413. font-size:32px;
  414. font-family:Georgia;
  415. position: absolute;
  416. color:{color:askbackground};
  417. bottom: 0.2px;
  418. left: 188px;
  419. margin-top: 10px;
  420. }
  421.  
  422. #answer {
  423. text-align:justify;
  424. padding: 7px;
  425. }
  426.  
  427. .qqmarks {
  428. font-size: 80px;
  429. font-weight: bold;
  430. line-height: 80px;
  431. color: {color:linkbackground};
  432. opacity: 1;
  433. }
  434. .qquote {
  435. font-size: 20px;
  436. letter-spacing: -1px;
  437. line-height: 17px;
  438. text-transform: none;
  439. margin-top: -70px;
  440. text-indent: 40px;
  441. }
  442.  
  443. .qusource {
  444. width: 500px;
  445. margin:-2px 0 5px 0;
  446. text-align:right;
  447. font-size: 10px;
  448. font-family: Calibri;
  449. color: {color:text};
  450. line-height: 9px;
  451. opacity: 0.8;
  452. }
  453. .qusource a {
  454. text-align:right;
  455. font-size: 10px;
  456. color: {color:link};
  457. line-height: 9px;
  458. opacity: 0.8;
  459. background-color: transparent;
  460. }
  461. .qusource a:hover {
  462. color: {color:text};
  463. line-height: 9px;
  464. opacity: 1;
  465. }
  466.  
  467. #audio {
  468. margin-bottom: 50px;
  469. width: 500px;
  470. height:auto;
  471. }
  472.  
  473. .cover {
  474. width: 100px;
  475. height: 100px;
  476. position: absolute;
  477. }
  478.  
  479. .cover img {
  480. width: 100px;
  481. height: 100px;
  482. float: left;
  483. }
  484.  
  485. .playercontainer {
  486. width:100px;
  487. height:100px;
  488. position:absolute;
  489. display:block;
  490. background-color: #000000;
  491. z-index:6;
  492. opacity:0.5;
  493. -webkit-transition:all 0.7s ease-in-out;
  494. -moz-transition:all 0.7s ease-in-out;
  495. -o-transition:all 0.7s ease-in-out;
  496. -ms-transition:all 0.7s ease-in-out;
  497. transition:all 0.7s ease-in-out;
  498. }
  499.  
  500. .playercontainer:hover {
  501. opacity:0.7;
  502. -webkit-transition:all 0.7s ease-in-out;
  503. -moz-transition:all 0.7s ease-in-out;
  504. -o-transition:all 0.7s ease-in-out;
  505. -ms-transition:all 0.7s ease-in-out;
  506. transition:all 0.7s ease-in-out;
  507. }
  508.  
  509. .player {
  510. width: 25px;
  511. height: 25px;
  512. margin-left: 36px;
  513. margin-top: 36px;
  514. overflow: hidden;
  515. background-color:#000;
  516. }
  517.  
  518. .sugarbabylove {
  519. margin: 2px 0 7px 110px;
  520. float:left;
  521. width:76%;
  522. padding:4px;
  523. font-size:11px;
  524. line-height:90%;
  525. letter-spacing:1px;
  526. color: {color:asktext};
  527. background-color:{color:askbackground};
  528. }
  529.  
  530. .chat {line-height: 12px; list-style: none;}
  531. .chat ul {line-height: 15px; list-style: none; padding: 0px; line-height: 20px;}
  532. .person1 {background-color: {color:linkbackground}; color: {color:text} }
  533. .person1 .label { font-weight: bold; padding: 0px; margin-left: 5px; color: {color: text} }
  534. .person2 {background-color: {color:background}; color: {color: text} }
  535. .person2 .label { font-weight: bold; padding: 0px; margin-left: 5px; color: {color: text} }
  536.  
  537. .cap {
  538. padding: 0px;
  539. text-align: justify;
  540. margin: 0px auto;
  541. padding-top:5px;}
  542.  
  543. .cap img {
  544. max-width:470px;
  545. height:auto;}
  546.  
  547. .source {display:none;}
  548.  
  549. #notes {background-color:{color:info};width:540px; margin-bottom:10px; border-top-right-radius: 15px; border-bottom-left-radius: 15px; }
  550. #notestext {width: 500px; margin: 10px auto 10px auto; background-color:{color:info}; padding: 10px 3px; text-align:left;}
  551. ol.notes {list-style: none; padding:5px}
  552. ol.notes li {background-color: {color: background}; margin: 0 px; padding: 5px;}
  553. ol.notes .avatar {border: 0px; height: 10px; padding: 0px; width: 10px;}
  554. ol.notes li .clear {height: 0px!important;}
  555. ol.notes li blockquote {border-color: {color:posts}; padding: 5px; width:90%; margin: 4px auto 0px auto; background-color: {color:posts};}
  556.  
  557. #clear{width:300px;height:3px; clear:both; background-color: transparent}
  558.  
  559. #tumblr_controls {position: fixed!important}
  560.  
  561. ::-webkit-scrollbar-thumb:vertical {
  562. background-color: {color:text};
  563. width:7px;
  564. height:auto;
  565. border: 1px solid {color:info};
  566. -webkit-border-radius: 1px;
  567. }
  568.  
  569. ::-webkit-scrollbar-thumb:horizontal {
  570. background-color: {color:background};
  571. width:auto;
  572. height:7px;
  573. border: 1px solid {color:info};
  574. -webkit-border-radius: 1px;
  575. }
  576.  
  577. ::-webkit-scrollbar {
  578. height:7px;
  579. width:7px;
  580. background-color: {color:linkbackground};
  581. }
  582.  
  583.  
  584. ::-moz-selection {background-color: {color:linkhover}; color: {color:asktext};}
  585. ::selection {background-color: {color:linkhover}; color: {color:asktext};}
  586.  
  587. {CustomCSS}
  588.  
  589. </style>
  590. </head>
  591.  
  592. <body>
  593.  
  594.  
  595. <div id="topbar">
  596. <div id="navibar">
  597. <a href="/">refresh</a>
  598. <a href="/ask">ask me</a>
  599. <a href="/archive">archive</a>
  600. <a href="http://itsacrimetheme.tumblr.com" target="_blank">theme</a>
  601.  
  602. <div id="icon"><img src="{PortraitURL-64}" /></div>
  603.  
  604. <div id="pagination">{block:Pagination}
  605. {block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}
  606. <b>{CurrentPage}</b>/{TotalPages}
  607. {block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}
  608. {/block:Pagination}</div>
  609. </div>
  610.  
  611. </div>
  612.  
  613.  
  614. <div id="sidebar">
  615.  
  616. <div class="blogtitle"><a href="/">{text:blogtitle}</a></div>
  617. <div class="subtitle">{text:subtitle}</div>
  618.  
  619. <div id="about">
  620. {block:Description}<div class="desc">{Description}</div>{/block:Description}
  621. <div class="sidebarimg"><img src="{image:sidebar}"></div>
  622. </div>
  623.  
  624. <div id="sidebarlinks"><center>
  625. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  626. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}
  627. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a> {/block:ifLink3}
  628. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a> {/block:ifLink4}
  629. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a> {/block:ifLink5}
  630. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a> {/block:ifLink6}</center>
  631. </div>
  632.  
  633. </div>
  634.  
  635.  
  636.  
  637. <div id="container">
  638. <div id="entries">
  639.  
  640.  
  641. {block:Posts}
  642.  
  643.  
  644. <div id="entry">
  645. <div id="info">
  646.  
  647. {block:Date}<span class="date"><a href="{Permalink}" title="Permalink to this post">
  648.  
  649. {block:answer}answered {/block:answer}
  650. {block:photo}{block:RebloggedFrom}reblogged {/block:RebloggedFrom}
  651. {block:NotReblog}Posted {/block:NotReblog}{/block:photo}
  652. {block:text}{block:RebloggedFrom}reblogged {/block:RebloggedFrom}{block:NotReblog}Posted {/block:NotReblog}{/block:text}
  653. {block:audio}{block:RebloggedFrom}reblogged {/block:RebloggedFrom}{block:NotReblog}Posted {/block:NotReblog}{/block:audio}
  654. {block:video}{block:RebloggedFrom}reblogged {/block:RebloggedFrom}{block:NotReblog}Posted {/block:NotReblog}{/block:video}
  655. {block:quote}{block:RebloggedFrom}reblogged {/block:RebloggedFrom}{block:NotReblog}Posted {/block:NotReblog}{/block:quote}
  656. {block:chat}{block:RebloggedFrom}reblogged {/block:RebloggedFrom}{block:NotReblog}Posted {/block:NotReblog}{/block:chat}
  657. {block:photoset}{block:RebloggedFrom}reblogged {/block:RebloggedFrom} {block:NotReblog}Posted {/block:NotReblog}{/block:photoset}
  658. {block:link}{block:RebloggedFrom}reblogged {/block:RebloggedFrom}{block:NotReblog}Posted {/block:NotReblog}{/block:link}
  659.  
  660. {TimeAgo}</a> on {DayOfMonth} {Month} {Year}</span>{/block:Date}{block:NoteCount} WITH <a href="{Permalink}" title="permalink to this post">{NoteCountWithLabel}</a>{/block:NoteCount}
  661.  
  662.  
  663. {block:text}<span style="float:right; color:{color:title};"><a href="{ReblogURL}" title="reblog this post!" style="color:{color:title};">»reblog</a></span>{/block:text}
  664. {block:photo}<span style="float:right; color:{color:title};"><a href="{ReblogURL}" title="reblog this post!" style="color:{color:title};">»reblog</a></span>{/block:photo}
  665. {block:photoset}<span style="float:right; color:{color:title};"><a href="{ReblogURL}" title="reblog this post!" style="color:{color:title};">»reblog</a></span>{/block:photoset}
  666. {block:quote}<span style="float:right; color:{color:title};"><a href="{ReblogURL}" title="reblog this post!" style="color:{color:title};">»reblog</a></span>{/block:quote}
  667. {block:audio}<span style="float:right; color:{color:title};"><a href="{ReblogURL}" title="reblog this post!" style="color:{color:title};">»reblog</a></span>{/block:audio}
  668. {block:video}<span style="float:right; color:{color:title};"><a href="{ReblogURL}" title="reblog this post!" style="color:{color:title};">»reblog</a></span>{/block:video}
  669. {block:chat}<span style="float:right; color:{color:title};"><a href="{ReblogURL}" title="reblog this post!" style="color:{color:title};">»reblog</a></span>{/block:chat}
  670. {block:link}<span style="float:right; color:{color:title};"><a href="{ReblogURL}" title="reblog this post!" style="color:{color:title};">»reblog</a></span>{/block:link}
  671. {block:answer} &nbsp;{/block:answer}
  672.  
  673. {block:RebloggedFrom}<br>via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> // originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}
  674. </div>
  675.  
  676.  
  677. <div id="post">
  678.  
  679. {block:Text}
  680. {block:Title}<div class="titles">{Title}</div><br>{/block:Title}
  681. {Body}
  682. {/block:Text}
  683.  
  684. {block:Photo}
  685. {LinkOpenTag}<div class="image"><img src="{PhotoURL-500}" border="0"></div>{LinkCloseTag}
  686. {/block:Photo}
  687.  
  688. {block:Photoset}
  689. {Photoset-500}
  690. {/block:Photoset}
  691.  
  692. {block:Quote}
  693. <b class="qqmarks">“</b><div class="qquote"><p>{Quote}</p></div>
  694. {block:Source}
  695. <div class="qusource"> {Source} &nbsp;</div>
  696. {/block:Source}
  697. {/block:Quote}
  698.  
  699. {block:Link}
  700. <div class="titles">* <a href="{URL}" {Target}>{Name}</a></div>
  701. {block:Description}<br>{Description}{/block:Description}
  702. {/block:Link}
  703.  
  704. {block:Chat}
  705. {block:Title}<div class="titles"><a href="{Permalink}">{Title}</a></div>{/block:Title}
  706. <div class="chat"><ul>{block:Lines}
  707. <li class="person{UserNumber}">{block:Label}
  708. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  709. {/block:Chat}
  710.  
  711. {block:Video}
  712. {Video-500}
  713. {/block:Video}
  714.  
  715. {block:Answer}
  716. <div id="question">
  717. <br>
  718. <div id="bubble">◥</div>
  719. {Question}
  720. <br>
  721. <br>
  722. </div>
  723. <div id="asker"><img src="{AskerPortraitURL-24}">{Asker}</div><br><br>
  724. <div id="answer">{Answer}</div>
  725. {/block:answer}
  726.  
  727. {block:Audio}<div id="audio">
  728. <div class="cover"><img src="http://static.tumblr.com/ougddg1/R5Emaxcio/defaultmusic.png"></div>
  729. {block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  730. {block:AudioPlayer}<div class="playercontainer"><div class="player">{AudioPlayerBlack}</div>
  731. </div>{/block:AudioPlayer}
  732. {block:TrackName}<div class="sugarbabylove"><b>Title:</b> {TrackName}</div><br>{/block:TrackName}
  733. {block:Artist}<div class="sugarbabylove"><b>Artist:</b> {Artist}</div><br>{/block:Artist}
  734. {block:Album}<div class="sugarbabylove"><b>Album:</b> {Album}</div>{/block:Album}
  735. {block:PlayCount}<div class="sugarbabylove"><center>{PlayCountWithLabel}</center></div>{/block:PlayCount}
  736. </div>
  737. {block:Caption}<br><div class="cap">{Caption}</div>{/block:Caption}
  738. {/block:Audio}
  739.  
  740. {block:Photo}{block:Caption}<div class="cap">{Caption}</div>{/block:Caption}{/block:Photo}
  741. {block:Video}{block:Caption}<div class="cap">{Caption}</div>{/block:Caption}{/block:Video}
  742. {block:Photoset}{block:Caption}<div class="cap">{Caption}</div>{/block:Caption}{/block:Photoset}
  743.  
  744. <div class="source">
  745. {block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  746. <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>{/block:ContentSource}
  747. </div>
  748.  
  749.  
  750. </div>
  751.  
  752.  
  753. {block:HasTags}<div id="tags"> {block:Tags} #<a href="{TagUrl}">{Tag}</a> {/block:Tags} </div>{/block:HasTags}
  754.  
  755.  
  756. <div id="clear"></div>
  757.  
  758. </div>
  759.  
  760. {/block:Posts}
  761.  
  762. {block:PostNotes}
  763. <div id="notes"><div id="notestext">{PostNotes}</div></div>
  764. {/block:PostNotes}
  765.  
  766.  
  767. </div>
  768. </div>
  769.  
  770. </body>
  771. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement