Advertisement
Guest User

hey how doin lil mama lemme whispa in ya ear

a guest
Aug 26th, 2013
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.80 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. theme (c) cecilbaldwin-official
  5. ╚ ♥ ═══════════════════════════════════ ♥ ╝
  6. -->
  7. <meta name="color:background" content="#fff" />
  8. <meta name="color:text" content="#000" />
  9. <meta name="color:accent 1" content="#000" />
  10. <meta name="color:accent 2" content="#335740" />
  11.  
  12. <meta name="if:show tags" content="1" />
  13. <meta name="if:use tooltips" content="1" />
  14. <meta name="if:max bg" content="1" />
  15. <meta name="if:captions" content="0" />
  16. <meta name="if:show ask link" content="1" />
  17. <meta name="if:show submit link" content="0" />
  18. <meta name="if:show archive link" content="0" />
  19. <meta name="if:backgrounds light" content="1" />
  20. <meta name="if:backgrounds dark" content="0" />
  21.  
  22. <meta name="text:link1" content="link title" />
  23. <meta name="text:link2" content="link title" />
  24. <meta name="text:link3" content="link title" />
  25. <meta name="text:link4" content="link title" />
  26. <meta name="text:URL1" content="url" />
  27. <meta name="text:URL2" content="url" />
  28. <meta name="text:URL3" content="url" />
  29. <meta name="text:URL4" content="url" />
  30.  
  31. <meta name="image:background" content="http://static.tumblr.com/5bdbd085abab463c617e5371f7633806/3kri3km/WrDmrtxr8/tumblr_static_augustbe.jpg" />
  32. <meta name="image:favicon" content="http://i1098.photobucket.com/albums/g379/yuseong_13/Mis%20Pixels/Favicons/favcon_umbrella_06.png" />
  33. <meta name="image:sidebar" content="http://static.tumblr.com/f8e7ab2e39037e98876592c5f5974c7c/3kri3km/sTJmrtxry/tumblr_static_lunatone.gif" />
  34.  
  35. <title>{Title}</title>
  36. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  37.  
  38. {block:ifusetooltips}<link href="#s-m-t-tooltip" rel="stylesheet" type="text/css" /> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script> <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script> <script> (function($){ $(document).ready(function(){ $("[title]").style_my_tooltips(); }); })(jQuery); </script>{/block:ifusetooltips}
  39.  
  40. <link rel="shortcut icon" href="{image:Favicon}" />
  41. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  42.  
  43. <style type="text/css">
  44.  
  45. body {
  46. background: {color:background} url('{image:background}') top left fixed repeat;
  47. {block:ifMaxBg}background-size:100% 100%;{/block:ifMaxBg}font-family: ronda;font-size: 10px;
  48. color: {color:text}
  49. }
  50.  
  51.  
  52. @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  53. @font-face { font-family: "silkscreen"; src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf'); }
  54. @font-face{ font-family: "Babydoll";src:url('http://static.tumblr.com/9wzbixa/MbMmj2fv0/babydoll.ttf'); }
  55. @font-face { font-family:"bitxmap"; src: url("http://static.tumblr.com/ofgksh6/md0mkd9yd/bitxmap_font_tfb.ttf") }
  56. @font-face { font-family: "yea";src: url('http://static.tumblr.com/gvd42r2/kU4m7js4w/lexipa__.ttf'); }
  57. @font-face {font-family:"handy"; src: url("http://static.tumblr.com/deqrt8e/7Jqmnazkj/handy00.ttf")}
  58.  
  59. {block:ifusetooltips}
  60. #s-m-t-tooltip {
  61. background: rgba(255,255,255,1);
  62. color: {color:text};
  63. font-family: bitxmap;
  64. font-size: 10px;
  65. letter-spacing: 0px;
  66. word-wrap: break-word; padding: 2px 5px 2px 6px; display: block; margin: 10px 10px 10px 15px;
  67. }
  68. {/block:ifusetooltips}
  69.  
  70. ::selection {
  71. color: #fff;
  72. background: {color:accent 2};
  73. }
  74. ::-moz-selection {
  75. color: #fff;
  76. background: {color:accent 2};
  77. }
  78.  
  79. ::-webkit-scrollbar-thumb:vertical {
  80. background-color: {color:background};
  81. }
  82. ::-webkit-scrollbar {
  83. width:7px;background-color:{color:accent 2};
  84. }
  85. ::-webkit-scrollbar-thumb:horizontal {
  86. background-color: {color:accent 2}
  87. height:30px;overflow-x:hidden;
  88. }
  89.  
  90. .clear {
  91. clear: both;
  92. height: 0px;
  93. overflow: hidden;
  94. }
  95.  
  96. a img {
  97. border: none;
  98. }
  99.  
  100. #wrapper {
  101. width: 845px;
  102. margin: 0 auto;
  103. }
  104.  
  105. #wrapper #title {
  106. margin: 30px 0;
  107. color: #fff;
  108. font-size: 0px;
  109. font-weight: bold;
  110. font-family: ronda;
  111. text-shadow: 1px 3px 5px rgba(0,0,0, 0.5);
  112. letter-spacing: -1px;
  113. }
  114.  
  115. #wrapper #content {
  116. width: 420px;
  117. float: left;
  118. margin-left: 280px;
  119. margin-top: 30px;
  120. }
  121.  
  122. #wrapper #content .post {
  123. -webkit-border-radius: 4px;
  124. border-radius: 4px;
  125. font-family: bitxmap;
  126. font-size: 14px;
  127. {block:ifbackgroundslight}background:rgba(255, 255, 255, .5);{/block:ifbackgroundslight}
  128. {block:ifbackgroundsdark}background:rgba(0, 0, 0, .3);{/block:ifbackgroundsdark}
  129. padding: 6px 6px;
  130. text-align: justify;
  131. position: relative;
  132. }
  133.  
  134. #wrapper #content .post .media {
  135. {block:ifroundedcorners}-moz-border-radius: 10px; -webkit-border-radius: 10px;{/block:ifroundedcorners}
  136. text-align: center;
  137. margin-bottom: 8px;
  138. }
  139.  
  140. #wrapper #content .post .quotebg {
  141. font-family: ronda, serif;
  142. font-size: 150px;
  143. color: {color:accent 2};
  144. opacity: 0.2;
  145. filter: alpha(opacity=20);
  146. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  147. position: absolute;
  148. top: 40px;
  149. left: 10px;
  150. }
  151.  
  152. #wrapper #content .post .quote {
  153. color: {color:accent 2};
  154. font-weight: bold;
  155. font-size: 10px;
  156. padding: 20px 20px 5px 20px;
  157. }
  158.  
  159. #wrapper #content .post .quote.short {
  160.  
  161. line-height: 15px;
  162. }
  163.  
  164. #wrapper #content .post .quote.medium {
  165. font-size: 10px;
  166. line-height: 15px;
  167. }
  168.  
  169. #wrapper #content .post .quote.long {
  170. font-size: 10px;
  171. line-height: 15px;
  172. }
  173.  
  174. #wrapper #content .post .quote_source *:first-child {
  175. margin-top: 0px;
  176. font-size: 10px;
  177. }
  178.  
  179. #wrapper #content .post .quote_source *:last-child {
  180. margin-bottom: 0px;
  181. font-size: 10px;
  182. }
  183.  
  184. #wrapper #content .post .quote *:first-child {
  185. margin-top: 0px;
  186. font-size: 10px;
  187. }
  188.  
  189. #wrapper #content .post .quote *:last-child {
  190. margin-bottom: 0px;
  191. font-size: 10px;
  192. }
  193.  
  194. #wrapper #content .post .copy {
  195. color: ;
  196. padding: 10px;
  197. font-size: 10px;
  198. line-height: 15px;
  199. }
  200.  
  201. #wrapper #content .post .copy a {
  202. color: {color:accent 1};
  203. text-decoration: none;
  204. font-family: yea;
  205. }
  206.  
  207. #wrapper #content .post .copy p {
  208. margin: 10px 0 0 0;
  209. padding: 0;
  210. }
  211.  
  212. #wrapper #content .post .copy pre {
  213. margin: 10px 0px 10px 0px;
  214. padding: 10px;
  215. background-color: #e6e6e6;
  216. font: normal 11px Courier, monospace;
  217. overflow: auto;
  218. }
  219.  
  220. #wrapper #content .post .copy > p:first-child {
  221. margin-top: 0;
  222. }
  223.  
  224. #wrapper #content .post .copy img {
  225. max-width: 100%;
  226. }
  227.  
  228. #wrapper #content .post .audio {
  229. background: #fff;
  230. float: left;
  231. padding: 7px;
  232. margin-bottom: 10px;
  233. -moz-border-radius: 4px;
  234. -webkit-border-radius: 4px;
  235. border-radius: 4px;
  236. }
  237.  
  238. #wrapper #content .post .audio .player {
  239. float: left;
  240. }
  241.  
  242. #wrapper #content .post .audio .player .audio_player embed {
  243. border: 1px solid #c8c8c8;
  244. }
  245.  
  246. #wrapper #content .post .audio .meta {
  247. padding: 10px 13px;
  248. height: 13px;
  249. float: left;
  250. color: #666;
  251. font-family: ronda;
  252. font-size: 10px;
  253. text-transform: lowercase;
  254. }
  255.  
  256. #wrapper #content .post .audio .meta a {
  257. color: {color:accent 1};
  258. text-decoration: none;
  259. }
  260.  
  261. #wrapper #content .post .album_art {
  262. text-align: center;
  263. }
  264.  
  265. #wrapper #content .post .question {
  266. color: #ffffff;
  267. font-family: georgia;
  268. font-size: 13px;
  269. font-weight: none;
  270. background: {color:accent 1};
  271. -moz-border-radius: 8px;
  272. -webkit-border-radius: 8px;
  273. border-radius: 8px;
  274. margin: 0 0 15px 0;
  275. padding: 15px 20px;
  276. position: relative;
  277. }
  278.  
  279. #wrapper #content .post .question .nipple {
  280. width: 13px;
  281. height: 7px;
  282. background: #f1f1f1 url('http://assets.tumblr.com/themes/redux/ask-mask.png');
  283. position: absolute;
  284. bottom: -7px;
  285. left: 30px;
  286. }
  287.  
  288. #wrapper #content .post .asker_container {
  289. margin: 0 0 20px 24px;
  290. }
  291.  
  292. #wrapper #content .post .asker_container img {
  293. margin: 0 12px -7px 0;
  294. }
  295.  
  296. #wrapper #content .post .asker_container a.asker {
  297. color: {color:Body};
  298. }
  299.  
  300. #wrapper #content .post .title {
  301. color: {color:text};
  302. font-size: 16px;
  303. font-weight: bold;
  304. padding: 10px 10px 0 10px;
  305. }
  306.  
  307. #wrapper #content .post img {
  308. max-width: 500px;
  309. }
  310.  
  311. #wrapper #content .post .chat {
  312. background-color: #fff;
  313. border-left: 5px solid #fff;
  314. margin: 10px 10px 0 10px;
  315. font-size: 12px;
  316. }
  317.  
  318.  
  319. #wrapper #content .post .chat .lines {
  320. margin-left: 1px;
  321. }
  322.  
  323. #wrapper #content .post .chat .lines .line {
  324. color: {color:text};
  325. margin-bottom: 1px;
  326. padding: 3px 5px;
  327. }
  328.  
  329. #wrapper #content .post .chat .lines .line.even {
  330. }
  331.  
  332. #wrapper #content .post .link {
  333. margin: 4px 0 2px 0;
  334. font-size: 16px;
  335. line-height: 25px;
  336. }
  337.  
  338. #wrapper #content .post .link a {
  339. background-color: {color:accent 1};
  340. color: #fff;
  341. padding: 5px 7px;
  342. -moz-border-radius: 4px;
  343. -webkit-border-radius: 4px;
  344. border-radius: 4px;
  345. }
  346.  
  347. #wrapper #content .post .link a:hover {
  348. opacity: 0.9;
  349. filter: alpha(opacity=90);
  350. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  351. }
  352.  
  353. #wrapper #content .post .footer {
  354. {block:ifbackgroundslight}background:rgba(255, 255, 255, 0.5);{/block:ifbackgroundslight}
  355. {block:ifbackgroundsdark}background:rgba(0, 0, 0, .3);{/block:ifbackgroundsdark}
  356. -moz-border-radius: 4px;
  357. -webkit-border-radius: 4px;
  358. border-radius: 4px;
  359. font-family: yea;
  360. font-size: 9px;
  361. text-transform: lowercase;
  362. color: {color:accent 1};
  363. padding: 2px 10px;
  364. margin-top: 3px;
  365. }
  366.  
  367. #wrapper #content .post .footer.for_permalink:hover {
  368. opacity: 0.9;
  369. filter: alpha(opacity=90);
  370. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  371. }
  372.  
  373. #wrapper #content .post .footer .date {
  374. width: 67%;
  375. float: left;
  376. color: {color:accent 1};
  377. }
  378.  
  379. #wrapper #content .post .footer .notes {
  380. width: 33%;
  381. float: right;
  382. text-align: right;
  383. color: {color:accent 1};
  384. }
  385.  
  386. #wrapper #content .post .footer .notes a {
  387. color: #545454;
  388. }
  389.  
  390. #wrapper #content .post .footer .tags a {
  391. color: {color:accent 2};
  392. }
  393.  
  394. #wrapper #content .post .footer .tags .tag-commas:last-child {
  395. display: none;
  396. }
  397.  
  398. #wrapper #content .post .footer.with_source_url .tags {
  399. max-width: 330px;
  400. float: left;
  401. }
  402.  
  403. #wrapper #content .post .footer.with_source_url .source_url {
  404. float: right;
  405. max-width: 160px;
  406. overflow: hidden;
  407. white-space: nowrap;
  408. }
  409.  
  410. #wrapper #content .post .footer.with_source_url .source_url img {
  411. vertical-align: top;
  412. -moz-opacity: 0.5;
  413. opacity: 0.5;
  414. }
  415.  
  416. #wrapper #content .post .footer.with_source_url .source_url:hover img {
  417. -moz-opacity: 0.7;
  418. opacity: 0.7;
  419. }
  420.  
  421. #wrapper #content .post a {
  422. color: {color:accent 1};
  423. text-decoration: none;
  424. font-family: yea;
  425. }
  426.  
  427. #wrapper #content .post .copy blockquote {
  428. border-left: solid 2px {color:accent 2};
  429. margin: 10px 0px 10px 10px;
  430. padding-left: 15px;
  431. }
  432.  
  433. #wrapper #content .post .copy blockquote blockquote {
  434. border-left: solid 2px {color:accent 2};
  435. }
  436.  
  437. #wrapper #content .post .copy blockquote blockquote blockquote {
  438. border-left: solid 2px {color:accent 2};
  439. }
  440.  
  441. #wrapper #content .post .copy blockquote blockquote blockquote blockquote {
  442. border-left: solid 2px {color:accent 2};
  443. }
  444.  
  445. #wrapper #content .post .copy blockquote blockquote blockquote blockquote blockquote {
  446. border-left: solid 2px {color:accent 2};
  447. }
  448.  
  449. #wrapper #content .post .copy blockquote blockquote blockquote blockquote blockquote blockquote {
  450. border-left: solid 2px {color:accent 2};
  451. }
  452.  
  453. #wrapper #content .bottom {
  454. width: 513px;
  455. height: 40px;
  456. margin: 0 auto;
  457. }
  458.  
  459. #wrapper #content #navigation {
  460. text-align: right;
  461. padding-bottom: 35px;
  462. }
  463.  
  464. #wrapper #content #navigation a {
  465. background-color: transparent;
  466. color: {color:accent 2};
  467. text-decoration: none;
  468. margin-left: 15px;
  469. }
  470.  
  471. #wrapper #content #navigation a:hover {
  472. opacity: 0.9;
  473. filter: alpha(opacity=90);
  474. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  475. }
  476.  
  477. #wrapper #content .post .notecontainer a {
  478. color: #666;
  479. text-decoration: none;
  480. }
  481.  
  482. #wrapper #content .post .notecontainer {
  483. background: #ffffff;
  484. -moz-border-radius: 4px;
  485. -webkit-border-radius: 4px;
  486. border-radius: 4px;
  487. font-family: ronda;
  488. font-size: 8px;
  489. color: #666;
  490. margin-top: 10px;
  491. margin-bottom: -10px;
  492. }
  493.  
  494. #wrapper #content .post .notecontainer ol.notes li.note {
  495. padding: 10px 10px 0 10px;
  496. }
  497.  
  498. #wrapper #content .post .notecontainer ol.notes li.note img.avatar {
  499. vertical-align: -4px;
  500. margin-right: 10px;
  501. width: 16px;
  502. height: 16px;
  503. }
  504.  
  505. #wrapper #content .post .notecontainer ol.notes li.note span.action {
  506. font-weight: normal;
  507. }
  508.  
  509. #wrapper #content .post .notecontainer ol.notes li.note .answer_content {
  510. font-weight: normal;
  511. }
  512.  
  513. #wrapper #content .post .notecontainer ol.notes li.note blockquote {
  514. border-left: 2px solid #666;
  515. padding: 4px 10px;
  516. margin: 10px 0px 0px 25px;
  517. }
  518.  
  519. #wrapper #content .post .notecontainer ol.notes li.note blockquote a {
  520. text-decoration: none;
  521. }
  522.  
  523. #wrapper #sidebar {
  524. width: {text:Sidebar width};
  525. {block:IfSidebarOnRight}float: right;{/block:IfSidebarOnRight}
  526. position: fixed;
  527. {block:IfSidebarOnRight}right: 30px;{/block:IfSidebarOnRight}
  528. {block:IfSidebarOnLeft}float: left;{/block:IfSidebarOnLeft}
  529. {block:IfSidebarOnLeft}left: 200px;{/block:IfSidebarOnLeft}
  530. color: {color:Text};
  531. font-family: bitxmap;
  532. }
  533.  
  534. #wrapper #sidebar a {
  535. color: {color:accent 1};
  536. font-family: yea;
  537. font-size: 9px;
  538. }
  539.  
  540. #wrapper #sidebar #top {
  541. -webkit-border-radius: 2px;
  542. border-radius: 2px;
  543. {block:ifbackgroundslight}background:rgba(255, 255, 255, .5);{/block:ifbackgroundslight}
  544. {block:ifbackgroundsdark}background:rgba(0, 0, 0, .3);{/block:ifbackgroundsdark}
  545. padding: 0 20px;
  546. padding-bottom: 0px;
  547. text-decoration:none;
  548. margin-top: 90px;
  549. }
  550.  
  551. #sidebarthing{
  552. margin-top:0px;
  553. margin-left:-37px;
  554. position:fixed;
  555. z-index: -1;
  556. {block:ifbackgroundslight}background:rgba(255,255,255, .5); {/block:ifbackgroundslight}
  557. {block:ifbackgroundsdark}background:rgba(0,0,0, .3); {/block:ifbackgroundsdark}
  558. }
  559.  
  560. #sidebarthing img{}
  561.  
  562. #sidebarthing a {
  563. margin: -1px 0 0px 0px; padding-top: 3px; padding-left: 4px; padding-right: 4px; padding-bottom: 3px;
  564. margin: 0px 0 0px 0px;
  565. padding:4px;
  566. color: rgba(255,255,255,.2);
  567. display:block; width: 10px;
  568. line-height:12px;
  569. text-align:right;
  570. -webkit-transition: all .16s ease-in-out; -moz-transition: all .16s ease-in-out; -o-transition: all .16s ease-in-out;
  571.  
  572. } #sidebarthing a:hover{
  573. {block:ifbackgroundslight}background: rgba(255,255,255,.7);{/block:ifbackgroundslight}
  574. {block:ifbackgroundsdark}background: rgba(0,0,0,.5);{/block:ifbackgroundsdark}
  575. -webkit-transition: all .11s ease-in-out; -moz-transition: all .11s ease-in-out; -o-transition: all .11s ease-in-out; }
  576.  
  577. #wrapper #sidebar #top #description {
  578. font-size: 10px;
  579. letter-spacing: 0px;
  580. position: relative;
  581. top: -8px;
  582. font:bitxmap;
  583. color: {color:text}
  584. }
  585.  
  586. #wrapper #sidebar #top #description a {
  587. color: {color:accent 1};
  588. letter-spacing: 0px;
  589. text-decoration:none;
  590. }
  591.  
  592. </style>
  593.  
  594. <style type="text/css">{CustomCSS}</style>
  595. </head>
  596. <body>
  597.  
  598. <div id="wrapper">
  599. <div id="content">
  600.  
  601. {block:Posts}
  602. <div class="post">
  603.  
  604. {block:Photo}
  605. <div class="media">{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}" />{LinkCloseTag}</div>
  606. {block:IfCaptions}{block:Caption}<div class="copy">{Caption}</div>{/block:Caption}{/block:IfCaptions}
  607. {/block:Photo}
  608.  
  609. {block:Video}
  610. <div class="media">{Video-400}</div>
  611. {block:IfCaptions}{block:Caption}<div class="copy">{Caption}</div>{/block:Caption}{/block:IfCaptions}{/block:Video}
  612.  
  613. {block:Audio}
  614. {block:AudioEmbed}
  615. {AudioEmbed}
  616. {/block:AudioEmbed}
  617. {block:AudioPlayer}
  618. {block:AlbumArt}
  619. <div class="album_art">
  620. <img src="{AlbumArtURL}" alt="{block:Artist}{Artist}{/block:Artist}{block:TrackName} - {TrackName}{/block:TrackName}" style="margin-bottom:10px;" />
  621. </div>
  622. {/block:AlbumArt}
  623.  
  624. <div class="audio">
  625. <div class="player">{AudioPlayerWhite}</div>
  626. <div class="meta">{block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}{block:ExternalAudio}<span class="download_external_audio"> &bull; <a href="{ExternalAudioURL}">{lang:Download}</a></span>{/block:ExternalAudio}</div>
  627. <div class="clear"></div>
  628. </div>
  629. {/block:AudioPlayer}
  630.  
  631. <div class="clear"></div>
  632.  
  633. {block:Caption}<div class="copy">{Caption}</div>{/block:Caption}
  634.  
  635. {/block:Audio}
  636.  
  637. {block:Quote}
  638. <div class="quote {Length}">{Quote}</div>
  639. <div class="copy">
  640. <div class="quotebg">“</div>
  641. {block:Source}
  642. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  643. <tr>
  644. <td valign="top" style="width:20px;">&mdash;</td>
  645. <td valign="top" class="quote_source">
  646. {Source}
  647. </td>
  648. </tr>
  649. </table>
  650. {/block:Source}
  651. </div>
  652. {/block:Quote}
  653.  
  654. {block:Text}
  655. {block:Title}<div class="title">{Title}</div>{/block:Title}
  656. <div class="copy">{Body}</div>
  657. {/block:Text}
  658.  
  659. {block:Answer}
  660. <div class="question">
  661. <div class="nipple"></div>
  662. {Question}
  663. </div>
  664. <div class="asker_container"><img src="{AskerPortraitURL-24}">{Asker}</div>
  665. <div class="copy">{Answer}</div>
  666. {/block:Answer}
  667.  
  668. {block:Chat}
  669. {block:Title}<div class="title">{Title}</div>{/block:Title}
  670. <div class="chat">
  671. <div class="lines">
  672. {block:Lines}
  673. <div class="line {Alt}">{block:Label}<strong>{Label}</strong>{/block:Label} {Line}</div>
  674. {/block:Lines}
  675. </div>
  676. </div>
  677. <div class="clear"></div>
  678. <div style="height:10px;"></div>
  679. {/block:Chat}
  680.  
  681. {block:Link}
  682. <div class="link"><a href="{URL}" {Target}>{Name} &raquo;</a></div>
  683. {block:Description}<div class="copy">{Description}</div>{/block:Description}
  684. {/block:Link}
  685.  
  686. {block:Date}
  687. <a href="{Permalink}" target="_blank" title="permalink">
  688. <div class="footer for_permalink">
  689. <div class="date">
  690. <img src="{image:permalink}"/>
  691. {block:NoteCount}{NoteCount} notes - {/block:NoteCount} {ShortDayOfWeek} {DayOfMonthWithZero} {ShortMonth} {ShortYear} - <a href="{ReblogURL}" title="reblog">reblog</a>
  692. {block:Reblog}<!--- {block:RebloggedFrom}<a href="{ReblogParentURL}" title="via">{ReblogParentName}</a>{/block:RebloggedFrom}, <a href="{ReblogRootUrl}" title="source">{ReblogRootName}</a> --->
  693. {/block:Reblog}
  694.  
  695. {block:NotReblog}
  696. {/block:NotReblog}
  697. </a>
  698. </div>
  699. <div class="clear"></div>
  700. </div>
  701. </a>
  702. {/block:Date}
  703.  
  704. <div class="footer {block:ContentSource}with_source_url{/block:ContentSource}" style="
  705. display:none;
  706. {block:IfShowTags}{block:HasTags}display:block;{/block:HasTags}{/block:IfShowTags}
  707. {block:ContentSource}display:block;{/block:ContentSource}">
  708.  
  709. {block:HasTags}<div class="tags"> {block:Tags}<a href="{TagURL}" title="tagged with {Tag}">#{Tag}</a> </span>{/block:Tags}</div>{/block:HasTags}
  710.  
  711. {block:ContentSource}
  712. <a href="{SourceURL}" class="source_url">
  713. {lang:Source}:
  714. {block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  715. {block:NoSourceLogo}{SourceTitle}{/block:NoSourceLogo}</a>
  716.  
  717. {/block:ContentSource}
  718.  
  719. <div class="clear"></div>
  720. </div>
  721.  
  722. {block:PostNotes}<div class="notecontainer">{PostNotes}</div>{/block:PostNotes}
  723.  
  724. </div>
  725. <div class="bottom"></div>
  726. {/block:Posts}
  727. </div>
  728.  
  729. <div id="sidebar">
  730. <div id="top">
  731. <div id="sidebarthing">
  732. <a href="/" title="home"><img src="http://static.tumblr.com/utqap6x/h6rmp3d91/tumblr_inline_mn2m1bdric1qz4rgp.png" style="opacity:1;"></a>
  733. {block:ifshowasklink}<a href="/ask" title="ask"><img src="http://media.tumblr.com/2934c1f5ce12a61b205b7110278e91de/tumblr_inline_mmcfljRolp1qz4rgp.png"style="opacity:1;margin-left:-3px;"></a> {/block:ifshowasklink}
  734. {block:ifshowsubmitlink}<a href="/submit" title="submit"><img src="http://media.tumblr.com/7263d7b84ceb21c12044e3a85ce5aa5b/tumblr_inline_mmcflyRCuk1qz4rgp.png"style="opacity:1; margin-top:-2px; margin-left:-3px; margin-bottom:-2px;">{/block:ifshowsubmitlink}
  735. </a>
  736. {block:ifshowarchivelink}<a href="/archive" title="archive"><img src="http://media.tumblr.com/1993d10d01265cc0890de956820e8515/tumblr_inline_mqdfcczn111qz4rgp.png"style="opacity:1;margin-left:-3px;"></a>{/block:ifshowarchivelink}
  737. <a href="http://cecilbaldwin-official.tumblr.com/tagged/my themes" title="theme"><img src="http://static.tumblr.com/utqap6x/LC6mp3dh3/tumblr_inline_mn2m1bdric1qz4rgp.png"style="opacity:1;"></a>
  738. </div>
  739. <div id="description"><center><a href="/"><img src="{image:sidebar}" /></a></center>
  740. <center>
  741. {Description}<br>
  742. <a href="{text:url1}" title="{text:link1}"><big><big>➀</big></big></a>
  743. <a href="{text:url2}" title="{text:link2}"><big><big>➁</big></big></a>
  744. <a href="{text:url3}" title="{text:link3}"><big><big>➂</big></big></a>
  745. <a href="{text:url4}" title="{text:link4}"><big><big>➃</big></big></a>
  746. {block:Pagination}
  747. {block:PreviousPage}
  748. <a href="{PreviousPage}" title="previous page"><font size=4px>←</font></a>
  749. {/block:PreviousPage}
  750. {block:NextPage}
  751. <a href="{NextPage}" title="next page"><font size=4px>→</font></a>
  752. {/block:NextPage}
  753. {/block:Pagination}
  754. </div>
  755.  
  756. </body>
  757. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement