Advertisement
leowatch

404

Mar 9th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.81 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script><script>(function($){$(document).ready(function(){$("a[title]").style_my_tooltips({tip_follows_cursor:true,tip_delay_time:90,tip_fade_speed:600,attribute:"title"});});})(jQuery);</script><style>.tooltip{display: inline;position: relative;}#s-m-t-tooltip {max-width:300px;border-radius: 0px; padding:0px;margin:20px 7px -2px 20px;background-color:#fff;font-size:9px;text-transform:lowercase;color:#000;z-index:999999999999999999999999999999999999;letter-spacing:.8px;}</style>
  3.  
  4. <!-----
  5. base code by animecharacter.tumblr.com
  6.  
  7. for help visit:
  8. tumblr.com/docs/en/custom_themes
  9. tumblr.com/docs/en/localizing_themes
  10. w3schools.com
  11. (please dont send me customization asks)
  12.  
  13. credit if used is not compulsory but it's nice if you mention where you got this
  14.  
  15. ----->
  16.  
  17. <meta charset="utf-8">
  18. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  19. {block:Description}
  20. <meta name="description" content="{MetaDescription}" />
  21. {/block:Description}
  22.  
  23. <title>{Title}</title>
  24.  
  25. <link rel="shortcut icon" href="{image:Favicon}">
  26. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  27. <link rel="stylesheet" href="http://static.tumblr.com/qxrkgx6/RWPmgn2qa/normalize.min.css">
  28.  
  29. <script src="http://static.tumblr.com/qxrkgx6/LuRmgn2rm/modernizr-2.6.2.min.js"></script>
  30.  
  31. <meta name="image:favicon" content="">
  32. <meta name="image:side" content="">
  33. <meta name="image:background" content="">
  34. <meta name="image:thekey" content=""/>
  35.  
  36. <meta name="color:bg" content="#fff">
  37. <meta name="color:text" content="#000">
  38. <meta name="color:links" content="#999">
  39. <meta name="color:scrollbar" content="#000"/>
  40. <meta name="color:highlight" content="fff">
  41. <meta name="color:highlight text" content="fff">
  42.  
  43. <meta name="if:fadedimages" content=""/>
  44. <meta name="if:rounded" content=""/>
  45. <meta name="if:300px" content=""/>
  46. <meta name="if:250px" content=""/>
  47.  
  48. <style type="text/css">
  49.  
  50. ::-webkit-scrollbar {width: 5px; height: 0px;border: 1px solid {color:scrollbar}; background: {color:background};}::-webkit-scrollbar-thumb {background-color:{color:scrollbar} ; }
  51.  
  52. {block:iffadedimages}img{-webkit-transition: opacity 0.2s linear;opacity: .75;}img:hover{-webkit-transition: opacity 0.2s linear;opacity: 1;}iframe.photoset {-webkit-transition: opacity 0.2s linear;opacity: .75;}iframe.photoset:hover {-webkit-transition: opacity 0.2s linear;opacity: 1;}{/block:iffadedimages}
  53.  
  54. ::selection {
  55. background: {color:Highlight};
  56. color: {color:Highlight text};
  57. }
  58.  
  59. ::-moz-selection {
  60. background: {color:Highlight};
  61. color: {color:Highlight text};
  62. }
  63.  
  64. html{cursor:url('http://static.tumblr.com/obptcxj/QvHmo0l0g/cursor__6_.png'), auto;}a[href], input[type='submit'], input[type='image'], label[for], select, button,.pointer{cursor:url('http://i1124.photobucket.com/albums/l579/fieKrieY/Cursor-3.png?t=1320656223'), auto;}
  65.  
  66. #bite
  67. #bite a{
  68. display:block
  69. }
  70. #bite .death {
  71. margin-top:0px;filter: alpha(opacity = 0);
  72. opacity:0;-webkit-transition: all 0.5s ease-out;
  73. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  74. }
  75.  
  76. #bite:hover .death {
  77. margin-top:0px;
  78. -webkit-transition: all 0.8s ease-out;
  79. -moz-transition: all 0.8s ease-out;
  80. transition: all 0.8s ease-out;
  81. filter: alpha(opacity = 100);
  82. filter: alpha(opacity = 100);
  83. opacity:100;
  84. }
  85.  
  86. /*
  87. general text styles, fonts and colours
  88. */
  89.  
  90. body {
  91. margin:0px;
  92. background:{color:bg} url('{image:background}');
  93. background-repeat: repeat;
  94. background-attachment: fixed;
  95. background-size: cover;
  96. font-family: arial, helvetica, sans-serif;
  97. font-size:12px;
  98. line-height:140%;
  99. color: {color:text};
  100. }
  101.  
  102. p{
  103. margin:0 0 10px 0;
  104. padding:0;
  105. }
  106.  
  107. pre {
  108. white-space: pre-wrap;
  109. white-space: -moz-pre-wrap;
  110. white-space: -pre-wrap;
  111. white-space: -o-pre-wrap;
  112. word-wrap: break-word;
  113. }
  114.  
  115. a{
  116. color:{color:text};
  117. text-decoration:none;
  118. {block:permalinkpage}
  119. color:{color:text};
  120. border-bottom:1px solid {color:links};
  121. text-decoration:none;
  122. {/block:permalinkpage}
  123. }
  124.  
  125. a:hover{
  126. color:{color:text};
  127. {block:permalinkpage}
  128. color:{color:text};
  129. text-decoration:none;
  130. border-bottom:1px solid {color:text};
  131. {/block:permalinkpage}
  132. }
  133.  
  134. li{
  135. margin-left:-15px;
  136. }
  137.  
  138. /*
  139. containers etc
  140. */
  141. #wrapper{
  142. width:600px;
  143. margin:50px auto;
  144. }
  145.  
  146. #sidebar{
  147. width:250px;
  148. padding:10px;
  149. border:1px solid;
  150. {block:ifrounded}
  151. border-radius:6px;
  152. {/block:ifrounded}
  153. height:87px;
  154. margin-left:145px;
  155. background:#fff;
  156. {block:if250px}
  157. {/block:if250px}
  158. {block:if300px}
  159. width:300px;
  160. {/block:if300px}
  161. }
  162.  
  163. #sidebar img {
  164. width:85px;
  165. border:4px solid #fff;
  166. border-radius:9px;
  167. margin-top:-3px;
  168. }
  169.  
  170. #sidebar .desc {
  171. margin-left:100px;
  172. margin-top:-50px;
  173. }
  174.  
  175. #sidebar .desc a {
  176. color:{color:text};
  177. border-bottom:1px solid {color:links};
  178. text-decoration:none;
  179. }
  180.  
  181. #sidebar .desc a:hover {
  182. color:{color:text};
  183. border-bottom:1px solid {color:text};
  184. }
  185.  
  186. #sidebar .li {
  187. margin-left:100px;
  188. margin-top:-0px;
  189. }
  190.  
  191. #sidebar .li a {
  192. color:{color:text};
  193. border-bottom:1px solid {color:links};
  194. text-decoration:none;
  195. }
  196.  
  197. #sidebar .li a:hover {
  198. color:{color:text};
  199. border-bottom:1px solid {color:text};
  200. }
  201.  
  202. #actualnews {
  203. font-family:calibri;
  204. font-size:10px;
  205. width:100px;
  206. height:auto;
  207. padding-top:3px;
  208. margin-left: 30px;
  209. margin-top:-20px;
  210. text-align:center;
  211. position:fixed;
  212. }
  213.  
  214. #actualnews a {
  215. font-weight:bold;
  216. }
  217.  
  218. #thekey img{
  219. width:32px;
  220. margin-top: -49px;
  221. margin-left: 3px;
  222. position:fixed;
  223. }
  224.  
  225. #content{
  226. {block:if250px}
  227. width:300px;
  228. {/block:if250px}
  229. {block:if300px}
  230. width:350px;
  231. {/block:if300px}
  232. margin-left:145px;
  233. overflow:hidden;
  234. margin-top:50px;
  235. }
  236.  
  237. .post{
  238. {block:if250px}
  239. width:250px;
  240. {/block:if250px}
  241. {block:if300px}
  242. width:300px;
  243. {/block:if300px}
  244. margin:0 0 50px 0;
  245. overflow:hidden;
  246. border:1px solid;
  247. {block:ifrounded}
  248. border-radius:6px;
  249. {/block:ifrounded}
  250. padding:10px;
  251. background:#fff;
  252. }
  253.  
  254. #sidebar img, .post img{
  255. max-width:100%;
  256. }
  257.  
  258. #pages{
  259. margin:-25px 0 0 2px;
  260. }
  261.  
  262. #pages a {
  263. text-decoration:none;
  264. }
  265.  
  266. #tags {
  267.  
  268. }
  269.  
  270. #tags a {
  271.  
  272. }
  273.  
  274. /*
  275. content in the body of the posts - quotes, asks, etc
  276. "media" contains photos, photosets, videos, audio posts
  277. */
  278. .media{
  279. margin:0 0 10px 0;
  280. }
  281.  
  282. .title{
  283. font-weight:normal;
  284. font-size:18px;
  285. margin:0 0 10px 0;
  286. }
  287.  
  288. .quote{
  289. font-weight:normal;
  290. font-size:16px;
  291. font-style:italic;
  292. margin:0 0 10px 0;
  293. }
  294.  
  295. .question{
  296. margin-bottom:10px;
  297. }
  298.  
  299. blockquote{
  300. margin:0 0 10px 10px;
  301. padding:0 0 0 10px;
  302. border-left:solid 1px #000;
  303. }
  304.  
  305. #audio {
  306. width:100%;
  307. height:50px;
  308. margin-bottom:10px;
  309. display:block;
  310. }
  311.  
  312. .video-container {
  313. position: center;
  314. overflow: hidden;
  315. }
  316.  
  317. .video-container iframe,
  318. .video-container object,
  319. .video-container embed {
  320. position: center;
  321. max-width:250px;
  322. max-height:250px;
  323. }
  324.  
  325. .video-wrapper {
  326. max-width:250px;
  327. max-height:250px;
  328. }
  329.  
  330. /*
  331. post footers - date, tags, via and source
  332. */
  333. .post .footer{
  334. margin:0;
  335. text-align:left;
  336. }
  337.  
  338. /*
  339. post notes
  340. */
  341. ol.notes{
  342. list-style-type:none;
  343. padding:0;
  344. margin:0;
  345. }
  346.  
  347. ol.notes li.note img{
  348. width:16px;
  349. height:16px;
  350. }
  351.  
  352. ol.notes li.note{
  353. margin:0px;
  354. }
  355.  
  356. {CustomCSS}
  357. </style>
  358. </head>
  359. <body>
  360.  
  361. <div id="bite">
  362. <div id="thekey"><img src="{image:thekey}"></div>
  363. <div class="death">
  364. <div id="actualnews">
  365. hi im isaiah i love <a href="http://www.pyurus.tumblr.com/" title="my wonderful qpp">aspen</a> the most</p>
  366. <b><u>MUSIC:</u></b><br>
  367. <embed quality="high" style="width:56px; visibility:visible; height:13px;" type="application/x-shockwave-flash" height="56" width="13" pluginspage="http://www.macromedia.com/go/getflashplayer" border="0" src="http://hypster.com/flash/player.swf?id=5377154:7170405:1&autoplay=false" FlashVars="color_bg=0xfedde6&color_border=0x9A0000&color_box=0x9A0000&color_songbg=0xFF9700&color_song_clicked=0xFECB81&color_Title=0x000000&color_btns=0x000000&color_title=0x000000" /></p><p>
  368. +<script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5231574";
  369. var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;
  370. fhs.src = "//s1.freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=&e2=&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";
  371. document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>");
  372. </script> | +<script language="JavaScript">var fhsh = document.createElement('script');var fhs_id_h = "3099242";
  373. fhsh.src = "//s1.freehostedscripts.net/ocount.php?site="+fhs_id_h+"&name=&a=1";
  374. document.head.appendChild(fhsh);document.write("<span id='h_"+fhs_id_h+"'></span>");
  375. </script>
  376. </div>
  377. </div></div>
  378.  
  379. <div id="wrapper">
  380.  
  381.  
  382. <div id="sidebar">
  383. <img src="{image:side}">
  384.  
  385. <div class="desc"><a href="/abt">isaiah</a> + 15 <div style="margin-left:61px;margin-top:-20px;width:16px;"><img src="http://38.media.tumblr.com/e5b47efcbceaeba7242b89d09fa8f278/tumblr_inline_nzgz7ckNk51tgezfy_500.gif"></div></div>
  386.  
  387. <div class="li">
  388. <a href="/">home</a> <a href="/ask">mail</a> <a href="/link">links</a>
  389. </div>
  390.  
  391. {block:HasPages}
  392. {block:Pages}
  393. <a href="{URL}">{Label}</a><br>
  394. {/block:Pages}
  395. {/block:HasPages}
  396. </div>
  397.  
  398.  
  399.  
  400. <div id="content">
  401. {block:Posts}
  402.  
  403. <div class="post">
  404.  
  405. {block:Text}
  406. {block:Title}
  407. <div class="title">{Title}</div>
  408. {/block:Title}
  409. {Body}
  410. {/block:Text}
  411.  
  412. {block:Photo}{block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}<img src="{PhotoURL-HighRes}">{block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}{block:Caption}<div class="cap">{Caption}</div>{/block:Caption}{/block:Photo}
  413.  
  414. {block:Photoset}<div style="width:100%;opacity:1.0;margin:0 0 -1px 0;">{Photoset}</div>{block:Caption}<div class="cap">{Caption}</div>{/block:Caption}{/block:Photoset}
  415.  
  416. {block:Quote}
  417. <div class="quote">"{Quote}"</div>
  418. {block:Source}
  419. <div class="quotesource">{Source}</div>
  420. {/block:Source}
  421. {/block:Quote}
  422.  
  423. {block:Link}
  424. <div class="title"><a href="{URL}">{Name}</a></div>
  425. {block:Description}
  426. <div class="description">{Description}</div>
  427. {/block:Description}
  428. {/block:Link}
  429.  
  430. {block:Chat}
  431. {block:Title}
  432. <div class="title">{Title}</div>
  433. {/block:Title}
  434.  
  435. {block:Lines}
  436. <div class="{Alt} user_{UserNumber}">
  437. {block:Label}
  438. <b>{Label}</b>{/block:Label}
  439. &nbsp;{Line}
  440. </div>
  441. {/block:Lines}
  442. {/block:Chat}
  443.  
  444. {block:Video}
  445. <div class="media"><div class="video-wrapper">
  446. <div class="video-container">{Video-400}</div>
  447. </div></div>
  448. {/block:Video}
  449.  
  450. {block:Audio}
  451. {block:AudioPlayer}{AudioPlayer}{block:AudioPlayer}
  452. <div style="font-style:italic;">{block:TrackName}{TrackName}{/block:TrackName}</div><br>
  453. <div style="margin-top:-13px;padding-bottom:5px;">{block:Artist}{Artist}{/block:Artist}</div>
  454. {/block:Audio}
  455.  
  456. {block:Answer}
  457. <div class="question">{Asker}: {Question}</div>
  458. <div class="caption">{Answer}</div>
  459. {/block:Answer}
  460.  
  461. {block:Date}
  462. <div class="footer">
  463. <div id="tags">( <a href="{Permalink}">{NoteCountWithLabel}</a>
  464. {block:RebloggedFrom}- <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  465. {block:ContentSource}- <a href="{SourceURL}">source</a>{/block:ContentSource} )
  466. {block:HasTags}<br>{block:Tags} + <a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  467. </div>
  468.  
  469. {block:PermalinkPage}
  470. {block:NoteCount}
  471. {block:PostNotes}{PostNotes}{/block:PostNotes}
  472. {/block:NoteCount}
  473. {/block:PermalinkPage}
  474. {/block:Date}
  475.  
  476. </div>
  477. {/block:Posts}
  478.  
  479. <div id="pages">
  480. {block:PreviousPage}
  481. <a href="{PreviousPage}">prev page</a>
  482. {/block:PreviousPage}
  483.  
  484. {block:NextPage}
  485. <a href="{NextPage}">next page</a>
  486. {/block:NextPage}
  487. </div>
  488.  
  489. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
  490. <script>window.jQuery || document.write('<script src="http://static.tumblr.com/qxrkgx6/q6kmgn2w2/jquery-1.8.3.min.js"><\/script>')</script>
  491.  
  492. </body>
  493. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement