Advertisement
strangebesidethepond

Oh serious, serious, serious (colour)

Aug 30th, 2012
3,825
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.97 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 #008 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. <!-- DEFAULT VARIABLES -->
  17. <meta name="color:background" content="#fcfafa" />
  18. <meta name="color:border" content="#e1e1e1" />
  19. <meta name="color:sidebar" content="#fafafa" />
  20. <meta name="color:sidebartext" content="#a2aaaa" />
  21. <meta name="color:text" content="#757577" />
  22. <meta name="color:h1" content="#ba4d7d" />
  23. <meta name="color:link" content="#494852" />
  24. <meta name="color:linkhover" content="#d374b1" />
  25. <meta name="color:linkbackground" content="#f0f0f0" />
  26. <meta name="color:info" content="#f8f8f8" />
  27. <meta name="color:entry" content="#f8f8f8" />
  28. <meta name="color:asktext" content="#4b4d53" />
  29. <meta name="color:infolinks" content="#a2aaaa" />
  30. <meta name="color:infotext" content="#d1d0d0" />
  31. <meta name="color:bold" content="#838792" />
  32. <meta name="color:italics" content="#a2aaaa" />
  33.  
  34. <meta name="image:sidebarimg" content=""/>
  35. <meta name="image:background" content=""/>
  36.  
  37. <meta name="if:Likebutton" content="1">
  38.  
  39. <meta name="text:asker" content="said" />
  40. <meta name="text:Link1" content="" />
  41. <meta name="text:Link1 Title" content="" />
  42. <meta name="text:Link2" content="" />
  43. <meta name="text:Link2 Title" content="" />
  44. <meta name="text:Link3" content="" />
  45. <meta name="text:Link3 Title" content="" />
  46. <meta name="text:Link4" content="" />
  47. <meta name="text:Link4 Title" content="" />
  48. <meta name="text:Link5" content="" />
  49. <meta name="text:Link5 Title" content="" />
  50. <meta name="text:Link6" content="" />
  51. <meta name="text:Link6 Title" content="" />
  52.  
  53.  
  54. <title>{Title}</title>
  55. <link rel="shortcut icon" href="{Favicon}">
  56. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  57. {block:Description}
  58. <meta name="description" content="{MetaDescription}" />
  59. {/block:Description}
  60.  
  61.  
  62. <style type="text/css">
  63.  
  64. body {background-color:{color:background}; color:{color:text}; font-family: Calibri, Helvetica; font-size: 14px; line-height:125%; text-align:justify; letter-spacing: 1px; margin:0px; background-image:url('{image:background}'); background-attachment: fixed}
  65.  
  66. a, a:link, a:active, a:visited {color:{color:link}; text-decoration: none; background-color: {color:background};}
  67. a:hover {color:{color:linkhover}; 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;}
  68.  
  69. img a {border:0px;}
  70. b, strong{font-weight: bold; color:{color:bold};}
  71. i, em {text-transform: italic; color:{color:italics};}
  72. s, strike, del {color: {color:italics};}
  73. p {margin: 10px 10px 10px 10px;}
  74. blockquote {padding:0px; padding-left:5px; margin:5px; border-left: 4px solid {color:border};}
  75. blockquote blockquote {width: 95%; border-left: 4px solid {color:border}; padding:0 5px;}
  76. pre {width:95%; margin-left:auto; margin-right:auto; font-family: Arial,Helvetica; font-size:11px; padding: 5px 7px 5px 7px; word-wrap: break-word; background-color:{color:background}; color: {color:sidebartext}; max-height:100px!important; overflow-y:auto;}
  77. h1 {line-height: 75%; font-family: Palatino; letter-spacing: 1px; font-size: 18px; font-style: italic; color: {color:h1}; background-color: transparent;}
  78.  
  79.  
  80. /* SIDEBAR */
  81.  
  82. #wholebar {
  83. width: 240px;
  84. height:480px;
  85. margin-left:690px;
  86. margin-top:-40px;
  87. background-color:transparent;
  88. position:fixed;
  89. }
  90.  
  91. .sidebar {
  92. width: 200px;
  93. height: 200px;
  94. margin:250px 0 0 10px;
  95. background-color: {color:sidebar};
  96. color: {color:text};
  97. position: relative;
  98. z-index: 10;
  99. text-align:center;
  100. padding:3px;
  101. background-image:url('{image:sidebarimg}');
  102. border:7px solid {color:sidebar};
  103. }
  104. .sidebar a {
  105. display:inline-block;
  106. opacity:1;
  107. background-color: {color:sidebar};
  108. color: {color:link};
  109. font-family: Calibri, Helvetica;
  110. font-size:8px;
  111. text-transform:uppercase;
  112. padding: 0 4px;
  113. transition-duration: 0.6s;
  114. -moz-transition-duration: 0.6s;
  115. -webkit-transition-duration: 0.6s;
  116. -o-transition-duration: 0.6s;
  117. }
  118. .sidebar a:hover {
  119. opacity:1;
  120. background-color: {color:background};
  121. color: {color:linkhover};
  122. -moz-transform: scale(1.5);
  123. -webkit-transform: scale(1.5);
  124. -o-transform: scale(1.5);
  125. -ms-transform: scale(1.5);
  126. transform: scale(1.5);
  127. transition-duration: 0.2s;
  128. -moz-transition-duration: 0.2s;
  129. -webkit-transition-duration: 0.2s;
  130. -o-transition-duration: 0.2s;
  131. }
  132.  
  133. .about {
  134. opacity: 0;
  135. height: 0px;
  136. height: 140px;
  137. width: 200px;
  138. position: absolute;
  139. z-index: 5;
  140. background-color: {color:sidebar};
  141. margin:250px 0 0 10px;
  142. color: {color:sidebartext};
  143. padding:10px;
  144. font-size:0px;
  145. line-height:118%;
  146. transition-duration: 0.9s;
  147. -moz-transition-duration: 0.9s;
  148. -webkit-transition-duration: 0.9s;
  149. -o-transition-duration: 0.9s;
  150. overflow:auto;
  151. }
  152. .about a {color:{color:h1};}
  153. .about a:hover {color: {color:text};}
  154. #wholebar:hover .about {
  155. opacity: 1;
  156. margin-top: 100px;
  157. font-size:11px;
  158. transition-duration: 0.9s;
  159. -moz-transition-duration: 0.9s;
  160. -webkit-transition-duration: 0.9s;
  161. -o-transition-duration: 0.9s;
  162. }
  163. .sidebarlinks {
  164. opacity: 0;
  165. height: 0px;
  166. height: 58px;
  167. width: 200px;
  168. position: absolute;
  169. z-index: 15;
  170. padding:10px;
  171. background-color: {color:sidebar};
  172. margin:250px 0 0 10px;
  173. transition-duration: 0.9s;
  174. -moz-transition-duration: 0.9s;
  175. -webkit-transition-duration: 0.9s;
  176. -o-transition-duration: 0.9s;}
  177. .sidebarlinks a {
  178. display:inline-block;
  179. background-color: {color:linkbackground};
  180. width:85px;
  181. font-family: Calibri, Helvetica;
  182. font-size:8px;
  183. text-transform:uppercase;
  184. text-align:center;
  185. padding: 0 4px;
  186. margin: auto 2px;
  187. }
  188. .sidebarlinks a:hover {
  189. background-color: {color:background};
  190. color: {color:linkhover};
  191. transition-duration: 0.6s;
  192. -moz-transition-duration: 0.6s;
  193. -webkit-transition-duration: 0.6s;
  194. -o-transition-duration: 0.6s;
  195. }
  196.  
  197. #wholebar:hover .sidebarlinks {
  198. opacity: 1;
  199. margin-top: 392px;
  200. transition-duration: 0.9s;
  201. -moz-transition-duration: 0.9s;
  202. -webkit-transition-duration: 0.9s;
  203. -o-transition-duration: 0.9s;
  204. }
  205.  
  206.  
  207. /* ENTRIES */
  208.  
  209. #kitten {
  210. right:5px;
  211. bottom:5px;
  212. color: {color:text};
  213. background-color: {color:sidebar};
  214. padding: 1px 3px 1px 3px;
  215. font-family:Calibri;
  216. font-size:8px;
  217. text-transform:uppercase;
  218. position:fixed;
  219. }
  220. #kitten a {
  221. color:{color:h1};
  222. background-color:transparent;
  223. }
  224. #kitten a:hover {
  225. color:{color:text};}
  226.  
  227. #container {
  228. width: 520px;
  229. height: 100%;
  230. margin-left: 70px;
  231. background-color: transparent;
  232. }
  233.  
  234. #entries {
  235. width: 520px;
  236. height: auto;
  237. background-color: transparent;
  238. margin-bottom: 5px;
  239. text-align: center;
  240. padding: 10px;
  241. position:absolute;
  242. }
  243.  
  244. #entry {
  245. width:520px;
  246. margin:auto;
  247. background-color: {color:entry};
  248. padding:10px;
  249. margin-bottom:15px;
  250. }
  251.  
  252. #posts {
  253. width: 500px;
  254. background-color: {color:entry};
  255. text-align: justify;
  256. font-family: Tahoma, Arial, Verdana;
  257. font-size: 12px;
  258. padding: 4px;
  259. margin-bottom: 2px;
  260. margin-left: auto;
  261. margin-right: auto;
  262. }
  263.  
  264. #info {
  265. padding:9px 0 2px 0;
  266. border-top: 1px solid {color:border};
  267. color: {color:infotext};
  268. background-color:{color:info};
  269. font-size: 10px;
  270. font-family: Calibri;
  271. letter-spacing: 1px;
  272. text-transform:uppercase;
  273. text-align:center;
  274. line-height:108%;
  275. margin-bottom:0px;
  276. margin-top:-10px;
  277. }
  278.  
  279. #info a {
  280. color: {color:infolinks};
  281. background-color:transparent;
  282. }
  283. #info a:hover {
  284. color: {color:linkhover};
  285. background-color: transparent;
  286. -webkit-transition: all 0.7s ease-in-out;
  287. -moz-transition: all 0.7s ease-in-out;
  288. transition: all 0.7s ease-in-out;
  289. }
  290.  
  291. .rebagel {
  292. width:50px;
  293. height:0px;
  294. padding: 1px 2px 2px 1px;
  295. font-family:Calibri;
  296. font-size:0px;
  297. text-transform:uppercase;
  298. color:{color:link};
  299. text-align:center;
  300. background-color:{color:linkbackground};
  301. opacity:0;
  302. margin-top:5px;
  303. margin-left:450px;
  304. z-index:15;
  305. position:absolute;
  306. }
  307.  
  308. .rebagel a {
  309. color: {color:link};
  310. background-color:transparent;}
  311. .rebagel a:hover {color: {color:bold};}
  312.  
  313. .rebagel:hover {
  314. background-color:{color:entry};
  315. color:{color:bold};
  316. -webkit-transition: all 0.7s ease-in-out;
  317. -moz-transition: all 0.7s ease-in-out;
  318. -o-transition: all 0.7s ease-in-out;
  319. transition: all 0.7s ease-in-out;
  320. }
  321.  
  322. #entry:hover .rebagel {
  323. opacity:1;
  324. height: 15px;
  325. font-size:8px;
  326. margin-top: 5px;
  327. margin-left:500px;
  328. -webkit-transition: all 0.7s ease-in-out;
  329. -moz-transition: all 0.7s ease-in-out;
  330. -o-transition: all 0.7s ease-in-out;
  331. transition: all 0.7s ease-in-out;
  332. }
  333.  
  334. {block:IfLikebutton}
  335. .heart {
  336. width:20px;
  337. height:20;
  338. padding: 1px 2px 2px 1px;
  339. text-align:center;
  340. background-color:transparent;
  341. opacity:1;
  342. margin-top:-11px;
  343. margin-left:-20px;
  344. z-index:15;
  345. position:absolute;
  346. }
  347.  
  348. .heart:hover {
  349. opacity:1;
  350. background-color:transparent;
  351. -webkit-transition: all 0.7s ease-in-out;
  352. -moz-transition: all 0.7s ease-in-out;
  353. -o-transition: all 0.7s ease-in-out;
  354. transition: all 0.7s ease-in-out;
  355. }
  356.  
  357. .my-like {
  358. background-image: url('http://media.tumblr.com/tumblr_m8lxbfhxEC1qevl9v.png') !important;
  359. background-repeat:no-repeat;
  360. height:13px;
  361. width:15px;
  362. cursor:pointer;
  363. display:inline-block;
  364. -webkit-transition: all 0.6s ease-in-out;
  365. -moz-transition: all 0.6s ease-in-out;
  366. -ms-transition: all 0.6s ease-in-out;
  367. -o-transition: all 0.6s ease-in-out;
  368. transition: all 0.6s ease-in-out;
  369. }
  370.  
  371. .my-liked, .my-like:hover {
  372. background-image: url('http://media.tumblr.com/tumblr_m8lvzjlhRb1qevl9v.png') !important;
  373. background-repeat:no-repeat;
  374. height:13px;
  375. width:15px;
  376. cursor:pointer;
  377. display:inline-block;
  378. -webkit-transition: all 0.6s ease-in-out;
  379. -moz-transition: all 0.6s ease-in-out;
  380. -ms-transition: all 0.6s ease-in-out;
  381. -o-transition: all 0.6s ease-in-out;
  382. transition: all 0.6s ease-in-out;
  383. }
  384. {/block:IfLikebutton}
  385.  
  386. /* POSTS */
  387.  
  388. .titles {line-height: 90%; font-family: georgia; letter-spacing: -1px; font-size: 23px; font-style: italic; color: {color:italics}; text-transform:lowercase; text-shadow:-2px -2px 1px {color:border};}
  389. .titles a {color:{color:h1}; font-style:none; background-color:transparent;}
  390. .titles a:hover {color: {color:italics};}
  391.  
  392. #darlings {
  393. float:right;
  394. width: 91px;
  395. height:75px;
  396. padding:2px;
  397. background-color:transparent;
  398. text-align:center;
  399. }
  400.  
  401. #askericon {
  402. float:right;
  403. width:55px;
  404. height: 55px;
  405. text-align:center;
  406. background-color: {color:background};
  407. margin:2px auto 5px auto;
  408. padding:8px;
  409. }
  410.  
  411. #askericon img {
  412. width: 48px;
  413. height: 48px;
  414. padding: 0px;
  415. margin-top:3px;
  416. margin-right:3px;
  417. float:right;}
  418.  
  419. #askericon img:hover {
  420. -webkit-transition: all 0.7s ease-in-out;
  421. -moz-transition: all 0.7s ease-in-out;
  422. -ms-transition: all 0.7s ease-in-out;
  423. -o-transition: all 0.7s ease-in-out;
  424. transition: all 0.7s ease-in-out;}
  425.  
  426. #question {
  427. width: 95%;
  428. background-color:transparent;
  429. font-size: 13px;
  430. font-weight: normal;
  431. font-family: Calibri, Helvetica;
  432. text-align: right;
  433. line-height:110%;
  434. letter-spacing: 1px;
  435. color: {color:asktext};
  436. margin-left:0px;
  437. margin-top:-22px;
  438. padding: 10px;
  439. }
  440. #question a {
  441. color:{color:italics};
  442. background-color:transparent;}
  443.  
  444. #bubble {
  445. width: 8px;
  446. height: 4px;
  447. font-size:27px;
  448. font-family:Georgia;
  449. position: absolute;
  450. color:{color:background};
  451. margin-left: -25px;
  452. margin-top: 10px;
  453. }
  454.  
  455. #answer {
  456. margin-top: 3px;
  457. text-align:justify;
  458. padding: 3px;
  459. }
  460.  
  461. .qqmarkleft {
  462. font-size: 80px;
  463. font-family: Georgia;
  464. font-weight: bold;
  465. line-height: 100px;
  466. position: relative;
  467. bottom: 10px;
  468. left: 30px;
  469. margin-bottom: -90px;
  470. color: {color:infotext};
  471. opacity: 0.7;
  472. }
  473.  
  474. .qqmarkright {
  475. font-family: Georgia;
  476. font-size: 80px;
  477. font-weight: bold;
  478. padding-right: 0px;
  479. line-height: 30px;
  480. text-align: right;
  481. right: 30px;
  482. position: relative;
  483. margin-bottom: -10px;
  484. color: {color:infotext};
  485. opacity: 0.7;
  486. }
  487.  
  488. .qquote {
  489. width: 75%;
  490. font-family: Tahoma, Arial, Verdana;
  491. font-size: 13px;
  492. text-align: justify;
  493. padding-top: 10px;
  494. letter-spacing: 1px;
  495. line-height: 15px;
  496. text-transform: none;
  497. text-indent: 15px;
  498. margin: 0px 10px;
  499. margin-bottom: 10px;
  500. }
  501.  
  502. .qusource {
  503. width: 500px;
  504. margin-top:-2px;
  505. text-align:right;
  506. font-size: 9.5px;
  507. font-family: Tahoma;
  508. color: {color:text};
  509. line-height: 9px;
  510. opacity: 0.9;
  511. margin-bottom:3px;
  512. }
  513. .qusource a {
  514. text-align:right;
  515. font-size: 9.5px;
  516. color: {color:link};
  517. line-height: 9px;
  518. opacity: 0.9;
  519. background-color: transparent;
  520. }
  521. .qusource a:hover {
  522. color: {color:text};
  523. line-height: 9px;
  524. opacity: 1;
  525. }
  526.  
  527. #audio {
  528. margin-bottom: 50px;
  529. width: 500px;
  530. height:auto;
  531. }
  532.  
  533. .cover {
  534. width: 100px;
  535. height: 100px;
  536. position: absolute;
  537. }
  538.  
  539. .cover img {
  540. width: 100px;
  541. height: 100px;
  542. float: left;
  543. }
  544.  
  545. .playercontainer {
  546. width:100px;
  547. height:100px;
  548. position:absolute;
  549. display:block;
  550. background-color: #ffffff;
  551. z-index:6;
  552. opacity:0.3;
  553. -webkit-transition:all 0.7s ease-in-out;
  554. -moz-transition:all 0.7s ease-in-out;
  555. -o-transition:all 0.7s ease-in-out;
  556. -ms-transition:all 0.7s ease-in-out;
  557. transition:all 0.7s ease-in-out;
  558. }
  559.  
  560. .playercontainer:hover {
  561. opacity:0.7;
  562. -webkit-transition:all 0.7s ease-in-out;
  563. -moz-transition:all 0.7s ease-in-out;
  564. -o-transition:all 0.7s ease-in-out;
  565. -ms-transition:all 0.7s ease-in-out;
  566. transition:all 0.7s ease-in-out;
  567. }
  568.  
  569. .player {
  570. width: 25px;
  571. height: 25px;
  572. margin-left: 36px;
  573. margin-top: 36px;
  574. overflow: hidden;
  575. background-color:#fff;
  576. }
  577.  
  578. .sugarbabylove {
  579. margin-left:110px;
  580. float:left;
  581. width:76%;
  582. padding:5px;
  583. margin-top:10px;
  584. font-size:10px;
  585. line-height:110%;
  586. letter-spacing:1px;
  587. color: {color:sidebartext};
  588. background-color:{color:background};
  589. }
  590.  
  591. .chat {line-height: 12px; list-style: none; width: 90%; margin-left: 10px;}
  592. .chat ul {line-height: 17px; list-style: none; padding: 0px;}
  593. .person1 {background-color: {color:entry}; color: {color:text};letter-spacing:0px; }
  594. .person1 .label { font-weight: bold; padding: 0px; margin-left: 5px; color: {color: text}; }
  595. .person2 {background-color: {color: background}; color: {color: italics}; letter-spacing:0px;}
  596. .person2 .label { font-weight: bold; padding: 0px; margin-left: 5px; color: {color: italics}; }
  597.  
  598. .image {
  599. opacity:0.8;
  600. -webkit-transition: all 0.7s ease-in-out;
  601. -moz-transition: all 0.7s ease-in-out;
  602. -o-transition: all 0.7s ease-in-out;
  603. transition: all 0.7s ease-in-out;
  604. }
  605. .image:hover {
  606. opacity:1;
  607. -webkit-transition: all 0.7s ease-in-out;
  608. -moz-transition: all 0.7s ease-in-out;
  609. -o-transition: all 0.7s ease-in-out;
  610. transition: all 0.7s ease-in-out;}
  611.  
  612. .cap {
  613. padding: 0px;
  614. text-align: justify;
  615. margin-top:-10px;}
  616.  
  617. .cap img {
  618. max-width:470px;
  619. height:auto;}
  620.  
  621. .source {display:none}
  622.  
  623. #notes {background-color: {color:sidebar}; width:520px; margin-bottom:10px; border-top-right-radius: 3px; border-bottom-left-radius: 3px; padding:10px;}
  624. #notestext {width: 500px; margin-left: auto; margin-right: auto; background-color: {color:entry}; padding:5px; text-align: left;}
  625. #notes blockquote a{
  626. color:{color:h1};
  627. font-weight:normal;
  628. backround-color: transparent;
  629. padding: 5px;
  630. margin: 0;
  631. }
  632. ol.notes {list-style: none; padding:0px;}
  633. ol.notes li {background-color: {color: background}; margin: 0 px; padding: 5px;}
  634. ol.notes .avatar {border: 3px solid {color:sidebar}; height: 10px; padding: 0px; width: 10px;}
  635. ol.notes li .clear {height: 0px!important;}
  636. ol.notes li blockquote {border-color: {color:entry}!important; background-color: {color:sidebar}; padding: 5px; width:90%; margin: 4px auto 0px auto;}
  637.  
  638. #clear {width:300px; height:0px; clear:both; background-color: transparent}
  639.  
  640. ::-webkit-scrollbar-corner {
  641. background:{color:background};
  642. }
  643. ::-webkit-scrollbar-thumb:vertical {
  644. background-color: {color:sidebar};
  645. width:5px;
  646. height:auto;
  647. border: 1px solid {color:border};
  648. -webkit-border-radius: 3px;
  649. }
  650.  
  651. ::-webkit-scrollbar-thumb:horizontal {
  652. background-color: {color:sidebar};
  653. width:auto;
  654. height:5px;
  655. border: 1px solid {color:border};
  656. -webkit-border-radius: 3px;
  657. }
  658.  
  659. ::-webkit-scrollbar {
  660. height:5px;
  661. width:5px;
  662. background-color: {color:background};
  663. }
  664.  
  665. ::-moz-selection {background-color: {color:infotext}; color: {color:h1};}
  666. ::selection {background-color: {color:infotext}; color: {color:h1};}
  667.  
  668. {CustomCSS}
  669.  
  670. </style>
  671.  
  672. <script type="text/javascript"
  673. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js">
  674. </script>
  675. <script type="text/javascript" language="javascript">
  676. $(function () {
  677. $('#scrlTop').click(function () {
  678. $('html, body').animate({
  679. scrollTop: '0px'
  680. },
  681. 1500);
  682. return false;
  683. });
  684. });
  685. </script>
  686.  
  687. {block:IfLikebutton}
  688. <script>
  689. window.onload = function () {
  690. document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' );
  691. document.addEventListener( 'click', function ( event ) {
  692. var myLike = event.target;
  693. if( myLike.className.indexOf( 'my-like' ) > -1 ) {
  694. var frame = document.getElementById( 'my-like-frame' ),
  695. liked = ( myLike.className == 'my-liked' ),
  696. command = liked ? 'unlike' : 'like',
  697. reblog = myLike.getAttribute( 'data-reblog' ),
  698. id = myLike.getAttribute( 'data-id' ),
  699. oauth = reblog.slice( -8 );
  700. frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id;
  701. liked ? myLike.className = 'my-like' : myLike.className = 'my-liked';
  702. };
  703. }, false );
  704. };
  705. </script>
  706. {/block:IfLikebutton}
  707.  
  708. </head>
  709.  
  710. <body>
  711.  
  712. <div id="wholebar">
  713. <div class="sidebarlinks">
  714. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a> {/block:ifLink1}
  715. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a><br> {/block:ifLink2}
  716. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a> {/block:ifLink3}
  717. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a><br> {/block:ifLink4}
  718. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a> {/block:ifLink5}
  719. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a><br> {/block:ifLink6}
  720. </div>
  721.  
  722. <div class="about"><div class="titles"><center><small>{Title}</small></center></div>{block:Description}{Description}{/block:Description}<br><br></div>
  723.  
  724. <div class="sidebar">{block:Pagination}
  725. {block:PreviousPage}<a href="{PreviousPage}" title="previous page">&laquo;</a>{/block:PreviousPage}{/block:Pagination} <a href="/">home</a> <a href="/ask">ask</a> {block:SubmissionsEnabled}<a href="/submit">submit</a> {/block:SubmissionsEnabled}<a href="/archive">past</a> <a href="http://itsacrimetheme.tumblr.com" target="_blank" title="theme">♔</a> {block:Pagination}{block:NextPage}<a href="{NextPage}" title="next page">&raquo;</a>{/block:NextPage}{/block:Pagination}
  726. </div>
  727.  
  728. </div>
  729.  
  730. <div id="container">
  731.  
  732. <div id="entries">
  733.  
  734. {block:Posts}
  735. <div id="entry">
  736.  
  737. <div id="posts">
  738.  
  739. {block:text} {block:IfLikebutton}<div class="heart"><span class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="like this post"></span></div>{/block:IfLikebutton}
  740. <div class="rebagel"><a href="{ReblogURL}">reblog</a></div>{/block:text}
  741. {block:photo} {block:IfLikebutton}<div class="heart"><span class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="like this post"></span></div>{/block:IfLikebutton}
  742. <div class="rebagel"><a href="{ReblogURL}">reblog</a></div>{/block:photo}
  743. {block:photoset} {block:IfLikebutton}<div class="heart"><span class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="like this post"></span></div>{/block:IfLikebutton}
  744. <div class="rebagel"><a href="{ReblogURL}">reblog</a></div>{/block:photoset}
  745. {block:quote} {block:IfLikebutton} <div class="heart"><span class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="like this post"></span></div>{/block:IfLikebutton}
  746. <div class="rebagel"><a href="{ReblogURL}">reblog</a></div>{/block:quote}
  747. {block:audio}{block:IfLikebutton} <div class="heart"><span class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="like this post"></span></div>{/block:IfLikebutton}
  748. <div class="rebagel"><a href="{ReblogURL}">reblog</a></div>{/block:audio}
  749. {block:video} {block:IfLikebutton} <div class="heart"><span class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="like this post"></span></div>{/block:IfLikebutton}
  750. <div class="rebagel"><a href="{ReblogURL}">reblog</a></div>{/block:video}
  751. {block:chat} {block:IfLikebutton} <div class="heart my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="like this post"></div>{/block:IfLikebutton}
  752. <div class="rebagel"><a href="{ReblogURL}">reblog</a></div>{/block:chat}
  753. {block:link} {block:IfLikebutton} <div class="heart my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="like this post"></div>{/block:IfLikebutton}
  754. <div class="rebagel"><a href="{ReblogURL}">reblog</a></div>{/block:link}
  755. {block:answer} &nbsp; {/block:answer}
  756.  
  757. {block:Text}
  758. {block:Title}<div class="titles">* <a href="{Permalink}">{Title}</a></div>
  759. {/block:Title}
  760. {Body}
  761. {/block:Text}
  762.  
  763. {block:Photo}
  764. {LinkOpenTag}<div class="image"><img src="{PhotoURL-500}" border="0"></div>{LinkCloseTag}
  765. {/block:Photo}
  766.  
  767. {block:Photoset}
  768. <div class="image">{Photoset-500}</div>
  769. {/block:Photoset}
  770.  
  771. {block:Quote}
  772. <div class="qqmarkleft">“</div><center><div class="qquote">{Quote}</div></center><div class="qqmarkright">”</div>
  773. {block:Source}
  774. <div class="qusource"> {Source} &nbsp; &nbsp; </div>
  775. {/block:Source}
  776. {/block:Quote}
  777.  
  778. {block:Link}
  779. <div class="titles">* <a href="{URL}" {Target}>{Name} &nbsp;</a></div>{block:Description}{Description}{/block:Description}
  780. {/block:Link}
  781.  
  782. {block:Chat}
  783. {block:Title}<div class="titles">* <a href="{Permalink}">{Title}</a></div>{/block:Title}
  784. <div class="chat"><ul>{block:Lines}
  785. <li class="person{UserNumber}">{block:Label}
  786. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  787. {/block:Chat}
  788.  
  789. {block:Video}
  790. {Video-500}
  791. {/block:Video}
  792.  
  793. {block:Answer}
  794. <div id="question">
  795. <div id="darlings"><div id="askericon">
  796. <div id="bubble">◀</div>
  797. <a href="{AskerURL}" target="_blank" title="{AskerName}"><img id="askericon" src="{AskerPortraitURL-48}"></a>
  798. </div></div>
  799. <small><i>{Asker} {text:asker}:<br /></i></small>{Question}</div>
  800. <div id="answer"><p>{Answer}</p></div>
  801. {/block:Answer}
  802.  
  803. {block:Audio}<div id="audio">
  804. <div class="cover"><img src="http://static.tumblr.com/ougddg1/jHxm8imhe/defaultalbum.png"></div>
  805. {block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  806. {block:AudioPlayer}<div class="playercontainer"><div class="player">{AudioPlayerWhite}</div>
  807. </div>{/block:AudioPlayer}
  808. {block:TrackName}<div class="sugarbabylove"><b>Title:</b> {TrackName}</div><br>{/block:TrackName}
  809. {block:Artist}<div class="sugarbabylove"><b>Artist:</b> {Artist}</div><br>{/block:Artist}
  810. {block:Album}<div class="sugarbabylove"><b>Album:</b> {Album}</div>{/block:Album}
  811. </div>
  812. {block:Caption}<br>{Caption}{/block:Caption}
  813. {/block:Audio}<br>
  814.  
  815. <div class="cap">
  816. {block:Photo}{block:Caption}{Caption}<br>{/block:Caption}{/block:Photo}
  817. {block:Video}{block:Caption}{Caption}<br>{/block:Caption}{/block:Video}
  818. {block:Photoset}{block:Caption}{Caption}<br>{/block:Caption}{/block:Photoset}</div>
  819.  
  820. <div class="source">{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>
  821. {/block:ContentSource}</div>
  822.  
  823. <div id="info">{block:text}{block:RebloggedFrom} reblogged {/block:RebloggedFrom} {block:NotReblog} posted{/block:NotReblog}{/block:text}
  824. {block:photo}{block:RebloggedFrom} reblogged {/block:RebloggedFrom} {block:NotReblog} posted{/block:NotReblog}{/block:photo}
  825. {block:photoset}{block:RebloggedFrom} reblogged {/block:RebloggedFrom} {block:NotReblog} posted{/block:NotReblog}{/block:photoset}
  826. {block:quote}{block:RebloggedFrom} reblogged {/block:RebloggedFrom} {block:NotReblog} posted{/block:NotReblog}{/block:quote}
  827. {block:audio}{block:RebloggedFrom} reblogged {/block:RebloggedFrom} {block:NotReblog} posted{/block:NotReblog}{/block:audio}
  828. {block:video}{block:RebloggedFrom} reblogged {/block:RebloggedFrom} {block:NotReblog} posted{/block:NotReblog}{/block:video}
  829. {block:chat}{block:RebloggedFrom} reblogged {/block:RebloggedFrom} {block:NotReblog} posted{/block:NotReblog}{/block:chat}
  830. {block:link}{block:RebloggedFrom} reblogged {/block:RebloggedFrom} {block:NotReblog} posted{/block:NotReblog}{/block:link}
  831. {block:answer} answered {/block:answer}
  832. <a href="{Permalink}" title="permalink to this post">{TimeAgo}</a> with {NoteCountWithLabel} {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a> && <a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>{/block:RebloggedFrom}<br>
  833. {block:HasTags}{block:Tags} #<a href="{TagUrl}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  834.  
  835. <div id="clear"></div>
  836.  
  837. </div>
  838. </div>
  839.  
  840. {/block:Posts}
  841.  
  842. {block:PostNotes}
  843. <div id="notes"><div id="notestext">{PostNotes}</div></div>
  844. {/block:PostNotes}
  845.  
  846. </div>
  847.  
  848. </div>
  849.  
  850.  
  851. <div id="kitten"><a href="#" id="scrlTop" title="scroll to top">top</a></div>
  852. </body>
  853. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement