Advertisement
direwolved

NEWTHEME#012

Apr 26th, 2014
344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.63 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.  
  3. <!-- THEME#012 BY JASONDILAURENTIS -->
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7.  
  8. <head>
  9.  
  10.  
  11. <meta name="color:bg" content="#FFFFFF">
  12. <meta name="color:link" content="#454545">
  13. <meta name="color:hover" content="#ffffff">
  14. <meta name="color:infobg" content="#ffffff">
  15. <meta name="color:text" content="#454545">
  16. <meta name="color:tags" content="#454545">
  17. <meta name="color:scrollbar" content="#454545">
  18. <meta name="color:border" content="#454545">
  19. <meta name="color:nav" content="#454545">
  20. <meta name="color:desc" content="#454545">
  21. <meta name="color:title" content="#454545">
  22.  
  23. <meta name="image:sidebar" content=""/>
  24. <meta name="if:sidebarimg" content="0"/>
  25.  
  26. <meta name="text:link1" content="">
  27. <meta name="text:link1 url" content="/">
  28. <meta name="text:link2" content="">
  29. <meta name="text:link2 url" content="/">
  30. <meta name="text:link3" content="">
  31. <meta name="text:link3 url" content="/">
  32. <meta name="text:link4" content="">
  33. <meta name="text:link4 url" content="/">
  34.  
  35.  
  36.  
  37. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  38. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  39. <link rel="shortcut icon" href="{Favicon}" />
  40. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  41.  
  42. <script type="text/javascript"
  43. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  44.  
  45.  
  46. <script>
  47.  
  48.  
  49.  
  50. $(document).ready(function() {
  51.  
  52. //
  53.  
  54.  
  55.  
  56. //When you click on a link with class of poplight and the href starts with a #
  57.  
  58. $('a.poplight[href^=#]').click(function() {
  59.  
  60. var popID = $(this).attr('rel'); //Get Popup Name
  61.  
  62. var popURL = $(this).attr('href'); //Get Popup href to define size
  63.  
  64.  
  65.  
  66. //Pull Query & Variables from href URL
  67.  
  68. var query= popURL.split('?');
  69.  
  70. var dim= query[1].split('&');
  71.  
  72. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  73.  
  74.  
  75.  
  76. //Fade in the Popup and add close button
  77.  
  78. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="https://31.media.tumblr.com/2a201eb5ac86740d58b9ed399e21bfed/tumblr_inline_mype2kXESa1rmqnaw.png" class="btn_close" title="Close Window" alt="Close" /></a>');
  79.  
  80.  
  81. //Define margin for center alignment (vertical horizontal) - we add 80px to the height/width to accomodate for the padding and border width defined in the css
  82.  
  83. var popMargTop = ($('#' + popID).height() + 80) / 2;
  84.  
  85. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  86.  
  87.  
  88.  
  89. //Apply Margin to Popup
  90.  
  91. $('#' + popID).css({
  92.  
  93. 'margin-top' : -popMargTop,
  94.  
  95. 'margin-left' : -popMargLeft
  96.  
  97. });
  98.  
  99.  
  100.  
  101. //Fade in Background
  102.  
  103. $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  104.  
  105. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) is used to fix the IE Bug on fading transparencies
  106.  
  107.  
  108.  
  109. return false;
  110.  
  111. });
  112.  
  113.  
  114.  
  115. //Close Popups and Fade Layer
  116.  
  117. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
  118.  
  119. $('#fade , .popup_block').fadeOut(function() {
  120.  
  121. $('#fade, a.close').remove(); //fade them both out
  122.  
  123. });
  124.  
  125. return false;
  126.  
  127. });
  128.  
  129.  
  130.  
  131.  
  132.  
  133. });
  134.  
  135. </script>
  136.  
  137. <style type="text/css">
  138.  
  139. #bite
  140. #bite a{
  141. display:block
  142. }
  143. #bite .death {
  144. margin-top:0px;filter: alpha(opacity = 0);
  145. opacity:0;-webkit-transition: all 0.5s ease-out;
  146. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  147. margin-left:-5px;
  148. }
  149.  
  150. #bite:hover .death {
  151. margin-top:0px;
  152. -webkit-transition: all 0.8s ease-out;
  153. -moz-transition: all 0.8s ease-out;
  154. transition: all 0.8s ease-out;
  155. filter: alpha(opacity = 1);
  156. filter: alpha(opacity = 1);
  157. opacity:1;
  158. margin-left:3px;
  159. }
  160.  
  161. #liam
  162. #liam a{
  163. display:block
  164. }
  165. #liam .zayn {
  166. margin-top:0px;filter: alpha(opacity = 0);
  167. opacity:0;-webkit-transition: all 0.5s ease-out;
  168. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  169. }
  170.  
  171. #liam:hover .zayn {
  172. margin-top:0px;
  173. -webkit-transition: all 0.8s ease-out;
  174. -moz-transition: all 0.8s ease-out;
  175. transition: all 0.8s ease-out;
  176. filter: alpha(opacity = 0.8);
  177. filter: alpha(opacity = 0.8);
  178. opacity:0.8;
  179. }
  180.  
  181.  
  182. #fade {
  183. display: none;
  184. background: #000;
  185. position: fixed;
  186. left: 0;
  187. top: 0;
  188. width: 100%;
  189. height: 100%;
  190. opacity: .80;
  191. z-index: 9999;
  192. }
  193.  
  194. .popup_block{
  195. display: none;
  196. font-size:9.5px;
  197. background: #FFFFFF;
  198. padding: 20px;
  199. width:500px;
  200. float: left;
  201. position: fixed;
  202. top: 60%;
  203. left: 50%;
  204. z-index: 99999;
  205. }
  206.  
  207. img.btn_close {
  208. float: right;
  209. margin: -55px -55px 0 0;
  210. }
  211.  
  212. *html #fade {
  213. position: absolute;
  214. }
  215.  
  216. *html .popup_block {
  217. position: absolute;
  218. }
  219.  
  220.  
  221.  
  222.  
  223. a {
  224. color:{color:link};
  225. text-decoration:none;
  226. -moz-transition-duration:0.5s;
  227. -webkit-transition-duration:0.5s;
  228. -o-transition-duration:0.5s;
  229. }
  230.  
  231. a:hover {
  232. color:{color:hover};
  233. text-decoration:none;
  234. -moz-transition-duration:0.5s;
  235. -webkit-transition-duration:0.5s;
  236. -o-transition-duration:0.5s;
  237. }
  238.  
  239.  
  240. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
  241. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  242. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  243.  
  244. body {
  245. background:{color:background};
  246. font-family:helvetica;
  247. font-size:9.5px;
  248. letter-spacing:0px;
  249. color:{color:text};
  250. }
  251.  
  252.  
  253. h1 {
  254. font-weight:normal;
  255. font-size:9.5px;
  256. text-align:center;
  257. font-style:normal;
  258. font-weight:normal;
  259. line-height:100%;
  260. letter-spacing:0px;
  261. text-transform:lowercase;
  262. color:{color:text};
  263. }
  264.  
  265. h2 {
  266. text-align:left;
  267. font-size:14px;
  268. padding:9.5px;
  269. line-height:100%;
  270. font-weight:lighter;
  271. letter-spacing:0px;
  272. color:{color:text};
  273. text-transform:lowercase;
  274. }
  275.  
  276.  
  277. blockquote {
  278. padding-left:5px;
  279. border-left:2px solid #cfcfcf;
  280. margin:8px;}
  281.  
  282. blockquote blockquote {
  283. padding-left:5px;
  284. border-left:2px solid #cfcfcf;}
  285.  
  286.  
  287. #theme {
  288. background-color:{color:bg};
  289. width:700px;
  290. margin: 0 auto -12px auto;
  291. text-align: center;
  292. }
  293.  
  294. #sidebar {
  295. color:{color:text};
  296. position:fixed;
  297. width:130px;
  298. height:150px;
  299. margin-left:675px;
  300. border-left:0px dotted #191919;
  301. border-right:0px dotted #191919;
  302. margin-top:330px;
  303. text-align:right;
  304. background-color:#f3f3f3;
  305. border:0px solid {color:infobg};
  306. }
  307.  
  308.  
  309.  
  310. #sidebarimg {
  311. width:100px;
  312. margin-top:-140px;
  313. margin-left:0px;
  314. margin-bottom:28px;
  315. }
  316.  
  317. #sidebarimg img {
  318. width:80px;
  319. border:25px solid {color:infobg};
  320. }
  321.  
  322.  
  323.  
  324. .nav {
  325. width:200px;
  326. height:5px;
  327. font-family:Helvetica;
  328. padding-top:5px;
  329. font-weight:none;
  330. padding-bottom:10px;
  331. margin-bottom:10px;
  332. padding-right:1px;
  333. margin-top:0px;
  334. margin-left:-34px;
  335. font-size:9.5px;
  336. text-transform:lowercase;
  337. text-align:center;
  338. line-height:80%;
  339. position:fixed;
  340. color:{color:#000000};
  341. }
  342.  
  343. .nav a {
  344. width:60px;
  345. margin-bottom:0px;
  346. padding:0px;
  347. text-decoration:none;
  348. text-align:center;
  349. color:{color:tags};
  350. opacity:100;
  351. border-bottom:1px dotted {color:title};
  352. }
  353.  
  354. .nav a:hover {
  355. color:{color:nav};
  356. text-decoration:none;
  357. background-color:{color:#ffffff};
  358. }
  359.  
  360.  
  361. #description2 {
  362. overflow:auto;
  363. opacity:0;
  364. margin-top:-118px;
  365. margin-left:22px;
  366. padding:5px 5px 5px 5px;
  367. background:#f3f3f3;
  368. line-height:12px;
  369. z-index:30;
  370. position:fixed;
  371. font-family:helvetica;
  372. font-size:9.5px;
  373. font-style:normal;
  374. width:80px;
  375. height:80px;
  376. text-align:center;
  377. color:{color:text};
  378. -moz-transition-duration:0.8s;
  379. -webkit-transition-duration:0.8s;
  380. -o-transition-duration:0.8s;
  381. }
  382.  
  383. #description2 a {
  384. color:{color:text};
  385. -moz-transition-duration:0.4s;
  386. -webkit-transition-duration:0.4s;
  387. -o-transition-duration:0.4s;
  388. }
  389.  
  390. #sidebar:hover #description2 {
  391. opacity:.8;
  392. -moz-transition-duration:0.8s;
  393. -webkit-transition-duration:0.8s;
  394. -o-transition-duration:0.8s;
  395. }
  396.  
  397. .desc {
  398. margin-bottom:10px;
  399. font-family:Helvetica;
  400. font-weight:lighter;
  401. margin-top:15px;
  402. text-align:center;
  403. font-size:12px;
  404. letter-spacing:0px;
  405. margin-left:2px;
  406. font-style:normal;
  407. width:130px;
  408. color:{color:desc};
  409. line-height:130%;
  410. }
  411.  
  412. .desc a {
  413. color:{color:link};
  414.  
  415. }
  416.  
  417. #pagination {
  418. width:90px;
  419. bottom:20px;
  420. margin-top:94px;
  421. margin-left:22px;
  422. padding-bottom:30px;
  423. font-size:12px;
  424. font-family:Helvetica;
  425. font-weight:lighter;
  426. text-align:center;
  427. letter-spacing:0px;
  428. }
  429.  
  430. #pagination a {
  431. color:{color:sidelink};
  432. }
  433. .jump_page {
  434. padding:10px;
  435. color:{color:sidelink};
  436. border-top:0px dotted {color:hover};
  437. }
  438. .jump_page:hover {
  439. color:{color:sidelink hover};
  440. border-top:0px dotted #000000;
  441. }
  442. .current_page {
  443. padding:10px 8px 10px 10px;
  444. color:{color:sidelink};
  445. border-top:0px dotted {color:hover};
  446. }
  447.  
  448.  
  449. #stuffcontainer {
  450. float:left;
  451. margin-left:10px;
  452. margin-top:43px;
  453. text-align:justify;
  454. background-color:{color:bg};
  455. color:{color:text};
  456. margin-bottom: 35px;
  457. }
  458.  
  459.  
  460. #stuff {
  461. width:400px;
  462. margin-top:5px;
  463. margin-left:200px;
  464. text-align:justify;
  465. font-size:9.5px;
  466. padding-bottom:60px;
  467. line-height:90%;
  468. letter-spacing:0x;
  469. color:{color:text};
  470. }
  471.  
  472. #stuff:hover .tags {
  473. opacity:1;
  474. -webkit-transition:0.5s;
  475. }
  476.  
  477. .caption {
  478. width:400px;
  479. max-width:400px;
  480. text-align:justify;
  481. line-height:120%;
  482. }
  483.  
  484. .asker {
  485. text-align:left;
  486. font-size:9.5px;
  487. padding:5px;
  488. margin-left:-2px;
  489. font-weight:bold;
  490. letter-spacing:0px;
  491. color:{color:text};
  492. text-transform:lowercase;
  493. }
  494.  
  495. .ask {
  496. padding:9.5px;
  497. text-align:left;
  498. margin-left:-2px;
  499. color:{color:text};
  500. background-color:{color:infobg};
  501. border-bottom:1px solid {color:border};
  502. border-right:1px solid {color:border};
  503. }
  504.  
  505. .ans {
  506. text-align:left;
  507. margin-left:-2px;
  508. padding:5px;
  509. color:{color:text};
  510. }
  511.  
  512. #audio {
  513. width:100%;
  514. height:20px;
  515. padding:4px 0 9.5px 0;
  516. background:#e4e4e4;
  517. display:block;
  518. }
  519.  
  520. .player {
  521. float:center;
  522. text-align:center;
  523. width:20px;
  524. height:30px;
  525. margin-left:0%;
  526. overflow:hidden;
  527. position:absolute;
  528. z-index:1000;
  529. }
  530.  
  531. .cap {
  532. padding-top:25px;
  533. padding-bottom:15px;
  534. text-align:center;
  535. }
  536.  
  537. #info {
  538. font-family:helvetica;
  539. text-transform:lowercase;
  540. font-size:9.5px;
  541. background:#fff;
  542. padding:0px;
  543. letter-spacing:0px;
  544. text-align:center;
  545. word-spacing:0px;
  546. margin-left:0px;
  547. margin-top:5px;
  548. margin-right:auto;
  549. max-width:400px;
  550. opacity:50%;
  551. }
  552.  
  553. .date {
  554. padding-top:0px;
  555. {block:ifNot400pxposts}
  556. max-width:398px;
  557. {/block:ifNot400pxposts}
  558. {block:if400pxposts}
  559. max-width:400px;
  560. {/block:if400pxposts}
  561. padding-left:0px;
  562. opacity:50%;
  563. }
  564.  
  565. ol.notes {
  566. padding:0px;
  567. margin:25px 0px;
  568. margin-left:170px;
  569. list-style-type:none;
  570. }
  571. ol.notes li.note {
  572. padding: 10px;
  573. }
  574. ol.notes li.note img.avatar {
  575. vertical-align:-4px;
  576. border-radius:0%;
  577. margin-right:10px;
  578. width:16px;
  579. height:16px;
  580. }
  581. ol.notes li.note span.action {
  582. font-weight:normal;
  583. }
  584. ol.notes li.note .answer_content {
  585. font-weight:normal;
  586. }
  587. ol.notes li.note blockquote {
  588. padding:9.5px 6px 9.5px 6px;
  589. margin:10px 0px 0px 25px;
  590. }
  591.  
  592. .tags {
  593. line-height:100%;
  594. text-align:center;
  595. margin-top:10px;
  596. margin-left:0px;
  597. opacity:50;
  598. font-weight:bold;
  599. font-size:9.5px;
  600. text-transform:lowercase;
  601. position:absolute;
  602. padding:0px;
  603. width:400px;
  604. }
  605.  
  606. .tags a {
  607. letter-spacing:0px;
  608. text-decoration:underline;
  609. padding:5px;
  610. color:{color:tags}
  611. }
  612.  
  613. .tags a:hover {
  614. color:{color:hover};
  615. }
  616.  
  617.  
  618.  
  619. ul.chat, .chat ol, .chat li {
  620. list-style:none;
  621. margin:0px;
  622. margin-left:0px;
  623. padding:2px;
  624. }
  625.  
  626. .label {
  627. text-decoration:underline;
  628. font-weight:700;
  629. background-color:{color:ffffff};
  630. margin-right:5px;
  631. }
  632.  
  633. #cred {
  634. position:fixed;
  635. font-size:10.5px;
  636. font-weight:normal;
  637. line-height:150%;
  638. letter-spacing:0px;
  639. right:9.5px;
  640. bottom:9.5px;
  641. text-transform:lowercase;
  642. text-align:center;
  643. }
  644.  
  645. #cred a {
  646. padding:3px;
  647. color:{color:text};
  648. background-color:{color:#ffffff};
  649. -moz-transition-duration:0.5s;
  650. -webkit-transition-duration:0.5s;
  651. -o-transition-duration:0.5s;
  652. }
  653.  
  654. {CustomCSS}
  655.  
  656. </style></head>
  657.  
  658. <body>
  659. <div id="sidebar">
  660. <div id="sidebarimg"><a href="/"><img src="{image:sidebar}"></a></div>
  661. <div class="desc">
  662. {Description}</blockquote>
  663. </div>
  664. <div class="nav">
  665. {block:IfLink1}
  666. <a href="{text:link1 url}">{text:link1}</a><br><br>
  667. {/block:IfLink1}
  668. {block:IfLink2}
  669. <a href="{text:link2 url}">{text:link2}</a><br><br>
  670. {/block:IfLink2}
  671. {block:IfLink3}
  672. <a href="{text:link3 url}">{text:link3}</a><br><br>
  673. {/block:IfLink3}
  674. <a href="/">refresh</a>
  675. </div>
  676. <div id="pagination">
  677. {block:IndexPage}
  678. {block:Pagination}
  679. {block:PreviousPage}
  680. <a href="{PreviousPage}">prev page</a>
  681. {/block:PreviousPage}
  682. {block:NextPage}
  683. <a href="{NextPage}">next page</a>
  684. {/block:NextPage}
  685. {/block:Pagination}
  686. {/block:IndexPage}
  687. </div>
  688. </div>
  689.  
  690.  
  691. <div id="stuffcontainer">
  692.  
  693. {block:Posts}
  694. <div id="stuff">
  695. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  696.  
  697. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  698.  
  699. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  700. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  701.  
  702. {block:Photo}<center><img src="{PhotoURL-400}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  703.  
  704. {block:Photoset}<center>{Photoset-400}</center>
  705. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  706.  
  707. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  708.  
  709. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  710.  
  711. {block:Answer}<div class="ask">{Question} <b>- {Asker}</b></div><div class="ans">{Answer}</div>{/block:answer}
  712.  
  713. {block:Audio}
  714. <div class="cap">
  715. <b><u>Artist</u></b>&nbsp; <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}&nbsp;&nbsp;&nbsp;
  716. <b><u>Song</u></b>&nbsp; <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}&nbsp;&nbsp;&nbsp;
  717. <b><u>Record</u></b>&nbsp; <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}
  718. </div>
  719. <div id="audio">
  720. <div class="player">
  721. {block:AudioPlayer}
  722. {AudioPlayerGrey}
  723. {/block:AudioPlayer}
  724. </div></div>
  725. {/block:Audio}
  726.  
  727.  
  728. <div id="info">
  729. <div style="padding:3px;"></div>
  730.  
  731. <div class="date">
  732. {block:Date}
  733. <a href="{Permalink}">
  734. {12Hour}:{Minutes}{AmPm}</font>
  735. </a>
  736. {/block:Date}
  737. {block:NoteCount}
  738. <a href="{Permalink}">with {NoteCountWithLabel}</a>
  739. {/block:NoteCount}
  740.  
  741. {block:PermalinkPage}
  742. {block:ContentSource}
  743. {block:RebloggedFrom}
  744. <a href="{ReblogParentURL}"><u>via</u></a>
  745. {/block:RebloggedFrom}
  746. &nbsp;<a title ="{SourceTitle}" href="{SourceURL}">source</a>
  747. {/block:ContentSource}
  748. {/block:PermalinkPage}
  749.  
  750. {block:HasTags}
  751. <div class="tags">{block:Tags}<a href="{TagURL}">{Tag}</b></a>{/block:Tags}</div>
  752. {/block:HasTags}
  753. </div>
  754. </div>
  755. </div>
  756.  
  757. {/block:Posts}
  758.  
  759. {block:ContentSource}
  760. <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>{/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}{block:PostNotes}{PostNotes}{/block:PostNotes}
  761.  
  762.  
  763. </div>
  764.  
  765. <div id="cred"><small><a href="http://jasondilaurentis.tumblr.com/"><jasondilaurentis</a></div>
  766.  
  767. </div>
  768. </div>
  769. </div>
  770. </body>
  771. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement