Advertisement
octomoosey

in flux

Nov 19th, 2014
34,746
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.07 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:background" content="#fff"/>
  12. <meta name="color:postbg" content="#fff"/>
  13. <meta name="color:nav" content="#fff"/>
  14. <meta name="color:navbg" content="#222"/>
  15. <meta name="color:navbghover" content="#333"/>
  16. <meta name="color:pagination" content="#fff"/>
  17. <meta name="color:paginationhover" content="#eee"/>
  18. <meta name="color:text" content="#1b1919"/>
  19. <meta name="color:title" content="#1b1919"/>
  20. <meta name="color:description" content="#1b1919"/>
  21. <meta name="color:link" content="#b8b8b8"/>
  22. <meta name="color:hover" content="#b8b8b8"/>
  23. <meta name="color:scrollbar" content="#999"/>
  24. <meta name="color:border" content="#000"/>
  25. <meta name="color:bold" content="#a50000" />
  26. <meta name="color:italic" content="#a50000" />
  27. <meta name="color:blockquote" content="#000000" />
  28. <meta name="color:pre" content="#000000" />
  29. <meta name="color:pretext" content="#000000" />
  30.  
  31. <meta name="image:background" content=""/>
  32.  
  33. <meta name="if:greyscale" content="1"/>
  34. <meta name="font:body font" content="Gibson">
  35. <meta name="text:text size" content="11px" />
  36.  
  37. <meta name="text:post margin left" content="80"/>
  38. <meta name="text:post margin top" content="100"/>
  39. <meta name="text:post height" content="500"/>
  40. <meta name="text:sidebar margin left" content="650"/>
  41. <meta name="text:sidebar margin top" content="90"/>
  42. <meta name="text:background position" content="bottom right"/>
  43.  
  44. <meta name="text:link 1" content="link 1"/>
  45. <meta name="text:link 1 url" content="/"/>
  46. <meta name="text:link 2" content="link 2"/>
  47. <meta name="text:link 2 url" content="/"/>
  48. <meta name="text:link 3" content="link 3"/>
  49. <meta name="text:link 3 url" content="/"/>
  50. <meta name="text:link 4" content="link 4"/>
  51. <meta name="text:link 4 url" content="/"/>
  52. <meta name="text:link 5" content="link 5"/>
  53. <meta name="text:link 5 url" content="/"/>
  54.  
  55. <script type="text/javascript" src="https://static.tumblr.com/86jccts/wpsmuemne/hoverqtip.js"></script>
  56.  
  57. <style type="text/css">
  58.  
  59. ::-webkit-scrollbar-track {
  60.  
  61. background-color: {color:postbg};}
  62.  
  63. ::-webkit-scrollbar {
  64. width: 5px;}
  65.  
  66. ::-webkit-scrollbar-thumb {
  67. background-color: #FFF;
  68. background-image: -webkit-linear-gradient(90deg,
  69. rgba(0, 0, 0, 1) 0%,
  70. rgba(0, 0, 0, 1) 25%,
  71. transparent 100%,
  72. rgba(0, 0, 0, 1) 75%,
  73. transparent);}
  74.  
  75. body {
  76. background-color:{color:background};
  77. background-image: url('{image:background}');
  78. background-position: {text:background position};
  79. background-repeat: no-repeat;
  80. background-attachment: fixed;
  81. line-height:110%;
  82. color:{color:text};
  83. font-family:{font:body font};
  84. font-size: {text:text size};}
  85.  
  86. a {
  87. text-decoration:none;
  88. outline:none;
  89. -moz-outline-style:none;
  90. color:{color:link};
  91. -webkit-transition: all 0.7s ease;
  92. -moz-transition: all 0.7s ease;
  93. -o-transition: all 0.7s ease;}
  94.  
  95. a:hover {
  96. color:{color:hover};
  97. -webkit-transition: all 0.7s ease;
  98. -moz-transition: all 0.7s ease;
  99. -o-transition: all 0.7s ease;}
  100.  
  101. a span {
  102. text-decoration:none;
  103. outline:none;
  104. -moz-outline-style:none;
  105. color:{color:pagination};
  106. -webkit-transition: all 0.7s ease;
  107. -moz-transition: all 0.7s ease;
  108. -o-transition: all 0.7s ease;}
  109.  
  110. a span:hover {
  111. text-decoration:none;
  112. outline:none;
  113. -moz-outline-style:none;
  114. color:{color:paginationhover};
  115. -webkit-transition: all 0.7s ease;
  116. -moz-transition: all 0.7s ease;
  117. -o-transition: all 0.7s ease;}
  118.  
  119. blockquote {
  120. padding:2px 7px;
  121. margin:3px 0 3px 8px;
  122. border-left:1px dashed {color:line};
  123. background-color:{color:blockquote};}
  124.  
  125. blockquote img {
  126. max-width:100%;}
  127.  
  128. b, strong {
  129. color:{color:bold};}
  130.  
  131. i, em {
  132. color:{color:italic};}
  133.  
  134. small,sup,sub {
  135. font-size:{text:Text Size}}
  136.  
  137. big {
  138. font-size:12px;}
  139.  
  140. pre {
  141. color:{color:pretext};
  142. background-color:{color:pre};
  143. font-size:10px;
  144. padding:20px;
  145. white-space: pre-wrap; /* css-3 */
  146. white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  147. white-space: -pre-wrap; /* Opera 4-6 */
  148. white-space: -o-pre-wrap; /* Opera 7 */
  149. word-wrap: break-word; /* Internet Explorer 5.5+ */}
  150.  
  151. {block:IfGreyscale}
  152.  
  153. img {
  154. -webkit-filter:grayscale(100%);
  155. -webkit-transition: all 0.9s ease-in-out;
  156. -moz-transition: all 0.9s ease-in-out;
  157. -o-transition: all 0.9s ease-in-out;
  158. -ms-transition: all 0.9s ease-in-out;
  159. transition: all 0.9s ease-in-out;}
  160.  
  161. img:hover {
  162. -webkit-filter:none;}
  163.  
  164. .html_photoset {
  165. -webkit-filter: grayscale(100%);
  166. -webkit-transition: all 0.9s ease-in-out;
  167. -moz-transition: all 0.9s ease-in-out;
  168. -o-transition: all 0.9s ease-in-out;
  169. -ms-transition: all 0.9s ease-in-out;
  170. transition: all 0.9s ease-in-out;}
  171.  
  172. .html_photoset:hover {
  173. -webkit-filter: none;}
  174.  
  175. {/block:IfGreyscale}
  176.  
  177. img {
  178. max-width:100%;}
  179.  
  180. h1 {
  181. font-size:16px;
  182. font-family:'Lato', sans-serif;
  183. font-weight: 300;
  184. letter-spacing: 1.5px;
  185. line-height: 130%;
  186. color:{color:text};}
  187.  
  188. #post {
  189. line-height:19.6000003814697px;
  190. width:400px;
  191. padding-bottom:0px;
  192. margin-top:90px;
  193. margin-bottom:0px;
  194. text-align: left;
  195. margin-left: 70px;}
  196.  
  197. #post img {
  198. max-width: 100%;}
  199.  
  200. #container {
  201. border: 1px solid {color:border};
  202. background:{color:postbg};
  203. width: 540px;
  204. height:{text:post height}px;
  205. top: {text:post margin top}px;
  206. left:{text:post margin left}px;
  207. z-index:999;
  208. position:relative;
  209. overflow-y:scroll;
  210. overflow-x:hidden;}
  211.  
  212. #side {
  213. position:fixed;
  214. left:{text:sidebar margin left}px;
  215. top:{text:sidebar margin top}px;
  216. width:400px;
  217. height: 40px;
  218. background:transparent;}
  219.  
  220. #title {
  221. text-align: left;
  222. text-transform:lowercase;
  223. font-weight:200;
  224. font-size: 29px;
  225. position: absolute;
  226. margin-top:18px;
  227. height: 40px;
  228. color:{color:title};
  229. letter-spacing:3px;}
  230.  
  231. #subtitle {
  232. position:fixed;
  233. color:{color:description};
  234. text-transform:lowercase;
  235. font-style: italic;}
  236.  
  237. #description {
  238. line-height:100%;
  239. margin-top:30px;
  240. padding:20px;
  241. width: 250px;
  242. color:{color:description};
  243. text-align: center;
  244. font-size: 11px;
  245. letter-spacing: 1px;}
  246.  
  247. .info {
  248. padding-top:5px;
  249. border-top:1px dashed {color:line};
  250. font-size:14px;
  251. text-align:center;
  252. margin-top:30px;
  253. line-height:15px;}
  254.  
  255. .tag {
  256. margin-top:3px;
  257. text-align:center;
  258. font-size:9px;
  259. font-style:normal;
  260. line-height:18px;}
  261.  
  262. .tag a {
  263. padding:5px;}
  264.  
  265. #asker {
  266. z-index:9999999999 !important;
  267. margin-left:20px;
  268. margin-top:-52px;
  269. margin-right:10px;}
  270.  
  271. #askurl {
  272. font-size:20px;
  273. letter-spacing:3px;
  274. margin-left:70px;
  275. margin-top:-25px;
  276. margin-right:5px;}
  277.  
  278. #question {
  279. font-size: {text:text size};
  280. margin-left:70px;
  281. margin-right:40px;
  282. padding:10px;
  283. text-align:justify;}
  284.  
  285. #quote {
  286. font-size:16px;
  287. font-family:'Lato', sans-serif;
  288. text-align: center;
  289. font-weight: 300;
  290. letter-spacing: 1.5px;
  291. line-height: 130%;
  292. padding-bottom: 10px;}
  293.  
  294. #cover {
  295. position: relative;
  296. z-index: 1;
  297. height: 80px;
  298. float:left;
  299. margin:4px;
  300. box-shadow:0px 0px 5px {color:box shadow};}
  301.  
  302. #button {
  303. width:20px;
  304. height:30px;
  305. overflow: hidden;
  306. position: relative;
  307. z-index: 99;
  308. margin: 15px 24px 13px 16px;}
  309.  
  310. #buttons {
  311. background-color: #fff;
  312. position: absolute;
  313. z-index: 99;
  314. margin-top: 15px;
  315. margin-left: 15px;
  316. opacity: 0;
  317. -webkit-transition: opacity 0.5s linear;
  318. -webkit-transition: all 0.5s linear;
  319. -moz-transition: all 0.5s linear;
  320. -o-transition: all 0.5s linear;}
  321.  
  322. #post:hover #buttons {
  323. opacity:1;}
  324.  
  325. #musicinfo {
  326. margin-left: 110px;
  327. font-size:10px;
  328. min-height:70px;
  329. text-align:left;
  330. position: relative;}
  331.  
  332. .note {
  333. text-transform:uppercase;
  334. width:430px;
  335. font-style:normal;
  336. letter-spacing:0px;
  337. font-size: 10px;
  338. text-align:left;
  339. line-height:100%;
  340. margin-left:-7px;}
  341.  
  342. .note li {
  343. list-style-type:none;
  344. border-bottom:1px solid {color:line};
  345. padding:10px 25px 10px 25px;
  346. text-align:left;
  347. -moz-transition-duration:0.5s;
  348. -webkit-transition-duration:0.5s;
  349. -o-transition-duration:0.5s;}
  350.  
  351. .note img.avatar {
  352. margin-right: 10px;
  353. width: 16px;
  354. height: 16px;}
  355.  
  356. #links {
  357. text-align:center;}
  358.  
  359. #links a {
  360. display:inline-block;
  361. font-size:12px;
  362. color:{color:nav};
  363. line-height:21px;
  364. text-align:center;
  365. width:22px;
  366. font-weight:normal;
  367. text-transform:uppercase;
  368. letter-spacing:1px;}
  369.  
  370. #links a:hover {
  371. opacity:0.7;
  372. color:{color:hover};}
  373.  
  374. div#qTip {
  375. background-color:{color:background};
  376. border:1px dashed {color:description};
  377. padding: 6px;
  378. display: none;
  379. text-align: center;
  380. position: absolute;
  381. font-size:12px;
  382. line-height:10px;
  383. z-index: 9999999;
  384. color: {color:title};
  385. letter-spacing: 1px;}
  386.  
  387. </style></head><body>
  388.  
  389. <div id="side">
  390.  
  391. <div id="title">{title}</div>
  392.  
  393. <div id="description">{Description}<p><span>{block:Pagination}
  394. {block:PreviousPage}<a href="{PreviousPage}"><big>⇜</big></a>{/block:PreviousPage} {CurrentPage} of {TotalPages} {block:NextPage}<a href="{NextPage}"><big>⇝</big></a>
  395. {/block:NextPage}
  396. {/block:Pagination}</span><p>
  397. <div id="links">
  398. <a href="/" title="home">I</a>
  399. <a href="/ask" title="questions">II</a>
  400. <a href="/submit" title="submit">III</a>
  401. {block:iflink1}<a href="{text:link 1 url}" title="{text:link 1}">IV</a>{/block:iflink1}
  402. {block:iflink2}<a href="{text:link 2 url}" title="{text:link 2}">V</a>{/block:iflink2}
  403. {block:iflink3}<a href="{text:link 3 url}" title="{text:link 3}">VI</a>{/block:iflink3}
  404. {block:iflink4}<a href="{text:link 4 url}" title="{text:link 4}">VII</a>{/block:iflink4}
  405. {block:iflink5}<a href="{text:link 5 url}" title="{text:link 5}">VIII</a>{/block:iflink5}
  406. <a href="https://octomoosey.tumblr.com/" title="theme">©</a></div>
  407.  
  408. </div>
  409. </div>
  410.  
  411. </div>
  412.  
  413. </div></div>
  414.  
  415. <div id="container">
  416.  
  417. {block:Posts}
  418.  
  419. <div id="post">
  420.  
  421. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  422.  
  423. {block:Photo}<center><img src="{PhotoURL-400}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  424.  
  425. {block:Photoset}<center>{Photoset-400}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  426.  
  427. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  428.  
  429. {block:Quote}<div id="quote">{Quote}</div><br>{block:Source}<b><div style="font-family: courier new; font-size: 11px; text-align: center;">{Source}</div></b>{/block:Source}{/block:Quote}
  430.  
  431. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  432. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  433. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  434. {/block:ExternalAudio}<br><br>
  435. {block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
  436.  
  437. {block:Video}
  438. {Video-400}
  439. {block:Caption}{Caption}{/block:Caption}
  440. {/block:Video}
  441.  
  442. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}<font size="2">{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br><br>{/block:Lines}</font>{/block:Chat}
  443.  
  444. {block:Answer}<div id="ask"><div id="asker"><img src="{AskerPortraitURL-30}"></div><div id="askurl">{Asker}:</div>
  445. <div id="question">{Question}</div></div>{Answer}{/block:Answer}
  446.  
  447. <div class="info">
  448. {block:date}<a href="{Permalink}"> posted;
  449. {block:Date}{TimeAgo}</a>{/block:Date}
  450. {block:NoteCount}
  451. with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} <a href="{ReblogURL}"> - reblog</a><br>
  452.  
  453. {block:RebloggedFrom}
  454. via; <a href="{ReblogParentURL}">{ReblogParentName}</a>
  455. source; <a href="{ReblogRootURL}">{ReblogRootName}</a>
  456. {/block:RebloggedFrom}
  457. </div>
  458.  
  459. <div class="tag">{block:HasTags}{block:Tags}♱ <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  460. </div>
  461.  
  462. {block:PostNotes}
  463. <div class="note">
  464. {PostNotes}
  465. </div>
  466. {/block:PostNotes}
  467.  
  468. {/block:Posts}
  469.  
  470. </div>
  471.  
  472. {block:ContentSource}
  473. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  474. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  475. {/block:SourceLogo}
  476. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  477. {/block:ContentSource}
  478. </div>
  479.  
  480. </div>
  481.  
  482. </div>
  483.  
  484. </body>
  485. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement