Advertisement
Guest User

Nardo

a guest
Nov 30th, 2015
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.59 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><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- this is theme 56 by Hollywhood
  9. please don't remove the credit
  10. thank you
  11. --->
  12.  
  13. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  14. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  15. <script>
  16.  
  17.  
  18. (function($){
  19.  
  20. $(document).ready(function(){
  21.  
  22. $("a[title]").style_my_tooltips({
  23.  
  24. tip_follows_cursor:true,
  25.  
  26. tip_delay_time:50,
  27.  
  28. tip_fade_speed:600,
  29.  
  30. attribute:"title"
  31.  
  32. });
  33.  
  34. });
  35.  
  36. })(jQuery);
  37.  
  38. </script>
  39.  
  40. <script type="text/javascript"
  41. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  42. <script>
  43. $(document).ready(function() {
  44. //
  45. $('a.poplight[href^=#]').click(function() {
  46. var popID = $(this).attr('rel'); //Get Popup Name
  47. var popURL = $(this).attr('href'); //Get Popup href to define size
  48. var query= popURL.split('?');
  49. var dim= query[1].split('&');
  50. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  51. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('');
  52. var popMargTop = ($('#' + popID).height() + 80) / 2;
  53. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  54. //Apply Margin to Popup
  55. $('#' + popID).css({
  56. 'margin-top' : -popMargTop,
  57. 'margin-left' : -popMargLeft
  58. });
  59. $('body').append('<div id="fade"></div>');
  60. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  61. return false;
  62. });
  63. $('a.close, #fade').live('click', function() {
  64. $('#fade , .popup_block').fadeOut(function() {
  65. $('#fade, a.close').remove(); //fade them both out
  66. });
  67. return false;
  68. });
  69. });
  70. </script>
  71.  
  72. <meta name="color:Background" content="#ffffff"/>
  73. <meta name="color:Text" content="#9B9B9B"/>
  74. <meta name="color:Link" content="#b8b8b8"/>
  75. <meta name="color:scrollbar" content="#999999">
  76. <meta name="color:title" content="#999999">
  77. <meta name="color:Link Hover" content="#eeeeee"/>
  78.  
  79. <meta name="image:sidebar" content=""/>
  80. <meta name="image:sidebar2" content=""/>
  81. <meta name="image:sidebar3" content=""/>
  82. <meta name="text:sidebartitle" content="">
  83.  
  84. <meta name="text:link 3" content="Link 3"/>
  85. <meta name="text:link 3 url" content="/"/>
  86. <meta name="text:link 4" content="Link 4"/>
  87. <meta name="text:link 4 url" content="/"/>
  88. <meta name="text:link 5" content="Link 5"/>
  89. <meta name="text:link 5 url" content="/"/>
  90.  
  91. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  92. <link href='https://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
  93. <link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
  94. <link href='https://fonts.googleapis.com/css?family=PT+Sans+Narrow' rel='stylesheet' type='text/css'>
  95. <link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
  96.  
  97. <style>
  98. div#qTip {
  99. padding: 3px;
  100. display: none;
  101. text-align: center;
  102. position: absolute;
  103. font-size:7px;
  104. margin-left:10px;
  105. margin-top:-2px;
  106. line-height:9px;
  107. font-family:arial;
  108. z-index: 1000;
  109. border: 1px solid #cacaca;
  110. background-color:#fff;
  111. color: #9b9b9b;
  112. text-transform:uppercase;
  113. letter-spacing: 2px;
  114. }
  115. </style>
  116.  
  117. <style type="text/css">
  118.  
  119. ::-webkit-scrollbar-thumb{
  120. background-color: transparent;
  121. border: 2px solid transparent;
  122. height:auto;
  123. }
  124.  
  125. ::-webkit-scrollbar {
  126. height:auto;
  127. width:11px;
  128. background-color: transparent;
  129. border:5px solid transparent;
  130. }
  131.  
  132.  
  133. iframe#tumblr_controls {
  134. white-space:nowrap;
  135. -webkit-filter: invert(100%);
  136. -moz-filter: invert(100%);
  137. -o-filter: invert(100%);
  138. -ms-filter: invert(100%);
  139. filter: invert(100%);
  140. opacity:.2;transition: .8s ease-in-out;
  141. -webkit-transition: .8s ease-in-out;
  142. -moz-transition: .8s ease-in-out;
  143. -o-transition: .8s ease-in-out;
  144. }
  145.  
  146. h1 {
  147. font-weight:normal;
  148. font-size:19px;
  149. text-align:center;
  150. font-style:normal;
  151. line-height:100%;
  152. letter-spacing:1px;
  153. text-transform:normal;
  154. color:#934f48;
  155. }
  156.  
  157. h2 {
  158. font-size:15px;
  159. text-align:center;
  160. line-height:100%;
  161. letter-spacing:-0.5px;
  162. color:#934f48;
  163. font-weight:bold;
  164. text-transform:uppercase;
  165. padding:5px;
  166. padding-bottom:2px;
  167. }
  168.  
  169. h3 {
  170. font-size:35px;
  171. text-align:center;
  172. color:#934f48;
  173. font-family: 'Pacifico', cursive;
  174. text-shadow:2px 0px 0px #000;
  175. }
  176.  
  177. h4 {
  178. font-size:55px;
  179. text-align:center;
  180. color:#934f48;
  181. font-family: 'Pacifico', cursive;
  182. text-shadow:2px 0px 0px #000;
  183. }
  184.  
  185. blockquote {
  186. border-left:1px dashed #fff;
  187. padding:3px;
  188. margin:5px;
  189. }
  190.  
  191.  
  192. body {
  193. background:#ecd6d1;
  194. background-image:url(http://i.imgur.com/yzjwRSW.png);
  195. background-repeat:no-repeat;
  196. position:fixed;
  197. margin:0px;
  198. color:#c1c1c1;
  199. font-family:'lao ui';
  200. font-size:10px;
  201. line-height:100%;
  202. }
  203.  
  204.  
  205. a {
  206. text-decoration:underline;
  207. outline:none;
  208. -moz-outline-style:none;
  209. color:#956562;
  210. -moz-transition-duration:0.5s;
  211. -webkit-transition-duration:0.5s;
  212. -o-transition-duration:0.5s;
  213. }
  214.  
  215. a:hover {
  216. text-decoration:none;
  217. outline:none;
  218. -moz-outline-style:none;
  219. color:{color:link hover};
  220. }
  221.  
  222. b {
  223. color:#934f48;
  224. text-shadow:2px 2px 10px #8c4c3d;
  225. }
  226.  
  227. i {
  228. color: #cc857e;
  229. text-shadow:1px 1px 10px #b46351;
  230. }
  231.  
  232. img {
  233. }
  234.  
  235. img:hover, .photoset:hover {
  236. }
  237.  
  238. #theme {
  239. width:500px;
  240. margin:0 auto -12px auto;
  241. }
  242.  
  243. #post {
  244. width:330px;
  245. text-align:justify;
  246. padding-left:5px;
  247. margin-bottom:10px;
  248. font-size:15px;
  249. line-height:100%;
  250. color:#fff;
  251. background-color:transparent;
  252. }
  253.  
  254. #entries {
  255. color:#9A9A9A;
  256. background-color:transparent;
  257. width:400px;
  258. height:auto;
  259. bottom:5px;
  260. padding-right:15px;
  261. margin-left:550px;
  262. top:278px;
  263. position:fixed;
  264. overflow-y:scroll;
  265. overflow-x:hidden;
  266. border-radius:10px;
  267. }
  268.  
  269. #links {
  270. position:fixed;
  271. margin-left:475px;
  272. margin-top:238px;
  273. width:400px;
  274. color:transparent;
  275. font-size:30px;
  276. line-height:20px;
  277. letter-spacing:7px;
  278. }
  279.  
  280. #links a {
  281. color:#cc7a72;
  282. text-decoration:none;
  283. font-size:30px;
  284. }
  285.  
  286. #links a:hover {
  287. color:#fff;
  288. -webkit-transition: all 0.1s ease-in-out;
  289. -moz-transition: all 0.1s ease-in-out;
  290. -o-transition: all 0.1s ease-in-out;
  291. -ms-transition: all 0.1s ease-in-out;
  292. transition: all 0.1s ease-in-out;
  293. -webkit-transition-duration:.5s;
  294. }
  295.  
  296. #pagination {
  297. font-family:arial;
  298. width:300px;
  299. font-size:10px;
  300. margin-top:25px;
  301. margin-left:-8px;
  302. padding-left:5px;
  303. letter-spacing:3px;
  304. text-align:center;
  305. text-transform:uppercase;
  306. }
  307.  
  308. #pagination a {
  309. color:{color:link};
  310. }
  311.  
  312. #info {
  313. font-family:arial;
  314. border:double #fff;
  315. width:342px;
  316. margin-top:10px;
  317. padding:0px;
  318. font-size:7px;
  319. color:#fff;
  320. text-transform:uppercase;
  321. letter-spacing:1px;
  322. font-style:normal;
  323. text-align:center;
  324. -webkit-transition: all .7s linear;
  325. background-color:#c06e5a;
  326. }
  327.  
  328. #info a {
  329. text-decoration:none;
  330. font-size:7px;
  331. color:#fff;
  332. padding:4px;
  333. font-style:normal;
  334. }
  335.  
  336. #info a:hover {
  337. color:{color:link hover};
  338. -webkit-transition: all .7s linear;
  339. }
  340.  
  341. .tags {
  342. font-family:arial;
  343. width:340px;
  344. padding:10px;
  345. font-style:normal;
  346. line-height:120%;
  347. opacity:1;
  348. margin-top:0px;
  349. font-size:8px;
  350. text-align:center;
  351. border-radius:0px 0px 15px 15px;
  352. -webkit-transition: all .7s linear;
  353. }
  354. .tags a{
  355. font-size:8px;
  356. text-decoration:none;
  357. color:#c06e5a;
  358. -webkit-transition: all .7s linear;
  359. }
  360. .tags a:hover{
  361. color:{color:link hover};
  362. -webkit-transition: all .7s linear;
  363. }
  364.  
  365. .audio{
  366. background-color:#e5e5e5;
  367. height:65px;
  368. overflow:hidden;
  369. }
  370.  
  371. #chat {
  372. line-height:150%;list-style:none;}
  373.  
  374. .line.even {
  375. background:#ffffff;
  376. margin-bottom:3px;
  377. padding:5px;
  378. list-style:none;
  379. font-size:10px;}
  380.  
  381. .line.odd {
  382. background:#f7f7f7;
  383. margin-bottom:3px;
  384. padding:5px;
  385. list-style:none;
  386. font-size:10px;}
  387.  
  388. .label {
  389. padding-right:1px;
  390. text-transform:normal;
  391. font-weight:bold;
  392. color:{color:link};
  393. }
  394.  
  395. .question {
  396. padding:9px;
  397. text-align:center;
  398. text-transform:italic;
  399. color:{color:text};
  400. background-color: #fff;
  401. border-left:5px solid #c06e5a;
  402. border-right:5px solid #c06e5a;
  403. border-radius:80px;
  404. line-height:120%;
  405. }
  406.  
  407. .answer {
  408. text-align:left;
  409. padding-top:5px;
  410. color:#fff;
  411. }
  412.  
  413. #credit {
  414. font-size:9px;
  415. font-family:cambria;
  416. font-style:italic;
  417. letter-spacing:1px;
  418. -moz-transition-duration:0.5s;
  419. -webkit-transition-duration:0.5s;
  420. -o-transition-duration:0.5s;
  421. }
  422.  
  423. {CustomCSS}
  424.  
  425. #s-m-t-tooltip {
  426. max-width:400px;
  427. padding:4px 8px 4px 8px;
  428. margin:20px 20px 20px 20px; /*distance from word*/
  429. background-color:#c06e5a;
  430. border-top: double;
  431. border-bottom:solid 3px #fff;
  432. font-family:"belle";
  433. font-size:10px;
  434. text-transform:lowercase;
  435. color:#fff;
  436. z-index:1000;
  437. }
  438.  
  439. #fade { /*--Transparent background layer--*/
  440. display: none; /*--hidden by default--*/
  441. background: #000;
  442. background-image: url('');
  443. position: fixed; left: 0; top: 0;
  444. width: 100%; height: 100%;
  445. opacity: .80;
  446. z-index: 9999;
  447. }
  448. .popup_block{
  449. display: none; /*--hidden by default--*/
  450. background: #fff;
  451. padding: 20px;
  452. border: 2px solid #ddd;
  453. float: left;
  454. font-size: 13px;
  455. line-height:15px;
  456. color:#6c7d93;
  457. font-family:'lao ui';
  458. position: fixed;
  459. top: 50%; left: 50%;
  460. z-index: 99999;
  461. /*--CSS3 Box Shadows--*/
  462. -webkit-box-shadow: 0px 0px 20px #000;
  463. -moz-box-shadow: 0px 0px 20px #000;
  464. box-shadow: 0px 0px 20px #000;
  465. /*--CSS3 Rounded Corners--*/
  466. -webkit-border-radius: 10px;
  467. -moz-border-radius: 10px;
  468. border-radius: 10px;
  469. }
  470. img.btn_close {
  471. float: right;
  472. margin: -5px -5px 0 0;
  473. }
  474. /*--Making IE6 Understand Fixed Positioning--*/
  475. *html #fade {
  476. position: absolute;
  477. }
  478. *html .popup_block {
  479. position: absolute;
  480. }
  481.  
  482. #picture {
  483. position:fixed;
  484. width:120px;
  485. left: 20px;
  486. top: -30px;
  487. z-index: 9999;
  488. }
  489.  
  490. #text {
  491. width:100px;
  492. left: 30px;
  493. top:95px;
  494. font-family:calibri;
  495. font-size:10px;
  496. text-align:center;
  497. position:fixed;
  498. background:;
  499. z-index:9999;
  500. opacity: 0;
  501. -webkit-transition: all .7s ease-in-out;
  502. -moz-transition: all .7s ease-in-out;
  503. -o-transition: all .7s ease-in-out;
  504. transition: all .7s ease-in-out;
  505. }
  506.  
  507. #box {
  508. position: relative;
  509. width: 500px;
  510. text-decoration: none !important;
  511. text-align: center;
  512. }
  513.  
  514. #box:hover #text{
  515. -webkit-transition: all .7s ease-in-out;
  516. -moz-transition: all .7s ease-in-out;
  517. -o-transition: all .7s ease-in-out;
  518. transition: all .7s ease-in-out;
  519. opacity:1;
  520. }
  521.  
  522. </style></head><body>
  523.  
  524. <div id="theme">
  525.  
  526. <div id="links">
  527. <a href="/"title="home">■</a>
  528. <a href="#?w=400" rel="02" class="poplight" title="message">■</a>
  529. <a href="{text:Link 3 url}" title="{text:Link 3}">■</a>
  530. <a href="{text:Link 4 url}" title="{text:Link 4}">■</a>
  531. <a href="{text:Link 5 url}" title="{text:Link 5}">■</a>
  532. </div>
  533.  
  534. <div id="entries">{block:Posts}<div id="post">
  535.  
  536. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  537.  
  538. {block:Photo}{LinkOpenTag}<center><img src="{PhotoURL-250}"></center>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  539.  
  540. {block:Photoset}<center>{Photoset-250}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  541.  
  542. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  543.  
  544. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  545.  
  546. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  547.  
  548. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}<br>{block:TrackName}&nbsp;&nbsp;&nbsp;&nbsp; {TrackName}{/block:TrackName}
  549. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  550.  
  551. {block:Video}<center>{Video-250}</center>{block:Caption}{Caption}{/block:Caption}{/block:Video}
  552.  
  553. {block:Answer}<div class="question">&nbsp;&nbsp; {ASKER}:<br><i>&nbsp;&nbsp; {Question}</i></div><div class="answer">{Answer}</div>{/block:answer}
  554.  
  555. {block:Date}<div id="info"> ● <a title="{TimeAgo}" href="{Permalink}">{Month} &nbsp;{DayOfMonth}</a> ●
  556. {/block:Date} {block:NoteCount}&nbsp; <a href="{Permalink}"> {NoteCount} </a> ● {/block:NoteCount} &nbsp;{block:RebloggedFrom} <a title="{ReblogParentName}" href="{ReblogParentURL}">via</a> ● {/block:RebloggedFrom}{block:ContentSource} &nbsp; <a title="{SourceTitle}" href="{SourceURL}">source</a> ● {/block:ContentSource} {/block:RebloggedFrom} </br>
  557. </div>
  558.  
  559. {block:HasTags}
  560. <div class="tags">
  561. {block:Tags} <a href="{TagURL}"> <big>#</big> {Tag} &nbsp; </a> {/block:Tags}</div>
  562. {/block:HasTags}
  563. <div class="postnote">
  564. {block:PostNotes}{PostNotes}{/block:PostNotes}
  565.  
  566.  
  567. </div>
  568.  
  569. </div>
  570.  
  571. {/block:Posts}
  572.  
  573. <div id="pagination">
  574. <center> {block:Pagination}
  575. <div id="pagination">
  576. {block:PreviousPage}
  577. <a href="{PreviousPage}">←</a>
  578. {/block:PreviousPage}
  579. {block:JumpPagination length="7"}
  580. {block:CurrentPage}
  581. <span class="current_page">{PageNumber}</span>
  582. {/block:CurrentPage}
  583. {block:JumpPage}
  584. <a class="jump_page" href="{URL}">{PageNumber}</a>
  585. {/block:JumpPage}
  586. {/block:JumpPagination}
  587. {block:NextPage}
  588. <a href="{NextPage}">→</a>
  589. {/block:NextPage}
  590. </div>
  591. {/block:Pagination}</center>
  592. </div>
  593.  
  594. </div>
  595.  
  596. <div id="02" class="popup_block">
  597. <iframe id="ask_form" style="background-color: transparent; overflow: hidden;" src="http://www.tumblr.com/ask_form/midfordian.tumblr.com" frameborder="0" scrolling="no" width="100%" height="200"></iframe>
  598. </div></div>
  599.  
  600. </body>
  601.  
  602. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement