Advertisement
Guest User

veggie ew

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