Advertisement
Owldolly

Aozora Theme - No Infinite Scroll

Sep 14th, 2013
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.34 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!-- (c) Aozora Theme by Sapphire (http://owl-doll.tumblr.com) Do not steal or remove credit. If you have any questions feel free to contact me - http://owl-doll.tumblr.com/ask
  5. Enjoy ^o^
  6.  
  7.  
  8. Instructions to get audio player working -
  9.  
  10. 1. Check the box saying 'show audio player' under Appearance
  11.  
  12. 2. Go to http://www.sheepproductions.com/billy/
  13.  
  14. 3. Follow the instructions there and add the MP3s you want to the playlist.
  15.  
  16. 4. Click 'generate code'. Copy this code to clipboard.
  17.  
  18. 5. Now search the theme html (ctrl + f) for 'paste code from Billy Player here'
  19.  
  20. 6. Paste the code in its place.
  21.  
  22.  
  23. -->
  24.  
  25. <link href='http://fonts.googleapis.com/css?family=Roboto
  26.  
  27. +Condensed' rel='stylesheet' type='text/css'>
  28. <link rel="shortcut icon" href="{image:Favicon}" />
  29.  
  30. <meta name="image:Background" content="http://static.tumblr.com/vvvx9lt/SmWmo3iap/polaroid.png">
  31. <meta name="image:Sidebar" content="http://static.tumblr.com/vvvx9lt/hlFmo6iot/skyani.gif">
  32. <meta name="image:Favicon" content="http://static.tumblr.com/vvvx9lt/LgOmo74kx/cl.gif">
  33. <meta name="image:Pixel" content="http://static.tumblr.com/vvvx9lt/csQmo6ja4/star_12.gif">
  34. <meta name="image:Back to top" content="http://static.tumblr.com/vvvx9lt/6ZTmo73ou/06svgif_icon77777777817979787777787.gif">
  35. <meta name="if:Show Audio player" content="0"/>
  36. <meta name="if:Rounded images" content="1"/>
  37. <meta name="text:link 1 name" content="link 1 name">
  38. <meta name="text:link 1" content="http://">
  39. <meta name="text:link 2 name" content="link 2 name">
  40. <meta name="text:link 2" content="http://">
  41. <meta name="color:Sidebar Border" content="#fff">
  42. <meta name="color:Border" content="#a9b1f3">
  43. <meta name="color:Text" content="#a6a6a6">
  44. <meta name="color:Header" content="#868686">
  45. <meta name="color:Boxes" content="#fff">
  46. <meta name="color:Navigation" content="#fff">
  47. <meta name="color:Navigation hover" content="#a6a6a6">
  48. <meta name="color:Navigation background" content="#c7e4f8">
  49. <meta name="color:Links" content="#ffcccc">
  50. <meta name="color:Links hover" content="#c7e4f8">
  51. <meta name="color:Bar 1" content="#ffcccc">
  52. <meta name="color:Bar 2" content="#c7e4f8">
  53. <meta name="color:Bar 3" content="#a9b1f3">
  54. <meta name="color:Scrollbar 1" content="#c7e4f8">
  55. <meta name="color:Scrollbar 2" content="#fff">
  56.  
  57. <script src="http://static.tumblr.com/8jq17g7/e7bm0d3ib/ui.totop_jq
  58.  
  59. uery_easing.js" type="text/javascript"></script>
  60. <script type="text/javascript">
  61. $(document).ready(function() {
  62. $().UItoTop({ easingType:
  63.  
  64. 'easeOutQuart' });
  65. });
  66. </script>
  67.  
  68.  
  69. <style type="text/css">
  70.  
  71. #toTop {
  72. display:none;
  73. text-decoration:none;
  74. position:fixed;
  75. bottom:10px;
  76. right:10px;
  77. overflow:hidden;
  78. width:51px;
  79. height:51px;
  80. border:none;
  81. text-indent:-999px;
  82. background:url({image:Back to top}) no-repeat left
  83.  
  84. top;}
  85. #toTopHover {
  86. background:url({image:Back to top}) no-repeat left
  87.  
  88. -51px;
  89. width:51px;
  90. height:51px;
  91. display:block;
  92. overflow:hidden;
  93. float:left;
  94. opacity: 0;
  95. -moz-opacity: 0;
  96. filter:alpha(opacity=0);}
  97. #toTop:active, #toTop:focus {
  98. outline:none;}
  99.  
  100.  
  101. <title>{title}</title>
  102. <style type="text/css">
  103.  
  104. #navbar-iframe {
  105. display: none;
  106. }
  107.  
  108. body {
  109. background:url({image:Background});
  110. background-attachment: fixed;
  111. font-family: Roboto Condensed;
  112. font-size: 10px;
  113. text-align: center;
  114. }
  115.  
  116. a:link, a:visited {
  117. color: {color:links};
  118. text-decoration: none;
  119. -webkit-transition:0.7s;
  120. }
  121.  
  122. a:hover{
  123. text-decoration: none;
  124. color: {color:Links hover};
  125. -webkit-transition:0.7s;
  126. }
  127.  
  128. .title {
  129. color: {color:Header};
  130. font-family: Roboto Condensed;
  131. text-transform: lowercase;
  132. font-size:10px;
  133. line-height:17px;
  134. text-align: center;
  135. letter-spacing: 3px;
  136. border-bottom: 1px dashed {color:text};
  137. margin-bottom: 10px;
  138. }
  139.  
  140. a.nav {
  141. padding:2px;
  142. color: {color:Navigation};
  143. font-size:9px;
  144. background: {color:Navigation background};
  145. width: 210px;
  146. display: inline-block;
  147. text-align: center;
  148. margin-bottom: 3px;
  149. font-size: 10px;
  150. font-family: Roboto Condensed;
  151. -webkit-transition: 0.7s;
  152. letter-spacing: 1px;
  153. text-transform: lowercase;
  154. }
  155.  
  156. a.nav:hover {
  157. -webkit-transition: 0.7s;
  158. color: {color:Navigation Hover};
  159. }
  160.  
  161. .sidebar {
  162. background: {color:boxes};
  163. padding: 10px;
  164. position: fixed;
  165. width: 200px;
  166. top: 260px;
  167. left: 50px;
  168. color: {color:Text};
  169. line-height: 15px;
  170. border-radius: 10px;
  171. font-size: 10px;
  172. letter-spacing: 1px;
  173. }
  174.  
  175. #entry {
  176. width: 550px;
  177. background: {color:boxes};
  178. padding: 20px;
  179. color: {color:text};
  180. position: absolute;
  181. top: 20px;
  182. left: 400px;
  183. line-height: 15px;
  184. font-size: 10px;
  185. letter-spacing: 1px;
  186. border: 3px solid {color:Border};
  187. border-radius: 10px;
  188. }
  189.  
  190. .image {
  191. position: fixed;
  192. top: 20px;
  193. left: 50px;
  194. }
  195.  
  196. a.link:hover {
  197. -webkit-transition: 0.8s;
  198. color: {color:Links hover};
  199. -webkit-transition: opacity 0.7s linear;
  200. -webkit-transition: all 0.7s ease-in-out;
  201. -moz-transition: all 0.7s ease-in-out;
  202. -o-transition: all 0.7s ease-in-out ;}
  203.  
  204. .iconborder {
  205. background: {color:Sidebarborder};
  206. width: 100px;
  207. padding: 10px;
  208. }
  209.  
  210. .icon {
  211. width: 90px;
  212. margin-right: 5px;
  213. background: #eee;
  214. padding: 5px;
  215. }
  216.  
  217. img{
  218. opacity: 0.7;
  219. -webkit-transition: all .3s linear;
  220. -moz-transition: all .3s linear;
  221. transition: all .3s linear;
  222. }
  223.  
  224. {block:ifRoundedimages}
  225. img{
  226. -moz-border-radius: 10px;
  227. border-radius: 10px;{/block:ifRoundedimages}
  228. }
  229.  
  230. img:hover{
  231. opacity: 1.00;
  232. -webkit-transition: all .3s linear;
  233. -moz-transition: all .3s linear;
  234. transition: all .3s linear;
  235. }
  236.  
  237. ::-webkit-scrollbar {
  238. height: 12px;
  239. width: 8px;
  240. background: {color:Scrollbar 1};
  241. }
  242. ::-webkit-scrollbar-thumb {
  243. background-color: {color:Scrollbar 2};
  244. border: 1px solid {color:Scrollbar 1};
  245. }
  246.  
  247. </style>
  248. </head>
  249.  
  250. <div style="position: fixed; top: 0px; left: 330px; line-
  251.  
  252. height: 30px;"></div>
  253.  
  254. <div style="position: fixed; top: 410px; left: 50px;">
  255. <a class="nav" href="/">☆ Home</a><br>
  256. <a class="nav" href="{text:Link 1}">☆ {text:Link 1 name}</a> <br>
  257. <a class="nav" href="{text:link 2 URL}">☆ {text:Link 2 name}</a> <br>
  258. <a class="nav" href="/ask">☆ Ask</a> <br>
  259. <a class="nav" href="http://owl-doll.tumblr.com">☆ Credit</a></div>
  260.  
  261.  
  262.  
  263. <div class="image"><img style="width: 200px; height: 200px;
  264.  
  265. border: 10px
  266.  
  267. solid #fff; border-radius: 200px;"
  268.  
  269. src="{image:Sidebar}"></div>
  270.  
  271. <div style="background: {color:Bar 1}; position: fixed; top:
  272.  
  273. 0px;
  274.  
  275. left: 314px; width: 5px; height: 350px; border-bottom-left-
  276.  
  277. radius: 10px; border-bottom-right-radius: 10px;"></div>
  278.  
  279. <div style="background: {color:Bar 2}; position: fixed; top:
  280.  
  281. 0px;
  282.  
  283. left: 324px; width: 5px; height: 450px; border-bottom-left-
  284.  
  285. radius: 10px; border-bottom-right-radius: 10px;"></div>
  286. <div style="background: {color:Bar 3}; position: fixed; top:
  287.  
  288. 0px;
  289.  
  290. left: 334px; width: 5px; height: 400px; border-bottom-left-
  291.  
  292. radius: 10px; border-bottom-right-radius: 10px;"></div>
  293.  
  294. <tbody><tr>
  295.  
  296. <div class="sidebar">
  297.  
  298. <center><div class="title">{title}</div></center>
  299. <center>{description}</center>
  300.  
  301. </div>
  302.  
  303. {block:ifShowaudioplayer}
  304. <div style="position: fixed; top: 523px; left: 50px;
  305.  
  306. background: #fff; padding: 5px; width: 205px; color: #bbb;
  307.  
  308. font: 10px Roboto Condensed; letter-spacing: 1px; text-
  309.  
  310. align:
  311.  
  312. center;">
  313.  
  314. paste code from Billy Player here
  315.  
  316. </div>
  317.  
  318. {/block:ifShowaudioplayer}
  319.  
  320. </div>
  321.  
  322. <div id="entry">
  323. <div id="content">
  324.  
  325. {block:Posts}
  326.  
  327. <div class= "content">
  328. {block:Text}
  329. <a href="{Permalink}"><h2>{Title}</h2></a>
  330. {Body}
  331.  
  332. {/block:Text}
  333.  
  334.  
  335.  
  336. {block:Photo}
  337. <center>
  338. <img src="{PhotoURL-500}" alt="">
  339. {block:Caption}{Caption}{/block:Caption}
  340.  
  341. </center>
  342. {/block:Photo}
  343.  
  344.  
  345. {block:Photoset}
  346. <center>
  347. <div class="photoset">{Photoset-500}</div>
  348. {block:Caption}{Caption}{/block:Caption}
  349. {
  350. </center>
  351. {/block:Photoset}
  352.  
  353.  
  354. {block:Quote}
  355. <div id="quotemarkleft">“</div><div class="quote_
  356.  
  357. {Length}">{Quote}</div><div id="quotemarkright">”</div>
  358. {block:Source}<div class="source">- {Source}</div>
  359.  
  360. {/block:Source}
  361. {/block:Quote}
  362.  
  363.  
  364. {block:Link}
  365. <h1><a href="{URL}" target="{Target}">{Name}</a></h1>
  366. {block:Description}{Description}{/block:Description}
  367. {/block:Link}
  368.  
  369.  
  370. {block:Chat}
  371. {block:Title}<h1>{Title}</h1>{/block:Title}
  372. {block:Lines}
  373. {block:Label}
  374. <p><b>{Label}</b>
  375. {/block:Label}
  376. {Line}</p>
  377. {/block:Lines}
  378. {/block:Chat}
  379.  
  380. {block:Audio}
  381. <p><center>{AudioPlayerGrey}<br>
  382. <i>{FormattedPlayCount}</i> plays</center></p>
  383. {block:IfShowCaptions}{block:Caption}{Caption}
  384.  
  385. {/block:Caption}{/block:IfShowCaptions}
  386. {block:IfNotShowCaptions}{block:PermalinkPage}
  387.  
  388. {block:Caption}
  389. {Caption}
  390. {/block:Caption}{/block:PermalinkPage}
  391.  
  392. {/block:IfNotShowCaptions}
  393. {/block:Audio}
  394.  
  395. {block:Video}
  396. {Video-500}
  397. <p><center><i>{FormattedPlayCount}</i> plays</center>
  398. {block:IfShowCaptions}{block:Caption}{Caption}
  399.  
  400. {/block:Caption}{/block:IfShowCaptions}
  401. {block:IfNotShowCaptions}{block:PermalinkPage}
  402.  
  403. {block:Caption}
  404. {Caption}
  405. {/block:Caption}{/block:PermalinkPage}
  406.  
  407. {/block:IfNotShowCaptions}
  408. {/block:Video}
  409.  
  410. {block:Answer}
  411. <div class="ask">
  412. <center>
  413. <h3>{Asker} whispered,</h3>
  414. <p>{Question}</p>
  415. <br>------------<br>
  416. </div>
  417. {Answer}</center>
  418. {/block:Answer}
  419. </div>
  420.  
  421. <center>{block:Date}<div class="notecount">
  422. <a href="{Permalink}">{DayOfMonthWithZero} {Month}
  423.  
  424. {Year}</a>{/block:Date}{block:NoteCount} &middot;
  425.  
  426. {NoteCountWithLabel} <img src="{image:Pixel}">
  427.  
  428. {/block:NoteCount}
  429.  
  430. {block:IfReblogLink} &middot; <a
  431.  
  432. href="{ReblogURL}">Reblog</a>{/block:IfReblogLink}<br />
  433. {block:IfShowTags}{block:HasTags}{block:Tags}#<a
  434.  
  435. class="tag" href="{TagURL}">{Tag}</a>&nbsp;
  436.  
  437. {/block:Tags}{/block:HasTags}
  438.  
  439. {/block:IfShowTags}</center>
  440. <br><br>
  441.  
  442. {block:PermalinkPage}
  443. <center>{block:RebloggedFrom}--> <a
  444.  
  445. href="{ReblogRootURL}">
  446.  
  447. {ReblogRootName}</a> (via <a href="{ReblogParentURL}">
  448.  
  449. {ReblogParentName}</a>) {/block:RebloggedFrom}
  450.  
  451. {block:HasTags}
  452.  
  453. <br><br>Tagged: {block:Tags}<a href="{TagURL}">
  454.  
  455. {Tag}.</a> {/block:Tags}{/block:HasTags}<br><br>
  456. </center>
  457. {block:PostNotes}
  458. <div id ="yer">{PostNotes}</div>
  459. {/block:PostNotes}
  460. </div>
  461. {/block:PermalinkPage}
  462.  
  463. {/block:Posts}
  464. <br>
  465. <font size="30">{block:PreviousPage}
  466. <a href="{PreviousPage}">«</a>
  467. {/block:PreviousPage}
  468.  
  469. {block:NextPage}
  470. <a href="{NextPage}">»</a>
  471. {/block:NextPage}</font></size>
  472.  
  473. </div></div></div>
  474. </div>
  475. </body>
  476. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement