Advertisement
Guest User

for aro

a guest
Jul 26th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.31 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head>
  5.  
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  7.  
  8. <title>{Title}</title>
  9. <link rel="shortcut icon" href="{image:favicon}" />
  10.  
  11. <!--
  12.  
  13.  
  14.  
  15. ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
  16.  
  17. O R I G I N A L T H E M E M A D E B Y C A S U A L F F A I R
  18.  
  19. do not fucking remove credit you piece of absolute shit. i made this theme entirely by myself. this is 100% my ideas and my coding. if you don't want to keep the credit up then you can go find a different theme to use.
  20.  
  21. ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
  22.  
  23.  
  24.  
  25. -->
  26.  
  27. <!--meta tags-->
  28.  
  29. <!--images-->
  30. <meta name="image:favicon" content="" />
  31. <meta name="image:background" content="" />
  32. <meta name="image:link 1" content="http://static.tumblr.com/kdxhw5b/rtmmzvi7y/speech_bubble.gif" />
  33. <meta name="image:link 2" content="http://static.tumblr.com/kdxhw5b/NTBmzvi87/bubble_2.gif" />
  34. <meta name="image:link 3" content="http://static.tumblr.com/kdxhw5b/M6Xmzvi8k/bubble_3.gif" />
  35. <meta name="image:link 4" content="http://static.tumblr.com/kdxhw5b/E5tmzvi8v/bubble_4.gif" />
  36. <meta name="image:sidebar image" content="" />
  37. <meta name="image:frame" content="" />
  38. <meta name="image:banner" content="" />
  39.  
  40.  
  41. <!--colors-->
  42. <meta name="color:background" content="#fff" />
  43. <meta name="color:text" content="#000" />
  44. <meta name="color:link" content="#000" />
  45. <meta name="color:link hover" content="#fff" />
  46. <meta name="color:footer text" content="#000" />
  47. <meta name="color:footer border" content="#000" />
  48. <meta name="color:text select" content="#000" />
  49. <meta name="color:frame" content="#000" />
  50. <meta name="color:scrollbar border" content="#000" />
  51. <meta name="color:scrollbar" content="#fff" />
  52.  
  53. <!--on/off-->
  54. <meta name="if:bgcover" content="1" />
  55. <meta name="if:frame" content="0" />
  56. <meta name="if:showtags" content="1" />
  57. <meta name="if:showcaption" content="1" />
  58.  
  59.  
  60. <!--text-->
  61. <meta name="text:link 1 title" content="title" />
  62. <meta name="text:link 2 title" content="title" />
  63. <meta name="text:link 3 title" content="title" />
  64. <meta name="text:link 4 title" content="title" />
  65. <meta name="text:link 1 url" content="/" />
  66. <meta name="text:link 2 url" content="/" />
  67. <meta name="text:link 3 url" content="/" />
  68. <meta name="text:link 4 url" content="/" />
  69. <meta name="text:imageleft" content="50" />
  70. <meta name="text:imagetop" content="100" />
  71. <meta name="text:sidebar image title" content="title" />
  72.  
  73. <!--end of meta tags-->
  74.  
  75. <style type="text/css">
  76.  
  77. @font-face { font-family: 'soup'; src: local('04b24'), url('http://static.tumblr.com/zm7jcjw/dtClscghb/04b_24__.ttf') format('woff'); }
  78. @font-face {font-family: 'barcode'; src:
  79. url('https://dl.dropboxusercontent.com/u/218471760/Paskowy.ttf') ;}
  80.  
  81.  
  82. body {
  83. background: {color:background} url('{image:Background}')
  84. {block:ifbgcover} no-repeat center fixed ;
  85. -webkit-background-size: cover;
  86. -moz-background-size: cover;
  87. -o-background-size: cover;
  88. background-size: cover; {/block:ifbgcover}
  89. {block:ifnotbgcover} top left fixed repeat {block:ifnotbgcover};
  90. }
  91.  
  92. #yeah1 {
  93. right:0px;
  94. top:0px;
  95. background: {color:frame} url('{image:frame}');
  96. width:20px;
  97. height:100%;
  98. position:fixed;
  99. }
  100.  
  101. #yeah2 {
  102. left:0px;
  103. top:0px;
  104. background: {color:frame} url('{image:frame}');
  105. width:20px;
  106. height:100%;
  107. position:fixed;
  108. }
  109.  
  110. #yeah3 {
  111. left:0px;
  112. bottom:0px;
  113. background: {color:frame} url('{image:frame}');
  114. width:100%;
  115. height:20px;
  116. position:fixed;
  117. }
  118.  
  119. #yeah4 {
  120. left:0px;
  121. top:0px;
  122. background: {color:frame} url('{image:frame}');
  123. width:100%;
  124. height:20px;
  125. position:fixed;
  126. }
  127.  
  128. #what {
  129. height:300px;
  130. width:200px;
  131. position:fixed;
  132. left:150px;
  133. top:150px;
  134. overflow:scroll;
  135. background:transparent;
  136. }
  137. #container {margin: auto;
  138. width: 320;
  139.  
  140. }
  141.  
  142. #pcontainer {
  143. width:200px;
  144. height:250px;
  145. padding: 0px;
  146. top:20px;
  147. margin: auto;
  148. position:fixed;
  149. overflow-y:scroll;
  150. overflow-x:hidden;
  151. border:0px dashed {color:borders};
  152.  
  153. }
  154.  
  155. #dogwood {
  156. left:470px;
  157. top:540px;
  158. position:fixed;
  159. color:{color:text};
  160. font:10px monospace;
  161. height:60px;
  162. width:80px;
  163. overflow:auto;
  164. padding-right:3px;
  165. }
  166.  
  167. #dogwood a {
  168. text-decoration:none;
  169. color:{color:link};
  170. }
  171. img {
  172. max-width:100%;}
  173.  
  174. #linko {
  175. font: 8px soup;
  176. letter-spacing:1px;
  177. color:#fff;
  178. width:15px;
  179. height:auto;
  180. left:490px;
  181. top:170px;
  182. position:fixed;
  183. display:block;
  184. }
  185.  
  186. #linko a {
  187. color:#fff;
  188. text-decoration:none;
  189. font-family:barcode;
  190. font-size:25px;
  191. padding-bottom:10px;
  192. }
  193.  
  194. #linko a:hover {
  195. color:#fff;
  196. }
  197.  
  198. #parsley img {
  199. max-width:100%
  200. }
  201.  
  202. #banner {
  203. width:100%;
  204. height:100%;
  205. background: url({image:banner}) top fixed repeat-x;
  206. position:fixed;
  207. margin-top:-100px;
  208. opacity: 1;
  209. }
  210.  
  211. ::-webkit-scrollbar {
  212. height: 0px;
  213. width: 5px;
  214. background:{color:scrollbar border};
  215. border-left:2px solid {color:background};
  216. border-right:2px solid {color:background};
  217. }
  218.  
  219. ::-webkit-scrollbar-thumb {
  220. background:{color:scrollbar};
  221. border:1px solid {color:scrollbar border};
  222. }
  223.  
  224. #s-m-t-tooltip {
  225. font-family:soup;
  226. font-size:8px;
  227. color:{color:text};
  228. border:1px solid {color:footer border};
  229. border-top:3px double {color:footer border};
  230. padding:4px;
  231. margin-left:13px;
  232. margin-top:13px;
  233. background:{color:background};
  234. }
  235.  
  236. #parsley {
  237. width: 200px!important;
  238. margin-top:10px;
  239. margin-left:20px!important;
  240. font: 10px monospace;
  241. color: {color:text};
  242. background: transparent;
  243. z-index:0;
  244. padding:7px;
  245.  
  246. }
  247.  
  248. #parsley a {
  249. color:{color:link};
  250. }
  251.  
  252. #parsley a:hover {
  253. color:{color:link hover};
  254. text-decoration:none;
  255. }
  256.  
  257. .almond {
  258. border:1px solid {color:text};
  259. padding:5px;
  260. }
  261.  
  262. .clover {
  263. font-family:monospace;
  264. font-size:10px;
  265. max-width:250px;
  266. text-align:left;
  267. margin-top:5px;
  268. margin-bottom:-10px;
  269. }
  270.  
  271. blockquote {
  272. border-left:1px solid {color:text};
  273. margin:0 0 0 6px;
  274. padding:0 0 0 6px;
  275. }
  276.  
  277. blockquote img {
  278. max-width:100%;
  279. }
  280.  
  281. #fern {
  282. width:250px!important;
  283. padding:5px 5px 3px 5px;
  284. margin:0px;
  285. margin-top:2px;
  286. margin-bottom:40px;
  287. font-size:8px;
  288. font-family:soup;
  289. letter-spacing:1px;
  290. color:{color:footer text};
  291. margin-left:27px!important;
  292. box-sizing:border-box;
  293. -moz-box-sizing:border-box;
  294. -webkit-box-sizing:border-box;
  295. border-top:1px solid {color:footer border};
  296.  
  297. }
  298.  
  299. #fern a{
  300. text-decoration:none;
  301. color:{color:footer text};
  302. }
  303.  
  304. #daisy {
  305. display:block;
  306. text-align:left;
  307. font-size:8px;
  308. font-family:soup;
  309. margin-bottom:2px;
  310. }
  311.  
  312. #nettle {
  313. width:250px;
  314. margin-left:10px!important;
  315. margin-top:15px;
  316. padding:5px;
  317. font-size: 10px !important;
  318. font-family: monospace !important;
  319. color:{color:text};
  320. }
  321.  
  322.  
  323. #nettle a {
  324. text-decoration:underline;
  325. color:{color:link};
  326. }
  327.  
  328. #nettle a:hover {
  329. text-decoration:none;
  330. color:{color:link};
  331. }
  332.  
  333. #nettle:hover {
  334. border:1px solid ##848484;
  335. }
  336.  
  337. #nettle img {
  338. display:none;
  339. }
  340.  
  341. #thistle {
  342. letter-spacing:1px!important;
  343. display:inline;
  344. font-size:8px;
  345. color:{color:footer text}};
  346. }
  347.  
  348. #thistle a{
  349. text-decoration:none;
  350. color:{color:footer text};
  351. }
  352.  
  353. #thistle a:hover {
  354. text-decoration:underline;
  355. }
  356.  
  357.  
  358. #ending {
  359. position:absolute;
  360. background:transparent;
  361. height:10px;
  362. width:250px;
  363. margin-left:27px!important;
  364. z-index:-9999;
  365. margin-top:-20px;
  366. text-align:center;
  367. }
  368.  
  369. #potato {
  370. /*when i say don't remove credit, that includes making it the same color as the background oh my fucking god*/
  371. color:{color:text};
  372. font:12px monospace;
  373. {block:ifframe}
  374. left:25px;
  375. bottom:25px;
  376. {/block:ifframe}
  377. {block:ifnotframe}
  378. left:5px;
  379. bottom:5px;
  380. {/block:ifnotframe}
  381. position:fixed;
  382. box-sizing:border-box;
  383. -moz-box-sizing:border-box;
  384. -webkit-box-sizing:border-box;
  385. -webkit-transition: background .6s linear;
  386. -moz-transition: background .6s linear;
  387. -ms-transition: background .6s linear;
  388. -o-transition: background .6s linear;
  389. transition: background .6s linear;
  390. }
  391.  
  392. #potato a {
  393. color:{color:text};
  394. text-decoration:none;
  395. padding:2px;
  396. -webkit-transition: background .6s linear;
  397. -moz-transition: background .6s linear;
  398. -ms-transition: background .6s linear;
  399. -o-transition: background .6s linear;
  400. transition: background .6s linear;
  401. /*when i say don't remove credit, that includes making it the same color as the background oh my fucking god*/
  402. }
  403.  
  404. #potato a:hover {
  405. background:#000;
  406. color:#fff;
  407. }
  408.  
  409. ::selection {
  410. color: {color:text select};
  411. text-shadow: 1px 1px .5px {color:text select};
  412. }
  413.  
  414. ::-moz-selection {
  415. color: {color:text select};
  416. text-shadow: 1px 1px .5px {color:text select};
  417. }
  418.  
  419. .tomato {
  420. max-width:100%;
  421. }
  422.  
  423. </style>
  424.  
  425. <link href="#s-m-t-tooltip" rel="stylesheet" type="text/css" />
  426. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  427. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  428. <script>
  429. (function($){
  430. $(document).ready(function(){
  431. $("[title]").style_my_tooltips();
  432. });
  433. })(jQuery);
  434. </script>
  435.  
  436. </head>
  437.  
  438. <body>
  439. <div id="banner"></div>
  440. {block:ifframe}
  441. <div id="yeah1"></div>
  442. <div id="yeah2"></div>
  443. <div id="yeah3"></div>
  444. <div id="yeah4"></div>
  445. {/block:ifframe}
  446. <div id="dogwood">{block:description}{description}{/block:description}</div>
  447. <div id="topper"></div>
  448. <div id="linko">
  449.  
  450. <div id="linkie">
  451. <a href="{text:link 1 url}" title="{text:link 1 title}"><img style="padding-bottom:10px" src="{image:link 1}"> </a>
  452. <a href="{text:link 2 url}" title="{text:link 2 title}"><img style="padding-bottom:10px" src="{image:link 2}"> </a>
  453. <a href="{text:link 3 url}" title="{text:link 3 title}"><img style="padding-bottom:10px" src="{image:link 3}"> </a>
  454. <a href="{text:link 4 url}" title="{text:link 4 title}"><img style="padding-bottom:10px" src="{image:link 4}"></div> </a>
  455. </div>
  456.  
  457. <!--don't you fucking dare don't even try oh my g o d-->
  458. <div id="potato"><a href="http://mychem.co.vu" title="theme made by casualffair">theme</a></div>
  459. <!--don't you fucking dare don't even try oh my g o d-->
  460.  
  461. <div id="what">
  462. {block:Posts}
  463.  
  464. {block:ContentSource}
  465. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  466. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  467. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  468.  
  469. <div id="parsley">
  470.  
  471. {block:Text}
  472. {block:Title}{Title}{/block:Title}
  473. {Body}
  474. {/block:Text}
  475.  
  476. {block:Photo}
  477. <img src="{PhotoURL-250}" />
  478. {block:ifshowcaption}{block:Caption}<div class="clover">{Caption}</div>{/block:Caption}{/block:ifshowcaption}
  479. {/block:Photo}
  480.  
  481. {block:Photoset}
  482. {Photoset-250}
  483. {block:ifshowcaption}{block:Caption}<div class="clover">{Caption}</div>{/block:Caption}{/block:ifshowcaption}
  484. {/block:Photoset}
  485.  
  486. {block:Quote}
  487. <div id="quote">{Quote}</div>
  488. {block:Source}<div align="left">→ {Source}</div>{/block:Source}
  489. {block:ifshowcaption}{block:Caption}<div class="clover">{Caption}</div>{/block:Caption}{/block:ifshowcaption}
  490. {/block:Quote}
  491.  
  492. {block:Link}
  493. <div class="tomato"><a href="{URL}" target="{Target}">{Name}</a></div>
  494. {block:ifshowcaption}{block:Description}{Description}{/block:Description}{/block:ifshowcaption}
  495. {/block:Link}
  496.  
  497. {block:Chat}
  498. {block:Title}<div class="tomato">{Title}</div>{/block:Title}
  499. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}
  500. {block:ifshowcaption}{block:Caption}<div class="clover">{Caption}</div>{/block:Caption}{/block:ifshowcaption}
  501. {/block:Chat}
  502.  
  503. {block:Audio}
  504. <div id="apricot">{AudioPlayerBlack}</div>
  505. {block:ifshowcaption}{block:Caption}<div class="clover">{Caption}</div>{/block:Caption}{/block:ifshowcaption}
  506. {/block:Audio}
  507.  
  508. {block:Video}
  509. {Video-250}
  510. {block:ifshowcaption}{block:Caption}<div class="clover">{Caption}</div>{/block:Caption}{/block:ifshowcaption}
  511. {/block:Video}
  512.  
  513. {block:Answer}
  514. <div class="almond"><i> {Asker} said: </i> {Question}</div>
  515. <div class="clover">{Answer}</div>
  516. {/block:Answer}
  517. </div>
  518.  
  519. <div id="fern">
  520. <div id="daisy">
  521. {block:Date}<a href="{Permalink}">{TimeAgo}</a> / {/block:Date}{block:NoteCount}<a href="{Permalink}">{NoteCount} / </a>{/block:NoteCount} {block:IndexPage}<a href="{ReblogURL}" target="_blank" class="details">reblog</a>{/block:IndexPage}
  522. </div>
  523.  
  524.  
  525. {block:ifshowtags}
  526. {block:HasTags}
  527. {block:Tags}
  528. <div id="thistle"><a href="{TagURL}"># {Tag}</a></div>
  529. {/block:Tags}
  530. {/block:HasTags}
  531. {/block:ifshowtags}
  532. </div>
  533.  
  534. {block:PermalinkPage}
  535. <div id="flower2"></div>
  536. {block:PostNotes}
  537. <div id="nettle">{PostNotes}</div>
  538. {/block:PostNotes}
  539. {/block:permalinkpage}
  540. {/block:Posts}
  541.  
  542. <div id="ending">{block:PreviousPage}
  543. <a href="{PreviousPage}"><img title="back"src="https://31.media.tumblr.com/5a8ca62585ad417ff1ebcd2edb1f430d/tumblr_inline_mzny6lBRXo1r6h6z5.gif"></a>
  544. {/block:PreviousPage} {block:NextPage}
  545. <a href="{NextPage}"><img title="next" src="https://31.media.tumblr.com/89ada86dae06b84e7fa90a87e4424ed3/tumblr_inline_mzny6slHVP1r6h6z5.gif"></a>
  546. {/block:NextPage}</div>
  547.  
  548. </div>
  549.  
  550. <div style="position:fixed; left:{text:imageleft}px; top:{text:imagetop}px;"><a href="/" title="{text:sidebar image title}"><img style="" src=" {image:sidebar image}" /></a></div>
  551.  
  552. </body>
  553. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement