Advertisement
strangebesidethepond

In the end it was easy

Jun 26th, 2014
11,618
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.45 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 #026 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:accent" content="#c14e4e" />
  20. <meta name="color:asktext" content="#161615" />
  21. <meta name="color:background" content="#fbfbfb" />
  22. <meta name="color:bold" content="#272726" />
  23. <meta name="color:border" content="#e9e8e7" />
  24. <meta name="color:info" content="#2b2b2b" />
  25. <meta name="color:infolinks" content="#e7e7e7" />
  26. <meta name="color:infotext" content="#bebebe" />
  27. <meta name="color:italics" content="#7b7b7b" />
  28. <meta name="color:link" content="#c62b2b" />
  29. <meta name="color:scrollbar" content="#363636" />
  30. <meta name="color:sidebartext" content="#656565" />
  31. <meta name="color:tags" content="#979797" />
  32. <meta name="color:text" content="#171615" />
  33.  
  34. <meta name="image:background" content="" />
  35. <meta name="image:header" content="" />
  36. <meta name="image:sidebarimg" content="" />
  37.  
  38. <meta name="text:asker" content="said" />
  39. <meta name="text:blogtitle" content="" />
  40. <meta name="text:bodyfontsize" content="11px" />
  41.  
  42. <meta name="text:Link1" content="" />
  43. <meta name="text:Link1 Title" content="" />
  44. <meta name="text:Link2" content="" />
  45. <meta name="text:Link2 Title" content="" />
  46. <meta name="text:Link3" content="" />
  47. <meta name="text:Link3 Title" content="" />
  48. <meta name="text:Link4" content="" />
  49. <meta name="text:Link4 Title" content="" />
  50. <meta name="text:Link5" content="" />
  51. <meta name="text:Link5 Title" content="" />
  52. <meta name="text:Link6" content="" />
  53. <meta name="text:Link6 Title" content="" />
  54.  
  55. <title>{Title}{block:PostSummary} | {PostSummary}{/block:PostSummary}</title>
  56. <link rel="shortcut icon" href="{Favicon}">
  57. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  58. {block:Description}
  59. <meta name="description" content="{MetaDescription}" />
  60. {/block:Description}
  61.  
  62. <link href='http://fonts.googleapis.com/css?family=Libre+Baskerville' rel='stylesheet' type='text/css'>
  63.  
  64. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js" type="text/javascript"></script>
  65. <script src="http://static.tumblr.com/xgofl0y/O7Fm1ufj3/jquery.style-my-tooltips.js" type="text/javascript"></script>
  66. <script>
  67. $().ready(function() {
  68. $("[title]").style_my_tooltips({
  69. tip_follows_cursor: "on", //on/off
  70. tip_delay_time: 200 //milliseconds
  71. });
  72. });
  73. </script>
  74.  
  75. <style type="text/css">
  76.  
  77. body {background-color:{color:background}; color:{color:text}; font-family: Arial; font-size: {text:bodyfontsize}; line-height:128%; text-align:justify; letter-spacing: 1px; margin:0px; background-image:url('{image:background}'); background-attachment: fixed;}
  78.  
  79. a, a:link, a:active, a:visited {color:{color:link}; text-decoration: none;}
  80. a:hover {color:{color:text}; 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;}
  81.  
  82. img a {border:0px;}
  83. b, strong{font-weight: bold; color:{color:bold};letter-spacing: 0px;}
  84. i, em {font-style: italic; color:{color:italics};}
  85. s, strike, del {color: {color:italics};}
  86. u {font-style:underline; border-bottom: 1px dashed {color:border}; color: {color:text};}
  87. p {margin-top: 6px;}
  88. blockquote {padding: 2px 2px 2px 5px; margin: 5px 0 5px 5px; border-left: 1px solid {color:border}; word-wrap: break-word;}
  89. blockquote img {max-width:100%;}
  90. pre {width:95%; margin: 10px auto; font-family: Courier; font-size:11px; padding: 6px 7px 6px 7px; word-wrap: break-word; background-color:{color:background}; color: {color:italics}; border: 1px solid {color:border}; max-height:160px!important; overflow-y:auto;}
  91.  
  92. h1 {
  93. width: auto;
  94. height: auto;
  95. margin: 30px auto 30px auto;
  96. font-family: 'Libre Baskerville', serif;
  97. font-weight:normal;
  98. font-size:20px;
  99. text-align:right;
  100. color: {color:bold};
  101. }
  102.  
  103.  
  104. #s-m-t-tooltip{
  105. position: absolute;
  106. max-width: 300px;
  107. padding: 1px 8px 1px 8px;
  108. z-index: 99999;
  109. display: inline-block;
  110. font-family: Calibri;
  111. font-size: 9px;
  112. text-transform: uppercase;
  113. color: {color:text};
  114. background-color:{color:background};
  115. border: 1px solid {color:border};
  116. box-shadow: 2px 2px 8px #222;
  117. }
  118.  
  119. /* CONTAINER */
  120.  
  121. #elementary {
  122. width: 750px;
  123. height: 100%;
  124. margin: 0 auto;
  125. overflow: hidden;
  126. padding: 20px 0px;
  127. background-color: {color:background};
  128. }
  129.  
  130. #entries {
  131. width: 750px;
  132. height: auto;
  133. margin: 20px auto 50px auto;
  134. position:absolute;
  135. background-color: {color:background};
  136. }
  137.  
  138. #header {
  139. width: 750px;
  140. height: 150px;
  141. margin: 0 auto;
  142. background-color: {color:info};
  143. }
  144.  
  145. #header img {
  146. width: 750px;
  147. height: 150px;
  148. }
  149.  
  150. #entry {
  151. width: 520px;
  152. height: auto;
  153. padding: 0px;
  154. margin: 30px 0 0 230px;
  155. background-color: {color:background};
  156. }
  157.  
  158. #posts {
  159. width: 500px;
  160. padding: 10px;
  161. margin: auto;
  162. }
  163.  
  164. #posts p a {
  165. padding: 0 3px;
  166. background-color: {color:background};
  167. }
  168.  
  169. /* INFO */
  170.  
  171. #info {
  172. width: 500px;
  173. height: auto;
  174. text-align:center;
  175. font-size:8px;
  176. text-transform:uppercase;
  177. color: {color:infotext};
  178. background-color: {color:info};
  179. margin: 0 auto;
  180. padding: 1px 10px;
  181. }
  182.  
  183. #info a {
  184. color: {color:infolinks};
  185. }
  186.  
  187. #info a:hover {
  188. color: {color:infotext};
  189. }
  190.  
  191. /* SIDEBAR */
  192.  
  193. #sidebar {
  194. width: 200px;
  195. height: auto;
  196. position: fixed;
  197. z-index:999;
  198. margin: 200px 0 0 0px;
  199. background-color: {color:background};
  200. }
  201.  
  202. #sidebarimg {
  203. width: 200px;
  204. height: auto;
  205. }
  206.  
  207. #sidebarimg img {
  208. width: 200px;
  209. height: auto;
  210. }
  211.  
  212. #desc {
  213. width: 200px;
  214. height: auto;
  215. text-align:justify;
  216. font-size: 10px;
  217. line-height: 12px;
  218. margin: 10px auto 0 auto;
  219. color: {color:sidebartext};
  220. }
  221.  
  222. #desc:first-letter {
  223. font-family: 'Libre Baskerville';
  224. font-size: 20px;
  225. float:left;
  226. padding: 10px 6px 7px 6px;
  227. font-weight:bold;
  228. margin: 3px 5px 0px 0;
  229. background-color: {color:info};
  230. color: {color:infolinks};
  231. text-shadow: -1px -1px 0px {color:accent};
  232. }
  233.  
  234. /* LINKS */
  235.  
  236. #linkbar {
  237. width: 200px;
  238. height: auto;
  239. margin: 10px auto 0 auto;
  240. text-align:center;
  241. font-size:9px;
  242. text-transform:uppercase;
  243. color: {color:infotext};
  244. background-color: {color:info};
  245. padding: 1px 0px;
  246. }
  247.  
  248. #linkbar a {
  249. color: {color:infolinks};
  250. }
  251.  
  252. #linkbar a:hover {
  253. font-style:italic;
  254. color: {color:infotext};
  255. }
  256.  
  257. /* PAGINATION */
  258.  
  259. #pagination {
  260. width: 200px;
  261. height: auto;
  262. margin: 5px auto;
  263. text-align:center;
  264. font-size:9px;
  265. color: {color:italics};
  266. }
  267.  
  268. #pagination b {
  269. color: {color:accent};
  270. }
  271.  
  272. #pagination a {
  273. font-size:11px;
  274. color: {color:tags};
  275. }
  276.  
  277. #pagination a:hover {
  278. color: {color:text};
  279. }
  280.  
  281. /* REBLOG BUTTON */
  282.  
  283. #rebagel {
  284. position:absolute;
  285. margin-top: -6px;
  286. right: -20px;
  287. font-family: Calibri, Arial;
  288. font-size:10px;
  289. text-transform:uppercase;
  290. z-index: 999;
  291. opacity:0;
  292. -webkit-transition: all 0.4s ease-in-out;
  293. -moz-transition: all 0.4s ease-in-out;
  294. -o-transition: all 0.4s ease-in-out;
  295. transition: all 0.4s ease-in-out;
  296. }
  297.  
  298. #rebagel a {
  299. padding: 2px 10px;
  300. background-color: {color:info};
  301. color: {color:infolinks};
  302. }
  303.  
  304. #rebagel a:hover {
  305. color: {color:link};
  306. background-color: {color:background};
  307. }
  308.  
  309. #posts:hover #rebagel {
  310. opacity:1;
  311. right:0;
  312. -webkit-transition: all 0.4s ease-in-out;
  313. -moz-transition: all 0.4s ease-in-out;
  314. -o-transition: all 0.4s ease-in-out;
  315. transition: all 0.4s ease-in-out;
  316. }
  317.  
  318. /* TAGS */
  319.  
  320. #tagbox {
  321. width: 500px;
  322. height: auto;
  323. margin: 0 0 0 230px;
  324. padding: 3px 10px;
  325. text-align:center;
  326. font-size: 8px;
  327. line-height: 11px;
  328. color: {color:border};
  329. }
  330.  
  331. #tagbox a {
  332. font-size: 9px;
  333. color: {color:tags};
  334. }
  335.  
  336. #tagbox a:hover {
  337. color: {color:text};
  338. }
  339.  
  340. /* FOOTER */
  341.  
  342. #footer {
  343. width: 750px;
  344. height: auto;
  345. font-family: 'Libre Baskerville';
  346. text-transform:uppercase;
  347. letter-spacing: -1px;
  348. font-weight: bold;
  349. font-size: 25px;
  350. line-height:27px;
  351. text-align:center;
  352. position:fixed;
  353. bottom: 0;
  354. padding: 7px 0 5px 0;
  355. color: {color:accent};
  356. background-color: {color:background};
  357. border-top: 3px solid {color:background};
  358. }
  359.  
  360. /* CREDIT
  361. touch this and I'll make you into shoes */
  362.  
  363. #othello {
  364. width: 36px;
  365. height: 10px;
  366. position: fixed;
  367. overflow: hidden;
  368. bottom: 10px;
  369. right: 10px;
  370. padding: 2px;
  371. font-size: 8px;
  372. text-transform: uppercase;
  373. letter-spacing: 1px;
  374. text-align: center;
  375. z-index: 999;
  376. -webkit-transition: all 0.4s ease-in-out;
  377. -moz-transition: all 0.4s ease-in-out;
  378. -o-transition: all 0.4s ease-in-out;
  379. transition: all 0.4s ease-in-out;
  380. background-color:#373737;
  381. }
  382.  
  383. #othello a {
  384. color:#fefefe;
  385. }
  386.  
  387. .othello {
  388. line-height: 10px;
  389. -webkit-transition: all 0.4s ease-in-out;
  390. -moz-transition: all 0.4s ease-in-out;
  391. -o-transition: all 0.4s ease-in-out;
  392. transition: all 0.4s ease-in-out;
  393. }
  394.  
  395. .desdemona {
  396. line-height: 16px;
  397. color: #f6db36;
  398. }
  399.  
  400. #othello a:hover .othello {
  401. margin-top: -13px;
  402. -webkit-transition: all 0.4s ease-in-out;
  403. -moz-transition: all 0.4s ease-in-out;
  404. -o-transition: all 0.4s ease-in-out;
  405. transition: all 0.4s ease-in-out;
  406. }
  407.  
  408. /* CONTENT */
  409.  
  410.  
  411. #titled {
  412. text-align:center;
  413. font-family: 'Libre Baskerville';
  414. font-size: 27px;
  415. line-height:29px;
  416. margin: 10px auto 20px auto;
  417. padding: 15px 0;
  418. color: {color:bold};
  419. }
  420.  
  421. #titled a {
  422. font-family: 'Libre Baskerville';
  423. font-size: 31px;
  424. line-height:33px;
  425. font-weight:normal;
  426. letter-spacing:-1px;
  427. text-transform:none;
  428. }
  429.  
  430. #titled a:hover {
  431. color: {color:italics};
  432. }
  433.  
  434. #question {
  435. width: 500px;
  436. height: auto;
  437. padding: 0px;
  438. text-align:right;
  439. font-family: Tahoma;
  440. margin: 0 auto 20px auto;
  441. color: {color:asktext};
  442. }
  443.  
  444. #askericon {
  445. width: 50px;
  446. padding: 10px;
  447. text-align:center;
  448. }
  449.  
  450. #askericon img {
  451. width: 40px;
  452. height: 40px;
  453. border: 7px solid {color:accent};}
  454.  
  455. #ask {
  456. width: 410px;
  457. padding: 10px 0px 10px 10px;
  458. }
  459.  
  460. #ask .asker {
  461. display:inline;
  462. padding: 1px 5px;
  463. font-size:8px;
  464. font-family:Arial;
  465. text-transform:uppercase;
  466. letter-spacing:1px;
  467. margin-bottom: 5px;
  468. background-color: {color:info};
  469. color: {color:infolinks};
  470. }
  471.  
  472. #answer {
  473. width: 500px;
  474. height: auto;
  475. margin: -10px auto 0px auto;
  476. text-align:left;
  477. color: {color:asktext};
  478. }
  479.  
  480. #answerericon {
  481. width: 50px;
  482. padding: 10px;
  483. text-align:center;
  484. }
  485.  
  486. #answerericon img {
  487. width: 40px;
  488. height: 40px;
  489. border: 7px solid {color:accent};
  490. }
  491.  
  492. #reply {
  493. width: 410px;
  494. font-family:Tahoma;
  495. padding: 10px 10px 10px 0;
  496. }
  497.  
  498. #reply img {
  499. max-width: 100%;
  500. }
  501.  
  502. #reply .answerer {
  503. padding: 1px 5px;
  504. font-size:8px;
  505. font-family:Arial;
  506. text-transform:uppercase;
  507. letter-spacing:1px;
  508. margin-bottom: 5px;
  509. background-color: {color:info};
  510. color: {color:infolinks};
  511. }
  512.  
  513. .image {
  514. opacity: 0.95;
  515. -webkit-transition: all 0.5s ease-in-out;
  516. -moz-transition: all 0.5s ease-in-out;
  517. -o-transition: all 0.5s ease-in-out;
  518. transition: all 0.5s ease-in-out;
  519. }
  520.  
  521. .image:hover {
  522. opacity:1;
  523. -webkit-transition: all 0.5s ease-in-out;
  524. -moz-transition: all 0.5s ease-in-out;
  525. -o-transition: all 0.5s ease-in-out;
  526. transition: all 0.5s ease-in-out;
  527. }
  528.  
  529. .qqmarkleft {
  530. font-size: 80px;
  531. font-family: 'Georgia';
  532. font-weight: bold;
  533. line-height: 100px;
  534. position: relative;
  535. margin: 0px 0 -70px 30px;
  536. color: {color:italics};
  537. opacity: 0.2;
  538. }
  539.  
  540. .qqmarkright {
  541. font-family: 'Georgia';
  542. font-size: 80px;
  543. font-weight: bold;
  544. padding-right: 0px;
  545. line-height: 30px;
  546. text-align: right;
  547. position: relative;
  548. margin:0 30px 0 -10px;
  549. color: {color:italics};
  550. opacity: 0.2;
  551. }
  552.  
  553. .qquote {
  554. width: 75%;
  555. font-family: 'Libre Baskerville', serif;
  556. font-size: 20px;
  557. text-align: justify;
  558. padding-top: 10px;
  559. letter-spacing: 1px;
  560. line-height: 25px;
  561. text-transform: none;
  562. text-indent: 10px;
  563. margin: 0px 10px;
  564. margin-bottom: 10px;
  565. position: relative;
  566. }
  567.  
  568. .qquote:first-letter {
  569. font-size: 120%;
  570. font-weight:bold;
  571. font-family: 'Libre Baskerville';
  572. color: {color:accent};
  573. }
  574.  
  575. .qusource {
  576. width: 95%;
  577. text-align:right;
  578. font-size: 11px;
  579. font-family: Tahoma;
  580. color: {color:italics};
  581. line-height: 11px;
  582. opacity: 0.8;
  583. margin-bottom:15px;
  584. padding: 2px;
  585. }
  586. .qusource a {
  587. text-align:right;
  588. font-size: 9px;
  589. line-height: 9px;
  590. padding: 1px 2px;
  591. text-transform:uppercase;
  592. color: {color:link};
  593. opacity: 0.9;
  594. }
  595. .qusource a:hover {
  596. opacity: 1;
  597. padding: 1px 3px;
  598. color: {color:text};
  599. background-color:transparent;
  600. }
  601.  
  602. #audio {
  603. margin-bottom: 0px;
  604. width: 490px;
  605. height:100px;
  606. padding: 5px;
  607. background-color: transparent;
  608. }
  609.  
  610. .cover {
  611. width: 100px;
  612. height: 100px;
  613. position: absolute;
  614. margin-left: 390px;
  615. }
  616.  
  617. .cover img {
  618. width: 100px;
  619. height: 100px;
  620. float: left;
  621. }
  622.  
  623. .playercontainer {
  624. width:80px;
  625. height:80px;
  626. position:absolute;
  627. display:block;
  628. background-color: #fff;
  629. z-index:6;
  630. opacity:0.6;
  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. margin-left: 400px;
  637. margin-top: 10px;
  638. }
  639.  
  640. .playercontainer:hover {
  641. opacity:0.8;
  642. -webkit-transition:all 0.7s ease-in-out;
  643. -moz-transition:all 0.7s ease-in-out;
  644. -o-transition:all 0.7s ease-in-out;
  645. -ms-transition:all 0.7s ease-in-out;
  646. transition:all 0.7s ease-in-out;
  647. }
  648.  
  649. .player {
  650. width: 25px;
  651. height: 25px;
  652. overflow: hidden;
  653. margin: 26px 27px;
  654. background-color:#fff;
  655. }
  656.  
  657. .sugarbabylove {
  658. margin-left:0px;
  659. float:left;
  660. width:373px;
  661. height: 90px;
  662. padding:5px;
  663. margin-bottom:5px;
  664. font-size:10px;
  665. line-height:13px;
  666. letter-spacing:0px;
  667. color: {color:bold};
  668. text-align:right;
  669. }
  670.  
  671. .sugarbabylove small {
  672. font-family: Helvetica;
  673. font-size:8px;
  674. color: {color:italics};
  675. }
  676.  
  677. .trackname {
  678. text-align:right;
  679. font-family: 'Libre Baskerville';
  680. font-size:23px;
  681. line-height:23px;
  682. color: {color:bold};
  683. padding: 13px 0px 11px 0px;
  684. }
  685.  
  686. .chat .line {
  687. margin: 1px 2px;
  688. padding: 2px;
  689. line-height:170%;
  690. color: {color:italics};
  691. }
  692.  
  693. .chat .line.odd {
  694. color: {color:text};
  695. }
  696.  
  697. .label {
  698. font-family:Georgia;
  699. font-size:110%;
  700. font-weight:bold;
  701. color:{color:bold};
  702. }
  703.  
  704. .cap {
  705. margin: 15px auto 0 auto;
  706. padding: 0 10px;
  707. }
  708.  
  709. #notes {background-color: {color:background}; width:550px; margin: 50px 0 10px 205px; padding:15px; color: {color:infotext};}
  710. #notestext {width: 530px; margin: 5px auto 5px auto; background-color: transparent; padding:5px 0; text-align: left; font-size:11px;}
  711. #notes blockquote a {color:{color:text}; font-weight:normal; background-color:transparent; padding: 5px; margin:0; font-style:italic;}
  712. #notes a {color:{color:link};}
  713.  
  714. ol.notes {list-style: none; padding:0px;}
  715. ol.notes li {background-color: {color:background}; margin: 0 px; padding: 5px; color: {color:italics};}
  716. ol.notes .avatar {border: 0px solid {color:posts}; height: 10px; padding: 0 5px; width: 10px;}
  717. ol.notes li .clear {height: 0px!important;}
  718. ol.notes li blockquote {border-color: {color:border}!important; background-color: {color:posts}; padding: 5px; width:90%; margin: 4px auto 0px auto; }
  719.  
  720. ::-webkit-scrollbar-corner {
  721. background-color:{color:background};
  722. }
  723.  
  724. ::-webkit-scrollbar-thumb:vertical {
  725. background-color: {color:scrollbar};
  726. width:7px;
  727. height:auto;
  728. border: 1px solid {color:scrollbar};
  729. -webkit-border-radius: 1px;
  730. }
  731.  
  732. ::-webkit-scrollbar-thumb:horizontal {
  733. background-color: {color:scrollbar};
  734. width:auto;
  735. height:7px;
  736. border: 1px solid {color:scrollbar};
  737. -webkit-border-radius: 1px;
  738. }
  739.  
  740. ::-webkit-scrollbar {
  741. height:7px;
  742. width:7px;
  743. background-color:{color:background};
  744. }
  745.  
  746. ::-moz-selection {background-color:{color:bold}; color:{color:background};}
  747. ::selection {background-color: {color:bold}; color: {color:background};}
  748.  
  749.  
  750. .source {
  751. display:none;
  752. }
  753.  
  754. {CustomCSS}
  755.  
  756. </style>
  757. </head>
  758.  
  759. <body>
  760.  
  761. <div id="othello"><a href="http://itsacrimetheme.tumblr.com/" target="_blank" title="theme by itsacrimescene"><div class="othello">theme</div><div class="desdemona">crime</div></a></div>
  762.  
  763.  
  764. <div id="elementary">
  765.  
  766. <div id="sidebar">
  767. <div id="sidebarimg"><img src="{image:sidebarimg}"></div>
  768.  
  769. {block:Description}<div id="desc">{Description}</div>{/block:Description}
  770.  
  771. <div id="linkbar">
  772. <a href="/" title="home">01</a>. <a href="/ask" title="ask">02</a>. {block:ifLink1}<a href="{text:Link1}" title="{text:Link1 Title}">03</a>.{/block:ifLink1} {block:ifLink2}<a href="{text:Link2}" title="{text:Link2 Title}">04</a>.{/block:ifLink2} {block:ifLink3}<a href="{text:Link3}" title="{text:Link3 Title}">05</a>.{/block:ifLink3} {block:ifLink4}<a href="{text:Link4}" title="{text:Link4 Title}">06</a>.{/block:ifLink4} {block:ifLink5}<a href="{text:Link5}" title="{text:Link5 Title}">07</a>.{/block:ifLink5} {block:ifLink6}<a href="{text:Link6}" title="{text:Link6 Title}">08</a>.{/block:ifLink6}</div>
  773.  
  774. {block:Pagination}<div id="pagination">
  775. {block:PreviousPage}<a href="{PreviousPage}" title="Previous Page">←</a>{/block:PreviousPage} <b>{CurrentPage}</b>/{TotalPages} {block:NextPage}<a href="{NextPage}" title="Next Page">→</a>{/block:NextPage}
  776. </div>{/block:Pagination}
  777.  
  778.  
  779. </div> <!-- sidebar //-->
  780.  
  781. <div id="entries">
  782.  
  783. {block:IfHeaderImage}<div id="header"><img src="{image:header}" /></div>{/block:IfHeaderImage}
  784.  
  785. {block:TagPage}
  786. <div id="entry"><h1>posts tagged #{Tag}</h1></div>
  787. {/block:TagPage}
  788.  
  789. {block:Posts}
  790.  
  791. <div id="entry">
  792.  
  793. <div id="posts">
  794.  
  795. {block:Date} <div id="rebagel"><a href="{ReblogURL}" target="_blank" title="reblog this post">reblog</a></div> {/block:Date}
  796.  
  797. {block:Quote}
  798. <div class="qqmarkleft">“</div><center><div class="qquote">{Quote}</div></center><div class="qqmarkright">”</div>
  799. {block:Source}
  800. <div class="qusource">{Source}</div>
  801. {/block:Source}
  802. {/block:Quote}
  803.  
  804. {block:Text}
  805. {block:Title}<div id="titled">{Title}</div>
  806. {/block:Title}
  807. {Body}
  808. {/block:Text}
  809.  
  810. {block:Link}
  811. <div id="titled"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}
  812. {/block:Link}
  813.  
  814. {block:Photo}
  815. <div class="image"><center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{LinkCloseTag}</center></div>
  816. {/block:Photo}
  817.  
  818. {block:Photoset}
  819. <div class="image"><center>{Photoset-500}</center></div>
  820. {/block:Photoset}
  821.  
  822. {block:Chat}
  823. {block:Title}<div id="titled"><a href="{Permalink}">{Title}</a></div>{/block:Title}
  824. <div class="chat">
  825. {block:Lines}<div class="chat"><div class="line {Alt}">
  826. <div class="{Alt} user_{UserNumber}">
  827. {block:Label}
  828. <span class="label">{Label}</span>
  829. {/block:Label}
  830. {Line}</div>
  831. </div></div>
  832. {/block:Lines}
  833. </div>
  834. {/block:Chat}
  835.  
  836. {block:Video}
  837. {Video-500}
  838. {/block:Video}
  839.  
  840. {block:Answer}
  841. <table id="question">
  842. <tr>
  843. <td id="ask">
  844. <span class="asker" style="text-align:right!important;">{Asker} {text:asker}:</span><br />
  845. <p>{Question}</p></td>
  846. <td id="askericon"><img src="{AskerPortraitURL-40}"></td>
  847. </tr>
  848. </table>
  849.  
  850. {block:Answerer}
  851. <table id="answer">
  852. <tr>
  853. <td id="answerericon"><img src="{AnswererPortraitURL-40}"></td>
  854. <td id="reply">
  855. <span class="answerer">{Answerer} replied:</span>
  856. {Answer}
  857. </td>
  858. </tr>
  859. </table>{/block:Answerer}
  860. {Replies}
  861.  
  862. {/block:Answer}
  863.  
  864. {block:Audio}<div id="audio">
  865. <div class="cover"><img src="http://media.tumblr.com/04a00c57caf1f97079f52e568dd3d84f/tumblr_inline_n4qtm879Do1qevl9v.png"></div>
  866. {block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  867. {block:AudioPlayer}<div class="playercontainer"><div class="player">{AudioPlayerWhite}</div>
  868. </div>{/block:AudioPlayer}
  869. <div class="sugarbabylove">
  870. {block:TrackName}<div class="trackname">{TrackName}</div>{/block:TrackName}
  871. {block:Artist}{Artist}{/block:Artist}
  872. {block:Album} <small>&&</small> {Album}{/block:Album}
  873. </div>
  874. </div>
  875. {/block:Audio}
  876.  
  877.  
  878. {block:Photo}{block:Caption}<div class="cap">{Caption}</div>{/block:Caption}{/block:Photo}
  879. {block:Video}{block:Caption}<div class="cap">{Caption}</div>{/block:Caption}{/block:Video}
  880. {block:Photoset}{block:Caption}<div class="cap">{Caption}</div>{/block:Caption}{/block:Photoset}
  881. {block:Audio}{block:Caption}<div class="cap">{Caption}</div>{/block:Caption}{/block:Audio}
  882.  
  883.  
  884. <div class="source">
  885. {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}
  886. </div>
  887.  
  888.  
  889.  
  890. </div> <!-- posts //-->
  891.  
  892. {block:Date}
  893. <div id="info">{block:text}{block:RebloggedFrom} reblogged {/block:RebloggedFrom}{block:NotReblog} posted{/block:NotReblog}{/block:text}
  894. {block:photo}{block:RebloggedFrom} reblogged {/block:RebloggedFrom}{block:NotReblog} posted{/block:NotReblog}{/block:photo}
  895. {block:photoset}{block:RebloggedFrom} reblogged {/block:RebloggedFrom}{block:NotReblog} posted{/block:NotReblog}{/block:photoset}
  896. {block:quote}{block:RebloggedFrom} reblogged {/block:RebloggedFrom}{block:NotReblog} posted{/block:NotReblog}{/block:quote}
  897. {block:audio}{block:RebloggedFrom} reblogged {/block:RebloggedFrom}{block:NotReblog} posted{/block:NotReblog}{/block:audio}
  898. {block:video}{block:RebloggedFrom} reblogged {/block:RebloggedFrom}{block:NotReblog} posted{/block:NotReblog}{/block:video}
  899. {block:chat}{block:RebloggedFrom} reblogged {/block:RebloggedFrom}{block:NotReblog} posted{/block:NotReblog}{/block:chat}
  900. {block:link}{block:RebloggedFrom} reblogged {/block:RebloggedFrom}{block:NotReblog} posted{/block:NotReblog}{/block:link}
  901. {block:answer}{block:RebloggedFrom} reblogged {/block:RebloggedFrom}{block:NotReblog} answered{/block:NotReblog} {/block:answer}<a href="{Permalink}" title="{DayOfMonthWithZero} {ShortMonth} {Year} @ {24HourWithZero}:{Minutes}">{TimeAgo}</a> {block:RebloggedFrom}<a href="{ReblogParentURL}" title="reblogged from {ReblogParentName}">via</a> / <a href="{ReblogRootURL}" title="originally {ReblogRootName}">source</a>{/block:RebloggedFrom} {block:NoteCount}& {NoteCountWithLabel}{/block:NoteCount}
  902.  
  903. </div> <!-- info //-->
  904. {/block:Date}
  905.  
  906. </div> <!-- entry //-->
  907.  
  908. {block:HasTags}
  909. <div id="tagbox">{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>
  910. {/block:HasTags}
  911.  
  912. {/block:Posts}
  913.  
  914. {block:PostNotes}
  915. <div id="notes"><div id="notestext">{PostNotes}</div></div>
  916. {/block:PostNotes}
  917.  
  918. </div> <!-- entries //-->
  919.  
  920. <div id="footer">{text:blogtitle}</div>
  921.  
  922. </div> <!-- elementary //-->
  923.  
  924.  
  925.  
  926. </body>
  927. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement