Advertisement
teenratchet

NEPTUNEテーマ-1

Jul 27th, 2014
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 4.68 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. <html>
  8.     <head>
  9.     <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  10.         <title>
  11.             {Title}
  12.         </title>
  13.         <link rel="shortcut icon" href="{Favicon}"/>
  14.         {block:Description}
  15.         <meta name="description" content="{MetaDescription}"/>
  16.         {/block:Description}
  17.         <meta name="image:Background" content="http://static.tumblr.com/rkiiohe/QG4n9daph/cloud_background.jpg"/>
  18.        
  19.         <meta name="color:Background" content="#fff"/>
  20.         <meta name="color:Text" content="#e08585"/>
  21.         <meta name="color:Links" content="#30a9a2"/>
  22.        
  23.         <meta name="text:Link One" content="/"/>
  24.         <meta name="text:Link One Title" content="home"/>
  25.         <meta name="text:Link Two" content="/archive"/>
  26.         <meta name="text:Link Two Title" cotnent="archive"/>
  27.        
  28.     </head>
  29.     <style>
  30.    
  31.         body {
  32.             background-color:{color:background};
  33.             font-family:'vp';
  34.             font-size:12px;
  35.             color:{color:text};
  36.             background-image:url('{image:Background}');
  37.             background-attachment:fixed;
  38.             background-size:cover;
  39.         }
  40.        
  41.         @font-face {
  42.             font-family:'vp';
  43.             src:url('http://static.tumblr.com/rkiiohe/qvVn9dfsv/itc-fenice-lt-oblique.ttf');
  44.         }
  45.        
  46.         iframe#tumblr_controls {
  47.             position:fixed;
  48.             margin-top:85px;
  49.         }
  50.        
  51.         a:link,a:active,a:visited {
  52.             color:{color:Links};
  53.             text-decoration:none;
  54.         }
  55.        
  56.         #cd {
  57.             z-index:9999;
  58.             position:fixed;
  59.             top:0px;
  60.             left:0px;
  61.             height:80px;
  62.             width:100%;
  63.             background-size:auto 80px;
  64.             background-image:url(http://static.tumblr.com/rkiiohe/8pOn9vrfw/compact_disc_pattern.png);
  65.             box-shadow:0px 0px 5px rgba(0,0,0,.5);
  66.         }
  67.        
  68.         #palm {
  69.             z-index:999;
  70.             position:fixed;
  71.             right:0px;
  72.             bottom:0px;
  73.             width:250px;
  74.         }
  75.        
  76.         #palm2 {
  77.             z-index:999;
  78.             position:fixed;
  79.             left:0px;
  80.             bottom:0px;
  81.             width:150px;
  82.         }
  83.        
  84.         #palm3 {
  85.             z-index:999;
  86.             position:fixed;
  87.             left:250px;
  88.             bottom:0px;
  89.             width:200px;
  90.         }
  91.        
  92.         #mac {
  93.             z-index:999;
  94.             position:fixed;
  95.             margin:100px;
  96.             width:350px;
  97.         }
  98.        
  99.         #center {
  100.             width:400px;
  101.             position:absolute;
  102.             right:300px;
  103.             top:100px;
  104.         }
  105.        
  106.         .entry img {
  107.             display:block;
  108.             box-shadow:10px 10px 5px rgba(0,0,0,.5);
  109.         }
  110.        
  111.         .entry {
  112.             margin-bottom:25px;
  113.         }
  114.        
  115.     </style>
  116.     <body>
  117.         <div id="cd">
  118.             <img style="right:0px;position:fixed;" src="http://static.tumblr.com/rkiiohe/fBtn9vrg1/compact_disc.png" height="80px">
  119.         </div>
  120.         <img src="http://static.tumblr.com/rkiiohe/jCvn9ddf4/palm.png
  121. " id="palm">
  122.         <img src="http://static.tumblr.com/rkiiohe/6iyn9ddik/palm2.png" id="palm2">
  123.         <img src="http://static.tumblr.com/rkiiohe/qNAn9ddku/palm3.png" id="palm3">
  124.         <img src="http://static.tumblr.com/rkiiohe/RbIn9de3g/macintosh.png" id="mac">
  125.         <div id="center">
  126.         <div class = "autopagerize_page_element" >
  127.             {block:Posts}
  128.             <div class="entry">
  129.                 {block:Photo}
  130.                 <img style="background-image:url('http://static.tumblr.com/rkiiohe/Z7un9detu/checker.png');" src="{PhotoURL-500}" width="400px">
  131.                 {/block:Photo}
  132.                 {block:Photoset}
  133.                 {Photoset-400}
  134.                 {/block:Photoset}
  135.                 {block:Video}
  136.                 {Video-500}
  137.                 {/block:Video}
  138.                 {block:Quote}
  139.                 "{Quote}" - {Source}
  140.                 {/block:Quote}
  141.                 {block:Text}
  142.                 {block:Title}<b>{Title}</b>{/block:Title}
  143.                 {Body}
  144.                 {/block:Text}
  145.                 {block:Audio}
  146.                 {AudioPlayerGrey}
  147.                 {/block:Audio}
  148.             </div>
  149.             </div>
  150.             {/block:Posts}
  151.         </div>
  152.     </body>
  153. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement