Advertisement
strangebesidethepond

In your heart shall burn

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