Advertisement
direwolved

NEWTHEME#011

Mar 23rd, 2014
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.38 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#011 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:arial;
  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:80%;
  260. letter-spacing:0px;
  261. text-transform:lowercase;
  262. color:{color:text};
  263. }
  264.  
  265. h2 {
  266. text-align:left;
  267. font-size:15px;
  268. padding:9.5px;
  269. font-weight:bold;
  270. letter-spacing:0px;
  271. color:{color:text};
  272. text-transform:lowercase;
  273. }
  274.  
  275.  
  276. blockquote {
  277. padding-left:5px;
  278. border-left:2px solid #cfcfcf;
  279. margin:8px;}
  280.  
  281. blockquote blockquote {
  282. padding-left:5px;
  283. border-left:2px solid #cfcfcf;}
  284.  
  285.  
  286. #theme {
  287. background-color:{color:bg};
  288. width:700px;
  289. margin: 0 auto -12px auto;
  290. text-align: center;
  291. }
  292.  
  293. #sidebar {
  294. color:{color:text};
  295. position:fixed;
  296. width:130px;
  297. height:100px;
  298. margin-left:610px;
  299. border-left: 0px dotted #191919;
  300. border-right: 0px dotted #191919;
  301. margin-top:430px;
  302. text-align:right;
  303. }
  304.  
  305.  
  306. #title {
  307. width:130px;
  308. margin-top:-3px;
  309. height:auto;
  310. font-size:20px;
  311. font-family:Helvetica;
  312. font-weight:lighter;
  313. text-transform:uppercase;
  314. text-align:left;
  315. color:{color:title};
  316. letter-spacing:-3px;
  317. word-spacing:3px;
  318. margin-left:50px;
  319. margin-bottom:10px;
  320. }
  321.  
  322. #sidebar img {
  323. width:70px;
  324. height:70px;
  325. margin-left:50px;
  326. text-align:center;
  327. margin-bottom:10px;
  328. border-radius:100%;
  329. }
  330.  
  331. .yooo {
  332. margin-left:400px;
  333. width:265px;
  334. font-style:italic;
  335. text-align:center;
  336. }
  337.  
  338.  
  339. .nav {
  340. width:200px;
  341. height:5px;
  342. padding-top:5px;
  343. padding-bottom:10px;
  344. margin-bottom:0px;
  345. padding-right:1px;
  346. margin-top:-8px;
  347. margin-left:175px;
  348. font-size:9px;
  349. text-transform:lowercase;
  350. text-align:left;
  351. line-height:87%;
  352. position:fixed;
  353. color:{color:#000000};
  354. border-bottom:5px dotted {color:#000000};
  355. letter-spacing:0px;
  356. }
  357.  
  358. .nav a {
  359. width:60px;
  360. margin-bottom:6px;
  361. padding:3px;
  362. text-decoration:underline;
  363. text-align:center;
  364. color:{color:tags};
  365. opacity:100;
  366. }
  367.  
  368. .nav a:hover {
  369. color:{color:nav};
  370. text-decoration:underline;
  371. background-color:{color:#ffffff};
  372. }
  373.  
  374.  
  375. .desc {
  376. margin-bottom:10px;
  377. font-family:helvetica;
  378. margin-top:-6px;
  379. text-align:justify;
  380. font-size:9px;
  381. letter-spacing:0px;
  382. margin-left:52px;
  383. font-style:normal;
  384. width:120px;
  385. color:{color:desc};
  386. line-height:130%;
  387. }
  388.  
  389. .desc a {
  390. color:{color:link};
  391.  
  392. }
  393.  
  394. #pagination {
  395. width:400px;
  396. bottom:20px;
  397. margin-left:400px;
  398. padding-bottom:30px;
  399. font-size:9px;
  400. font-family:trebuchet ms;
  401. text-align:left;
  402. letter-spacing:6px;
  403. }
  404.  
  405. #pagination a {
  406. color:{color:sidelink};
  407. }
  408. .jump_page {
  409. padding:10px;
  410. color:{color:sidelink};
  411. border-top:0px dotted {color:hover};
  412. }
  413. .jump_page:hover {
  414. color:{color:sidelink hover};
  415. border-top:0px dotted #000000;
  416. }
  417. .current_page {
  418. padding:10px 8px 10px 10px;
  419. color:{color:sidelink};
  420. border-top:0px dotted {color:hover};
  421. }
  422.  
  423.  
  424. #stuffcontainer {
  425. float:left;
  426. margin-left:0px;
  427. margin-top:73px;
  428. text-align:justify;
  429. background-color:{color:bg};
  430. color:{color:text};
  431. margin-bottom: 35px;
  432. }
  433.  
  434.  
  435. #stuff {
  436. width:400px;
  437. margin-top:5px;
  438. margin-left:200px;
  439. text-align:justify;
  440. font-size:9.5px;
  441. padding-bottom:60px;
  442. line-height:90%;
  443. letter-spacing:0x;
  444. color:{color:text};
  445. }
  446.  
  447. #stuff:hover .tags {
  448. opacity:1;
  449. -webkit-transition:0.5s;
  450. }
  451.  
  452. .caption {
  453. width:400px;
  454. text-align:justify;
  455. line-height:120%;
  456. }
  457.  
  458. .asker {
  459. text-align:left;
  460. font-size:9.5px;
  461. padding:5px;
  462. margin-left:-2px;
  463. font-weight:bold;
  464. letter-spacing:0px;
  465. color:{color:text};
  466. text-transform:lowercase;
  467. }
  468.  
  469. .ask {
  470. padding:9.5px;
  471. text-align:left;
  472. margin-left:-2px;
  473. color:{color:text};
  474. background-color:{color:infobg};
  475. border-bottom:1px solid {color:border};
  476. border-right:1px solid {color:border};
  477. }
  478.  
  479. .ans {
  480. text-align:left;
  481. margin-left:-2px;
  482. padding:5px;
  483. color:{color:text};
  484. }
  485.  
  486. #audio {
  487. width:100%;
  488. height:20px;
  489. padding:4px 0 9.5px 0;
  490. background:#e4e4e4;
  491. display:block;
  492. }
  493.  
  494. .player {
  495. float:center;
  496. text-align:center;
  497. width:20px;
  498. height:30px;
  499. margin-left:0%;
  500. overflow:hidden;
  501. position:absolute;
  502. z-index:1000;
  503. }
  504.  
  505. .cap {
  506. padding-top:25px;
  507. padding-bottom:15px;
  508. text-align:center;
  509. }
  510.  
  511. #info {
  512. font-family:arial;
  513. text-transform:uppercase;
  514. font-size:9px;
  515. background:#fff;
  516. padding:0px;
  517. letter-spacing:0px;
  518. text-align:left;
  519. word-spacing:0px;
  520. margin-left:0px;
  521. margin-right:auto;
  522. max-width:400px;
  523. opacity:50%;
  524. }
  525.  
  526. .date {
  527. padding-top:0px;
  528. {block:ifNot400pxposts}
  529. max-width:398px;
  530. {/block:ifNot400pxposts}
  531. {block:if400pxposts}
  532. max-width:400px;
  533. {/block:if400pxposts}
  534. padding-left:0px;
  535. opacity:50%;
  536. }
  537.  
  538. ol.notes {
  539. padding:0px;
  540. margin:25px 0px;
  541. margin-left:170px;
  542. list-style-type:none;
  543. }
  544. ol.notes li.note {
  545. padding: 10px;
  546. }
  547. ol.notes li.note img.avatar {
  548. vertical-align:-4px;
  549. border-radius:0%;
  550. margin-right:10px;
  551. width:16px;
  552. height:16px;
  553. }
  554. ol.notes li.note span.action {
  555. font-weight:normal;
  556. }
  557. ol.notes li.note .answer_content {
  558. font-weight:normal;
  559. }
  560. ol.notes li.note blockquote {
  561. padding:9.5px 6px 9.5px 6px;
  562. margin:10px 0px 0px 25px;
  563. }
  564.  
  565. .tags {
  566. line-height:100%;
  567. text-align:left;
  568. margin-top:10px;
  569. margin-left:0px;
  570. opacity:0;
  571. text-transform:lowercase;
  572. position:absolute;
  573. padding:0px;
  574. width:400px;
  575. }
  576.  
  577. .tags a {
  578. letter-spacing:0px;
  579. text-decoration:underline;
  580. padding:0px;
  581. color:{color:tags}
  582. }
  583.  
  584. .tags a:hover {
  585. color:{color:hover};
  586. }
  587.  
  588.  
  589.  
  590. ul.chat, .chat ol, .chat li {
  591. list-style:none;
  592. margin:0px;
  593. margin-left:0px;
  594. padding:2px;
  595. }
  596.  
  597. .label {
  598. text-decoration:underline;
  599. font-weight:700;
  600. background-color:{color:ffffff};
  601. margin-right:5px;
  602. }
  603.  
  604. #cred {
  605. position:fixed;
  606. font-size:10.5px;
  607. font-weight:normal;
  608. line-height:150%;
  609. letter-spacing:0px;
  610. right:9.5px;
  611. bottom:9.5px;
  612. text-transform:lowercase;
  613. text-align:center;
  614. }
  615.  
  616. #cred a {
  617. padding:3px;
  618. color:{color:text};
  619. background-color:{color:#ffffff};
  620. -moz-transition-duration:0.5s;
  621. -webkit-transition-duration:0.5s;
  622. -o-transition-duration:0.5s;
  623. }
  624.  
  625. {CustomCSS}
  626.  
  627. </style></head>
  628.  
  629. <body>
  630. <div id="sidebar">
  631. <div id="bite">
  632. {block:ifsidebarimg}<a href="/"><img src="{image:sidebar}"></a>{/block:ifsidebarimg}
  633. <div id="title">{Title}</div>
  634. <div class="death">
  635. <div class="nav">
  636. {block:IfLink1}
  637. <a href="{text:link1 url}">{text:link1}</a><br><br>
  638. {/block:IfLink1}
  639. {block:IfLink2}
  640. <a href="{text:link2 url}">{text:link2}</a><br><br>
  641. {/block:IfLink2}
  642. {block:IfLink3}
  643. <a href="{text:link3 url}">{text:link3}</a><br><br>
  644. {/block:IfLink3}
  645. {block:IfLink4}
  646. <a href="{text:link4 url}">{text:link4}</a><br><br>
  647. {/block:IfLink4}
  648. </div></div>
  649. <div class="desc">
  650. {Description}</blockquote>
  651. </div>
  652. </div>
  653. </div>
  654.  
  655.  
  656. <div id="stuffcontainer">
  657.  
  658. {block:Posts}
  659. <div id="stuff">
  660. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  661.  
  662. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  663.  
  664. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  665. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  666.  
  667. {block:Photo}<center><img src="{PhotoURL-400}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  668.  
  669. {block:Photoset}<center>{Photoset-400}</center>
  670. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  671.  
  672. {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}
  673.  
  674. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  675.  
  676. {block:Answer}<div class="ask">{Question} <b>- {Asker}</b></div><div class="ans">{Answer}</div>{/block:answer}
  677.  
  678. {block:Audio}
  679. <div class="cap">
  680. <b><u>Artist</u></b>&nbsp; <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}&nbsp;&nbsp;&nbsp;
  681. <b><u>Song</u></b>&nbsp; <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}&nbsp;&nbsp;&nbsp;
  682. <b><u>Record</u></b>&nbsp; <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}
  683. </div>
  684. <div id="audio">
  685. <div class="player">
  686. {block:AudioPlayer}
  687. {AudioPlayerGrey}
  688. {/block:AudioPlayer}
  689. </div></div>
  690. {/block:Audio}
  691.  
  692.  
  693. <div id="info">
  694. <div style="padding:3px;"></div>
  695.  
  696. <div class="date">
  697. {block:Date}
  698. <a href="{Permalink}">
  699. <font style="background-color:#e9e9e9; padding:3px;">{12Hour}:{Minutes} {AmPm}</font>
  700. </a>
  701. {/block:Date}
  702.  
  703. {block:NoteCount}
  704. <a href="{Permalink}"> <font face="arial"><font color="cd6284"><big>&hearts;</big></big></font></font> {NoteCountWithLabel}</a>
  705. {/block:NoteCount}
  706.  
  707. {block:PermalinkPage}
  708. {block:ContentSource}
  709. {block:RebloggedFrom}
  710. <a href="{ReblogParentURL}"><u>via</u></a>
  711. {/block:RebloggedFrom}
  712. &nbsp;<a title ="{SourceTitle}" href="{SourceURL}">(&copy;)</a>
  713. {/block:ContentSource}
  714. {/block:PermalinkPage}
  715.  
  716. {block:HasTags}
  717. <div class="tags">{block:Tags}<a href="{TagURL}">#{Tag}<font color="ffffff">ps</font></a>{/block:Tags}</div>
  718. {/block:HasTags}
  719. </div>
  720. </div>
  721. </div>
  722.  
  723. {/block:Posts}
  724.  
  725. {block:ContentSource}
  726. <!— {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}
  727.  
  728. <div id="pagination">
  729. {block:IndexPage}
  730. {block:Pagination}
  731. {block:PreviousPage}
  732. <a href="{PreviousPage}">←</a>&nbsp;&nbsp;
  733. {/block:PreviousPage}
  734. {block:JumpPagination length="3"}
  735. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  736. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  737. {/block:JumpPagination}
  738. {block:NextPage}
  739. &nbsp;&nbsp;<a href="{NextPage}">→</a>
  740. {/block:NextPage}
  741. {/block:Pagination}
  742. {/block:IndexPage}
  743. </div>
  744. </div>
  745.  
  746. <div id="cred"><small><a href="http://jasondilaurentis.tumblr.com/">jasondilaurentis</u></a></div>
  747.  
  748. </div>
  749. </div>
  750. </div>
  751. </body>
  752. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement