Advertisement
direwolved

NEWTHEME#009

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