Advertisement
strangebesidethepond

The dawn will come

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