Advertisement
strangebesidethepond

Ici, loin du monde réel

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