Advertisement
octomoosey

Technophile

Oct 4th, 2013
2,175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.92 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="#2b2a2a"/>
  14. <meta name="color:side text" content="#acacac"/>
  15. <meta name="color:title" content="#809729"/>
  16. <meta name="color:post bg" content="#c7c7c7"/>
  17. <meta name="color:link" content="#809729"/>
  18. <meta name="color:hover" content="#5e5e5e"/>
  19. <meta name="color:blockquote" content="#e2e2e2" />
  20. <meta name="color:scrollbarbg" content="ffffff"/>
  21. <meta name="color:background" content="#ffffff" />
  22. <meta name="color:sidebar" content="#000000" />
  23. <meta name="color:bold" content="#809729" />
  24. <meta name="color:italic" content="#809729" />
  25. <meta name="color:side links" content="#acacac"/>
  26. <meta name="color:title" content="#809729"/>
  27.  
  28. <meta name="image:background" content="https://static.tumblr.com/86jccts/i5Smu5haa/tattootech.jpg"/>
  29. <meta name="image:sidebar" content="https://static.tumblr.com/86jccts/abFmu5hcc/samlaptop.gif"/>
  30.  
  31. <meta name="text:link 01" content=""/>
  32. <meta name="text:link 01 title" content=""/>
  33. <meta name="text:link 02" content="">
  34. <meta name="text:link 02 title" content=""/>
  35. <meta name="text:link 03" content=""/>
  36. <meta name="text:link 03 title" content=""/>
  37. <meta name="text:link 04" content=""/>
  38. <meta name="text:link 04 title" content=""/>
  39. <meta name="text:link 05" content=""/>
  40. <meta name="text:link 05 title" content=""/>
  41. <meta name="text:link 06" content=""/>
  42. <meta name="text:link 06 title" content=""/>
  43. <meta name="text:link 07" content="">
  44. <meta name="text:link 07 title" content=""/>
  45. <meta name="text:link 08" content=""/>
  46. <meta name="text:link 08 title" content=""/>
  47. <meta name="text:link 09" content=""/>
  48. <meta name="text:link 09 title" content=""/>
  49. <meta name="text:link 10" content=""/>
  50. <meta name="text:link 10 title" content=""/>
  51.  
  52.  
  53. <meta name="text:Text Size" content="10px" />
  54. <meta name="if:tiny cursor" content="1"/>
  55. <meta name="if:greyscale" content="1"/>
  56.  
  57. <link href='https://fonts.googleapis.com/css?family=PT+Mono' rel='stylesheet' type='text/css'>
  58.  
  59. <style type="text/css">
  60.  
  61. iframe#tumblr_controls {
  62. right:3px !important;
  63. position: fixed !important;
  64. -webkit-transition: opacity 0.7s
  65. linear;opacity: 0.2;
  66. -webkit-transition: all 0.8s ease-out;
  67. -moz-transition: all 0.8s ease-out;
  68. transition: all 0.8s ease-out;
  69. }
  70.  
  71. iframe#tumblr_controls:hover{
  72. -webkit-transition: opacity 0.7s linear;
  73. opacity: 1;
  74. -webkit-transition: all 0.4s ease-out;
  75. -moz-transition: all 0.4s ease-out;
  76. transition: all 0.4s ease-out;
  77. }
  78.  
  79. {block:iftinycursor}
  80. body, a, a:hover {cursor: url(https://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;}{/block:iftinycursor}
  81.  
  82. ::-webkit-scrollbar {
  83. width: 5px;height: 5px;}
  84. ::-webkit-scrollbar-button:start:decrement,
  85. ::-webkit-scrollbar-button:end:increment {
  86. height: 6px;display: block;background-color: {color:white};}
  87. ::-webkit-scrollbar-track-piece {
  88. background-color: {color:scrollbarbg};}
  89. ::-webkit-scrollbar-thumb:vertical {
  90. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  91.  
  92. body {
  93. background-color:{color:Background};
  94. color:{color:Text};
  95. font-family: 'PT Mono', sans-serif;
  96. font-size: {text:Text Size};
  97. margin: 0px;
  98. padding: 0px;}
  99.  
  100. a {
  101. text-decoration:none;
  102. outline:none;
  103. -moz-outline-style:none;
  104. color:{color:link};}
  105.  
  106. a:hover {
  107. text-decoration:none;
  108. outline:none;
  109. -moz-outline-style:none;
  110. color:{color:sidebar text};}
  111.  
  112. {block:IfGreyscale}
  113. img{
  114. -webkit-filter:grayscale(100%);
  115. -webkit-transition: all 0.9s ease-in-out;
  116. -moz-transition: all 0.9s ease-in-out;
  117. -o-transition: all 0.9s ease-in-out;
  118. -ms-transition: all 0.9s ease-in-out;
  119. transition: all 0.9s ease-in-out;}
  120.  
  121. img:hover{
  122. -webkit-filter:none;
  123. }
  124.  
  125. .html_photoset {
  126. -webkit-filter: grayscale(100%);
  127. -webkit-transition: all 0.9s ease-in-out;
  128. -moz-transition: all 0.9s ease-in-out;
  129. -o-transition: all 0.9s ease-in-out;
  130. -ms-transition: all 0.9s ease-in-out;
  131. transition: all 0.9s ease-in-out;}
  132.  
  133. .html_photoset:hover {
  134. -webkit-filter: none;
  135. }
  136. {/block:IfGreyscale}
  137.  
  138. blockquote {
  139. padding:2px 7px;
  140. margin:3px 0 3px 8px;
  141. border-left:2px solid {color:border};
  142. background-color:{color:blockquote};}
  143.  
  144. blockquote img {
  145. max-width:475px;}
  146.  
  147. b, strong, .strong {color:{color:Bold};}
  148. i, em, .em {color:{color:Italic};}
  149.  
  150. h1 {
  151. font-weight:normal;
  152. font-size:14px;
  153. text-align:left;
  154. font-style:normal;
  155. color:{color:title};
  156. line-height:80%;
  157. letter-spacing:1px;
  158. text-transform:uppercase;}
  159.  
  160. h2 {
  161. font-size:12px;
  162. text-align:center;
  163. line-height:100%;
  164. letter-spacing:1px;
  165. color:{color:title};
  166. font-weight:normal;
  167. font-style:italic;
  168. padding:5px;
  169. padding-bottom:2px;}
  170.  
  171. a:hover {
  172. opacity:10;
  173. color:{color:hover};
  174. -webkit-transition: all 0.7s ease;
  175. -moz-transition: all 0.7s ease;
  176. -o-transition: all 0.7s ease}
  177.  
  178. #title {
  179. font-family: 'PT Mono', sans-serif;
  180. font-size:22px;
  181. font-style:normal;
  182. font-weight:normal;
  183. margin-top: 30px;
  184. color:{color:title};
  185. border-bottom: 1px dotted {color:side text};
  186. letter-spacing:3px;
  187. text-transform:uppercase;
  188. text-align:left;}
  189.  
  190. #sideborder {
  191. position:fixed;
  192. width:100%;
  193. margin-left:590px;
  194. margin-top:0px;
  195. height:100%;
  196. background-color:{color:sidebar};
  197. background-image: url('{image:background}');
  198. background-position: right bottom;
  199. background-repeat: no-repeat;
  200. background-attachment: fixed;}
  201.  
  202. #sideborder2 {
  203. position:fixed;
  204. width:32px;
  205. margin-left:0px;
  206. margin-top:0px;
  207. height:110%;
  208. background-color:{color:sidebar};}
  209.  
  210. #sidebar {
  211. z-index: 9;
  212. position:fixed;
  213. width:200px;
  214. margin-left:610px;
  215. margin-top:0px;
  216. height:110%;
  217. text-align:left;}
  218.  
  219. #sidebarimage {
  220. width: 200px;}
  221.  
  222. #sidebarimage img {
  223. width:200px;
  224. margin-top:15px;
  225. margin-left:0px;}
  226.  
  227. .shape{
  228. width:200px;
  229. height:200px;
  230. -moz-border-radius:100px 100px 100px 100px;
  231. -o-border-radius:100px 100px 100px 100px;
  232. -webkit-border-radius:100px 100px 100px 100px;
  233. border-radius:100px 100px 100px 100px;}
  234.  
  235. #description {
  236. color:{color:side text};
  237. letter-spacing:0px;
  238. font-family: 'PT Mono', sans-serif;
  239. width:200px;
  240. position:fixed;
  241. text-transform:none;}
  242.  
  243. #links {
  244. width:200px;
  245. margin-top:80px;
  246. margin-left:820px;
  247. line-height:130%;
  248. text-align:left;
  249. text-transform:lowercase;
  250. word-spacing:2px;
  251. position:fixed;
  252. padding-bottom:7px;
  253. padding:8px;
  254. background-color:transparent;
  255. text-decoration:none;}
  256.  
  257. #links a {
  258. font-size: 10px;
  259. border-left: 10px solid;
  260. color:{color:sidebar};
  261. border-color:{color:title};
  262. -webkit-transition: all 0.7s ease;
  263. -moz-transition: all 0.7s ease;
  264. -o-transition: all 0.7s ease;}
  265.  
  266. #links a:hover {
  267. color: {color:side links};
  268. border-left: 15px solid {color:side links};}
  269.  
  270.  
  271. #entries {
  272. padding:10px;
  273. width:500px;
  274. margin-left:40px;
  275. margin-top:0px;
  276. font-size:10px;}
  277.  
  278. #post {
  279. top:-20px;
  280. width:500px;
  281. padding-bottom:10px;
  282. padding:10px;
  283. margin-top:10px;
  284. border-radius: 10px;
  285. font-style:normal;
  286. font-size: {text:Text Size};
  287. letter-spacing:1px;
  288. line-height:120%;
  289. color:{color:text};
  290. background-color:{color:post bg};}
  291.  
  292. #info {
  293. text-align:center;
  294. margin-top:10px;
  295. padding:3px;
  296. text-transform:uppercase;
  297. font-size:8px;
  298. font-style:none;
  299. border-radius: 10px;
  300. background-color:{color:background};}
  301.  
  302. .note {
  303. font-style:normal;}
  304.  
  305. #tags {
  306. text-transform:lowercase;
  307. font-size:9px;
  308. font-style:normal;
  309. margin-top:0px;
  310. text-align:center;}
  311.  
  312. #asker {
  313. padding:8px;
  314. letter-spacing:2px;
  315. text-align:right;
  316. font-style:italic;
  317. border-radius: 10px;
  318. color:{color:text};
  319. background-color:{color:background};}
  320.  
  321. #pagination {
  322. color:{color:side text};}
  323.  
  324. {CustomCSS}</style></head><body>
  325. <div id="sideborder2"></div>
  326. <div id="sideborder"></div>
  327. <div id="sidebar">
  328.  
  329. <a href="/"><div id="title">{Title}</div></a><p>
  330.  
  331. <div id="pagination">{block:Pagination}
  332. {block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}{block:JumpPagination length="1"}
  333. {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> <br>
  334.  
  335. <div id="description">
  336. {Description}
  337.  
  338. <div id="sidebarimage"><a title="home" href="/"><img src="{image:Sidebar}" class="shape"></a></div></div>
  339. <p>
  340.  
  341. </div>
  342. <div id="links">
  343. <a href="/">&nbsp;Home</a><br>
  344. <a href="/ask">&nbsp;Message me</a><br>
  345. <a href="/submit">&nbsp;Submit</a><br>
  346. {block:iflink01title}<a href="{text:link 01}">&nbsp;{text:link 01 title}</a>{/block:iflink01title}<br>
  347. {block:iflink02title}<a href="{text:link 02}">&nbsp;{text:link 02 title}</a>{/block:iflink02title}<br>
  348. {block:iflink03title}<a href="{text:link 03}">&nbsp;{text:link 03 title}</a>{/block:iflink03title}<br>
  349. {block:iflink04title}<a href="{text:link 04}">&nbsp;{text:link 04 title}</a>{/block:iflink04title}<br>
  350. {block:iflink05title}<a href="{text:link 05}">&nbsp;{text:link 05 title}</a>{/block:iflink05title}<br>
  351. {block:iflink06title}<a href="{text:link 06}">&nbsp;{text:link 06 title}</a>{/block:iflink06title}<br>
  352. {block:iflink07title}<a href="{text:link 07}">&nbsp;{text:link 07 title}</a>{/block:iflink07title}<br>
  353. {block:iflink08title}<a href="{text:link 08}">&nbsp;{text:link 08 title}</a>{/block:iflink08title}<br>
  354. {block:iflink09title}<a href="{text:link 09}">&nbsp;{text:link 09 title}</a>{/block:iflink09title}<br>
  355. {block:iflink10title}<a href="{text:link 10}">&nbsp;{text:link 10 title}</a>{/block:iflink10title}<br>
  356. </div>
  357.  
  358. <div id="entries">{block:Posts}<div id="post">
  359.  
  360. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  361.  
  362. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  363.  
  364. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  365.  
  366. {block:Quote}{Quote}{/block:Quote}
  367.  
  368. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  369.  
  370. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  371.  
  372. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  373. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  374. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  375. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times{block:Caption}{Caption}{/block:Caption}
  376. {/block:Audio}
  377.  
  378. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  379.  
  380. {block:Answer}<div id="asker"><span style="text-transform:uppercase;font-size:9px;font-style:italic;">incoming message-— {Asker}: </span>{Question}</div><left> <font face="Carrois Gothic', sans-serif">{Answer}</font>{/block:Answer}
  381.  
  382. <div id="info">
  383. posted <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(<a href="{SourceURL}">source <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  384. {block:HasTags}<div id="tags">tagged as:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  385.  
  386. <div class="note">
  387. {block:PostNotes}{PostNotes}{/block:PostNotes}
  388. {/block:Posts}</div></div></div>
  389.  
  390. <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>
  391.  
  392. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement