Advertisement
Guest User

nut

a guest
Jul 30th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.56 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" xml:lang="en" lang="en">
  3. <head>
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9.  
  10. <!-- start of script tooltip -->
  11. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  12.  
  13. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  14.  
  15. <script>
  16.  
  17. (function($){
  18.  
  19. $(document).ready(function(){
  20.  
  21. $("a[title ]").style_my_tooltips({
  22.  
  23. tip_follows_cursor:true,
  24.  
  25. tip_delay_time:90,
  26.  
  27. tip_fade_speed:600,
  28.  
  29. attribute:"title"
  30.  
  31. });
  32.  
  33. });
  34.  
  35. })(jQuery);
  36.  
  37. </script>
  38.  
  39. <!-- THEME BY ICARUS DO NOT TAKE. -->
  40.  
  41. <meta name="text:Link 1 Hover Title" content="">
  42. <meta name="text:Link 1 URL" content="">
  43. <meta name="text:Link 2 Hover Title" content="">
  44. <meta name="text:Link 2 URL" content="">
  45. <meta name="text:Link 3 Hover Title" content="">
  46. <meta name="text:Link 3 URL" content="">
  47. <meta name="text:Link 4 Hover Title" content="">
  48. <meta name="text:Link 4 URL" content="">
  49. <meta name="text:Link 5 Hover Title" content="">
  50. <meta name="text:Link 5 URL" content="">
  51. <meta name="text:Update" content="">
  52.  
  53. <link href='https://fonts.googleapis.com/css?family=Lora' rel='stylesheet' type='text/css'>
  54. <link href='https://fonts.googleapis.com/css?family=Rochester' rel='stylesheet' type='text/css'>
  55. <link href='http://fonts.googleapis.com/css?family=Fjalla+One' rel='stylesheet' type='text/css'>
  56. <link href='https://fonts.googleapis.com/css?family=Lora' rel='stylesheet' type='text/css'>
  57. <link href='https://fonts.googleapis.com/css?family=Oswald:300' rel='stylesheet' type='text/css'>
  58. <link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
  59.  
  60.  
  61.  
  62. <link rel="stylesheet" type="text/css" href="http://assets.tumblr.com/fonts/gibson/stylesheet.css?v=3">
  63. <link href='https://fonts.googleapis.com/css?family=Dancing+Script' rel='stylesheet' type='text/css'>
  64.  
  65.  
  66. <style type="text/css">
  67.  
  68. *, body, a, a:hover {cursor: url(http://33.media.tumblr.com/tumblr_lqs4qdUu8n1qfoi4t.png), auto;}
  69.  
  70. @font-face { font-family: "Abbeyline"; src: url('https://dl.dropboxusercontent.com/u/67800931/abbeyline.ttf'); }
  71.  
  72. <link href='http://fonts.googleapis.com/css?family=Fjalla+One' rel='stylesheet' type='text/css'>
  73.  
  74.  
  75.  
  76.  
  77. h1 {
  78. font-size:20px;
  79. line-height:100%;
  80. letter-spacing:1px;
  81. text-align:center;
  82. text-transform:uppercase;
  83. color:#E9E7E6;
  84. font-family: 'Fjalla One', sans-serif;
  85. }
  86.  
  87. h2 {
  88. font-size:20px;
  89. font-family: 'Fjalla One', sans-serif;
  90. text-align:center;
  91. line-height:100%;
  92. letter-spacing:1px;
  93. color:#E9E7E6;
  94. text-transform:uppercase;
  95. padding:5px;
  96. padding-bottom:2px;
  97. }
  98.  
  99.  
  100. blockquote {
  101. border-radius:6px;
  102. border-left:1px solid #6f8493;
  103. margin:15px 0px 0 0px;
  104. padding-left:20px;
  105. }
  106.  
  107. body {
  108. background-image:url('http://i.imgur.com/XJF4r1a.png') ;
  109. margin:0px;
  110. background-color: #020202;
  111. word-wrap: break-word;
  112. color:#9c9b9b;
  113. background-repeat:no-repeat;
  114. background-attachment:fixed;
  115. overflow:hidden;
  116. font-family: 'Gibson', sans-serif;
  117. font-size:11px;
  118. line-height:120%;
  119. }
  120.  
  121. #minibox1 {
  122. width:104px;
  123. height:170px;
  124. color:#b5b3b3;
  125. font-family: 'Gibson', sans-serif;
  126. overflow-y:scroll;
  127. font-size:11px;
  128. padding-top:30px;
  129. padding:15px;
  130. margin-top:335px;
  131. margin-left:550px;
  132. text-align:center;
  133. position: fixed;
  134. -webkit-mask-image: -webkit-gradient(linear, left 30%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
  135. }
  136.  
  137. sub, small, sup { font-size:11px; }
  138.  
  139. a {
  140. text-decoration:none;
  141. text-shadow: -1px 0 #6f8493, 0 1px #6f8493, 1px 0 #6f8493, 0 -1px #6f8493;
  142. color:#fff;
  143. font-weight: bold
  144. -moz-transition-duration:0.5s;
  145. -webkit-transition-duration:0.5s;
  146. -o-transition-duration:0.5s;
  147. }
  148.  
  149. a:hover {
  150. color: #9a9a9a;-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;
  151. }
  152.  
  153. b, bold {
  154. color: #977b5c;
  155. font-family: 'Raleway', sans-serif;
  156. text-shadow: -1px 0 #6f8493, 0 1px #6f8493, 1px 0 #6f8493, 0 -1px #6f8493;
  157. text-transform: uppercase;
  158. font-size:12px;
  159. }
  160.  
  161. i, em {
  162. font-family:'Rochester';
  163. font-size:18px;
  164. color: #6f8493;
  165. text-transform: lowercase; }
  166.  
  167. ::-webkit-scrollbar {
  168. width: 4px;
  169. height: 4px;
  170. }
  171. ::-webkit-scrollbar-button {
  172. width: 0px;
  173. height: 0px;
  174. }
  175. ::-webkit-scrollbar-thumb {
  176. background: #6f8493;
  177. border: 0px none #6f8493;
  178. border-radius: 20px;
  179. }
  180. ::-webkit-scrollbar-thumb:hover {
  181. background: #6f8493;
  182. }
  183. ::-webkit-scrollbar-thumb:active {
  184. background: #6f8493;
  185. }
  186. ::-webkit-scrollbar-track {
  187.  
  188. border: 0px none #6f8493;
  189. border-radius: 50px;
  190. }
  191. ::-webkit-scrollbar-track:hover {
  192.  
  193. }
  194. ::-webkit-scrollbar-track:active {
  195.  
  196. }
  197. ::-webkit-scrollbar-corner {
  198. background: transparent;
  199. }
  200.  
  201. #entries {
  202. padding:1px;
  203. opacity: 0.70;
  204. margin-left:240px;
  205. padding-right:20px;
  206. position:fixed;
  207. height:400px;
  208. overflow-x:hidden;
  209. overflow-y:auto;
  210. width:260px;
  211. text-align:justify;
  212. top:250px;
  213. z-index:1;
  214. font-family: 'Lora', serif;
  215. -webkit-mask-image: -webkit-gradient(linear, left 30%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
  216.  
  217.  
  218. }
  219.  
  220.  
  221. #gill { position:fixed;font-family: 'Dancing Script', cursive;margin-top:180px;margin-left:200px;font-size:130px;Font-weight: bold;text-align:left; -ms-transform: rotate(-40deg); -webkit-transform: rotate(-40deg); transform: rotate(-40deg);-webkit-transition: all .5s linear;}
  222.  
  223. #gill a{ padding:2px; color: #0e0d16; -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;text-shadow: 0px 0px 13px #6f8493, 0px 0px 2px #6f8493;-webkit-filter: blur(1px); }
  224.  
  225. #gill a:hover { padding:2px; color: #bbb8af;-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; }
  226.  
  227. #gill2 { z-index:10;position:fixed; font-family: 'Lora', serif;, cursive;margin-top:127px;line-height:30px;margin-left:720px;Font-size:20px;font-weight: bold;text-align:left;-webkit-transition: all .5s linear;}
  228.  
  229. #gill2 a{ padding:2px; color: #6f8493; -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;text-shadow: 0px 0px 13px #886f4c, 0px 0px 2px #886f4c;-webkit-filter: blur(1px); }
  230.  
  231. #gill2 a:hover { color: #a1bed4;-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; }
  232.  
  233.  
  234.  
  235. #gilinfo {
  236. font-family: 'Lora', serif;
  237. width:250px;
  238. height:20px;
  239. margin-top:0px;
  240. margin-left:0px;
  241. padding-top:0px;
  242. font-size:20px;
  243. letter-spacing:1px;
  244. font-style:normal;
  245. text-align:center;
  246. -webkit-transition: all .7s linear;
  247. }
  248.  
  249. #gilinfo a {
  250. color:#6f8493;
  251. font-style:normal;
  252. }
  253.  
  254. #gilinfo a:hover {
  255. color:#1a2842;
  256. }
  257.  
  258. #giltags {
  259. width:250px;
  260. margin-top:0px;
  261. margin-left:0px;
  262. font-family: 'Lora', serif;
  263. font-size:8px;
  264. opacity:0;
  265. line-height:10px;
  266. padding:5px;
  267. text-transform:uppercase;
  268. letter-spacing:1px;
  269. font-style:normal;
  270. text-align:center;
  271. color:#6f8493;
  272. -webkit-transition: .5s ease-in-out;
  273. -moz-transition: .5s ease-in-out;
  274. -o-transition: .5s ease-in-out;
  275. }
  276.  
  277. #giltags a {
  278. letter-spacing:1px;
  279. color:#6f8493;
  280. -webkit-transition: all .7s linear;
  281. }
  282.  
  283. #giltags a:hover {
  284. color:#1a2842;
  285. -webkit-transition: all .7s linear;
  286. }
  287.  
  288. #post:hover #giltags {
  289. opacity:1;
  290. -moz-transition-duration:0.4s;
  291. -webkit-transition-duration:0.4s;
  292. -o-transition-duration:0.4s;
  293.  
  294. }
  295.  
  296.  
  297. .music {
  298. width:250px;
  299. padding-bottom:10px;
  300. }
  301.  
  302. .playercontainer {
  303. text-align:center;
  304. padding:5px 5px -5px;
  305. width:250px;
  306. }
  307.  
  308. .musicinfo {
  309. padding:10px;
  310. text-align:center;
  311. color:#bc394a;
  312. }
  313.  
  314. .question {
  315. margin-top:-5px;
  316. padding-right:40px;
  317. text-align:center;
  318. padding:10px;
  319. color:#fff;
  320. border-top-left-radius: 1em;
  321. border-bottom-right-radius: 1em;
  322. border-radius:20px;
  323. margin-bottom:5px;
  324.  
  325. }
  326.  
  327.  
  328. #askin {
  329. font-family:'Rochester';
  330. color: #fff;
  331. padding:10px;
  332. line-height: 25px;
  333. font-size:18px;
  334. text-align:center;
  335. text-transform: uppercase;
  336. }
  337.  
  338. #questionsize {
  339. width: 220px;
  340. background:#6f8493;
  341. border-top-left-radius: 1em;
  342. border: 1px dashed #fff;
  343. border-bottom-right-radius: 1em;
  344. margin-left:3px;
  345. border-radius:20px;
  346. padding:5px;
  347. }
  348.  
  349. .answer {
  350. text-align:left;
  351. color: #fff;
  352. padding:10px;
  353. overflow-x:scroll;
  354. }
  355.  
  356.  
  357. #askin:first-letter{
  358. font-size:50px;
  359. font-family:'Rochester';
  360. text-shadow: -1px 0 #6f8493, 0 1px #6f8493, 1px 0 #6f8493, 0 -1px #6f8493;
  361. color:#fff;}
  362.  
  363.  
  364. #s-m-t-tooltip{
  365. line-height:150%;
  366. z-index:999999;
  367. margin:5px 20px;
  368. padding:2px 5px;
  369. letter-spacing:2px;
  370. background:#6f8493;
  371. font-size:11px;
  372. text-transform:uppercase;
  373. font-family: calibri, cursive;
  374. text-shadow: 0px 0px 13px #6f8493, 0px 0px 2px #6f8493;
  375. max-width:300px;
  376. color:#000;
  377. opacity:0.3;
  378. -o-transition:0.7s ease-in-out;
  379. -ms-transition:0.7s ease-in-out;
  380. -moz-transition:0.7s ease-in-out;
  381. -webkit-transition:0.7s ease-in-out;
  382. }
  383.  
  384. ::selection { background: #fff; }
  385. ::-moz-selection { background: transparent; }
  386.  
  387. #pagination2 {
  388. font-size:15px;
  389. font-family: "Times New Roman", Times, serif;
  390. margin-top:315px;
  391. text-transform:uppercase;
  392. position: fixed;
  393. margin-left:570px;-webkit-transition: all .5s linear;;-webkit-transition: all .5s linear;
  394. }
  395.  
  396. #pagination2 a {
  397. color: #a1bed4; -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;text-shadow: 0px 0px 13px #bab7ac, 0px 0px 2px #bab7ac;-webkit-filter: blur(1px);
  398. }
  399.  
  400. #pagination2 a:hover {
  401. color: #2e4d69;-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;
  402. }
  403.  
  404.  
  405. hr {
  406. height:0;
  407. border:0;
  408. border-top:1px dashed #6f8493;
  409. }
  410.  
  411. #headr {
  412. font-family:'Rochester';
  413. font-size:25px;
  414. line-height: 25px;
  415. color: #6f8493;
  416. text-align:center;
  417. text-transform: lowercase;
  418. text-shadow: 1px 1px 1px #5d4c4f;
  419. }
  420.  
  421. #headm {
  422. font-family:'Rochester';
  423. color: #6f8493;
  424. line-height: 25px;
  425. font-size:25px;
  426. text-align:center;
  427. text-transform: uppercase;
  428. }
  429.  
  430.  
  431. #headm a {
  432. color: #6f8493;
  433. text-align:center;
  434. text-transform: uppercase;
  435. }
  436.  
  437. #headm a:hover {
  438. color:#5d4c4f;
  439. }
  440.  
  441. #credit {
  442. font-size:9px;
  443. font-family: 'Fjalla One', sans-serif;
  444. color: #6f8493;
  445. letter-spacing:1px;
  446. -moz-transition-duration:0.5s;
  447. -webkit-transition-duration:0.5s;
  448. -o-transition-duration:0.5s;
  449. }
  450.  
  451. #credit a {
  452. padding:5px;
  453. position:fixed;
  454. left:15px;
  455. bottom:10px
  456. }
  457.  
  458. #credit a:hover {
  459. color:#000;
  460. }
  461.  
  462.  
  463. {CustomCSS}</style></head><body>
  464.  
  465.  
  466. <div id="gill">
  467. <a title="{text:Link 1 Hover Title}" href="{text:Link 1 URL}">★</a>
  468. </div>
  469.  
  470. <div id="gill2">
  471. <a title="{text:Link 2 Hover Title}" href="{text:Link 2 URL}">001</a>
  472.  
  473. <a title="{text:Link 3 Hover Title}" href="{text:Link 3 URL}">002</a>
  474.  
  475. <a title="{text:Link 4 Hover Title}" href="{text:Link 4 URL}">003</a>
  476.  
  477. <a title="{text:Link 5 Hover Title}" href="{text:Link 5 URL}">004</a>
  478. </div>
  479.  
  480.  
  481.  
  482.  
  483. <div id="entries">{block:Posts}<div id="post">
  484.  
  485.  
  486. {block:Text}<div id="headm">{block:Title}{Title}{/block:Title}</div>{Body}{/block:Text}
  487.  
  488. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-250}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  489.  
  490. {block:Photoset}{Photoset-250}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  491.  
  492. {block:Quote}<div id="6f8493">"{Quote}"</div>{block:Source}<br><br><div id= "headm">- {Source}</div>{/block:Source}{/block:Quote}
  493.  
  494. {block:Link}<i><big><big><h1><a href="{URL}" {Target}>{Name}</a></i></big></big></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  495.  
  496. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<div id="chattitle">{Label}</DIV>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  497.  
  498. {block:Audio}<div class="music">
  499. <div class="musicinfo">{block:TrackName}<b>"{TrackName}"<br />{/block:TrackName}{block:Artist}by {Artist}<br /></b>{/block:Artist}
  500. {/block:ExternalAudio}</div>
  501. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  502. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  503.  
  504. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  505.  
  506. {block:Answer}
  507.  
  508. <div class="question"><div id="askin">{ASKER}</div><div id="questionsize">{Question}</div></div><div class="answer">{Answer}</div><br>{/block:answer}
  509. <p><p>
  510.  
  511.  
  512. {block:Date}<p><div id="gilinfo"><a title="{TimeAgo}" href="{Permalink}" style="padding:3px;">★</a> {block:NoteCount} <a title="{NoteCountWithLabel}" href="{Permalink}">★</a> {/block:NoteCount} {block:RebloggedFrom} <a title="reblogged from" href="{ReblogParentURL}">★</a>{/block:RebloggedFrom}
  513. {block:ContentSource} <a title="source" href="{SourceURL}">★</a> {/block:ContentSource}{/block:Date}<br></div>
  514. {block:HasTags}
  515. <div id="giltags">
  516. {block:Tags}● <a href="{TagURL}"> {Tag}</a> {/block:Tags}</div>
  517. {/block:HasTags}
  518. <div class="postnote">
  519. {block:PostNotes}{PostNotes}{/block:PostNotes}
  520. </div><br><br>
  521. </div>
  522. {/block:Posts}
  523.  
  524. {block:HasTags}
  525. <div id="giltags">
  526. {block:Tags} <a href="{TagURL}"> {Tag}</a> {/block:Tags}</div>
  527. {/block:HasTags}<br><br>
  528. </div>
  529. {/block:Posts}
  530. </div>
  531.  
  532.  
  533.  
  534. <div id="pagination2">{block:Pagination}
  535. {block:NextPage}
  536. <a href="{NextPage}">next</a>
  537. {/block:NextPage}
  538. {block:PreviousPage}<a href="{PreviousPage}">back</a>
  539. {/block:PreviousPage}
  540.  
  541.  
  542. {/block:Pagination}</div>
  543.  
  544. <div id="minibox1">
  545. {text:Update}
  546.  
  547. </div>
  548.  
  549. <div id="credit"><a href="https://twitter.com/lietype">ICA</a></div>
  550. </body>
  551.  
  552.  
  553. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement