Advertisement
rockatanskis

th1

Jun 15th, 2015
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.55 KB | None | 0 0
  1. <!DOCTYPE html><html><head>
  2.  
  3. <!---base code #1 by ewzayns
  4.  
  5. _______ __ __ .____ __ __ .____ ____ _ _
  6. ' / | | / | | / / \ `. /
  7. | |___| |__. |\ /| |__. |,_-< `./
  8. | | | | | \/ | | | ` ,'
  9. / / / /----/ / / /----/ `----' _-'
  10.  
  11.  
  12.  
  13.  
  14. ____ _____ .____ _______ __ __ .____ __ __ .____ _____
  15. / \ ( / ' / | | / | | / (
  16. |,_-< `--. |__. | |___| |__. |\ /| |__. `--.
  17. | ` | | | | | | | \/ | | |
  18. `----' \___.' /----/ / / / /----/ / / /----/ \___.'
  19.  
  20.  
  21.  
  22. -don't change or remove credit
  23. -don't take bits of the code
  24. -don't claim theme as yours
  25. -for any questions, feedback or theme requests please don't hesitate to contanct me!!!
  26.  
  27.  
  28. ---->
  29.  
  30.  
  31. <title>{Title}</title>
  32. {block:description}<meta name="description" content="{MetaDescription}"/>{block:description}
  33. <link rel="shortcut icon" href="{Favicon}">
  34. <link rel="alternate" type="application/rss+xml" href="{RSS}"/>
  35.  
  36.  
  37. <meta name="color:text" content="#000000"/>
  38. <meta name="color:bold" content="#000000"/>
  39. <meta name="color:italic" content="#000000"/>
  40. <meta name="color:links" content="#787878"/>
  41. <meta name="color:hover" content="#e0e0e0"/>
  42. <meta name="color:border" content="#eee"/>
  43. <meta name="color:scrollbar" content="#dcecf5"/>
  44. <meta name="color:scrollbar background" content="#fff"/>
  45. <meta name="color:sidebar links"content="#000"/>
  46. <meta name="color:sidebar links background"content="#fff"/>
  47. <meta name="color:selection text color" content="#fff"/>
  48.  
  49. <meta name="image:background" content=""/>
  50.  
  51. <meta name="text:link 1" content="link"/>
  52. <meta name="text:link 1 url" content="/"/>
  53. <meta name="text:link 2" content="link"/>
  54. <meta name="text:link 2 url" content="/"/>
  55. <meta name="text:link 3" content="link"/>
  56. <meta name="text:link 3 url" content="/"/>
  57. <meta name="text:link 4" content="link"/>
  58. <meta name="text:link 4 url" content="/"/>
  59.  
  60. <meta name="if:captions" content="1">
  61. <meta name="if:infinitescroll" content="1">
  62. <meta name="if:tags" content="1">
  63.  
  64.  
  65.  
  66. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  67. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  68. <script>
  69. (function($){
  70. $(document).ready(function(){
  71. $("a[title]").style_my_tooltips({
  72. tip_follows_cursor:true,
  73. tip_delay_time:90,
  74. tip_fade_speed:600,
  75. attribute:"title"
  76. });
  77. });
  78. })(jQuery);
  79. </script>
  80.  
  81.  
  82. {block:ifinfinitescroll}
  83. <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  84. {/block:ifinfinitescroll}
  85.  
  86. <style type="text/css">
  87.  
  88.  
  89. ::-moz-selection {
  90. background: transparent;
  91. color: {color:selection text color};
  92. }
  93.  
  94. ::selection {
  95. background: transparent;
  96. color: {color:selection text color};
  97. }
  98.  
  99.  
  100. ::-webkit-scrollbar {
  101. width: 0px;
  102. }
  103.  
  104. ::-webkit-scrollbar-track {
  105. background-color: {color:scrollbar background};
  106. }
  107.  
  108. ::-webkit-scrollbar-thumb {
  109. height:auto;
  110. background-color: {color:scrollbar};
  111. }
  112.  
  113. #s-m-t-tooltip {
  114. max-width:200px;
  115. margin:25px 20px 25px 20px;
  116. background: {color:sidebar links background};
  117. color:#000;
  118. font-family:'arial';
  119. font-size:10px;
  120. line-height:13px;
  121. padding:3px 5px 4px 5px;
  122. opacity:.1;
  123. border: 1px solid #e5e5e5;
  124. -webkit-box-shadow: 3px 3px 0px -1px rgba(0,0,0,0.08);
  125. -moz-box-shadow: 3px 3px 0px -1px rgba(0,0,0,0.08);
  126. box-shadow: 3px 3px 0px -1px rgba(0,0,0,0.08);
  127. -webkit-transition: all 0.2s ease-out;
  128. -moz-transition: all 0.2s ease-out;
  129. transition: all 0.2s ease-out;
  130. z-index:999999999999999999999999999999999999;
  131. }
  132.  
  133.  
  134. body {
  135. overflow:hidden;
  136. font-family:arial;
  137. letter-spacing:1px;
  138. font-size:12px;
  139. color:{color:text};
  140. background-color:#d9d9d9;
  141. }
  142.  
  143. #bigbackground {
  144. content: url('http://static.tumblr.com/fbxr6e0/d3hnpuxev/bgaga.png');
  145. position:absolute;
  146. bottom:0;
  147. right:0;
  148. z-index:-1000000;
  149. width:auto;
  150. height:auto;
  151. }
  152.  
  153.  
  154.  
  155. a {
  156. color:{color:links};
  157. text-decoration:none;
  158. font-weight:none;
  159. -moz-transition-duration:0.5s
  160. -webkit-transition-duration:0.5s;
  161. -o-transition-duration:0.5s;
  162. }
  163.  
  164.  
  165. a:hover {
  166. color:{color:hover};
  167. text-decoration:none;
  168. -moz-transition-duration:0.5s;
  169. -webkit-transition-duration:0.5s;
  170. -o-transition-duration:0.5s;
  171. }
  172.  
  173. h1 {
  174. font-size:18px;
  175. font-family:arial;
  176. font-weight:bold, italic;
  177. letter-spacing:-1px;
  178. color:{color:bold};
  179. }
  180.  
  181.  
  182. #sidebar {
  183. width:1500px;
  184. height:200px;
  185. margin-top:150px;
  186. margin-left:200px;
  187. position:fixed;
  188. }
  189.  
  190. #links {
  191. margin-left:760px;
  192. margin-top:20px;
  193. }
  194.  
  195. #links a {
  196. padding:5px;
  197. color: {color:sidebar links};
  198. text-decoration:none;
  199. text-align:center;
  200. text-transform:uppercase;
  201. }
  202.  
  203. #links a:hover {
  204. color:{color:hover};
  205. }
  206.  
  207.  
  208. #description {
  209. width:300px;
  210. margin-left:560px;
  211. margin-top:-100px;
  212. font-size:11px;
  213. font-family:arial;
  214. font-weight:italic;
  215. letter-spacing:1px;
  216. padding:5px;
  217. }
  218.  
  219. #pagination {
  220. margin-left:-1200px;
  221. text-align:center;
  222. margin-top:470px;
  223. text-transform:uppercase;
  224. font-size:15px;
  225. }
  226.  
  227.  
  228. #entries {
  229. padding:25px;
  230. width:500px;
  231. max-height: 80%;
  232. margin-left:400px;
  233. margin-top:105px;
  234. overflow:auto;
  235. position:fixed;
  236. z-index:90;
  237. }
  238.  
  239.  
  240. #post {
  241. width:500px;
  242. padding-bottom:20px;
  243. }
  244.  
  245. #postinfo {
  246. text-align:center;
  247. margin-top:10px;
  248. padding-top:5px;
  249. }
  250.  
  251. #background {
  252. background:#b7b7b5 url('http://static.tumblr.com/fbxr6e0/u8wnpuo1z/bgthing.png') no-repeat;
  253. margin-left:400px;
  254. margin-top:76px;
  255. width:550px;
  256. height:100%;
  257. position:absolute;
  258. z-index:-1;
  259. }
  260.  
  261. #asker {
  262. float:left;
  263. padding:2px;
  264. margin-top:-2px;
  265. margin-right:5px;
  266. }
  267.  
  268. #float {position:absolute;
  269. TOP:0px;
  270. LEFT:200px;
  271. z-index:100; }
  272.  
  273. #text {position:absolute;
  274. TOP:80px;
  275. LEFT:970px;
  276. z-index:105; }
  277.  
  278. #credit {
  279. float:right;
  280. margin-right:10px;
  281. margin-top:-10px;
  282. }
  283.  
  284. #credit a {
  285. color: #c0c0c0;
  286. padding:10px;
  287. font-size:9px;
  288. text-decoration:none;
  289. text-align:center;
  290. background: #fff;
  291. text-transform:uppercase;
  292. border: 1px solid #e5e5e5;
  293. -webkit-box-shadow: 10px 10px 0px -4px rgba(0,0,0,0.29);
  294. -moz-box-shadow: 10px 10px 0px -4px rgba(0,0,0,0.29);
  295. box-shadow: 10px 10px 0px -4px rgba(0,0,0,0.29);
  296. -moz-transition-duration:0.5s;
  297. -webkit-transition-duration:0.5s;
  298. -o-transition-duration:0.5s;
  299. }
  300.  
  301. #credit a:hover {
  302. color: #000;
  303. border: 1px solid #fff;
  304. -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,29);
  305. -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,29);
  306. box-shadow: 0px 0px 0px 0px rgba(0,0,0,29);
  307. -moz-transition-duration:0.5s;
  308. -webkit-transition-duration:0.5s;
  309. -o-transition-duration:0.5s;
  310. }
  311.  
  312. </style>
  313.  
  314.  
  315. </head>
  316.  
  317. <body>
  318.  
  319.  
  320. <div id="sidebar">
  321.  
  322.  
  323. <div id="description"><text align=justify><small><b>HOME ASK ARCHIVE LINKS</b></small></align></div>
  324. {block:ifnotinfinitescroll}<div id="pagination">
  325. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back </a>{/block:PreviousPage}{block:NextPage}– <a href="{NextPage}">next</a>{/block:NextPage}
  326. {/block:Pagination}
  327. </div>{/block:ifnotinfinitescroll}
  328. </div>
  329.  
  330.  
  331. <div id="entries">{block:ifinfinitescroll}<div class = "autopagerize_page_element" >{/block:ifinfinitescroll}{block:Posts}<div id="post">
  332.  
  333.  
  334. {block:Text}<h1>{block:Title}<big><big>{Title}</big></big>{/block:Title}</h1>{Body}{/block:Text}
  335.  
  336.  
  337. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:ifcaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifcaptions}{/block:Photo}
  338.  
  339.  
  340. {block:Photoset}{Photoset-500}{block:ifcaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifcaptions}{/block:Photoset}
  341.  
  342.  
  343. {block:Quote}<big><b><i>"{Quote}"</i></b></big>{block:Source}<p></p>— {Source}{/block:Source}{/block:Quote}
  344.  
  345.  
  346. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  347.  
  348.  
  349. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  350.  
  351.  
  352. {block:Video}{Video-500}{block:ifcaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifcaptions}{/block:Video}
  353.  
  354.  
  355. {block:Audio}<div class="audio_container">{block:AudioEmbed}{AudioEmbed color="white"}{/block:AudioEmbed}</div>
  356. {block:Caption}<div class="caption">{Caption}</div>
  357. {/block:Caption}{/block:Audio}
  358.  
  359.  
  360. {block:Answer}<div id="question"><img src="{AskerPortraitURL-24}"></div><big><i>{Asker} asked:</big></i><br>{Question}<p>{Answer}{/block:Answer}
  361.  
  362.  
  363. <div id="postinfo">( on <a href="{Permalink}">{DayOfMonthWithZero}.{MonthNumberWithZero}</a>{/block:Date}&nbsp;&nbsp;&nbsp;&nbsp;<a href="{Permalink}">{NoteCount}</a>&nbsp;&nbsp;&nbsp;&nbsp; {block:RebloggedFrom}<a href="{ReblogParentURL}"> via</a> {/block:RebloggedFrom} {block:ContentSource} / <a href="{SourceURL}"> <a href="{SourceURL}"> src</a> ){/block:ContentSource}{/block:RebloggedFrom}
  364.  
  365. {block:iftags}
  366. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{tag}</a>, {/block:Tags}</div>{/block:HasTags}{block:iftags}</div></div>
  367.  
  368. {/block:Posts}{block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}{/block:Posts}
  369. {block:ifinfinitescroll}</div> {/block:ifinfinitescroll}</div></div></div></div>
  370. </div>
  371.  
  372. </div>
  373.  
  374. </div>
  375.  
  376.  
  377. <div id="float"><img src="http://static.tumblr.com/fbxr6e0/IM0npux0p/kids.png"></div>
  378.  
  379. <div id="text"><img src="http://static.tumblr.com/fbxr6e0/z1Cnpuz3t/fuckit.png"></div>
  380.  
  381. <div id="background"></div> <div id="backgroundborder"></div>
  382. <div id="bigbackground"></div>
  383. <div id="credit"><a href="http://bsethemes.tumblr.com/">bsethemes</a></div>
  384. </body>
  385. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement