Advertisement
teenratchet

NEPTUNEテーマ-2

Aug 6th, 2014
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.00 KB | None | 0 0
  1. <!--
  2. Theme by NEPTUNEテーマ
  3. http://hitmebabyonemoreti.me/ - my theme's
  4. http://garbagegang.tumblr.com/ - my blog
  5. The posts may look weird on the tumblr customize page but it should be fine when you look at your blog.
  6.  
  7. Based off of the album art for "The Incorporeal Entity Alliance - Welcome to Side A" by Incorporeal Visions Deluxe
  8. http://incorporealvisionsdeluxe.bandcamp.com/releases
  9. -->
  10. <html>
  11. <head>
  12. <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  13. <title>
  14. {Title}
  15. </title>
  16. <link rel="shortcut icon" href="{Favicon}"/>
  17. {block:Description}
  18. <meta name="description" content="{MetaDescription}"/>
  19. {/block:Description}
  20. <meta name="color:Background" content=""/>
  21. <meta name="color:Text" content="#000"/>
  22. <meta name="color:Title" content="#000"/>
  23.  
  24. <meta name="text:Link Popup Name" content="Welcome to Side A"/>
  25.  
  26. <meta name="text:Link One" content="/ask"/>
  27. <meta name="text:Link One Title" content="Message"/>
  28. <meta name="text:Link Two" content="/archive"/>
  29. <meta name="text:Link Two Title" content="Archive"/>
  30.  
  31. <meta name="image:Background" content="http://static.tumblr.com/rkiiohe/kFJn9vqk6/369-beautiful-waterfall-hd-background.jpg"/>
  32. <meta name="image:Banner" content="http://static.tumblr.com/rkiiohe/gcJn9vsm2/banner.png">
  33.  
  34. <meta name="if:Banner" content="1"/>
  35. <meta name="if:No Banner" content="0"/>
  36. <meta name="if:Show Title" content="1"/>
  37. <meta name="if:Show Link Popup" content="1"/>
  38. <meta name="if:Show Home Link" content="1"/>
  39. <meta name="if:Show Link One" content="1"/>
  40. <meta name="if:Show Link Two" content="1"/>
  41.  
  42. <style>
  43.  
  44. body {
  45. background-image:url('{image:Background}');
  46. background-size:cover;
  47. background-attachment:fixed;
  48. background-color:{color:Background};
  49. color:{color:Text};
  50. font-family:'georgia':
  51. font-style:italic;
  52. }
  53.  
  54. a:link,a:active,a:visited {
  55. text-decoration:none;
  56. font-weight:bold;
  57. }
  58.  
  59. a:hover {
  60. font-weight:normal;
  61. }
  62.  
  63. #banner {
  64. width:100%;
  65. position:fixed;
  66. top:100px;
  67. left:0px;
  68. z-index:999;
  69. }
  70.  
  71. #cd {
  72. z-index:9999;
  73. position:fixed;
  74. top:0px;
  75. left:0px;
  76. height:80px;
  77. width:100%;
  78. background-size:auto 80px;
  79. background-image:url(http://static.tumblr.com/rkiiohe/8pOn9vrfw/compact_disc_pattern.png);
  80. box-shadow:0px 0px 5px rgba(0,0,0,.5);
  81. }
  82.  
  83. iframe#tumblr_controls {
  84. position:fixed;
  85. margin-top:85px;
  86. }
  87.  
  88. #cent {
  89. width:514px;
  90. margin:auto;
  91. {block:ifBanner}
  92. margin-top:250px;
  93. {/block:ifBanner}
  94. {block:ifNoBanner}
  95. margin-top:100px;
  96. {/block:ifNoBanner}
  97. }
  98.  
  99. .entry {
  100. background-image:url('http://static.tumblr.com/rkiiohe/whQn9vs2t/gradient.png');
  101. background-size:100% 100%;
  102. margin-bottom:100px;
  103. padding:7px;
  104. box-shadow:20px 20px 20px rgba(0,0,0,.4);
  105. }
  106.  
  107. img {
  108. display:block;
  109. }
  110.  
  111. #title {
  112. font-size:30px;
  113. font-style:italic;
  114. color:{color:Title};
  115. position:fixed;
  116. width:100%;
  117. left:0px;
  118. bottom:100px;
  119. text-align:center;
  120. }
  121.  
  122. #linkpopup {
  123. font-size:25px;
  124. font-style:italic;
  125. color:{color:Title};
  126. position:fixed;
  127. width:100%;
  128. left:0px;
  129. bottom:60px;
  130. text-align:center;
  131. }
  132.  
  133. .linkp {
  134. display:inline-block;
  135. cursor:pointer;
  136. color:{color:Title};
  137. }
  138.  
  139. #links {
  140. font-size:20px;
  141. font-style:italic;
  142. color:{color:Title};
  143. position:fixed;
  144. width:100%;
  145. left:0px;
  146. bottom:35px;
  147. text-align:center;
  148. display:none;
  149. }
  150.  
  151. #links a {
  152. font-weight:normal;
  153. color:{color:Title};
  154. }
  155.  
  156. </style>
  157. <script src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.11.1.min.js"></script>
  158. <script>
  159. $(document).ready(function(){
  160. $(".linkp").click(function(){
  161. $("#links").fadeToggle("fast");
  162. });
  163. });
  164. </script>
  165. </head>
  166. <body>
  167. <div id="cd">
  168. <img style="right:0px;position:fixed;" src="http://static.tumblr.com/rkiiohe/fBtn9vrg1/compact_disc.png" height="80px">
  169. </div>
  170. {block:ifBanner}
  171. <div id="banner">
  172. <center>
  173. <img src="{image:Banner}" height="130px">
  174. </center>
  175. </div>
  176. {/block:ifBanner}
  177. {block:ifShowTitle}
  178. <div id="title">
  179. {Title}
  180. </div>
  181. {/block:ifShowTitle}
  182. {block:ifShowLinkPopup}
  183. <div id="linkpopup">
  184. <div title="Click for Links" class="linkp">
  185. {text:Link Popup Name}
  186. </div>
  187. </div>
  188. <div id="links">
  189. {block:ifShowHomeLink}
  190. <a href="/">Home</a>
  191. {/block:ifShowHomeLink}
  192. {block:ifShowLinkOne}
  193. <a href="{text:Link One}">{text:Link One Title}</a>
  194. {/block:ifShowLinkOne}
  195. {block:ifShowLinkTwo}
  196. <a href="{text:Link Two}">{text:Link Two Title}</a>
  197. {/block:ifShowLinkTwo}
  198. </div>
  199. {/block:ifShowLinkPopup}
  200. <div id="cent">
  201. <div class = "autopagerize_page_element" >
  202. {block:Posts}
  203. <div class="entry">
  204. {block:Photo}
  205. <img src="{PhotoURL-500}" width="500px">
  206. {/block:Photo}
  207. {block:Photoset}
  208. {Photoset-400}
  209. {/block:Photoset}
  210. {block:Video}
  211. {Video-500}
  212. {/block:Video}
  213. {block:Quote}
  214. "{Quote}" - {Source}
  215. {/block:Quote}
  216. {block:Text}
  217. {block:Title}<b>{Title}</b>{/block:Title}
  218. {Body}
  219. {/block:Text}
  220. {block:Audio}
  221. {AudioPlayerGrey}
  222. {/block:Audio}
  223. </div>
  224. {/block:Posts}
  225. </div>
  226. </div>
  227. </body>
  228. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement