Advertisement
strangebesidethepond

Daddy's had enough nooow

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