Advertisement
Guest User

fregw

a guest
Mar 3rd, 2015
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.77 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. <!--
  4.  
  5.  
  6. ▪ ▪ ▪ ▪ ▪ ▪ { Pʟᴇᴀsᴇ ᴅᴏ ɴᴏᴛ ʀᴇᴍᴏᴠᴇ ᴄʀᴇᴅɪᴛs!
  7.  
  8. ___ ___ ___ ___ ___ ___ __ __
  9. / __|/ _ \ | \ | __|/ __| | _ )\ \ / /
  10. | (__| (_) || |) || _| \__ \ | _ \ \ V /
  11. \___|\___/ |___/ |___||___/ |___/ |_|
  12. ___ ___ _ _ ___ ___ ___ ___
  13. | _ \ / _ \ | || || _ \ / _ \ | _ \ / _ \
  14. | _/| (_) || __ || /| (_) || /| (_) |
  15. |_| \___/ |_||_||_|_\ \___/ |_|_\ \___/
  16.  
  17.  
  18. ★ http://pohroro.tumblr.com } ▪ ▪ ▪ ▪ ▪ ▪
  19.  
  20.  
  21. -->
  22.  
  23. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  24.  
  25. <head>
  26.  
  27. <title>{Title}</title>
  28. <link rel="shortcut icon" href="{Favicon}">
  29. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  30.  
  31. <!--{block:ifInfiniteScrolling}-->
  32. <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  33. <!-- {/block:ifInfiniteScrolling} -->
  34.  
  35. <script type="text/javascript" src="http://static.tumblr.com/tiu5k68/xTkm8wqw2/tumblr-title-qtip.js"></script>
  36.  
  37. <meta name="color:Body Font" content="#C2C2C2" />
  38. <meta name="color:Background" content="#FFFFFF" />
  39. <meta name="color:Subtitle" content="#9DD3DF" />
  40. <meta name="color:Link" content="#9DD3DF" />
  41. <meta name="color:Hover Link" content="#606060" />
  42. <meta name="color:Description" content="#C2C2C2" />
  43. <meta name="color:Post Background" content="#FFFFFF" />
  44. <meta name="color:Navigation Link" content="#C2C2C2" />
  45. <meta name="color:Hover Navigation Link" content="#9DD3DF" />
  46. <meta name="color:Container Background" content="#F9F9F9" />
  47. <meta name="color:Permalink" content="#9DD3DF" />
  48. <meta name="color:Border" content="#C4C4C4" />
  49. <meta name="color:Gradient" content="#9DD3DF" />
  50. <meta name="color:Title" content="#9DD3DF" />
  51. <meta name="color:Scrollbar" content="#C2C2C2" />
  52. <meta name="color:Tags" content="#C2C2C2" />
  53.  
  54. <meta name="if:Infinite Scrolling" content="0" />
  55. <meta name="if:Show Captions" content="0" />
  56. <meta name="if:Monochrome" content="0" />
  57. <meta name="if:Custom Link Three" content="1" />
  58. <meta name="if:Custom Link Four" content="1" />
  59. <meta name="if:Custom Link Five" content="1" />
  60. <meta name="if:Custom Link Six" content="1" />
  61. <meta name="if:Custom Link Seven" content="1" />
  62. <meta name="if:Custom Link Eight" content="1" />
  63. <meta name="if:Custom Link Nine" content="1" />
  64. <meta name="if:Custom Link Ten" content="1" />
  65.  
  66. <meta name="image:Background" content="" />
  67. <meta name="image:Bottom Background" content="" />
  68.  
  69. <meta name="text:Body Font Size" content="10px" />
  70. <meta name="text:Subtitle" content="ART'S AMBROSIA." />
  71.  
  72. <meta name="text:Link One" content="Index" />
  73. <meta name="text:Link One URL" content="/" />
  74. <meta name="text:Link Two" content="Message" />
  75. <meta name="text:Link Two URL" content="/ask" />
  76. <meta name="text:Link Three" content="Archive" />
  77. <meta name="text:Link Three URL" content="/archive" />
  78. <meta name="text:Link Four" content="Link Four" />
  79. <meta name="text:Link Four URL" content="Link Four URL" />
  80. <meta name="text:Link Five" content="Link Five" />
  81. <meta name="text:Link Five URL" content="Link Five URL" />
  82. <meta name="text:Link Six" content="Link Six" />
  83. <meta name="text:Link Six URL" content="Link Six URL" />
  84. <meta name="text:Link Seven" content="Link Seven" />
  85. <meta name="text:Link Seven URL" content="Link Seven URL" />
  86. <meta name="text:Link Eight" content="Link Eight" />
  87. <meta name="text:Link Eight URL" content="Link Eight URL" />
  88. <meta name="text:Link Nine" content="Link Nine" />
  89. <meta name="text:Link Nine URL" content="Link Nine URL" />
  90. <meta name="text:Link Ten" content="Link Ten" />
  91. <meta name="text:Link Ten URL" content="Link Ten URL" />
  92.  
  93. <style type="text/css">
  94.  
  95. div#qTip {
  96. font-size: 7px;
  97. color: {color:Background};
  98. text-align: left;
  99. text-transform: uppercase;
  100. letter-spacing: 1px;
  101. background: {color:Title};
  102. display: none;
  103. position: absolute;
  104. border-radius: 3px;
  105. z-index: 99999999;
  106. padding: 4px;
  107. margin: -20px 0 0 20px;
  108. }
  109.  
  110. body {
  111. margin: 0;
  112. padding: 0;
  113. height: 100%;
  114. font-family: Arial;
  115. padding-left: 100px;
  116. color: {color:Body Font};
  117. font-size: {text:Body Font Size};
  118. background: url({image:Background}) {color:Background};
  119. }
  120.  
  121. #bottom-bg {
  122. width: 500px;
  123. height: 500px;
  124. margin-top: -70px;
  125. margin-right: -770px;
  126. position: fixed;
  127. }
  128.  
  129. a {
  130. color: {color:Link};
  131. text-decoration: none;
  132. -webkit-transition: all 0.5s ease;
  133. -moz-transition: all 0.5s ease;
  134. transition: all 0.5s ease;
  135. }
  136.  
  137. a:hover {
  138. color: {color:Hover Link};
  139. -webkit-transition: all 0.5s ease;
  140. -moz-transition: all 0.5s ease;
  141. transition: all 0.5s ease;
  142. }
  143.  
  144. h1 {
  145. color: {color:Link};
  146. font-weight: none;
  147. text-transform: lowercase;
  148. letter-spacing: -1px;
  149. }
  150.  
  151. blockquote, blockquote blockquote {
  152. border-left: 1px dotted {color:Border};
  153. padding-left: 15px;
  154. margin-left: 10px;
  155. }
  156.  
  157. {block:IfMonochrome}
  158. img {
  159. filter: gray;
  160. filter: grayscale(100%);
  161. -webkit-filter: grayscale(100%);
  162. -moz-filter: grayscale(100%);
  163. -ms-filter: grayscale(100%);
  164. -o-filter: grayscale(100%);
  165. }
  166. {/block:IfMonochrome}
  167.  
  168. #container {
  169. background: {color:Container Background};
  170. width: 530px;
  171. height: auto;
  172. margin: 0 auto;
  173. left: 15%;
  174. right: 0%;
  175. position: absolute;
  176. padding: 50px;
  177. z-index: 1;
  178. }
  179.  
  180. #header {
  181. color:{color:text};
  182. position:fixed;
  183. width:120px;
  184. height:500px;
  185. margin-top:140px;
  186. margin-left:-340px;
  187. text-align:left;
  188. }
  189.  
  190. #title {
  191. font-size: 50px;
  192. width: 130px;
  193. font-family: Arial Black;
  194. letter-spacing: -2px;
  195. color: {color:Title};
  196. margin: 0 auto;
  197. font-weight: bold;
  198. line-height: 55px;
  199. border-bottom: 1px solid {color:Border};
  200. }
  201.  
  202. #description {
  203. width: 130px;
  204. height: 500px;
  205. color: {color:Description};
  206. overflow: auto;
  207. margin-top: 10px;
  208. text-align: justify;
  209. }
  210.  
  211. #gradient {
  212. width: 12px;
  213. height: 12px;
  214. margin-bottom: 5px;
  215. background: {color:Gradient};
  216. float: left;
  217. }
  218.  
  219. #subtitle {
  220. float: left;
  221. line-height: 20px;
  222. color: {color:Subtitle};
  223. margin-bottom: 5px;
  224. font-size: 12px;
  225. width: 220px;
  226. text-transform: uppercase;
  227. padding-left: 10px;
  228. font-weight: bold;
  229. }
  230.  
  231. #entries {
  232. width: 500px;
  233. margin-top: -10px;
  234. }
  235.  
  236. .post {
  237. width: 500px;
  238. margin-bottom: 50px;
  239. background: {color:Post Background};
  240. padding: 15px;
  241. padding-bottom: 30px;
  242. }
  243.  
  244. .post img, iframe.photoset {
  245. {block:IfMonochrome}
  246. filter: gray;
  247. max-width: 100%;
  248. filter: grayscale(100%);
  249. -webkit-filter: grayscale(100%);
  250. -moz-filter: grayscale(100%);
  251. -ms-filter: grayscale(100%);
  252. -o-filter: grayscale(100%);
  253. {/block:IfMonochrome}
  254. }
  255.  
  256. .quote {
  257. font-size: 22px;
  258. text-transform: lowercase;
  259. font-style: italic;
  260. letter-spacing: -2px;
  261. }
  262.  
  263. .audio {
  264. padding: 0;
  265. }
  266. .audio_container {
  267. overflow: hidden;
  268. position: relative;
  269. width: 100px;
  270. }
  271.  
  272. .soundcloud_audio_player {
  273. width: 100%;
  274. }
  275.  
  276. .tumblr_audio_player
  277. {
  278. width: 100%;
  279. }
  280.  
  281. #ask {
  282. background: #f8f8f8;
  283. width: 450px;
  284. text-align: justify;
  285. padding: 15px 30px 15px 20px;
  286. }
  287.  
  288. #info-bar {
  289. margin-top: 10px;
  290. float: left;
  291. }
  292.  
  293. #info-bar a {
  294. display: inline-block;
  295. height: 10px;
  296. width: 10px;
  297. margin: 0px;
  298. background: {color:Permalink};
  299. }
  300.  
  301. #info-tag {
  302. float: right;
  303. font-size: 7px;
  304. margin-top: 11px;
  305. letter-spacing: 1px;
  306. color: {color:Tags};
  307. }
  308.  
  309. #info-tag a {
  310. text-transform: uppercase;
  311. color: {color:Tags};
  312. }
  313.  
  314. #permalink {
  315. width: 500px;
  316. font-size: 7px;
  317. text-align: center;
  318. text-transform: uppercase;
  319. margin-top: 5px;
  320. padding-top: 5px;
  321. line-height: 110%;
  322. background: {color:Permalink Background};
  323. }
  324.  
  325. #tag {
  326. width: 500px;
  327. font-size: 7px;
  328. padding-bottom: 5px;
  329. text-align: center;
  330. color: {color:Tags};
  331. background: {color:Permalink Background};
  332. text-transform: uppercase;
  333. }
  334.  
  335. ol.notes {
  336. padding: 0px;
  337. padding-left: 30px;
  338. margin: 20px 0px;
  339. list-style-type: none;
  340. }
  341.  
  342. ol.notes li.note {
  343. padding: 10px;
  344. }
  345.  
  346. ol.notes li.note img.avatar {
  347. vertical-align: -4px;
  348. margin-right: 10px;
  349. width: 16px;
  350. height: 16px;
  351. }
  352.  
  353. ol.notes li.note .answer_content {
  354. font-weight: normal;
  355. }
  356.  
  357. ol.notes li.note blockquote {
  358. border-color: #eee;
  359. padding: 4px 10px;
  360. margin: 10px 0px 0px 25px;
  361. }
  362.  
  363. ol.notes li.note blockquote a {
  364. text-decoration: none;
  365. }
  366.  
  367. #footer {
  368. background: {color:Container Background};
  369. bottom: 0px;
  370. height: 30px;
  371. width: 530px;
  372. line-height: 30px;
  373. position: fixed;
  374. opacity: 0.7;
  375. }
  376.  
  377. #pagination {
  378. font-size: 18px;
  379. }
  380.  
  381. #pagination a {
  382. color: {color:Navigation Link};
  383. }
  384.  
  385. #pagination a:hover {
  386. color: {color:Hover Navigation Link};
  387. }
  388.  
  389. #navigation {
  390. text-align: right;
  391. font-size: 11px;
  392. font-weight: bold;
  393. margin-top: -30px;
  394. margin-right: 30px;
  395. width: auto;
  396. }
  397.  
  398. #navigation a {
  399. color: {color:Navigation Link};
  400. padding: 2px;
  401. }
  402.  
  403. #navigation a:hover {
  404. color: {color:Hover Navigation Link};
  405. }
  406.  
  407. ::-webkit-scrollbar {
  408. height: 10px;
  409. width: 2px;
  410. background: white;
  411. }
  412.  
  413. ::-webkit-scrollbar-thumb:vertical {
  414. background: {color:Scrollbar};
  415. }
  416.  
  417. ::selection {
  418. background: {color:Link};
  419. color: white;
  420. }
  421.  
  422. ::-moz-selection {
  423. background: {color:Link};
  424. color: white;
  425. }
  426.  
  427. p::selection {
  428. background: {color:Link};
  429. color: white;
  430. }
  431.  
  432. p::-moz-selection {
  433. background: {color:Link};
  434. color: white;
  435. }
  436.  
  437. /* Credits to http://pohroro.tumblr.com */
  438.  
  439. #c {
  440. width: 55px;
  441. height: 18px;
  442. font-family: Arial;
  443. font-size: 7px;
  444. text-transform: uppercase;
  445. text-align: center;
  446. bottom: 10px;
  447. right: 10px;
  448. letter-spacing: 1px;
  449. line-height: 4px;
  450. padding: 10px 3px;
  451. display: block;
  452. color: {color:Body Font};
  453. background: {color:Container Background};
  454. position: fixed;
  455. }
  456.  
  457. #c a {
  458. font-weight: bold;
  459. line-height: 17px;
  460. font-size: 15px;
  461. font-family: Libre Baskerville;
  462. text-transform: lowercase;
  463. font-style: italic;
  464. letter-spacing: -1px;
  465. }
  466.  
  467. </style>
  468. </head>
  469. <body>
  470.  
  471. <div id="bottom-bg"><img src="{image:Bottom Background}" /></div>
  472.  
  473. <div id="container">
  474. <div id="header">
  475. <div id="title">sugar</div>
  476. <div id="description">
  477. <div id="gradient" style="opacity: 0.1;"></div>
  478. <div id="gradient" style="opacity: 0.2;"></div>
  479. <div id="gradient" style="opacity: 0.3;"></div>
  480. <div id="gradient" style="opacity: 0.4;"></div>
  481. <div id="gradient" style="opacity: 0.5;"></div>
  482. <div id="gradient" style="opacity: 0.6;"></div>
  483. <div id="gradient" style="opacity: 0.7;"></div>
  484. <div id="gradient" style="opacity: 0.8;"></div>
  485. <div id="gradient" style="opacity: 0.9;"></div>
  486. <div id="gradient"></div>
  487. <div id="subtitle">{text:Subtitle}</div>
  488. {Description}
  489. </div>
  490. </div>
  491.  
  492. <div id="entries">
  493. <div class=""autopagerize_page_element">
  494. {block:Posts}
  495. <div class="post">
  496. {block:Text}
  497. <h1>{block:Title}{Title}{/block:Title}</h1>
  498. {Body}
  499. {/block:Text}
  500.  
  501. {block:Photo}
  502. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  503. {block:IfShowCaptions}
  504. {block:Caption}{Caption}{/block:Caption}
  505. {/block:IfShowCaptions}
  506. {/block:Photo}
  507.  
  508. {block:Photoset}
  509. {Photoset-500}
  510. {block:IfShowCaptions}
  511. {block:Caption}{Caption}{/block:Caption}
  512. {/block:IfShowCaptions}
  513. {/block:Photoset}
  514.  
  515. {block:Quote}
  516. <div class="quote">
  517. {Quote}
  518. {block:Source} &#8212;{Source}{/block:Source}
  519. </div>
  520. {/block:Quote}
  521.  
  522. {block:Link}
  523. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  524. {block:Description}{Description}{/block:Description}
  525. {/block:Link}
  526.  
  527. {block:Chat}
  528. {block:Title}<h1>{Title}</h1>{/block:Title}
  529. {block:Lines}
  530. {block:Label}<b>{Label}</b>{/block:Label}
  531. {Line}<br />
  532. {/block:Lines}
  533. {/block:Chat}
  534.  
  535. {block:Audio}
  536. <div class="audioContainer">
  537. {block:AudioEmbed}{AudioEmbed color="white"}{/block:AudioEmbed}
  538. </div>
  539. {block:IfShowCaptions}
  540. {block:Caption}{Caption}{/block:Caption}
  541. {/block:IfShowCaptions}
  542. {/block:Audio}
  543.  
  544. {block:Video}
  545. {Video-500}
  546. {block:IfShowCaptions}
  547. {block:Caption}{Caption}{/block:Caption}
  548. {/block:IfShowCaptions}
  549. {/block:Video}
  550.  
  551. {block:ReblogParent}
  552. <!--{SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  553. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  554. {/block:SourceLogo}
  555. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}-->
  556. {/block:ReblogParent}
  557.  
  558. {block:Answer}
  559. <div id="ask">
  560. <div style="text-align: center; padding-bottom: 5px; font-size: 9px;">
  561. <span style="text-shadow: 1px 1px #e1e1e1; text-transform: uppercase;letter-spacing: 2px; font-weight: bold;">{Asker}:</span></div><br />
  562. <div style="text-align: center; margin-top: -10px;">{Question}</div>
  563. </div>
  564. {Answer}
  565. {/block:Answer}
  566.  
  567. {block:IndexPage}
  568. <div id="info-bar">
  569. {block:Date}<a href="{Permalink}" title="{DayOfMonthWithZero}/{MonthNumberWithZero}/{ShortYear}" style="opacity: 0.4;"></a>{/block:Date}
  570. {block:NoteCount}<a href="{Permalink}" title="{NoteCountWithLabel}" style="opacity: 0.7;"></a>{/block:NoteCount}
  571. <a href="{ReblogURL}" target="_blank" title="Reblog"></a>
  572. </div>
  573. <div id="info-tag">
  574. {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  575. </div>
  576. {/block:IndexPage}
  577.  
  578. {block:PermalinkPage}
  579. <div id="permalink">
  580. {block:RebloggedFrom}via: <a href="{ReblogParentURL}">{ReblogParentName}</a>, source: <a href="{ReblogRootURL}">{ReblogRootName}</a><br />{/block:RebloggedFrom}
  581.  
  582. {block:Date}
  583. <a href="{Permalink}">{TimeAgo}, {DayOfMonthWithZero}/{MonthNumberWithZero}/{ShortYear}</a>
  584. {/block:Date} | {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  585. </div>
  586.  
  587. <div id="tag">
  588. {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  589. </div>
  590. {/block:PermalinkPage}
  591.  
  592. {block:PostNotes}{PostNotes}{/block:PostNotes}
  593. </div>
  594. {/block:Posts}
  595.  
  596. </div>
  597.  
  598. </div>
  599.  
  600. <div id="footer">{block:IfNotInfiniteScrolling}
  601. <div id="pagination">
  602. {block:Pagination}
  603. {block:PreviousPage}
  604. <a href="{PreviousPage}" class="jump_page">←</a>&nbsp;
  605. {/block:PreviousPage}
  606. {block:NextPage}
  607. <a href="{NextPage}" class="jump_page">→</a>
  608. {/block:NextPage}
  609. {/block:Pagination}
  610. </div>
  611. {block:IfNotInfiniteScrolling}
  612.  
  613. <div id="navigation">
  614. <a href="{text:Link One URL}" title="{text:Link One}">01.</a>
  615. <a href="{text:Link Two URL}" title="{text:Link Two}">02.</a>
  616. {block:ifCustomLinkThree}<a href="{text:Link Three URL}" title="{text:Link Three}">03.</a>{/block:ifCustomLinkThree}
  617. {block:ifCustomLinkFour}<a href="{text:Link Four URL}" title="{text:Link Four}">04.</a>{/block:ifCustomLinkFour}
  618. {block:ifCustomLinkFive}<a href="{text:Link Five URL}" title="{text:Link Five}">05.</a>{/block:ifCustomLinkFive}
  619. {block:ifCustomLinkSix}<a href="{text:Link Six URL}" title="{text:Link Six}">06.</a>{/block:ifCustomLinkSix}
  620. {block:ifCustomLinkSeven}<a href="{text:Link Seven URL}" title="{text:Link Seven}">07.</a>{/block:ifCustomLinkSeven}
  621. {block:ifCustomLinkEight}<a href="{text:Link Eight URL}" title="{text:Link Eight}">08.</a>{/block:ifCustomLinkEight}
  622. {block:ifCustomLinkNine}<a href="{text:Link Nine URL}" title="{text:Link Nine}">09.</a>{/block:ifCustomLinkNine}
  623. {block:ifCustomLinkTen}<a href="{text:Link Ten URL}" title="{text:Link Ten}">10.</a>{/block:ifCustomLinkTen}
  624. </div>
  625. </div>
  626.  
  627. <div id="c">codes by<br /><a href="http://pohroro.tumblr.com">pohroro</a></div>
  628.  
  629. </body>
  630. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement