Advertisement
sadmilks

Capsule Corps thm.04

Oct 11th, 2013
460
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.80 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2. <!--
  3.  
  4. CAPSULE CORPS THEME VIA R-EIORA.TUMBLR.COM
  5.  
  6. //*DON'T REMOVE THIS COMMENT (눈_눈)*//
  7.  
  8. ♪ credits: music player code ~ http://gyapo.tumblr.com ♪
  9.  
  10. -->
  11. <html>
  12. <head>
  13. <title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  17.  
  18. <meta name="image:background" content=""/>
  19. <meta name="image:pixel" content="http://static.tumblr.com/palmvjm/LWYmtg3lz/dbpix.gif">
  20. <meta name="image:permaimg" content="http://media.tumblr.com/b3be189b6c1865990e6399ccb8415525/tumblr_inline_mpskkbQ68R1qz4rgp.png"/>
  21. <meta name="image:chatbubbleimg" content="http://media.tumblr.com/b3be189b6c1865990e6399ccb8415525/tumblr_inline_mpskkbQ68R1qz4rgp.png">
  22.  
  23. <meta name="if:pixel" content="1" />
  24. <meta name="if:post shadow" content="1" />
  25. <meta name="if:dotted border" content="1" />
  26. <meta name="if:rounded chat bubble" content="1" />
  27. <meta name="if:music player" content="1" />
  28.  
  29. <meta name="color:quo" content="#000"/>
  30. <meta name="color:background" content="#fff"/>
  31. <meta name="color:text" content="#000">
  32. <meta name="color:links" content="#858585">
  33.  
  34. <meta name="text:music code" content="" />
  35. <meta name="text:link 1 URL" content="/"/>
  36. <meta name="text:link 1" content="HOME"/>
  37. <meta name="text:link 2 URL" content="/ask"/>
  38. <meta name="text:link 2" content="MAIL"/>
  39. <meta name="text:link 3 URL" content="/archive"/>
  40. <meta name="text:link 3" content="PAST"/>
  41. <meta name="text:link 4 URL" content="http://r-eiora.tumblr.com"/>
  42. <meta name="text:link 4" content="THEME"/>
  43.  
  44. <style type="text/css">
  45.  
  46. @font-face { font-family: "silkscreen"; src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf'); }
  47.  
  48. iframe#tumblr_controls {right:3px !important;
  49. z-index:999999;
  50. position: fixed !important;
  51. opacity: 0;
  52. -webkit-filter:invert(1);
  53. filter:alpha(opacity=0);
  54. -moz-opacity: 0;
  55. -khtml-opacity: 0;
  56. -webkit-transition: all 0.9s ease;
  57. -moz-transition: all 0.9s ease;
  58. -o-transition: all 0.9s ease;}
  59. iframe#tumblr_controls:hover{
  60. opacity: 1;
  61. filter:alpha(opacity=100);
  62. -moz-opacity: 1;
  63. -khtml-opacity: 1;
  64. -webkit-transition: all 0.9s ease;
  65. -moz-transition: all 0.9s ease;
  66. -o-transition: all 0.9s ease;}
  67.  
  68. /*scrollbar code here*/
  69. ::-webkit-scrollbar-thumb:vertical {background: url('http://media.tumblr.com/b3be189b6c1865990e6399ccb8415525/tumblr_inline_mpskkbQ68R1qz4rgp.png') repeat center;border: solid 0px #ccc;}
  70.  
  71. ::-webkit-scrollbar {width: 10px;background:#fff;height: auto;}
  72.  
  73. body{font:9px tinytots;font-size:9px;font-style:italic;text-align:justify;text-transform:lowercase;color:{color:text};margin:0px;background:{color:background} url('{image:background}') fixed repeat center;}
  74.  
  75. a {cursor:help;text-decoration:none;color:{color:links};-webkit-transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;-o-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;}
  76.  
  77. a:hover {color:#e0e0e0;-moz-transition-duration:1s;-webkit-transition-duration:1s;-o-transition-duration:1s;}
  78.  
  79. #all {margin:auto;}
  80.  
  81. #posts {background:transparent;float:left;height:auto;position:relative;margin-left:30px;margin-right: auto;margin-top:10px;width:510px;{block:permalinkpage}background:transparent;{/block:indexpage} {/block:permalinkpage}}
  82.  
  83. .po { {block:ifpostshadow}-webkit-box-shadow: 5px 5px 1px rgba(50, 50, 50, 0.1);-moz-box-shadow: 5px 5px 1px rgba(50, 50, 50, 0.1);box-shadow:5px 5px 1px rgba(50, 50, 50, 0.1);{/block:ifpostshadow}{block:permalinkpage}display:none;{/block:permalinkpage}{block:ifdottedborder}border:1px dotted #000;{/block:ifdottedborder}overflow:hidden;display: block;position:relative;padding:5px;float:left;margin-top:55px;margin: 5px;{block:indexpage}width:170px;float:left;{block:indexpage}{block:permalinkpage}font-family:silkscreen;background:#fff;border:1px dotted #000;width:400px;margin-top:10px;margin-left:40px;font-size:9px;{/block:indexpage} {/block:permalinkpage}
  84. }
  85.  
  86. img{max-width:500%;opacity: 0.9;-webkit-transition: all 0.3s linear 0s;-moz-transition: all 0.3s linear 0s;-o-transition: all 0.3s linear 0s;transition: all 0.3s linear 0s;}
  87.  
  88. img:hover{opacity: 1.0;-webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s;-o-transition: all 0.3s linear 0s;transition: all 0.3s linear 0s;}
  89.  
  90. #txt {text-align:justify;overflow:hidden;background:#fff; padding:10px;max-width:500%;}
  91.  
  92. #ph {width:170px;overflow:hidden;-webkit-transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;-o-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;{block:permalinkpage}width:400px;{/block:permalinkpage}}
  93.  
  94. #ph img {width:170px;{block:permalinkpage}width:400px;{/block:permalinkpage}}
  95.  
  96. .po:hover #per {opacity:.9;}
  97.  
  98. #per {font:7px MS Gothic;margin-right:5px;bottom:8px;text-align:center;opacity:0;margin-top:-5px;padding:2px 10px;position:absolute;background: url('{image:permaimg}') repeat center;z-index:999;width:10px;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;{block:permalinkpage}display:none;{/block:permalinkpage}}
  99.  
  100. .po:hover #per {opacity:1;margin-top:0px;right:-5px;margin-right:15px;}
  101.  
  102. #per a {color:#000;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;}
  103.  
  104. #per a:hover {opacity:0.5;text-decoration:none;}
  105.  
  106. .he {font: 9px tinytots; z-index:999999; text-align:left;text-transform:lowercase;font-style: italic;line-height:15px;border-bottom:1px dotted #000; }
  107.  
  108. .body { }
  109.  
  110. .body img { {block:indexpage} max-width:100px;{/block:indexpage}{block:permalinkpage}max-width:350px;{/block:permalinkpage} }
  111.  
  112. .qu {font-family:new courier;font-size:10px; font-style:italic;letter-spacing:0px;}
  113.  
  114. .qu2 {text-align:left;color:#000;font-family:arial;font-size: 40px;padding: 0px;padding-bottom: 0px;margin-top:-7px;margin-left:-50px;position: relative;float: left;left:40px;width:60px;opacity:.7;line-height:90%;{block:permalinkpage}color:#000;{/block:permalinkpage}}
  115.  
  116. .qusrc {text-align:right;}
  117.  
  118. .le {width:80px;height:80px;}
  119.  
  120. .le img {width:80px;height:80px;display:block;}
  121.  
  122. .be {background:none;width:26px;height:26px;border:1px solid transparent;margin:25px;overflow: hidden; z-index: 9999; opacity: 0.5; }
  123.  
  124. .button {margin-top:-29px;margin-left: -32px;width:10px;height:10px;background:;opacity:1;position:absolute;z-index:8;-webkit-transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;-o-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;}
  125.  
  126. .po:hover .button {opacity:.75;}
  127.  
  128. .ri {float:right;margin:-80px 0 0 0;margin-right:-23px;{block:indexpage}width:105px;{/block:indexpage}{block:permalinkpage}width:305px;{/block:permalinkpage}}
  129.  
  130. .thru {text-align:right;font:6px consolas;letter-spacing:1px;text-transform:uppercase;}
  131.  
  132. #ppage{margin-top:5px;padding:0 5px 5px 5px;}
  133.  
  134. .nav {font:8px consolas;text-transform:uppercase;letter-spacing:1px;margin-top:5px;display:none;}
  135.  
  136. #side {position:fixed;top:20px;width:150px;left:35px;text-align:right;}
  137.  
  138. .permalink {text-align:right;}
  139. .notetitle {padding-left:14px;text-transform:none;padding-bottom:10px; text-align:left;}
  140. .notes {background:transparent; margin-top:-4px; margin-bottom:30px; text-align:left;margin-left:-10px;}
  141. ol.notes li.note {padding:5px;}
  142. ol.notes {max-height: 45px;width:270px; overflow: auto;}
  143. img.avatar {display:none!important;}
  144.  
  145. blockquote { padding-left:5px;padding-right:5px;margin-left:0px; margin-right:5px;border-left:0px solid #888;width:180px;border-right: 0px solid #888;overflow: hidden;}
  146.  
  147. /* side codes (´・ω・`)*/
  148. #s-m-t-tooltip{ margin-left:15px;font:9px/8px tinytots; text-transform:lowercase; letter-spacing:1px; padding:2px 4px; font-style:italic; background:#fff; color:#222;border:1px dotted #000;}
  149.  
  150. .stp {right:25px;bottom:0px;position:fixed}
  151. .stp a{color:#ccc;text-shadow:0px 0px #ccc}
  152.  
  153. #survey {position:fixed; bottom:20px; margin-left:525px;width:100px;text-align:right;padding-right:25px;}
  154.  
  155. .dsc {letter-spacing:1px;font:9px cambria;font-style:italic;}
  156.  
  157. .corps {margin-top:5px;font-family: silkscreen;letter-spacing:1px;text-transform:uppercase; -webkit-transition: all 0.9s ease-in-out;-moz-transition: all 0.9s ease-in-out;-o-transition: all 0.9s ease-in-out;}
  158.  
  159. .corps a { background: url('{image:chatbubbleimg}');display:block;color:#000;padding:1px 3px 1px 4px;margin:5px 0 1px 0;border-right:10px solid #000;}
  160.  
  161. .corps a:hover {background:transparent;color:#555553;border-right:20px solid #000; -webkit-transition: all 0.9s ease-in-out;-moz-transition: all 0.9s ease-in-out;-o-transition: all 0.9s ease-in-out;}
  162.  
  163. #radar {z-index:-1; bottom:85px; left:605px; float:left; position:fixed;}
  164.  
  165. #eren {position:fixed;left:430px;width:140px;bottom:30px;font-size:10px;text-align:right;}
  166.  
  167. #levi {width: auto;height: auto; position: fixed;left:530px;bottom:120px;color: #fff;z-index: 9;}
  168.  
  169. #aoki { height:45px;width: 70px;left: 20px;padding: 2px 10px 2px 5px;padding:5px;font-size: 10px; line-height: 12px; letter-spacing: 0px;
  170. letter-spacing: 1px; text-align:center; line-height: 11px;{block:ifroundedchatbubble}border-radius:7px;{/block:ifroundedchatbubble}background-color: #000; z-index: 9;}
  171.  
  172. .ii {margin-top: -1px;margin-left: 47px;color: #fff;position: fixed;width: 0px;height:15px;border-style: solid;border-width: 15px 1px 0px 15px;border-color: #000000 transparent transparent transparent;z-index: 9;}
  173.  
  174. /*edit misc img here*/#jaegers{width:100px;height:691px;position:fixed;bottom:-10px;padding:0px;left:570px;background:transparent;}
  175.  
  176. /*edit music player here*/#musicbox{position:fixed;bottom:0px;right:10px;width:35px;height:9px;background: url('http://media.tumblr.com/b3be189b6c1865990e6399ccb8415525/tumblr_inline_mpskkbQ68R1qz4rgp.png') repeat center;border:2px solid #f1f1f1;text-align:center;padding:3px;overflow:hidden;opacity:0.5;-webkit-transition: opacity 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
  177.  
  178. #musicbox:hover{opacity:1;}
  179.  
  180. #insidebox{height:11px;-webkit-transition: opacity 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
  181.  
  182. #playerbox{margin-top:-1px;font-family:silkscreen;}
  183. #musicbox:hover #insidebox{margin-top:-15px;}
  184. /*end side codes (´・ω・`)*/
  185.  
  186. </style>
  187.  
  188. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  189. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  190. <script>
  191. (function($){
  192. $(document).ready(function(){
  193. $("[title]").style_my_tooltips();
  194. });
  195. })(jQuery);
  196. </script>
  197.  
  198. <script>
  199. $(window).load(function(){var $wall = $('.posts');$wall.masonry({itemSelector: '.entry',});$wall.infinitescroll({navSelector: 'div#navigation', nextSelector : 'div#navigation a#nextPage', itemSelector : '.entry', donetext : '',loadingText : '',bufferPx : 500,extraScrollPx: 500,errorCallback: function() { $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');}},function( newElements ) {var $newElems = $( newElements );$newElems.hide();$newElems.imagesLoaded(function(){$wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 50, easing: 'linear', queue: false}}, function(){$newElems.fadeIn();} );});}); $wall.show(500);$('#load').click(function(e){e.preventDefault();$wall.infinitescroll('retrieve');$(this).css('display','block');});});</script>
  200.  
  201. <script type="text/javascript" src="http://static.tumblr.com/nj7bgyh/zr9m0w1np/masonryq.js"></script>
  202. <script type="text/javascript" src="http://static.tumblr.com/nj7bgyh/J0qm0vycn/querymasonry.js"></script>
  203. <script src="http://static.tumblr.com/nj7bgyh/bynm0xy7g/endlessscrolljquery.js"></script>
  204.  
  205. <script src="http://static.tumblr.com/nj7bgyh/rNom0vy8o/masonry.js"></script>
  206. <script type="text/javascript">
  207. $(window).load(function () {
  208. $('#posts').masonry(),
  209. $('.masonryWrap').infinitescroll({
  210. navSelector : ".nav a",
  211. // selector for the paged navigation (it will be hidden)
  212. nextSelector : ".nav a",
  213. // selector for the NEXT link (to page 2)
  214. itemSelector : ".po",
  215. // selector for all items you'll retrieve
  216. bufferPx : 10000,
  217. extraScrollPx: 11000,
  218. loadingImg : "http://b.imagehost.org/0548/Untitled-2.png",
  219. loadingText : "<em></em>",
  220. },
  221. // call masonry as a callback.
  222. function() { $('#posts').masonry({ appendedContent: $(this) }); }
  223. );
  224. });
  225. </script>
  226. <script src="toggle.js" type="text/javascript"></script>
  227. <script type="text/javascript">
  228. </script>
  229.  
  230. </head><body>
  231.  
  232. {block:IndexPage}
  233. {block:ifmusicplayer}<div id="music">
  234. <div id="musicbox">
  235. <div id="insidebox">
  236. <div id="musicpic"><img src="http://static.tumblr.com/rltvkjt/jwflmr3vh/marcadores71.gif"/></div>
  237. <div id="playerbox"> {text:music code}</div>
  238. </div></div>{/block:ifmusicplayer}
  239. {/block:IndexPage}
  240.  
  241. <div id="jaegers"><img src="http://static.tumblr.com/palmvjm/d5Hmuisci/erenjaegay.png"/></div>
  242.  
  243. {block:ifpixel}
  244. <div id="radar"><img src="{image:pixel}" ></div>{/block:ifpixel}
  245.  
  246. <div id="survey"><br> <br><p><div class="dsc"></div>
  247. <div class="corps"><a href="{text:link 1 URL}">{text:link 1}</a><a href="{text:link 2 URL}">{text:link 2}</a><a href="{text:link 3 URL}">{text:link 3}</a><a href="{text:link 4 URL}">{text:link 4}</a></div></div></div>
  248.  
  249. <div id="eren">
  250. <div id="levi">
  251. <div id="aoki"><span style="color: #000;"><a href="/">{Description}</a></div>
  252. <div class="ii"></div></div></div>
  253.  
  254. <div id="all">
  255. <div class="nav">
  256.  
  257. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"></a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}"></a>{/block:NextPage}
  258. {/block:Pagination}
  259.  
  260. </div>
  261. </div>
  262.  
  263. <div id="posts">{block:Posts}<div class="po">
  264.  
  265. {block:Text}<div id="per"><a href="{permalink}" title="{NoteCountWithLabel}"><img src="http://static.tumblr.com/palmvjm/0MAmtg7g3/pluse.gif"/></a></div><div id="he">{block:Title}<div class="he"> {Title}</div>{/block:Title}<div class="body">{Body}</div></div>{/block:Text}{block:Source}{/block:Source}
  266.  
  267. {block:Quote}<div id="per"><a href="{permalink}" title="{NoteCountWithLabel}"><img src="http://static.tumblr.com/palmvjm/0MAmtg7g3/pluse.gif"/></a></div><div id="txt"><div class="qu"><span class="qu2">❝</span>{Quote}</div>{block:Source}<div class="qusrc"><br> </div>{/block:Source}</div>{/block:Quote}
  268.  
  269. {block:Link}<div id="per"><a href="{permalink}" title="{NoteCountWithLabel}"><img src="http://static.tumblr.com/palmvjm/0MAmtg7g3/pluse.gif"/></a></div><div id="txt"><div class="he"><a href="{URL}" target="_blank"> {Name}</a></div>{block:permalinkpage}{block:Description}<div class="body">{Description}<div>{/block:Description}{/block:permalinkpage}</div>{/block:Link}
  270.  
  271. {block:Chat}<div id="per"><a href="{permalink}" title="{NoteCountWithLabel}"><img src="http://static.tumblr.com/palmvjm/0MAmtg7g3/pluse.gif"/></a></div>{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<font color="{color:link}"><b>{Label}</b></font> {Line}<br>{/block:Label}{/block:Lines}</a>{/block:Chat}
  272.  
  273. {block:Audio}<div id="per"><a href="{permalink}" title="{NoteCountWithLabel}"><img src="http://static.tumblr.com/palmvjm/0MAmtg7g3/pluse.gif"/></a></div><div id="txt">{block:AudioEmbed}<div style="margin:0 -15px 0 -5px;">{block:indexpage}{AudioEmbed-250}{/block:indexpage}{block:permalinkpage}{AudioEmbed-400}{/block:permalinkpage}</div>{/block:AudioEmbed}{block:AudioPlayer}<div class="le"><div class="button">
  274. <div class="be">{AudioPlayerWhite}</div></div></div><div class="ri">
  275. {block:TrackName}{TrackName}<br>{/block:TrackName}{block:Artist}<b></b> {Artist}<br>{/block:Artist}</div>{/block:AudioPlayer}{block:permalinkpage}{block:Caption}<div class="body">{Caption}</div>{/block:Caption}{/block:permalinkpage}</div>{/block:Audio}
  276.  
  277. {block:Answer}<div id="per"><a href="{permalink}" title="{NoteCountWithLabel}"><img src="http://static.tumblr.com/palmvjm/0MAmtg7g3/pluse.gif"/></a></div><div id="txt"><div class="qu">{Question}</div><div class="qusrc"> – {Asker} </div><div class="body">{Answer}</div>
  278. </div>{/block:Answer}
  279.  
  280. {block:Photo}<div id="ph">{block:permalinkpage}{LinkOpenTag}{/block:permalinkpage}{block:indexpage}<a href="{Permalink}" title="{NoteCountWithLabel}">{/block:indexpage}<img src="{PhotoURL-500}"></a>{LinkCloseTag}{block:permalinkpage}{block:HighRes}{/block:HighRes}{block:Caption}<div class="body">{Caption}</div>{/block:Caption}{/block:permalinkpage}</div>{/block:Photo}
  281.  
  282. {block:Photoset}<div id="ph">{block:indexpage}{block:Photos}<a href="{Permalink}" title="{NoteCountWithLabel}">{/block:indexpage}<img src="{PhotoURL-500}"></a>{/block:Photos}{/block:indexpage}{block:permalinkpage}{Photoset-400}{block:Caption}<div class="body">{Caption}</div>{/block:Caption}{/block:permalinkpage}</div>{/block:Photoset}
  283.  
  284. {block:Video}<div id="per"><a href="{permalink}" title="{NoteCountWithLabel}"><img src="http://static.tumblr.com/palmvjm/0MAmtg7g3/pluse.gif"/></a></div><div id="ph">{block:indexpage}{Video-250}{/block:indexpage}{block:permalinkpage}{Video-400}{PlayCountWithLabel}<br>{block:Caption}<div class="body">{Caption}</div>{/block:Caption}{/block:permalinkpage}</div>{/block:Video}
  285.  
  286. {block:permalinkpage}
  287. <div id="ppage">
  288.  
  289. <br><span style="font:9px font-family:silkscreen; text-transform:lowercase; letter-spacing:1px;font-style:normal;">{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}. {ReblogParentTitle}"> via</a> + <a href="{ReblogRootURL}" title="{ReblogRootName}. {ReblogRootTitle}">source</a>{/block:RebloggedFrom} {block:HasTags} {block:Tags}<a href="{TagURL}">#{Tag}</a>, {/block:Tags}{/block:HasTags}</span>
  290.  
  291. <p>{block:PostNotes}{PostNotes}{/block:PostNotes}
  292. </div>{/block:permalinkpage}</div>{/block:Posts}</p>
  293.  
  294.  
  295. </div></div></div>
  296.  
  297. </body>
  298.  
  299. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement