Advertisement
octomoosey

You Lied

Oct 25th, 2013
4,498
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.60 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!-- octomoosey @ tumblr -->
  4.  
  5. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <head><title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11. <meta name="color:border" content="#000000" />
  12. <meta name="color:blockquote" content="232323" />
  13. <meta name="color:background" content="#ffffff" />
  14. <meta name="color:sidebar" content="#000000" />
  15. <meta name="color:post" content="#000000" />
  16. <meta name="color:text" content="bfbfbf" />
  17. <meta name="color:link" content="809729" />
  18. <meta name="color:link hover" content="#fff" />
  19. <meta name="color:side link" content="809729" />
  20. <meta name="color:side link hover" content="#fff" />
  21. <meta name="color:line" content="#ffffff" />
  22. <meta name="color:scrollbar" content="809729" />
  23. <meta name="color:scrollbarbg" content="#ffffff" />
  24. <meta name="color:description text" content="#ffffff" />
  25.  
  26. <meta name="text:link1" content="">
  27. <meta name="text:link1 url" content="/">
  28. <meta name="text:link2" content="">
  29. <meta name="text:link2 url" content="/">
  30. <meta name="text:link3" content="">
  31. <meta name="text:link3 url" content="/">
  32. <meta name="text:link4" content="">
  33. <meta name="text:link4 url" content="/">
  34. <meta name="text:link5" content="">
  35. <meta name="text:link5 url" content="/">
  36. <meta name="text:link6" content="">
  37. <meta name="text:link6 url" content="/">
  38. <meta name="text:link7" content="">
  39. <meta name="text:link7 url" content="/">
  40. <meta name="text:link8" content="">
  41. <meta name="text:link8 url" content="/">
  42. <meta name="text:link9" content="">
  43. <meta name="text:link9 url" content="/">
  44. <meta name="text:link10" content="">
  45. <meta name="text:link10 url" content="/">
  46.  
  47. <meta name="image:background" content="https://media.tumblr.com/f66231a5bfdc301a7839c0c0f37152d7/tumblr_inline_mv8mc8ttmV1rp2lgk.gif" />
  48. <meta name="image:sidebg" content="https://static.tumblr.com/86jccts/0Fsmv8km0/idothat.gif" />
  49.  
  50. <meta name="if:tinycursor" content="1"/>
  51. <meta name="if:showsubmit" content="1"/>
  52. <meta name="if:greyscale" content="1"/>
  53. <meta name="text:text size" content="11px" />
  54. <meta name="text:subtitle" content="Above all, don't lie to yourself. The man who lies to himself and listens to his own lie comes to a point that he cannot distinguish the truth within him, or around him, and so loses all respect for himself and for others. And having no respect he ceases to love. -- Dostoyevsky" >
  55.  
  56. <style type="text/css">
  57.  
  58. {block:iftinycursor}
  59. body, a, a:hover{
  60. cursor: url('https://24.media.tumblr.com/tumblr_mdig6jktic1riysloo1_100.png'), progress;}
  61. {/block:iftinycursor}
  62.  
  63. iframe#tumblr_controls {
  64. right:3px !important;
  65. position: fixed !important;
  66. -webkit-transition: opacity 0.7s
  67. linear;opacity: 0.2;
  68. -webkit-transition: all 0.8s ease-out;
  69. -moz-transition: all 0.8s ease-out;
  70. transition: all 0.8s ease-out;}
  71.  
  72. iframe#tumblr_controls:hover{
  73. -webkit-transition: opacity 0.7s linear;
  74. opacity: 1;
  75. -webkit-transition: all 0.4s ease-out;
  76. -moz-transition: all 0.4s ease-out;
  77. transition: all 0.4s ease-out;}
  78.  
  79. ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:{color:scrollbar};}
  80. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  81. ::-webkit-scrollbar {background-color:{color:scrollbar};height:7px;width:12px;border:5px solid #fff;}
  82. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{background-color:{color:scrollbar};display:block;height:8px;border-right:2px solid #fff;border-left:2px solid #fff;}
  83.  
  84. body {
  85. background-color:{color:background};
  86. background-image: url('{image:background}');
  87. background-position: right top;
  88. background-repeat: no-repeat;
  89. background-attachment: fixed;
  90. margin:0px;
  91. color:{color:text};
  92. font-family:calibri;
  93. font-size: {text:Text Size};
  94. line-height:100%;}
  95.  
  96. a:link, a:active, a:visited {
  97. text-decoration: none;
  98. color: {color:link};
  99. -moz-transition-duration:.6s;
  100. -webkit-transition-duration:.6s;
  101. -o-transition-duration:.6s;}
  102.  
  103. a:hover {
  104. color: {color:link hover};
  105. text-decoration: line-through;
  106. -moz-transition-duration:.6s;
  107. -webkit-transition-duration:.6s;
  108. -o-transition-duration:.6s;}
  109.  
  110. h1{
  111. background-color: transparent;
  112. font-family: baskerville;
  113. font-size: 13px;
  114. line-height: 10px;
  115. letter-spacing: 2px;
  116. text-align: left;
  117. text-transform: uppercase;
  118. color: {color:link};}
  119.  
  120. blockquote {
  121. padding:2px 7px;
  122. margin:3px 0 3px 8px;
  123. border-left:1px solid {color:text};
  124. background-color:{color:blockquote};}
  125.  
  126. blockquote img {
  127. max-width:475px;}
  128.  
  129. p {
  130. margin-top: 5px;
  131. margin-bottom: 10px;}
  132.  
  133. {block:IfGreyscale}
  134.  
  135. img{
  136. -webkit-filter:grayscale(100%);
  137. -webkit-transition: all 0.9s ease-in-out;
  138. -moz-transition: all 0.9s ease-in-out;
  139. -o-transition: all 0.9s ease-in-out;
  140. -ms-transition: all 0.9s ease-in-out;
  141. transition: all 0.9s ease-in-out;}
  142.  
  143. img:hover{
  144. -webkit-filter:none;}
  145.  
  146. .html_photoset {
  147. -webkit-filter: grayscale(100%);
  148. -webkit-transition: all 0.9s ease-in-out;
  149. -moz-transition: all 0.9s ease-in-out;
  150. -o-transition: all 0.9s ease-in-out;
  151. -ms-transition: all 0.9s ease-in-out;
  152. transition: all 0.9s ease-in-out;}
  153.  
  154. .html_photoset:hover {
  155. -webkit-filter: none;}
  156.  
  157. {/block:IfGreyscale}
  158.  
  159. #entries {
  160. position:absolute; left:160px;
  161. width: 500px;
  162. text-align: justify;
  163. margin-top: 10px;
  164. font-size: {text:Text Size};}
  165.  
  166. #posts {
  167. width: 500px;
  168. padding:10px;
  169. margin-left: 0px;
  170. text-align: justify;
  171. background-color:{color:post};
  172. font-family: cambria;
  173. border-radius: 10px;}
  174.  
  175. #sidebar {
  176. z-index:9;
  177. position:fixed; left:720px;
  178. width: 400px;
  179. height: 100%;
  180. margin-top: 0px;
  181. opacity:0.1;
  182. background-color:{color:sidebar};
  183. background-image: url('{image:sidebg}');
  184. background-position: right bottom;
  185. background-repeat: no-repeat;
  186. background-attachment: absolute;
  187. -moz-transition-duration:0.7s;
  188. -webkit-transition-duration:0.7s;
  189. -o-transition-duration:0.7s;}
  190.  
  191. #sidebar:hover {
  192. opacity:1;
  193. -moz-transition-duration:0.7s;
  194. -webkit-transition-duration:0.7s;
  195. -o-transition-duration:0.7s;}
  196.  
  197. #sidebarimg {
  198. position:absolute; left:720px;
  199. width: 400px;
  200. height: 100%;
  201. display: block;
  202. position: fixed;
  203. margin-top: -12px;
  204. opacity:1;
  205. background-color:{color:sidebar};
  206. background-image: url('{image:sidebg}');
  207. background-position: right bottom;
  208. background-repeat: no-repeat;
  209. background-attachment: absolute;}
  210.  
  211. #navlinks {
  212. position:fixed;
  213. text-align: right;
  214. width:230px;
  215. margin-left:120px;
  216. margin-top:100px;
  217. padding:10px;
  218. border-bottom:1px solid {color:line};}
  219.  
  220. #navlinks a {
  221. color:{color:side link};
  222. font-size:11px;
  223. font-style:normal;
  224. letter-spacing:1px;
  225. line-height:100%;
  226. text-decoration:none;
  227. display:block-inline;
  228. padding:2px;
  229. -webkit-transition: all 0.6s ease;
  230. -moz-transition: all 0.6s ease;
  231. -o -transition: all 0.6s ease;}
  232.  
  233. #navlinks a:hover {
  234. text-decoration: line-through;
  235. font-style:italic;
  236. color:{color:side link hover};
  237. -webkit-transition: all 0.6s ease;
  238. -moz-transition: all 0.6s ease;
  239. -o -transition: all 0.6s ease;}
  240.  
  241. #description {
  242. position: fixed;
  243. font-family:baskerville;
  244. font-size:11px;
  245. letter-spacing:1px;
  246. text-align:justify;
  247. color:{color:description text};
  248. line-height:14px;
  249. width:250px;
  250. margin-left:120px;
  251. margin-top:140px;}
  252.  
  253. #nav {
  254. position:fixed;
  255. width:100px;
  256. margin-top:130px;
  257. margin-left:5px;
  258. -webkit-transition: all 0.5s ease-in-out;
  259. -moz-transition: all 0.5s ease-in-out;
  260. -o-transition: all 0.5s ease-in-out;}
  261.  
  262. #nav a {
  263. margin-top:5px;
  264. width:100px;
  265. text-align:center;
  266. font-size:11px;
  267. text-transform:lowercase;
  268. display:block;
  269. letter-spacing:1px;
  270. padding:5px;
  271. line-height:80%;
  272. color:{color:side link};}
  273.  
  274. #nav a:hover {
  275. text-decoration: line-through;
  276. font-style:italic;
  277. color:{color:side link hover};
  278. -webkit-transition: all 0.6s ease;
  279. -moz-transition: all 0.6s ease;
  280. -o -transition: all 0.6s ease;}
  281.  
  282. #title {
  283. font-family:baskerville;
  284. font-size:14px;
  285. text-transform:uppercase;
  286. letter-spacing:3px;
  287. text-align:center;
  288. color:{color:description text};
  289. margin-left:0px;
  290. margin-top:120px;
  291. width:380px;
  292. padding:10px;}
  293.  
  294. #subtitle {
  295. font-family:baskerville;
  296. width:380px;
  297. padding:10px;
  298. margin-left:0px;
  299. font-size:10px;
  300. letter-spacing:3px;
  301. text-align:center;
  302. color:{color:description text};
  303. line-height:120%;}
  304.  
  305. #pagination {
  306. color:{color:description text};
  307. font-size:10px;
  308. text-align:center;}
  309.  
  310. .audio {
  311. width:500px;
  312. padding-bottom:10px;
  313. background-color:{color:#ffffff};}
  314.  
  315. .albumart {
  316. float:left;
  317. padding:0px 10px 10px 0px;}
  318.  
  319. .albumart img {
  320. width:50px;
  321. height:50px;}
  322.  
  323. .playercontainer {
  324. text-align:left;
  325. padding:10px;
  326. background-color:#ffffff;
  327. width:480px;}
  328.  
  329. .audioinfo {
  330. padding:10px;
  331. color:{color:text};}
  332.  
  333. #question {
  334. margin-left:0px;
  335. padding:10px;
  336. border-bottom:1px solid {color:line};
  337. font-style:normal;
  338. text-align:center;
  339. color:{color:text};}
  340.  
  341. #answer {
  342. font-style:normal;}
  343.  
  344. .info {
  345. width:150px;
  346. margin-top:0px;
  347. text-align:right;
  348. font-family:calibri;
  349. margin-left:-180px;
  350. position:absolute;
  351. -webkit-transition: opacity 0.7s linear;
  352. -webkit-transition: all 0.7s ease-out;
  353. -moz-transition: all 0.7s ease-out;
  354. transition: all 0.7s ease-out;}
  355.  
  356. .tags a {
  357. line-height:90%;
  358. text-align:right;
  359. letter-spacing:1px;
  360. font-size:7pt;
  361. padding:0px;
  362. width:150px;
  363. text-align:right;
  364. font-family:calibri;
  365. color: {color:link};}
  366.  
  367. .tags a:hover {
  368. color: {color:link hover};
  369. text-align:right;
  370. -webkit-transition: opacity 0.7s linear;
  371. -webkit-transition: all 0.7s ease-out;
  372. -moz-transition: all 0.7s ease-out;
  373. transition: all 0.7s ease-out;}
  374.  
  375.  
  376. </style>
  377. <style type="text/css">
  378.  
  379. {CustomCSS}</style>
  380.  
  381. </head>
  382. <body>
  383.  
  384. <div align="center">
  385.  
  386. <div id="sidebar">
  387.  
  388. <div id="navlinks">
  389. <a href="/">home</a>
  390. <a href="/ask">ask</a>
  391. {block:Ifshowsubmit}<a href="/submit">submit</a>{/block:Ifshowsubmit}
  392. <a href="https://www.tumblr.com/dashboard">dash</a>
  393. <a href="https://octomoosey.tumblr.com/">theme</a>
  394. </div>
  395.  
  396. <div id="nav">
  397. {block:IfLink1}<a href="{text:link1 url}">{text:link1}</a>{/block:IfLink1}
  398. {block:IfLink2}<a href="{text:link2 url}">{text:link2}</a>{/block:IfLink2}
  399. {block:IfLink3}<a href="{text:link3 url}">{text:link3}</a>{/block:IfLink3}
  400. {block:IfLink4}<a href="{text:link4 url}">{text:link4}</a>{/block:IfLink4}
  401. {block:IfLink5}<a href="{text:link5 url}">{text:link5}</a>{/block:IfLink5}
  402. {block:IfLink6}<a href="{text:link6 url}">{text:link6}</a>{/block:IfLink6}
  403. {block:IfLink7}<a href="{text:link7 url}">{text:link7}</a>{/block:IfLink7}
  404. {block:IfLink8}<a href="{text:link8 url}">{text:link8}</a>{/block:IfLink8}
  405. {block:IfLink9}<a href="{text:link9 url}">{text:link9}</a>{/block:IfLink9}
  406. {block:IfLink10}<a href="{text:link10 url}">{text:link10}</a>{/block:IfLink10}
  407. </div>
  408.  
  409. <div id="description"><div id="pagination">{block:Pagination}
  410. {block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}{block:JumpPagination length="1"}
  411. {block:CurrentPage}<span class="current_page" style="color:sidebar text;">{PageNumber}</span>{/block:CurrentPage}{block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination} OF {TotalPages}{block:NextPage}<a href="{NextPage}"> →</a>{/block:NextPage}{/block:Pagination}</div>
  412. {Description}</div>
  413. </div>
  414.  
  415. </div></div>
  416.  
  417. <br>
  418. <div id="sidebarimg"><div id="title">{title}</div><div id="subtitle">{text:subtitle}</div></div>
  419.  
  420. <div id="entries">
  421. {block:Posts}
  422.  
  423. <div id="posts">
  424. {block:IndexPage}
  425. <div class="info">
  426.  
  427. <a href="{ReblogURL}" target="_blank" title="reblog this post">Reblog</a>
  428. {block:RebloggedFrom} - <a href="{ReblogParentURL}">Via</a>{/block:RebloggedFrom}
  429. {block:ContentSource} - <a href="{SourceURL}">Source</a>{/block:ContentSource}</a><br>
  430. {block:Date}<a href="{Permalink}"><span style="font-size:10px;">{DayOfMonth}{DayOfMonthSuffix} {Month} at {12Hour}:{Minutes} {AmPm}{/block:Date}</a><br>
  431. {block:NoteCount}<span style="text-transform:uppercase;font-size:8px;font-style:italic;">{NoteCountWithLabel}{/block:NoteCount}</a>
  432.  
  433. <div class="tags">
  434. {block:Tags}
  435. <a href="{TagURL}"># {Tag}</a><br />
  436. {/block:Tags}
  437. </div></div>
  438. {/block:IndexPage}
  439. {block:PermalinkPage}
  440. <div class="info">
  441. <a href="{ReblogURL}" target="_blank" title="reblog this post">Reblog</a>
  442. {block:RebloggedFrom} - <a href="{ReblogParentURL}">Via</a>{/block:RebloggedFrom}
  443. {block:ContentSource} - <a href="{SourceURL}">Source</a>{/block:ContentSource}</a><br>
  444. {block:Date}<a href="{Permalink}"><span style="font-size:10px;">{DayOfMonth}{DayOfMonthSuffix} {Month} at {12Hour}:{Minutes} {AmPm}{/block:Date}</a><br>
  445. {block:NoteCount}<span style="text-transform:uppercase;font-size:8px;font-style:italic;">{NoteCountWithLabel}{/block:NoteCount}</a>
  446.  
  447. <div class="tags">
  448. {block:Tags}
  449. <a href="{TagURL}"># {Tag}</a><br />
  450. {/block:Tags}
  451. </div></div>
  452. {/block:PermalinkPage}
  453.  
  454. {block:Quote}"<i>{Quote}</i>"&nbsp; <br><br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; — {Source} {/block:Quote}
  455. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  456. {block:Text}{Body}{/block:Text}
  457.  
  458. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  459.  
  460. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  461.  
  462. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  463. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  464.  
  465. {block:Chat}<ul class="chat"><BR>{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li><BR>{/block:Lines}</ul>{/block:Chat}
  466.  
  467. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  468.  
  469. {block:Answer}
  470. <div id="question"><img src="{AskerPortraitURL-24}"><br><a href="{askerURL}"><b>{Asker}</b></a> whispered:<br><br>"{Question}"</div><div id="answer">{Answer}</div>{/block:answer}
  471.  
  472. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  473. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  474. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  475. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  476. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}</div>
  477. <br><br>
  478. {/block:Posts}
  479. {block:PostNotes}{PostNotes}{/block:PostNotes}
  480. </div>
  481. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement