Advertisement
direwolved

NEWTHEME#010

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