Advertisement
sadmilks

Soulless thm.01

Jun 15th, 2013
743
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.79 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. <html xmlns="http://www.w3.org/1999/xhtml">
  3.  
  4. <head>
  5. <title>{Title}</title>
  6.  
  7. <!--
  8.  
  9. Soulless thm .01 | R-eiora
  10.  
  11. Do not remove credits or use this theme as a base please thank you. o(´^`)o
  12.  
  13. -->
  14.  
  15. <link rel="shortcut icon" href="{Favicon}">
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17.  
  18. {block:Description}<meta name="description" content="{MetaDescription}" />
  19. {/block:Description}
  20.  
  21.  
  22. <meta name="image:background" content=""/>
  23.  
  24.  
  25. <meta name="color:background" content="#000000"/>
  26. <meta name="color:title" content="#eeeeee"/>
  27. <meta name="color:posts bg" content="#ffffff"/>
  28. <meta name="color:post border" content="#000000"/>
  29. <meta name="color:text" content="#000000"/>
  30. <meta name="color:link" content="#858585"/>
  31. <meta name="color:link hover" content="#ffffff"/>
  32. <meta name="color:blockquote" content="#888"/>
  33. <meta name="color:link bg" content="#eeeeee"/>
  34. <meta name="color:scroll bar" content="#121212"/>
  35. <meta name="color:perma" content="#000"/>
  36.  
  37. <meta name="if:post border" content="1"/>
  38.  
  39. <meta name="text:link 1 URL" content=""/>
  40. <meta name="text:link 1" content=""/>
  41. <meta name="text:link 2 URL" content=""/>
  42. <meta name="text:link 2" content=""/>
  43. <meta name="text:music player code" content=""/>
  44.  
  45.  
  46. <style type="text/css">
  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. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scroll bar}; height:7px; border-bottom:1px dotted #000; border-top:1px dotted #000;}
  69. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scroll bar}; height:7px!important;}
  70. ::-webkit-scrollbar {background-color:{color:scroll bar}; height:7px; width:8px;}
  71. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{display:block; height:12px; background-color:{color:scroll bar};}
  72.  
  73. body{
  74. font-family:consolas;
  75. font-size:10px;
  76. text-align:justify;
  77. text-transform:normal;
  78. color:#c4c4c4;
  79. margin:0px;
  80. background:{color:background} url('{image:background}') fixed repeat center;}
  81.  
  82. a {cursor:help;text-decoration:none;color:{color:link};-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;}
  83.  
  84. a:hover {color:{color:link hover}
  85. };
  86.  
  87. blockquote {padding-left:5px;padding-right:5px;margin-left:0px; margin-right:5px;border-left:0px solid {color:blockquote};width:180px;border-right: 0px solid #888;overflow: hidden;}
  88.  
  89. blockquote img {max-width:150px;}
  90.  
  91. li {list-style:square;margin-right:0px;opacity:.85;}
  92.  
  93. #all {margin:auto;}
  94.  
  95. #posts {float:left;height:auto;background:{color:background};position:relative;margin-left:200px;margin-right:auto;margin-top:80px;width:520px;}
  96.  
  97. .po{
  98. {block:ifpostborder}
  99. border-top:0px dotted #ffffff;
  100. border-bottom:1px dotted #ffffff;
  101. {/block:ifpostborder}
  102. overflow:hidden;
  103. display: block;
  104. position:relative;
  105. background:{color:background}; url(”) repeat center;
  106. padding:5px;
  107. float:left;
  108. margin-top:55px;
  109. margin:0px;
  110. width:250px;
  111. float:left;
  112. {block:ifnotpostborder}
  113. display:none;
  114. {/block:ifnotpostborder}
  115. {block:permalinkpage}width:400px;border-bottom:0px dotted;{block:permalinkpage}
  116. }
  117.  
  118. .po:hover #pht {-webkit-filter:grayscale(.7);-moz-filter:grayscale(.7);
  119.  
  120. -ms-filter:grayscale(.7);-o-filter:grayscale(.7);
  121. }
  122.  
  123. #txt {text-align: ;padding:7px;overflow:hidden;}
  124.  
  125. #ph {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;}
  126.  
  127. #ph img {display:block;{block:indexpage}max-width:250px;{/block:indexpage}{block:permalinkpage}max-width:550px;{/block:permalinkpage}}
  128.  
  129. .po:hover #per {opacity:.9;}
  130.  
  131. #per{
  132. bottom:5px;
  133. right:0px;
  134. background:transparent;
  135. letter-spacing:1px;
  136. opacity:.0;
  137. position:absolute;
  138. overflow:hidden;
  139. width:190px;
  140. text-align:right;
  141. background:transparent;
  142. padding:5px 5px 1px 5px;
  143. -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;z-index:3;{block:permalinkpage}display:none;{/block:permalinkpage}
  144. }
  145.  
  146. #per a {color:{color:perma};}
  147.  
  148. .he {letter-spacing:1px;font-size:10px;padding-left:5px;color:{color:title};font-family:consolas;}
  149.  
  150. .body { }
  151.  
  152. .body img{
  153. {block:indexpage} max-width:150px;{/block:indexpage}{block:permalinkpage}max-width:390px;{/block:permalinkpage}
  154. }
  155.  
  156. .qu {font-family:palatino linotype;font-style:italic;font-size: 10px;letter-spacing:1px;}
  157.  
  158. .qusrc {text-align:right;}
  159.  
  160. .le {width:80px;height:80px;}
  161.  
  162. .le img {width:80px;height:80px;display:block;}
  163.  
  164. .be {background:none;width:26px;height:26px;border:0px solid transparent;margin:25px;overflow: hidden; z-index: 9999; opacity: 0.5; }
  165.  
  166. .button {margin-top:-25px;margin-left: -25px;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;}
  167.  
  168. .po:hover .button {opacity:.75;}
  169.  
  170. .ri {float:right;margin:-80px 0 0 0;{block:indexpage}width:105px;{/block:indexpage}{block:permalinkpage}width:305px;{/block:permalinkpage}
  171. }
  172.  
  173. .thru {text-align:right;font:6px consolas;letter-spacing:1px;text-transform:uppercase;}
  174.  
  175. #ppage{margin-top:5px;padding:0 5px 5px 5px;}
  176.  
  177. .nav {font:8px consolas;text-transform:uppercase;letter-spacing:1px;margin-top:5px;display:none;}
  178.  
  179. #side {position:fixed;top:20px;width:150px;left:35px;text-align:right;}
  180.  
  181. .notetitle {padding-left:14px;text-transform:none;padding-bottom:10px; text-align:left;}
  182. .notes {margin-top:-4px; margin-bottom:25px; text-align:left;margin-left:-10px;}
  183. ol.notes li.note {padding:5px;}
  184. ol.notes {max-height: 200px;width:410px; overflow: auto;}
  185. img.avatar {display: none;}
  186. .caption {margin-top:-3px; padding:-15px; }
  187.  
  188. #pura {width: auto;height: auto; position: fixed;bottom:10px; color: #ffffff;z-index: 9;left: 445px;}
  189.  
  190. #gomen {margin-left:500px;border-radius:0px;border-bottom:1px dotted #ffffff;width:200px;padding: -5px;text-align:center;height: 80px;color: #fff;background-color:transparent;font: 16px monospace;text-transform: oblique;letter-spacing: 1px;z-index: 9; }
  191.  
  192. .ryutarou {margin-left:410px;margin-top:75px;padding:8px 8px 10px 8px;width: 90px;height: 23px;background-color: transparent;
  193. opacity:0;-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;position:fixed;z-index: -1;}
  194.  
  195. #pura:hover .ryutarou {margin-top: -80px;opacity: 1; -webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;}
  196.  
  197. .li {text-align: center; margin-top:-5px; display: block; background-color: transparent;font:15px calibri;text-decoration:none; color: #f1f1f1; letter-spacing: 1px; font-style:oblique;}
  198. .li a {width: 100%; font: 15px calibri; text-decoration:none; color: #4c4c4c; letter-spacing: 1px; font-style: oblique;
  199. opacity:0;-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;}
  200. .li a:hover {color: #4c4c4c;opacity:1;
  201. -webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;}
  202.  
  203. #s-m-t-tooltip {z-index:9999;background:#000;line-height:11px;font:8px consolas;letter-spacing:1px;color:#fff;max-width:150px;word-wrap:break-word;padding:1px 3px 1px 3px;display:block;margin:25px 0 0 15px;-webkit-border-radius: 50px;-moz-border-radius: 50px;border-radius: 50px;}
  204.  
  205. #cred{position:fixed; bottom:7px; margin-right:5px; right:-6px; z-index:1;}
  206.  
  207. #cred a {padding:4px; font-size:10px; background:#000; color:#fff;} #cred a:hover {background:transparent; color:#f4f4f4;}
  208.  
  209. #aulait {position:fixed; background-color:#000; opacity:.8; -webkit-transition-duration: .5s; margin:auto; width:600px;}
  210. #aulait a:hover {border-bottom:1px dotted #fff;}
  211. #aulait:hover {opacity:1; -webkit-transition-duration: .5s;}
  212. #to {position:fixed; top:-1px; width:540px; z-index:999999; margin:auto;margin-left:150px;}
  213.  
  214. .co {padding:5px;}
  215. .linkus {padding:1px 5px 5px 5px; font-size:12px; text-transform:normal; letter-spacing:1px; line-height:20px;}
  216.  
  217. .dtit {padding:3px 7px 3px 7px; font-size:19px; letter-spacing:1px;}
  218. .desi {width:600px; margin:auto; padding:3px 7px 10px 7px; border-bottom:1px solid ;}
  219.  
  220. #tp{position:fixed;margin-left:50px;margin-bottom:10px;padding:5px;width:16px;}
  221.  
  222. </style>
  223. <script type="text/javascript"
  224. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js">
  225. </script>
  226. <script type="text/javascript" language="javascript">
  227. $(function () {
  228. $('#scrlBotm').click(function () {
  229. $('html, body').animate({
  230. scrollTop: $(document).height()
  231. },
  232. 1500);
  233. return false;
  234. });
  235. $('#tp').click(function () {
  236. $('html, body').animate({
  237. scrollTop: '0px'
  238. },
  239. 1500);
  240. return false;
  241. });
  242. });
  243. </script>
  244.  
  245. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  246. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  247. <script>
  248. (function($){
  249. $(document).ready(function(){
  250. $("a[title]").style_my_tooltips({
  251. tip_follows_cursor:true,
  252. tip_delay_time:20,
  253. tip_fade_speed:400,
  254. attribute:"title"
  255. });
  256. });
  257. })(jQuery);
  258. </script>
  259.  
  260. <script type="text/javascript">
  261. $(document).ready(function()
  262. {
  263. $( '.wrap' ).fadeIn("slow");
  264. });
  265. </script>
  266.  
  267. <script type="text/javascript" src="http://static.tumblr.com/nj7bgyh/zr9m0w1np/masonryq.js"></script>
  268. <script type="text/javascript" src="http://static.tumblr.com/nj7bgyh/J0qm0vycn/querymasonry.js"></script>
  269. <script src="http://static.tumblr.com/nj7bgyh/bynm0xy7g/endlessscrolljquery.js"></script>
  270.  
  271. <script src="http://static.tumblr.com/nj7bgyh/rNom0vy8o/masonry.js"></script>
  272. <script type="text/javascript">
  273. $(window).load(function () {
  274. $('#posts').masonry(),
  275. $('.masonryWrap').infinitescroll({
  276. navSelector : ".nav a",
  277. // selector for the paged navigation (it will be hidden)
  278. nextSelector : ".nav a",
  279. // selector for the NEXT link (to page 2)
  280. itemSelector : ".po",
  281. // selector for all items you'll retrieve
  282. bufferPx : 10000,
  283. extraScrollPx: 11000,
  284. loadingImg : "http://b.imagehost.org/0548/Untitled-2.png",
  285. loadingText : "<em></em>",
  286. },
  287. // call masonry as a callback.
  288. function() { $('#posts').masonry({ appendedContent: $(this) }); }
  289. );
  290. });
  291. </script>
  292. <script src="toggle.js" type="text/javascript"></script>
  293. <script type="text/javascript">
  294. </script>
  295.  
  296. </head>
  297. <body>
  298.  
  299. <a id="tp" title="back to top" href="#" style="position: fixed; bottom: -15px; left:80px;font-size:15px;">▲</a>
  300.  
  301. <div id="pura">
  302. <div id="gomen"><span style=" color: #ffffff;">私は悲しみに移動し、私は自分が眠って森の中で失われて発見した。</a></div>
  303. <div class="ryutarou">
  304.  
  305. <div class="li"> text here. </div>
  306. </div></div>
  307.  
  308. <center>
  309. <div id="to">
  310. <div id="aulait">
  311. <div class="dtit"><a href="/">{Title} ‏</a><br>
  312. <span class="co"><span class="linkus">
  313.  
  314. <a href="/">un</a> :
  315. <a href="/ask">deux</a> :
  316. <a href="/archive">trois</a>
  317. {block:iflink1}
  318. <a href="{text:link 1 URL}">{text:link 1}</a>
  319. {/block:iflink1}
  320. {block:iflink2}
  321. <a href="{text:link 2 URL}">{text:link 2}</a>
  322. {/block:iflink2}
  323.  
  324. </span></span></div>
  325. <div class="desi">{Description}
  326. {text:music player code}</center></div>
  327. </div></div></div>
  328.  
  329.  
  330. </div>
  331.  
  332. </div></div>
  333. </div></div>
  334.  
  335. </div>
  336. </div></div></div>
  337.  
  338.  
  339. <div id="all">
  340. <div class="nav">
  341.  
  342. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"></a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}"></a>{/block:NextPage}
  343. {/block:Pagination}
  344.  
  345. </div>
  346. </div>
  347. <div id="posts">{block:Posts}<div class="po">
  348.  
  349. {block:Text}<div id="per"><a href="{permalink}" title="{NoteCountWithLabel}">{12Hour} {AmPm};</a></div><div id="txt">{block:Title}<div class="he"> {Title}</div>{/block:Title}<div class="body">{Body}</div></div>{/block:Text}
  350.  
  351. {block:Quote}<div id="per"><a href="{permalink}" title="{NoteCountWithLabel}">{12Hour} {AmPm};</a></div><div id="txt"><div class="qu"> {Quote}</div>{block:Source}<div class="qusrc"><br> </div>{/block:Source}</div>{/block:Quote}
  352.  
  353. {block:Link}<div id="per"><a href="{permalink}" title="{NoteCountWithLabel}">{12Hour} {AmPm};</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}
  354.  
  355. {block:Chat}<div id="per"><a href="{permalink}" title="{NoteCountWithLabel}">{12Hour} {AmPm};</a></div><div id="txt">{block:Title}<div class="he">{Title}</div>{/block:Title}{block:Lines}<div class="{Alt}">
  356. {block:Label}<b>{Label}</b>{/block:Label} {Line}</div>{/block:Lines}
  357. </div>{/block:Chat}
  358.  
  359. {block:Audio}<div id="per"><a href="{permalink}" title="{NoteCountWithLabel}">{12Hour} {AmPm};</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">
  360. <div class="be">{Block:AudioPlayer}{AudioPlayerBlack}{/Block:AudioPlayer}</div></div></div><div class="ri">
  361. {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}
  362.  
  363. {block:Answer}<div id="per"><a href="{permalink}" title="{NoteCountWithLabel}">{12Hour} {AmPm};</a></div><div id="txt"><div class="qu">{Question}</div><div class="qusrc">{Asker}</div><div class="body">{Answer}</div>
  364. </div>{/block:Answer}
  365.  
  366. {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}<div class="thru"><a href="{PhotoURL-HighRes}" target="_blank">high res</a></div>{/block:HighRes}{block:Caption}<div class="body">{Caption}</div>{/block:Caption}{/block:permalinkpage}</div>{/block:Photo}
  367.  
  368. {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}
  369.  
  370. {block:Video}<div id="per"><a href="{permalink}" title="{NoteCountWithLabel}">{12Hour} {AmPm};</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}
  371.  
  372. {block:permalinkpage}
  373. <div id="ppage">
  374.  
  375. <br>{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}
  376.  
  377. {block:PostNotes}{PostNotes}{/block:PostNotes}
  378. </div>{/block:permalinkpage}</div>{/block:Posts}
  379.  
  380. </div>
  381. </div>
  382.  
  383. <div id="cred"><a href="http://r-eiora.tumblr.com" title="creds"> © ; <img src="http://static.tumblr.com/palmvjm/Xqrml3rrc/tinypic.gif"/> </a></div>
  384.  
  385. </body>
  386.  
  387. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement