themesbyhaleigh

theme #27

Dec 7th, 2014
1,315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.10 KB | None | 0 0
  1. <!-- theme #27 by nerdydean. don't remove the credit. -->
  2.  
  3. <!DOCTYPE html>
  4. <head>
  5.  
  6.  
  7. <title>{Title}</title>
  8.  
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  12.  
  13.  
  14. <meta name="color:background" content="#ffffff"/>
  15. <meta name="color:text" content="#000000"/>
  16. <meta name="color:link" content="#000000"/>
  17. <meta name="color:scrollbar" content="#000000"/>
  18. <meta name="color:text selection" content="#fafafa"/>
  19.  
  20. <meta name="text:link1 url" content=""/>
  21. <meta name="text:link1" content=""/>
  22. <meta name="text:link2 url" content=""/>
  23. <meta name="text:link2" content=""/>
  24. <meta name="text:desc name" content="desc"/>
  25. <meta name="text:link3 url" content=""/>
  26. <meta name="text:link3" content=""/>
  27. <meta name="text:link4 url" content=""/>
  28. <meta name="text:link4" content=""/>
  29. <meta name="text:link5 url" content=""/>
  30. <meta name="text:link5" content=""/>
  31.  
  32.  
  33. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  34.  
  35. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  36.  
  37. <script>
  38.  
  39. (function($){
  40.  
  41. $(document).ready(function(){
  42.  
  43. $("a[title]").style_my_tooltips({
  44.  
  45. tip_follows_cursor:true,
  46.  
  47. tip_delay_time:30,
  48.  
  49. tip_fade_speed:300,
  50.  
  51. attribute:"title"
  52.  
  53. });
  54.  
  55. });
  56.  
  57. })(jQuery);
  58.  
  59. </script>
  60.  
  61.  
  62. <script type="text/javascript" src="http://static.tumblr.com/iuggpng/bGqm4yfv9/jquery-1.7.2.js"></script>
  63. <script type="text/javascript"
  64. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  65. <script>
  66. $(document).ready(function() {
  67. //
  68. $('a.poplight[href^=#]').click(function() {
  69. var popID = $(this).attr('rel'); //Get Popup Name
  70. var popURL = $(this).attr('href'); //Get Popup href to define size
  71. var query= popURL.split('?');
  72. var dim= query[1].split('&');
  73. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  74. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('');
  75. var popMargTop = ($('#' + popID).height() + 80) / 2;
  76. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  77. //Apply Margin to Popup
  78. $('#' + popID).css({
  79. 'margin-top' : -popMargTop,
  80. 'margin-left' : -popMargLeft
  81. });
  82. $('body').append('<div id="fade"></div>');
  83. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  84. return false;
  85. });
  86. $('a.close, #fade').live('click', function() {
  87. $('#fade , .popup_block').fadeOut(function() {
  88. $('#fade, a.close').remove(); //fade them both out
  89. });
  90. return false;
  91. });
  92. });
  93. </script>
  94.  
  95.  
  96. <style type="text/css">
  97.  
  98. #fade {
  99. display: none;
  100. position: fixed;
  101. left: 0;
  102. top: 0;
  103. width: 100%;
  104. height: 100%;
  105. z-index: 9999;
  106. background:#000;
  107. opacity: .5;
  108. }
  109.  
  110. .popup_block{
  111. display: none;
  112. background:transparent;
  113. padding: 20px;
  114. float: left;
  115. position: fixed;
  116. top: 50%;
  117. left: 50%;
  118. z-index: 99999;
  119. font-family:helvetica;
  120. font-size:11px;
  121. color:#fff;
  122. }
  123.  
  124. .popup_block a {
  125. color:#eee;
  126. }
  127.  
  128. *html #fade {
  129. position: absolute;
  130. }
  131.  
  132. *html .popup_block {
  133. position: absolute;
  134. }
  135.  
  136. .showhide_element {
  137. display: none;
  138. }
  139.  
  140. ::-webkit-scrollbar {
  141. width: 3px;
  142. height:auto;
  143. background:{color:background};
  144. }
  145.  
  146. ::-webkit-scrollbar-corner {
  147. padding:2px;
  148. background:{color:background};
  149. }
  150.  
  151. ::-webkit-scrollbar-button:vertical {
  152. height:5px;
  153. display: block;
  154. background:{color:scrollbar};
  155. }
  156.  
  157. ::-webkit-scrollbar-button:horizontal {
  158. width: 3px;
  159. height: 5px;
  160. display: block;
  161. background:{color:scrollbar};
  162. }
  163.  
  164. ::-webkit-scrollbar-thumb:vertical {
  165. background:{color:scrollbar};
  166. }
  167.  
  168. ::-webkit-scrollbar-thumb:horizontal {
  169. background:{color:background};
  170. }
  171.  
  172. ::-webkit-scrollbar-thumb {
  173. background:{color:scrollbar};
  174. }
  175.  
  176. ::selection {
  177. background:{color:text selection};
  178. }
  179.  
  180. ::-moz-selection {
  181. background:{color:text selection};
  182. }
  183.  
  184. ::-webkit-selection {
  185. background:{color:text selection};
  186. }
  187.  
  188. #s-m-t-tooltip {
  189. max-width:300px;
  190. padding:3px 3px 3px 3px;
  191. margin:20px 0px 0px 20px;
  192. background:{color:background};
  193. border:1px solid #eee;
  194. text-transform:lowercase;
  195. z-index:999999999999999999999999999999999999;
  196. font-family: arial;
  197. font-size: 9px;
  198. letter-spacing: 0px;
  199. color:{color:text};
  200. }
  201.  
  202. blockquote {
  203. padding:2px 0px 2px 10px;
  204. border-left:1px solid #f1f1f1;
  205. margin-left:10px;
  206. }
  207.  
  208. body {
  209. background:{color:background};
  210. color:{color:text};
  211. font-family:arial;
  212. font-size:9px;
  213. text-align:justify;
  214. margin:0;
  215. }
  216.  
  217. a {
  218. color:{color:link};
  219. text-decoration:none;
  220. }
  221.  
  222. a:hover {
  223. text-decoration:underline;
  224. }
  225.  
  226. img {
  227. opacity:1;
  228. border:none;
  229. text-decoration:none;
  230. }
  231.  
  232. small {
  233. font-size:9px;
  234. }
  235.  
  236. big {
  237. font-size:12px;
  238. }
  239.  
  240. #title {
  241. font-size:12px;
  242. line-height:18px;
  243. font-weight:bold;
  244. margin-bottom:10px;
  245. text-transform:uppercase;
  246. text-align:left;
  247. }
  248.  
  249. #sidebar {
  250. text-align:left;
  251. position:fixed;
  252. margin-left:-105px;
  253. margin-top:250px;
  254. width:125px;
  255. }
  256.  
  257. #links {
  258. line-height:16px;
  259. text-transform:lowercase;
  260. padding:0px 10px;
  261. position:absolute;
  262. overflow:hidden;
  263. text-align:right;
  264. font-weight:700;
  265. border-right:1px solid #eee;
  266. }
  267.  
  268. #links a {
  269. margin-right:5px;
  270. display:inline-block;
  271. margin-bottom:5px;
  272. }
  273.  
  274. #pagination {
  275. margin:50px 0;
  276. text-transform:lowercase;
  277. font-weight:bold;
  278. }
  279.  
  280. #pagination a {
  281. padding:0 15px;
  282. }
  283.  
  284. #con {
  285. left:50%;
  286. margin-left:-250px;
  287. position:absolute;
  288. }
  289.  
  290. #entries {
  291. margin-top:75px;
  292. width:500px;
  293. }
  294.  
  295. #posts {
  296. width:500px;
  297. {block:IndexPage}
  298. margin-bottom:75px;
  299. {/block:IndexPage}
  300. {block:PermalinkPage}
  301. margin-bottom:50px;
  302. {/block:PermalinkPage}
  303. }
  304.  
  305. #posts img {
  306. max-width:500px;
  307. }
  308.  
  309. #posts img, #posts li, #posts blockquote {
  310. max-width: 100%;
  311. }
  312.  
  313. .caption {
  314. width:100%;
  315. margin-top:10px;
  316. }
  317.  
  318. #titlequote{
  319. text-align:left;
  320. font-size:14px;
  321. line-height:18px;
  322. font-weight:bold;
  323. }
  324.  
  325. #source {
  326. margin-top:15px;
  327. margin-left:15px;
  328. }
  329.  
  330. .player {
  331. width:25px;
  332. height:25px;
  333. overflow:hidden;
  334. position:absolute;
  335. background:white;
  336. }
  337.  
  338. .audioinfo {
  339. margin-left:50px;
  340. }
  341.  
  342. .q {
  343. margin-bottom:10px;
  344. }
  345.  
  346. .as {
  347. font-weight:bold;
  348. }
  349.  
  350. .a {
  351. margin-top:10px;
  352. }
  353.  
  354. .chat ol {
  355. padding:0;
  356. list-style:none;
  357. }
  358.  
  359. .line {
  360. padding:5px 0;
  361. }
  362.  
  363. .label {
  364. font-weight:bold;
  365. }
  366.  
  367. #permalink {
  368. margin-top:15px;
  369. font-size:9px;
  370. text-transform:none;
  371. }
  372.  
  373. .tags {
  374. word-break:break-all;
  375. font-size:9px;
  376. opacity:0;
  377. padding-top:5px;
  378. padding-bottom:5px;
  379. -webkit-transition: opacity 0.5s linear;
  380. }
  381.  
  382. #posts:hover .tags{
  383. opacity:1;
  384. }
  385.  
  386. .pagenotes {
  387. {block:IndexPage}
  388. display: none!important;
  389. {/block:IndexPage}
  390. width:400px;
  391. text-align:left;
  392. }
  393.  
  394. .pagenotes img {
  395. display:none!important;
  396. }
  397.  
  398. .pagenotes li {
  399. list-style-type:none;
  400. padding:5px 0px;
  401. text-align:left;
  402. margin:0 0 0 -40px;
  403. }
  404.  
  405. pre {
  406. white-space: pre-wrap;
  407. white-space: -moz-pre-wrap;
  408. white-space: -pre-wrap;
  409. white-space: -o-pre-wrap;
  410. word-wrap: break-word;
  411. }
  412.  
  413.  
  414. {CustomCSS}
  415.  
  416.  
  417. </style>
  418.  
  419.  
  420.  
  421. </head>
  422.  
  423. <body>
  424.  
  425. <div id="01" class="popup_block">
  426. {Description}
  427. </div>
  428.  
  429.  
  430. <div id="con">
  431.  
  432. <div id="sidebar">
  433.  
  434.  
  435.  
  436. <div id="links"><b>
  437. <a href="{text:link1 url}">{text:link1}</a><br>
  438. <a href="{text:link2 url}">{text:link2}</a><br>
  439. <a href="#?w=450" rel="01" class="poplight">{text:desc name}</a><br>
  440. <a href="{text:link3 url}">{text:link3}</a><br>
  441. <a href="{text:link4 url}">{text:link4}</a><br>
  442. <a href="{text:link5 url}">{text:link5}</a>
  443. </b>
  444.  
  445.  
  446.  
  447. </div>
  448.  
  449.  
  450.  
  451.  
  452. </div>
  453.  
  454.  
  455.  
  456.  
  457. <div id="entries">
  458.  
  459. {block:Posts}
  460. <div id="posts">
  461.  
  462.  
  463. {block:Quote}
  464.  
  465.  
  466. <div id="titlequote">“{Quote}”</div>
  467. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  468. {/block:Quote}
  469.  
  470.  
  471.  
  472. {block:Text}
  473.  
  474. {block:Title}
  475. <div id="title">{Title}</div>{/block:Title}
  476. {Body}
  477. {/block:Text}
  478.  
  479. {block:Link}
  480. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  481. {/block:Link}
  482.  
  483. {block:Chat}
  484. {block:Title}
  485. <h1>{Title}</h1>
  486. {/block:Title}
  487. <div class="chat">
  488. <ol>{block:Lines}
  489. <li class="line {Alt}">
  490. {block:Label}
  491. <span class="label">
  492. {Label}</span>
  493. {/block:Label}{Line}</li>
  494. {/block:Lines}
  495. </ol></div>
  496. {/block:Chat}
  497.  
  498. {block:Photo}
  499. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  500. {/block:Photo}
  501.  
  502. {block:Photoset}
  503. {Photoset-500}
  504. {/block:Photoset}
  505.  
  506. {block:Video}
  507. {Video-500}
  508. {/block:Video}
  509.  
  510. {block:Audio}
  511. <div class="player">{AudioPlayerWhite}</div>
  512. <div class="audioinfo">
  513. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  514. </div>
  515. {/block:Audio}
  516.  
  517. {block:Answer}
  518. <div class="q">
  519. <div class="as">{Asker} said: </div>
  520. {Question}</div>
  521. <div class="a">{Answer}</div>
  522. {/block:Answer}
  523.  
  524. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  525.  
  526. {block:Date}
  527. <div id="permalink">
  528. <b><a href="{Permalink}" title="{TimeAgo}">{12Hour}:{Minutes} {AmPm}</a></b>{block:NoteCount} &nbsp;+<a href="{Permalink}">{NoteCount}</a>{/block:NoteCount}
  529. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a> &nbsp;{/block:Tags}</div>{/block:HasTags}
  530. </div>
  531. {/block:Date}
  532.  
  533. {block:PermalinkPage}
  534. {block:RebloggedFrom} &nbsp;<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> {block:ContentSource} &nbsp;<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  535. {/block:PermalinkPage}
  536.  
  537. </div>
  538.  
  539.  
  540. {block:PostNotes}
  541. <div class="pagenotes">
  542. {PostNotes}
  543. </div>
  544. {/block:PostNotes}
  545.  
  546.  
  547. {/block:Posts}
  548.  
  549. <div id="pagination">
  550. {block:Pagination}
  551. {block:PreviousPage}
  552. <a href="{PreviousPage}">&larr; previous </a>
  553. {/block:PreviousPage}
  554.  
  555.  
  556. {block:NextPage}
  557. <a href="{NextPage}">next &rarr;</a>
  558. {/block:NextPage}
  559. {/block:Pagination}
  560. </div>
  561.  
  562.  
  563.  
  564. </div>
  565.  
  566. </div>
  567.  
  568.  
  569. {block:ContentSource}
  570. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  571. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  572. {/block:SourceLogo}
  573. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  574. {/block:ContentSource}
  575.  
  576. <div style="position:fixed; bottom:15px; right:15px; padding:2px 2px; text-align:right; font-size:10px; font-family:arial; font-weight:bold;">
  577. <a title="theme by nerdydean" href="http://hellish.co.vu">cr.</a>
  578. </div>
  579.  
  580. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment