Advertisement
strangebesidethepond

No rush

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