Advertisement
Guest User

Untitled

a guest
Jan 26th, 2015
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.28 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.  
  5.  
  6. <script type="text/javascript"
  7. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  8. <script>
  9. $(document).ready(function() {
  10. //
  11. $('a.poplight[href^=#]').click(function() {
  12. var popID = $(this).attr('rel'); //Get Popup Name
  13. var popURL = $(this).attr('href'); //Get Popup href to define size
  14. var query= popURL.split('?');
  15. var dim= query[1].split('&');
  16. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  17. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  18. var popMargTop = ($('#' + popID).height() + 80) / 2;
  19. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  20. //Apply Margin to Popup
  21. $('#' + popID).css({
  22. 'margin-top' : -popMargTop,
  23. 'margin-left' : -popMargLeft
  24. });
  25. $('body').append('<div id="fade"></div>');
  26. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  27. return false;
  28. });
  29. $('a.close, #fade').live('click', function() {
  30. $('#fade , .popup_block').fadeOut(function() {
  31. $('#fade, a.close').remove(); //fade them both out
  32. });
  33. return false;
  34. });
  35. });
  36. </script>
  37.  
  38.  
  39. <title>{Title}</title>
  40. <link rel="shortcut icon" href="{Favicon}">
  41. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  42. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  43.  
  44. <!-- start of script tooltip -->
  45. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  46.  
  47. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  48.  
  49. <script>
  50.  
  51. (function($){
  52.  
  53. $(document).ready(function(){
  54.  
  55. $("a[title]").style_my_tooltips({
  56.  
  57. tip_follows_cursor:true,
  58.  
  59. tip_delay_time:90,
  60.  
  61. tip_fade_speed:600,
  62.  
  63. attribute:"title"
  64.  
  65. });
  66.  
  67. });
  68.  
  69. })(jQuery);
  70.  
  71. </script>
  72.  
  73. <!-- end of script tooltip -->
  74.  
  75. <!---- this is theme 51 by Hollywhood
  76. please don't remove the credit
  77. thank you
  78. --->
  79.  
  80. <meta name="color:Background" content="#ffffff"/>
  81. <meta name="color:Text" content="#9B9B9B"/>
  82. <meta name="color:Link" content="#b8b8b8"/>
  83. <meta name="color:Link Hover" content="#eeeeee"/>
  84. <meta name="color:scrollbar" content="#999999">
  85.  
  86. <meta name="image:sidebar" content=""/>
  87.  
  88.  
  89. <meta name="text:link 1 url" content="/"/>
  90. <meta name="text:link 2 url" content="/"/>
  91. <meta name="text:link 3 url" content="/"/>
  92. <meta name="text:link 4 url" content="/"/>
  93. <meta name="text:link 5 url" content="/"/>
  94. <meta name="text:link 6 url" content="/"/>
  95.  
  96. <script type="text/javascript">
  97. WebFontConfig = {
  98. google: { families: [ 'Lato:300,400:latin', 'Montserrat:700:latin' ] }
  99. };
  100. (function() {
  101. var wf = document.createElement('script');
  102. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  103. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  104. wf.type = 'text/javascript';
  105. wf.async = 'true';
  106. var s = document.getElementsByTagName('script')[0];
  107. s.parentNode.insertBefore(wf, s);
  108. })(); </script>
  109.  
  110.  
  111.  
  112.  
  113. <style type="text/css">
  114.  
  115.  
  116.  
  117. *, body, a, a:hover {cursor: url(http://media.tumblr.com/649c000edb2f0b30a6b3f462d580ffbc/tumblr_inline_mmsrqqFXgB1qz4rgp.png), auto;}
  118.  
  119.  
  120.  
  121.  
  122. iframe#tumblr_controls {
  123. white-space:nowrap;
  124. -webkit-filter: invert(100%);
  125. -moz-filter: invert(100%);
  126. -o-filter: invert(100%);
  127. -ms-filter: invert(100%);
  128. filter: invert(100%);
  129. opacity:.2;transition: .8s ease-in-out;
  130. -webkit-transition: .8s ease-in-out;
  131. -moz-transition: .8s ease-in-out;
  132. -o-transition: .8s ease-in-out;
  133. }
  134.  
  135. h1 {
  136. font-weight:normal;
  137. font-size:13px;
  138. text-align:center;
  139. font-style:normal;
  140. line-height:100%;
  141. letter-spacing:1px;
  142. text-transform:normal;
  143. color:{color:text};
  144. }
  145.  
  146. h2 {
  147. font-size:10px;
  148. text-align:center;
  149. line-height:100%;
  150. letter-spacing:-0.5px;
  151. color:{color:text};
  152. font-weight:bold;
  153. text-transform:uppercase;
  154. padding:5px;
  155. padding-bottom:2px;
  156. }
  157.  
  158. blockquote {
  159. padding:2px 7px;
  160. margin:3px 0 3px 10px;
  161. border-left:2px solid #480d0f;
  162. }
  163.  
  164. blockquote img {
  165. max-width:100%;}
  166.  
  167.  
  168. body {
  169. background-image:url(http://i.imgur.com/e3keUiz.gif);
  170. background-repeat:no-repeat;
  171. background-color: #f8e2b3;
  172. margin:0px;
  173. color:#000;
  174. font-family:trebuchet ms;
  175. font-size:10px;
  176. line-height:100%;
  177. }
  178.  
  179. sub, small, sup { font-size:10.5px; }
  180.  
  181. b, strong {
  182. color: #480d0f;
  183. }
  184.  
  185. a {
  186. text-decoration:none;
  187. outline:none;
  188. -moz-outline-style:none;
  189. color:#cca481;
  190. -moz-transition-duration:0.5s;
  191. -webkit-transition-duration:0.5s;
  192. -o-transition-duration:0.5s;
  193. }
  194.  
  195. a:hover {
  196. outline:none;
  197. -moz-outline-style:none;
  198. color:#cc8981;
  199. }
  200.  
  201. img {
  202. border:none;
  203. }
  204.  
  205. #post {
  206. overflow:hidden;
  207. word-wrap:break-word;
  208. margin:auto;
  209. width:500px;
  210. padding-top:90px;
  211. }
  212.  
  213. #post {
  214. width:400px;
  215. padding-bottom:30px;
  216. margin-top:10px;
  217. }
  218.  
  219. #entries {
  220. position:relative;
  221. height:260px;
  222. overflow-x:hidden;
  223. overflow-y:auto;
  224. width:415px;
  225. text-align:justify;
  226. padding:10px;
  227. border:1px, round;
  228. border-color: #000;
  229. background-color:transparent;
  230. top: 5px;
  231. z-index:999;
  232. margin-left:430px;
  233. margin-top:160px;
  234. }
  235.  
  236.  
  237. ::-webkit-scrollbar-thumb:vertical {
  238. background-color: #f8ce89;
  239. height:40px;
  240. }
  241.  
  242. ::-webkit-scrollbar {
  243. background-color:transparent;
  244. height: 10px;
  245. width: 2px;
  246. }
  247.  
  248.  
  249.  
  250.  
  251. #links {
  252. color:#fff;
  253. font-size:9px;
  254. position:fixed;
  255. width:300px;
  256. font-family:times;
  257. margin-bottom:10px;
  258. top:100px;
  259. left:490px;
  260. padding-left:6px;
  261. text-align:justify;
  262. letter-spacing:4px;
  263. line-height:115%;
  264. z-index:2;
  265. }
  266.  
  267. #links a{
  268. color:#862d32;
  269. font-size:12px;
  270. text-transform:lowercase;
  271. text-shadow: 0 0 2px #a0a0a0;
  272. }
  273.  
  274. #links a:hover {
  275. color:#f8ce89;
  276. -moz-transition-duration:0.2s;
  277. -webkit-transition-duration:0.2s;
  278. -o-transition-duration:0.2s;
  279. }
  280.  
  281. #sidebar {
  282. position: fixed;
  283. width: 320px;
  284. margin: 0 auto;
  285. margin-top: 220px;
  286. text-align: center;
  287. margin-left: -60px;
  288. }
  289.  
  290.  
  291.  
  292. #description {
  293. width: 200px;
  294. font-family: georgia;
  295. position: fixed;
  296. letter-spacing: 0px;
  297. line-height: 11px;
  298. padding-left: 630px;
  299. height: auto;
  300. color: #410b0d;
  301. margin-top: 100px;
  302. }
  303.  
  304.  
  305. #pagination {
  306. font-family:corbel;
  307. width:500px;
  308. font-size:14px;
  309. margin-top:25px;
  310. margin-left:150px;
  311. padding-left:0px;
  312. letter-spacing:1px;
  313. text-align:justify;
  314. text-transform:uppercase;
  315. }
  316.  
  317. #pagination a {
  318. color:#989898;
  319. text-shadow: 1px #dba3a2;
  320. }
  321.  
  322.  
  323. #info {
  324. font-family:'Latha';
  325. width:500px;
  326. margin-top:5px;
  327. padding-top:5px;
  328. padding-bottom:3px;
  329. font-size:9px;
  330. color:{color:text};
  331. text-transform:uppercase;
  332. font-style:normal;
  333. text-align:left;
  334. -moz-transition-duration:0.2s;
  335. -webkit-transition-duration:0.2s;
  336. -o-transition-duration:0.2s;
  337. }
  338.  
  339. #info a {
  340. color:{color:link};
  341. font-style:normal;
  342. }
  343.  
  344. #info a:hover {
  345. color:#480d0f;
  346. -moz-transition-duration:0.2s;
  347. -webkit-transition-duration:0.2s;
  348. -o-transition-duration:0.2s;
  349. }
  350.  
  351. .tags {
  352. font-family:arial;
  353. font-style:normal;
  354. width:460px;
  355. text-transform:normal;
  356. font-style:normal;
  357. line-height:120%;
  358. padding-top:5px;
  359. opacity:0;
  360. font-size:8px;
  361. letter-spacing:1px;
  362. text-align:left;
  363. -moz-transition-duration:0.2s;
  364. -webkit-transition-duration:0.2s;
  365. -o-transition-duration:0.2s;
  366. }
  367. .tags a{
  368. margin-right:6px;
  369. color:#480d0f;
  370. }
  371. .tags a:hover{
  372. color:{color:link hover};
  373. }
  374.  
  375. #post:hover .tags{
  376. opacity:1;
  377. }
  378.  
  379. .audio{
  380. background-color:#e5e5e5;
  381. height:65px;
  382. overflow:hidden;
  383. }
  384.  
  385. .question {
  386. padding:9px;
  387. text-align:left;
  388. text-transform:italic;
  389. color:{color:text};
  390. background-color: #f5f5f5;
  391. border-left:3px solid #e5e5e5;
  392. line-height:120%;
  393. }
  394.  
  395. .answer {
  396. text-align:left;
  397. padding:7px;
  398. color:{color:text};
  399. }
  400.  
  401. #credit {
  402. font-size:9px;
  403. font-family:cambria;
  404. font-style:italic;
  405. letter-spacing:1px;
  406. -moz-transition-duration:0.5s;
  407. -webkit-transition-duration:0.5s;
  408. -o-transition-duration:0.5s;
  409. }
  410.  
  411. #credit a {
  412. background-color:#fff;
  413. padding:5px;
  414. border:1px solid #e9e9e9;
  415. position:fixed;
  416. right:15px;
  417. bottom:10px
  418. }
  419.  
  420. #credit a:hover {
  421. color:#fff;
  422. background-color:#191919;
  423. }
  424.  
  425.  
  426.  
  427. {CustomCSS}</style></head><body>
  428.  
  429.  
  430.  
  431.  
  432. <div id="sidebar">
  433.  
  434. <div id="sidebarimage">
  435. <a href="/"><img src="{image:sidebar}"></a></div><cENTER>
  436.  
  437. <div id="links"><B>
  438. <a href="{text:link 1 url}">one.</a>
  439. <a href="{text:link 2 url}">two.</a>
  440. <a href="{text:link 3 url}">three.</a>
  441. <a href="{text:link 4 url}">four.</a>
  442. <a href="{text:link 5 url}">five.</a>
  443. <a href="{text:link 6 url}">six.</a>
  444.  
  445. </div>
  446.  
  447.  
  448.  
  449. <div id="description">{Description}<Br><br>
  450.  
  451.  
  452. </div></div>
  453.  
  454.  
  455.  
  456. <div id="entries">{block:Posts}<div id="post">
  457.  
  458. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  459.  
  460. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  461.  
  462. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  463.  
  464. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  465.  
  466. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  467.  
  468. {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}
  469.  
  470. {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}
  471. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  472.  
  473. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  474.  
  475. {block:Answer}<div class="question"><img src="{AskerPortraitURL-24}" style="float:left;">&nbsp;&nbsp; {ASKER}:<br><i>&nbsp;&nbsp; {Question}</i></div><div class="answer">{Answer}</div>{/block:answer}
  476.  
  477. {block:Date}<div id="info"> <a title="{TimeAgo}" href="{Permalink}" style="padding-left:5px;padding-right:5px;">{ShortMonth} {DayOfMonth}</a> {24Hour}:{Minutes}
  478. {/block:Date} {block:NoteCount} ( <font color="#b93539">&hearts;</font> <a href="{Permalink}">{NoteCount}</a> ) {/block:NoteCount}
  479.  
  480. <div style="float:right;"> {block:RebloggedFrom}
  481. <a href="{ReblogParentURL}" title="via: {ReblogParentName}"><img src="{ReblogParentPortraitURL-16}"></a> {block:ContentSource}
  482. <a href="{ReblogRootURL}" title="source: {ReblogRootName}"><img src="{ReblogRootPortraitURL-16}"></a>{/block:ContentSource}{/block:RebloggedFrom}
  483. <a title="{SourceTitle}" href="{SourceURL}"></a>
  484. </div>
  485. </div>
  486.  
  487.  
  488. {block:HasTags}
  489. <div class="tags">
  490. {block:Tags} <a href="{TagURL}"> #{Tag} </a> {/block:Tags}</div>
  491. {/block:HasTags}
  492. <div class="postnote">
  493. {block:PostNotes}{PostNotes}{/block:PostNotes}
  494. </div>
  495. </div>
  496. {/block:Posts}
  497.  
  498.  
  499.  
  500.  
  501. <div id="pagination">
  502.  
  503.  
  504. {block:Pagination}{block:NextPage}<a href="{NextPage}">▶</a>{/block:NextPage}{/block:Pagination}{/block:Pagination}
  505. &nbsp; DIRECTIONS &nbsp;{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">◀</a>{/block:PreviousPage}{/block:Pagination}
  506.  
  507.  
  508.  
  509. </div>
  510.  
  511.  
  512.  
  513.  
  514. </div>
  515. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</div> </div>
  516.  
  517.  
  518.  
  519.  
  520. </body>
  521.  
  522.  
  523.  
  524. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement