Advertisement
strangebesidethepond

Except you're boring

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