octomoosey

The Broken Man

Oct 10th, 2013
6,275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.52 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.  
  6. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7. <head><title>{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12.  
  13. <meta name="color:text" content="#a5a5a5"/>
  14. <meta name="color:description" content="#bbbbbb"/>
  15. <meta name="color:link" content="#aaaaaa"/>
  16. <meta name="color:tags" content="#809729"/>
  17. <meta name="color:hover" content="#809729"/>
  18. <meta name="color:background" content="#000000"/>
  19. <meta name="color:line" content="#809729"/>
  20. <meta name="color:border" content="#eeeeee"/>
  21. <meta name="color:scrollbar" content="ffffff"/>
  22. <meta name="color:bold" content="#adadad" />
  23. <meta name="color:italic" content="#809729" />
  24. <meta name="color:sidebar links" content="#809729"/>
  25. <meta name="color:sidebar links bg" content="#b8b8b8"/>
  26. <meta name="color:sidebar" content="ffffff"/>
  27. <meta name="color:title" content="#a5a5a5" />
  28. <meta name="color:subtitle" content="#809729" />
  29.  
  30. <meta name="image:sidebar" content="https://static.tumblr.com/uopakca/u2kmu7cn4/deancry2.gif"/>
  31. <meta name="image:background" content="https://static.tumblr.com/uopakca/Shvmu7b0u/knightbg2.jpg"/>
  32.  
  33. <meta name="text:text size" content="11px" />
  34. <meta name="text:subtitle" content="I thought you were gone forever, I thought you walked away from everything, because I failed, because I destroyed the only thing that ever mattered to me. I waited for you to come, but you didnt.">
  35.  
  36. <meta name="text:link1" content="">
  37. <meta name="text:link1 url" content="/">
  38. <meta name="text:link2" content="">
  39. <meta name="text:link2 url" content="/">
  40. <meta name="text:link3" content="">
  41. <meta name="text:link3 url" content="/">
  42. <meta name="text:link4" content="">
  43. <meta name="text:link4 url" content="/">
  44. <meta name="text:link5" content="">
  45. <meta name="text:link5 url" content="/">
  46. <meta name="text:link6" content="">
  47. <meta name="text:link6 url" content="/">
  48. <meta name="text:link7" content="">
  49. <meta name="text:link7 url" content="/">
  50.  
  51.  
  52.  
  53. <style type="text/css">
  54.  
  55. iframe#tumblr_controls {
  56. right:3px !important;
  57. position: fixed !important;
  58. -webkit-transition: opacity 0.7s
  59. linear;opacity: 0.2;
  60. -webkit-transition: all 0.8s ease-out;
  61. -moz-transition: all 0.8s ease-out;
  62. transition: all 0.8s ease-out;}
  63.  
  64. iframe#tumblr_controls:hover{
  65. -webkit-transition: opacity 0.7s linear;
  66. opacity: 1;
  67. -webkit-transition: all 0.4s ease-out;
  68. -moz-transition: all 0.4s ease-out;
  69. transition: all 0.4s ease-out;}
  70.  
  71. {block:iftinycursor}
  72. body, a, a:hover {cursor: url(https://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;}{/block:iftinycursor}
  73.  
  74. ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:{color:scrollbar};}
  75. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  76. ::-webkit-scrollbar {background-color:{color:scrollbar};height:7px;width:12px;border:5px solid #fff;}
  77. ::-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;
  78. }
  79.  
  80. body {
  81. background-color:{color:Background};
  82. background-image: url('{image:background}');
  83. background-position: right bottom;
  84. background-repeat: no-repeat;
  85. background-attachment: fixed;
  86. margin:0px;
  87. color:{color:text};
  88. font-family:cambria;
  89. font-size: {text:Text Size};
  90. line-height:100%;}
  91.  
  92. b, strong, .strong {color:{color:Bold};}
  93. i, em, .em {color:{color:Italic};}
  94.  
  95. a {
  96. text-decoration:none;
  97. -moz-outline-style:none;
  98. color:{color:link};
  99. -webkit-transition: all 0.5s ease-in-out;
  100. -moz-transition: all 0.5s ease-in-out;
  101. -o-transition: all 0.5s ease-in-out;}
  102.  
  103. a:hover {
  104. color:{color:hover};
  105. }
  106.  
  107. img {
  108. border:none;}
  109.  
  110. h1 {
  111. font-weight:normal;
  112. font-size:15px;
  113. text-align:center;
  114. font-style:normal;
  115. font-family:cambria;
  116. color:{color:title};
  117. line-height:100%;
  118. letter-spacing:1px;
  119. text-transform:uppercase;}
  120.  
  121. h2 {
  122. font-size:13px;
  123. text-align:center;
  124. line-height:100%;
  125. font-family:cambria;
  126. color:{color:title};
  127. font-weight:normal;
  128. padding:5px;
  129. padding-bottom:2px;}
  130.  
  131. blockquote {
  132. width:460px;
  133. padding:2px 7px;
  134. margin:3px 0 3px 8px;
  135. border-left:2px solid {color:border};}
  136.  
  137. blockquote img {
  138. max-width:480px;}
  139.  
  140. #title {
  141. position:fixed;
  142. text-align:center;
  143. font-family: cambria;
  144. font-size:22px;
  145. font-style:normal;
  146. font-weight:normal;
  147. margin-left:30px;
  148. width:420px;
  149. margin-top: 200px;
  150. color:{color:title};
  151. letter-spacing:3px;}
  152.  
  153. #subtitle {
  154. position:fixed;
  155. text-align:right;
  156. font-family: cambria;
  157. font-size:10px;
  158. font-style:normal;
  159. font-weight:normal;
  160. margin-left:40px;
  161. width:420px;
  162. margin-top: 440px;
  163. color:{color:subtitle};
  164. letter-spacing:3px;}
  165.  
  166. #sidebar {
  167. position:fixed;
  168. width:200px;
  169. margin-left:30px;
  170. margin-top:230px;}
  171.  
  172. #sidebar img {
  173. width:200px;
  174. height:200px;
  175. opacity:0.9;
  176. -webkit-transition: all 0.5s ease-in-out;
  177. -moz-transition: all 0.5s ease-in-out;
  178. -o-transition: all 0.5s ease-in-out;}
  179.  
  180. #nav {
  181. position:fixed;
  182. width:200px;
  183. opacity:0.1;
  184. margin-top:-183px;
  185. margin-left:auto;
  186. -webkit-transition: all 0.5s ease-in-out;
  187. -moz-transition: all 0.5s ease-in-out;
  188. -o-transition: all 0.5s ease-in-out;}
  189.  
  190. #nav a {
  191. margin-top:5px;
  192. margin-left:0px;
  193. text-align:center;
  194. font-size:11px;
  195. text-transform:lowercase;
  196. display:block;
  197. letter-spacing:2px;
  198. padding:5px;
  199. line-height:80%;
  200. color:{color:sidebar links};
  201. background:{color:sidebar links bg};}
  202.  
  203. #nav a:hover {
  204. background:{color:sidebar links};
  205. color:{color:sidebar links bg};}
  206.  
  207. #sidebar:hover #nav {opacity:1;}
  208.  
  209. #sidebar:hover img {opacity:0.5;}
  210.  
  211. #sidebar2 {
  212. position:fixed;
  213. width:200px;
  214. margin-left:250px;
  215. margin-top:230px;
  216. opacity:1;
  217. -webkit-transition: all 0.5s ease-in-out;
  218. -moz-transition: all 0.5s ease-in-out;
  219. -o-transition: all 0.5s ease-in-out;}
  220.  
  221. #links {
  222. -webkit-transition: all 0.5s ease-in-out;
  223. -moz-transition: all 0.5s ease-in-out;
  224. -o-transition: all 0.5s ease-in-out;}
  225.  
  226. #links a {
  227. text-align:center;
  228. font-size:10px;
  229. padding:5px;
  230. text-transform:lowercase;
  231. letter-spacing:2px;
  232. line-height:80%;
  233. color:{color:sidebar links};}
  234.  
  235. #links a:hover {
  236. color:{color:description};}
  237.  
  238. #desc {
  239. opacity:1;
  240. position:fixed;
  241. margin-left:-10px;
  242. font-family:cambria;
  243. line-height:110%;
  244. font-size:{text:Text Size};
  245. width:200px;
  246. height:150px;
  247. overflow:auto;
  248. padding:9px;
  249. text-align:justify;
  250. color:{color:description};}
  251.  
  252. #container {
  253. padding:10px;
  254. width:500px;
  255. margin-left:460px;
  256. margin-top:0px;}
  257.  
  258. #posts {
  259. width:500px;
  260. border-radius: 10px;
  261. padding-bottom:30px;
  262. padding:20px;
  263. margin-top:10px;
  264. background-color:{color:transparent};}
  265.  
  266.  
  267. #info {
  268. text-align:right;
  269. margin-top:8px;
  270. text-transform:uppercase;
  271. font-size:8px;
  272. font-style:none;
  273. border-top:1px solid {color:line};}
  274.  
  275. #tags {
  276. font-family:cambria;
  277. letter-spacing:0px;
  278. text-transform:lowercase;
  279. font-size:10px;
  280. font-style:italic;
  281. margin-top:2px;
  282. text-align:right;
  283. float:right;}
  284.  
  285. #tags a {
  286. display:inline-block;
  287. padding:-3px;
  288. text-align:right;
  289. color:{color:tags};}
  290.  
  291. #tags a:hover {
  292. color:{color:text};}
  293.  
  294. #posts:hover #info {
  295. opacity:1;}
  296.  
  297. #linkpost {
  298. font-size:18px;
  299. letter-spacing:0px;
  300. -webkit-transition: all 0.7s ease-in-out;
  301. -moz-transition: all 0.7s ease-in-out;
  302. -o-transition: all 0.7s ease-in-out;
  303. -ms-transition: all 0.7s ease-in-out;
  304. text-transform:lowercase;}
  305.  
  306. #linkpost a {
  307. font-size:18px;
  308. letter-spacing:0px;
  309. -webkit-transition: all 0.7s ease-in-out;
  310. -moz-transition: all 0.7s ease-in-out;
  311. -o-transition: all 0.7s ease-in-out;
  312. -ms-transition: all 0.7s ease-in-out;
  313. text-transform:lowercase;}
  314.  
  315. #linkpost a:hover {letter-spacing:3px;}
  316.  
  317. #linkpost:hover {letter-spacing:3px;}
  318.  
  319. .bubble {align:right;background:#eee; margin:7px 0px 5px 66px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
  320. .bubble p {margin:1px 0px;}
  321. .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid #eee;}
  322.  
  323. .askborder {float: left;margin: 1px 4px 0 0;padding: 2px; background: #eee} ::-webkit-scrollbar {
  324. width: 6px;
  325. height: 6px;
  326. background:;}
  327.  
  328. #audio {
  329. width:25px;
  330. overflow:hidden;
  331. z-index:500;
  332. margin-top:30px;
  333. margin-left:30px;
  334. position:absolute;}
  335.  
  336.  
  337. #pagination {
  338. color:{color:description};
  339. font-size:10px;
  340. text-align:center;}
  341.  
  342. {CustomCSS}</style>
  343.  
  344. </head><body>
  345. <div id="title">{title}</div>
  346. <div id="subtitle">{text:subtitle}</div>
  347. <div id="sidebar">
  348. <img src="{image:sidebar}">
  349.  
  350. <div id="nav">
  351. {block:IfLink1}<a href="{text:link1 url}">{text:link1}</a>{/block:IfLink1}
  352. {block:IfLink2}<a href="{text:link2 url}">{text:link2}</a>{/block:IfLink2}
  353. {block:IfLink3}<a href="{text:link3 url}">{text:link3}</a>{/block:IfLink3}
  354. {block:IfLink4}<a href="{text:link4 url}">{text:link4}</a>{/block:IfLink4}
  355. {block:IfLink5}<a href="{text:link5 url}">{text:link5}</a>{/block:IfLink5}
  356. {block:IfLink6}<a href="{text:link6 url}">{text:link6}</a>{/block:IfLink6}
  357. {block:IfLink7}<a href="{text:link7 url}">{text:link7}</a>{/block:IfLink7}
  358. </div>
  359. </div>
  360.  
  361. <div id="sidebar2">
  362. <div id="links">
  363. <a href="/">refresh</a>
  364. <a href="/ask">ask</a>
  365. <a href="/submit">submit</a>
  366. <a href="/archive">archive</a></div><br>
  367.  
  368. <div id="pagination">{block:Pagination}
  369. {block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}{block:JumpPagination length="1"}
  370. {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>
  371. <div id="desc">{Description}</div>
  372.  
  373.  
  374.  
  375. </div>
  376.  
  377. <div id="container">{block:Posts}<div id="posts">
  378.  
  379. {block:Text}<div id="linkpost">{block:Title}{Title}{/block:Title}</div>{Body}{/block:Text}
  380.  
  381. {block:Link}<div id="linkpost"><a href="{URL}"{Target}>{Name}→</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
  382.  
  383. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{block:PermalinkPage}{/block:PermalinkPage}{/block:Photo}
  384.  
  385. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{block:PermalinkPage}{/block:PermalinkPage}{/block:Photoset}
  386.  
  387. {block:Quote}<div style="font-size:18px;line-height:100%;">❝{Quote}❞</div><P><div style="text-align:right;">--{Source}</div>{/block:Quote}
  388.  
  389. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<div id="audio">{AudioPlayerWhite}</left></div>
  390. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  391. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  392. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times{block:Caption}{Caption}{/block:Caption}{block:PermalinkPage}{/block:PermalinkPage}
  393. {/block:Audio}
  394.  
  395. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{block:PermalinkPage}{/block:PermalinkPage}{/block:Video}
  396.  
  397. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  398.  
  399. {block:Answer}
  400. <img src="{AskerPortraitURL-48}" width="40px" align="left" class="askborder"><div class="bubble"><span></span>{Asker} asked: {Question}&nbsp;</div><br>{Answer}
  401. {/block:Answer}
  402.  
  403. <div id="info">
  404. <br>posted on <a href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}">{DayOfMonthWithZero}.{MonthNumberWithZero}.{Year}</a> at <a href="{Permalink}">{12Hour}:{Minutes} </a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}">© {SourceLink}</a> {/block:ContentSource} - <a href="{Permalink}">{NoteCountWithLabel}</a> [ <a href="{ReblogURL}">reblog</a> ]<br>
  405. {block:HasTags}<div id="tags">tagged as:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  406. {/block:Posts}
  407. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  408. {/block:Posts}</div></div>
  409.  
  410. <div style="position:fixed;bottom:3px; right:3px; font-size:7px; letter-spacing:1px; font-family:cambria;"><a href="https://octomoosey.tumblr.com/">© OCTOMOOSEY</a></center></div>
  411. </div>
  412.  
  413. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment