Advertisement
fatblackcat

fortheteam

Apr 21st, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.45 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  10. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  11. <script>
  12. (function($){
  13. $(document).ready(function(){
  14. $("[title],a[title],img[title]").style_my_tooltips({
  15. tip_follows_cursor:true,
  16. tip_delay_time:90,
  17. tip_fade_speed:600,
  18. attribute:"title"
  19. });
  20. });
  21. })(jQuery);
  22. </script>
  23.  
  24. <meta name="text:bg url" content="" />
  25.  
  26. <meta name="color:background" content="#ffffff"/>
  27. <meta name="color:text" content="#a8a8a8"/>
  28. <meta name="color:text shadow" content="#a8a8a8"/>
  29. <meta name="color:bold" content="#000"/>
  30. <meta name="color:bold shadow" content="#a8a8a8"/>
  31. <meta name="color:italic shadow" content="#a8a8a8"/>
  32. <meta name="color:blockquote" content="#000"/>
  33. <meta name="color:link" content="#b8b8b8"/>
  34. <meta name="color:link hover" content="#f2f2f2"/>
  35. <meta name="color:extra links" content="#b8b8b8"/>
  36. <meta name="color:extra links hover" content="#f2f2f2"/>
  37. <meta name="color:border" content="#eeeeee"/>
  38. <meta name="color:tooltip bg" content="#ffffff"/>
  39.  
  40. <meta name="text:cont height" content="450px" />
  41. <meta name="text:cont top axis" content="100px" />
  42. <meta name="text:cont left axis" content="100px" />
  43.  
  44. <meta name="text:tag symbol" content="+" />
  45.  
  46. <meta name="text:pagination forward" content="+" />
  47. <meta name="text:pagination forward title" content="forward" />
  48. <meta name="text:pagination backward" content="-" />
  49. <meta name="text:pagination backward title" content="backward" />
  50. <meta name="text:pagination left axis" content="100px" />
  51. <meta name="text:pagination top axis" content="10px" />
  52.  
  53. <meta name="text:Description title" content="Info" />
  54. <meta name="text:Description width" content="125px" />
  55. <meta name="text:Description left axis" content="625px" />
  56. <meta name="text:Description top axis" content="100px" />
  57.  
  58. <meta name="text:A links title" content="Link A" />
  59. <meta name="text:A links url" content="/" />
  60. <meta name="text:A links symbol" content="+" />
  61. <meta name="text:A links size" content="25px" />
  62. <meta name="text:A links left axis" content="490px" />
  63. <meta name="text:A links top axis" content="75px" />
  64. <meta name="text:A links rotate" content="10deg" />
  65.  
  66. <meta name="text:B links title" content="Link B" />
  67. <meta name="text:B links url" content="/" />
  68. <meta name="text:B links symbol" content="+" />
  69. <meta name="text:B links size" content="25px" />
  70. <meta name="text:B links left axis" content="510px" />
  71. <meta name="text:B links top axis" content="75px" />
  72. <meta name="text:B links rotate" content="10deg" />
  73.  
  74. <meta name="text:C links title" content="Link C" />
  75. <meta name="text:C links url" content="/" />
  76. <meta name="text:C links symbol" content="+" />
  77. <meta name="text:C links size" content="25px" />
  78. <meta name="text:C links left axis" content="530px" />
  79. <meta name="text:C links top axis" content="75px" />
  80. <meta name="text:C links rotate" content="10deg" />
  81.  
  82. <meta name="text:D links title" content="Link D" />
  83. <meta name="text:D links url" content="/" />
  84. <meta name="text:D links symbol" content="+" />
  85. <meta name="text:D links size" content="25px" />
  86. <meta name="text:D links left axis" content="550px" />
  87. <meta name="text:D links top axis" content="75px" />
  88. <meta name="text:D links rotate" content="10deg" />
  89.  
  90. <meta name="text:E links title" content="Link E" />
  91. <meta name="text:E links url" content="/" />
  92. <meta name="text:E links symbol" content="+" />
  93. <meta name="text:E links size" content="25px" />
  94. <meta name="text:E links left axis" content="570px" />
  95. <meta name="text:E links top axis" content="75px" />
  96. <meta name="text:E links rotate" content="10deg" />
  97.  
  98. <meta name="text:F links title" content="Link F" />
  99. <meta name="text:F links url" content="/" />
  100. <meta name="text:F links symbol" content="+" />
  101. <meta name="text:F links size" content="25px" />
  102. <meta name="text:F links left axis" content="590px" />
  103. <meta name="text:F links top axis" content="75px" />
  104. <meta name="text:F links rotate" content="10deg" />
  105.  
  106. <style type="text/css">
  107.  
  108. /** basic tooltip from tutorial-baby**/
  109. .tooltip{
  110. display:inline;
  111. position:relative;
  112. }
  113. #s-m-t-tooltip{
  114. max-width:300px; /*how big the tooltip can be at most*/
  115. border-radius: 3px; /*change your border radius*/
  116. padding:2px 2px 2px 2px; /*padding inside tooltip*/
  117. margin:20px 7px -2px 20px; /*distance from word*/
  118. background-color:{color:tooltip bg};/*background color*/
  119. border:1px solid {color:border}; /*border info*/
  120. font-family:calibri; /*tooltip font*/
  121. font-size:11px; /*tooltip font size*/
  122. letter-spacing:1px; /*tooltip letter spacing*/
  123. text-transform:uppercase; /*makes the tooltip title uppercase*/
  124. color:{color:link}; /*tooltip font color*/
  125. z-index:99999999999999999999;
  126. }
  127.  
  128. ::-webkit-scrollbar-thumb{
  129. background-color: {color:blockquote};
  130. height:auto;
  131. }
  132.  
  133. ::-webkit-scrollbar {
  134. height:auto;
  135. width:4px;
  136.  
  137. }
  138.  
  139. /*- body -*/
  140.  
  141. body {
  142. margin:0px;
  143. font-family:calibri;
  144. font-size:12px;
  145. text-shadow: 1px 1px 1px {color:Text shadow};
  146. letter-spacing:1px;
  147. line-height:100%;
  148. color:{color:text};
  149. background:{color:background};
  150. background-image:url({text:bg url});
  151. background-attachment: fixed;
  152. background-image:stretch;
  153. background-repeat: no-repeat;
  154. background-image:cover;
  155. background-position:left top;
  156. }
  157.  
  158. b, strong{
  159. color: {color:bold};
  160. text-shadow: 1px 1px 1px {color:Bold shadow};
  161. font-size:12px;
  162. letter-spacing:1px;
  163. }
  164.  
  165. i, em, strong {
  166. font-size:12px;
  167. text-shadow: 1px 1px 1px {color:Italic shadow};
  168. letter-spacing:1px;
  169.  
  170. }
  171.  
  172. h1 {
  173. color: {color:bold};
  174. font-size:25px;
  175. text-shadow: 1px 1px 1px {color:bold shadow};
  176. text-align:center;
  177. line-height:110%;
  178. }
  179.  
  180. h2 {
  181. color: {color:bold};
  182. font-size:20px;
  183. text-shadow: 1px 1px 1px {color:bold shadow};
  184. text-align:center;
  185. line-height:110%;
  186. }
  187.  
  188. blockquote {
  189. border-radius:7px;
  190. border-left:2px solid {color:blockquote};
  191. padding-left:10px;
  192. padding-top:0.5px;
  193. padding-bottom:0.5px;
  194. margin:5px;
  195. }
  196.  
  197. a {
  198. text-decoration:none;
  199. outline:none;
  200. -moz-outline-style:none;
  201. color:{color:link};
  202. -webkit-transition: all 0.6s ease;
  203. -moz-transition: all 0.6s ease;
  204. -o-transition: all 0.6s ease
  205. }
  206.  
  207. a:hover {
  208. color:{color:link hover};
  209. -webkit-transition: all 0.8s ease;
  210. -moz-transition: all 0.8s ease;
  211. -o-transition: all 0.8s ease
  212. }
  213.  
  214. blockquote img {
  215. max-width:100%;
  216. height:auto;
  217. }
  218.  
  219. img {
  220. max-width: 100%;
  221. }
  222.  
  223. /*- posts/entries -*/
  224.  
  225. #container {
  226. margin: auto;
  227. width: 450px;
  228. }
  229.  
  230. #pcontainer {
  231. width:475px;
  232. height:{text:cont height};
  233. padding: 0px;
  234. top:{text:cont top axis};
  235. left:{text:cont left axis};
  236. margin: auto;
  237. position:fixed;
  238. overflow-y:scroll;
  239. overflow-x:hidden;
  240. }
  241.  
  242.  
  243. #post {
  244. width:450px;
  245. padding-bottom:30px;
  246. margin-top:20px;
  247. }
  248.  
  249. #links {
  250. margin-top:{text:links top axis};
  251. margin-left:{text:links left axis};
  252. height:auto;
  253. text-align:center;
  254. font-size:25px;
  255. font-family:calibri;
  256. word-spacing:2px;
  257. position:fixed;
  258. }
  259.  
  260. #links a {
  261. -webkit-transition: all 0.4s ease;
  262. -moz-transition: all 0.4s ease;
  263. -o-transition: all 0.4s ease;
  264. }
  265.  
  266. #links a:hover {
  267. color:{color:link hover}
  268. -webkit-transition: all 0.4s ease;
  269. -moz-transition: all 0.4s ease;
  270. -o-transition: all 0.4s ease;
  271. }
  272.  
  273. #alinks {
  274. top:{text:A links top axis};
  275. left:{text:A links left axis};
  276. height:auto;
  277. text-align:center;
  278. font-size:{text:A links size};
  279. font-family:calibri;
  280. position:fixed;
  281. -ms-transform: rotate({text:A links rotate});
  282. -webkit-transform: rotate({text:A links rotate});
  283. -o-transform: rotate({text:A links rotate});
  284. }
  285.  
  286. #alinks a {
  287. color:{color:extra links};
  288. -webkit-transition: all 0.4s ease;
  289. -moz-transition: all 0.4s ease;
  290. -o-transition: all 0.4s ease;
  291. }
  292.  
  293. #alinks a:hover {
  294. color:{color:extra links hover};
  295. -webkit-transition: all 0.4s ease;
  296. -moz-transition: all 0.4s ease;
  297. -o-transition: all 0.4s ease
  298. }
  299.  
  300. #blinks {
  301. top:{text:B links top axis};
  302. left:{text:B links left axis};
  303. height:auto;
  304. text-align:center;
  305. font-size:{text:B links size};
  306. font-family:calibri;
  307. position:fixed;
  308. -ms-transform: rotate({text:B links rotate});
  309. -webkit-transform: rotate({text:B links rotate});
  310. -o-transform: rotate({text:B links rotate});
  311. }
  312.  
  313. #blinks a {
  314. color:{color:extra links};
  315. -webkit-transition: all 0.4s ease;
  316. -moz-transition: all 0.4s ease;
  317. -o-transition: all 0.4s ease;
  318. }
  319.  
  320. #blinks a:hover {
  321. color:{color:extra links hover};
  322. -webkit-transition: all 0.4s ease;
  323. -moz-transition: all 0.4s ease;
  324. -o-transition: all 0.4s ease;
  325. }
  326.  
  327. #clinks {
  328. top:{text:C links top axis};
  329. left:{text:C links left axis};
  330. height:auto;
  331. text-align:center;
  332. font-size:{text:C links size};
  333. font-family:calibri;
  334. position:fixed;
  335. -ms-transform: rotate({text:C links rotate});
  336. -webkit-transform: rotate({text:C links rotate});
  337. -o-transform: rotate({text:C links rotate});
  338. }
  339.  
  340. #clinks a {
  341. color:{color:extra links};
  342. -webkit-transition: all 0.4s ease;
  343. -moz-transition: all 0.4s ease;
  344. -o-transition: all 0.4s ease;
  345. }
  346.  
  347. #clinks a:hover {
  348. color:{color:extra links hover};
  349. -webkit-transition: all 0.4s ease;
  350. -moz-transition: all 0.4s ease;
  351. -o-transition: all 0.4s ease;
  352. }
  353.  
  354. #dlinks {
  355. top:{text:D links top axis};
  356. left:{text:D links left axis};
  357. text-align:center;
  358. font-size:{text:D links size};
  359. font-family:calibri;
  360. position:fixed;
  361. -ms-transform: rotate({text:D links rotate});
  362. -webkit-transform: rotate({text:D links rotate});
  363. -o-transform: rotate({text:D links rotate});
  364. }
  365.  
  366. #dlinks a {
  367. color:{color:extra links};
  368. -webkit-transition: all 0.4s ease;
  369. -moz-transition: all 0.4s ease;
  370. -o-transition: all 0.4s ease;
  371. }
  372.  
  373. #dlinks a:hover {
  374. color:{color:extra links hover};
  375. -webkit-transition: all 0.4s ease;
  376. -moz-transition: all 0.4s ease;
  377. -o-transition: all 0.4s ease;
  378. }
  379.  
  380. #elinks {
  381. top:{text:E links top axis};
  382. left:{text:E links left axis};
  383. height:auto;
  384. text-align:center;
  385. font-size:{text:E links size};
  386. font-family:calibri;
  387. position:fixed;
  388. -ms-transform: rotate({text:E links rotate});
  389. -webkit-transform: rotate({text:E links rotate});
  390. -o-transform: rotate({text:E links rotate});
  391. }
  392.  
  393. #elinks a {
  394. color:{color:extra links};
  395. -webkit-transition: all 0.4s ease;
  396. -moz-transition: all 0.4s ease;
  397. -o-transition: all 0.4s ease;
  398. }
  399.  
  400. #elinks a:hover {
  401. color:{color:extra links hover};
  402. -webkit-transition: all 0.4s ease;
  403. -moz-transition: all 0.4s ease;
  404. -o-transition: all 0.4s ease;
  405. }
  406.  
  407. #flinks {
  408. top:{text:F links top axis};
  409. left:{text:F links left axis};
  410. height:auto;
  411. text-align:center;
  412. font-size:{text:F links size};
  413. font-family:calibri;
  414. position:fixed;
  415. -ms-transform: rotate({text:F links rotate});
  416. -webkit-transform: rotate({text:F links rotate});
  417. -o-transform: rotate({text:F links rotate});
  418. }
  419.  
  420. #flinks a {
  421. color:{color:extra links};
  422. -webkit-transition: all 0.4s ease;
  423. -moz-transition: all 0.4s ease;
  424. -o-transition: all 0.4s ease;
  425. }
  426.  
  427. #flinks a:hover {
  428. color:{color:extra links hover};
  429. -webkit-transition: all 0.4s ease;
  430. -moz-transition: all 0.4s ease;
  431. -o-transition: all 0.4s ease;
  432. }
  433.  
  434. #pagination {
  435. margin-top:{text:pagination top axis};
  436. margin-left:{text:pagination left axis};
  437. text-align:center;
  438. font-size:20px;
  439. position:fixed;
  440. font-family:calibri;
  441. }
  442.  
  443. /*- others -*/
  444.  
  445. #info {
  446. text-align:center;
  447. width:450px;
  448. margin-top:10px;
  449. padding: 5px;
  450. font-size: 8px;
  451. color: {color:link};
  452. border-top: 1px solid {color:border};
  453. }
  454.  
  455. #ask {
  456. padding:9px;
  457. padding-top:4px;
  458. padding-bottom:4px;
  459. text-align:left;
  460. text-transform:italic;
  461. color:{color:text};
  462. border-left:2px solid {color:blockquote};
  463. border-radius:7px;
  464. line-height:200%
  465. }
  466.  
  467. #answer {
  468. width: 450px;
  469. padding-top: 5px;
  470. margin-left: 7px;
  471. line-height:120%;
  472. }
  473.  
  474. #quote {
  475. font-size: 20px;
  476. text-align: center;
  477. line-height: 100%;
  478. }
  479.  
  480. #credit {
  481. font-size:9px;
  482. font-family:calibri;
  483. letter-spacing:1px;
  484. }
  485.  
  486. #credit a {
  487. color:{color:link};
  488. background-color:{color:tooltip bg};
  489. border:1px solid {color:border};
  490. border-radius:5px;
  491. padding:5px;
  492. position:fixed;
  493. right:15px;
  494. bottom:10px
  495. }
  496.  
  497. #credit a hover {
  498. color:{color:link hover};
  499. }
  500.  
  501. #tags {
  502. font-style:normal;
  503. width:450px;
  504. text-transform:normal;
  505. font-style:normal;
  506. line-height:120%;
  507. text-align:center;
  508. }
  509.  
  510. #hovertitle {
  511. font-size: 20px;
  512. line-height: 15px;
  513. letter-spacing:2px;
  514. font-weight:normal;
  515. }
  516.  
  517. #hoverbox {
  518. position:fixed;
  519. top:{text:Description top axis};
  520. margin-left:{text:description left axis};}
  521.  
  522. #hovercontent {
  523. margin-top:10px;
  524. width:{text:Description width};
  525. color:#e2c89d;
  526. opacity:0;
  527. text-align:center;
  528. -webkit-transition: all 0.7s ease;
  529. -mo-transition: all 0.7s ease;
  530. -o-transition: all 0.7s ease;
  531. }
  532.  
  533. #hoverbox:hover #hovercontent {
  534. opacity:1;
  535. -webkit-transition: all 0.7s ease;
  536. -moz-transition: all 0.7s ease;
  537. -o-transition: all 0.7s ease;}
  538.  
  539.  
  540. {CustomCSS}</style></head><body>
  541.  
  542. <div id="hoverbox">
  543. <div id="hovertitle">{text:Description title}</div>
  544. <div id="hovercontent">{description}
  545.  
  546. </div>
  547. </div>
  548.  
  549.  
  550. <div id="links">
  551.  
  552. <div id="alinks"><a href="{text:A links url}" title="{text:A links title}">{text:A links symbol}</a></div>
  553. <div id="blinks"><a href="{text:B links url}" title="{text:B links title}">{text:B links symbol}</a></div>
  554. <div id="clinks"><a href="{text:C links url}" title="{text:C links title}">{text:C links symbol}</a></div>
  555. <div id="dlinks"><a href="{text:D links url}" title="{text:D links title}">{text:D links symbol}</a></div>
  556. <div id="elinks"><a href="{text:E links url}" title="{text:E links title}">{text:E links symbol}</a></div>
  557. <div id="flinks"><a href="{text:F links url}" title="{text:F links title}">{text:F links symbol}</a></div>
  558.  
  559. </div>
  560.  
  561. </div>
  562.  
  563. {block:Pagination}
  564. <div id="pagination">
  565.  
  566. {block:PreviousPage}<a href="{PreviousPage}" title="{text:pagination backward title}">{text:pagination backward}</a>{/block:PreviousPage} β€”
  567. {block:NextPage} <a href="{NextPage}" title="{text:pagination forward title}">{text:pagination forward}</a>{/block:NextPage}
  568. </div>{/block:Pagination}
  569.  
  570. </div></div>
  571.  
  572. <div id="container">
  573.  
  574. <div id="theme">
  575.  
  576. <div id="pcontainer">
  577.  
  578. <div id="entries">{block:Posts}<div id="post">
  579.  
  580. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  581.  
  582. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  583.  
  584. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  585.  
  586. {block:Quote}<div id="quote">"{Quote}"</div>{block:Source}<br><br> <div style="text-align: right;">β€” {Source}</div>{/block:Source}{/block:Quote}
  587.  
  588.  
  589. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  590.  
  591. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  592.  
  593. {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>
  594. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  595. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  596. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  597. {/block:Audio}
  598.  
  599. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  600.  
  601. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}" style="float:left;">&nbsp;<b>{Asker}:</b> <i>{Question}</i></div><br><div id="answer">{Answer}</div>{/block:Answer}
  602.  
  603. <div id="info">
  604. {block:Date}<a href="{Permalink}">
  605. {TimeAgo}</a></a>{/block:Date} | <a href="{Permalink}">
  606. {NoteCountWithLabel}</a>{block:RebloggedFrom} | <a href="{ReblogParentURL}"
  607. title="{ReblogParenttitle}">Via</a> | <a href="{ReblogRootURL}"title="{ReblogRoottitle}">Source</a>{/block:RebloggedFrom} <br>
  608. {block:HasTags}<div class="tags"> {block:Tags}<a href="{TagURL}">{text:tag symbol}{Tag}</a>&nbsp;&nbsp;&nbsp;{/block:Tags}{/block:HasTags}</div>
  609.  
  610. </div>
  611.  
  612. </div>
  613. {/block:Posts}
  614. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  615. {/block:Posts}</div></div></div>
  616.  
  617. <div id="credit"><a href="http://empireofoao.tumblr.com/post/140496825751/you-found-aoibaras-indie-contained-theme-code" title="code by Aoibara">oAo</a></center></div>
  618.  
  619.  
  620. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement