Advertisement
fatblackcat

oaocode

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