Advertisement
direwolved

NEWTHEME#007

Dec 5th, 2013
735
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.17 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#007 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. <script>
  42. $(document).ready(function() {
  43. //
  44. $('a.poplight[href^=#]').click(function() {
  45. var popID = $(this).attr('rel'); //Get Popup Name
  46. var popURL = $(this).attr('href'); //Get Popup href to define size
  47. var query= popURL.split('?');
  48. var dim= query[1].split('&');
  49. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  50. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://static.tumblr.com/iddq6cw/Atplvofrt/tooltip-closebutton.png" class="btn_close" title="Close" alt="Close" /></a>');
  51. var popMargTop = ($('#' + popID).height() + 80) / 2;
  52. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  53. //Apply Margin to Popup
  54. $('#' + popID).css({
  55. 'margin-top' : -popMargTop,
  56. 'margin-left' : -popMargLeft
  57. });
  58. $('body').append('<div id="fade"></div>');
  59. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  60. return false;
  61. });
  62. $('a.close, #fade').live('click', function() {
  63. $('#fade , .popup_block').fadeOut(function() {
  64. $('#fade, a.close').remove(); //fade them both out
  65. });
  66. return false;
  67. });
  68. });
  69. </script>
  70.  
  71. <style type="text/css">
  72.  
  73. #bite
  74. #bite a{
  75. display:block
  76. }
  77. #bite .death {
  78. margin-top:-40px;filter: alpha(opacity = 0);
  79. opacity:0;-webkit-transition: all 0.5s ease-out;
  80. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  81. }
  82.  
  83. #bite:hover .death {
  84. margin-top:0px;
  85. -webkit-transition: all 0.8s ease-out;
  86. -moz-transition: all 0.8s ease-out;
  87. transition: all 0.8s ease-out;
  88. filter: alpha(opacity = 0.8);
  89. filter: alpha(opacity = 0.8);
  90. opacity:0.8;
  91. }
  92.  
  93.  
  94. .popup_block{
  95. display: none;
  96. background: #ffffff;
  97. background-image: url();
  98. padding: 10px;
  99. font-family: calibri;
  100. float: left;
  101. width:510px;
  102. font-size: 9.5px;
  103. position: fixed;
  104. top: 50%; left: 50%;
  105. z-index: 999999999999;
  106. border: 0px solid #333333;
  107. -moz-box-shadow: 0 0 5px #CFCFCF;
  108. -webkit-box-shadow: 0 0 5px #CFCFCF;
  109. -webkit-border-radius: 0px;
  110. -moz-border-radius: 0px;
  111. border-radius: 0px;
  112. }
  113. img.btn_close {
  114. float: right;
  115. margin: -25px -25px 0 0;
  116. }
  117. *html .popup_block {
  118. position: absolute;
  119. }
  120.  
  121.  
  122.  
  123.  
  124. a {
  125. color:{color:link};
  126. text-decoration:none;
  127. -moz-transition-duration:0.5s;
  128. -webkit-transition-duration:0.5s;
  129. -o-transition-duration:0.5s;
  130. }
  131.  
  132. a:hover {
  133. color:{color:hover};
  134. text-decoration:none;
  135. -moz-transition-duration:0.5s;
  136. -webkit-transition-duration:0.5s;
  137. -o-transition-duration:0.5s;
  138. }
  139.  
  140.  
  141. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
  142. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  143. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  144.  
  145. body {
  146. background:{color:background};
  147. font-family:helvetica;
  148. font-size:9px;
  149. letter-spacing:0px;
  150. color:{color:text};
  151. }
  152.  
  153.  
  154. h1 {
  155. font-weight:normal;
  156. font-size:9.5px;
  157. text-align:center;
  158. font-style:normal;
  159. font-weight:normal;
  160. line-height:80%;
  161. letter-spacing:0px;
  162. text-transform:lowercase;
  163. color:{color:text};
  164. }
  165.  
  166. h2 {
  167. text-align:left;
  168. font-size:15px;
  169. padding:10px;
  170. font-weight:bold;
  171. letter-spacing:-1px;
  172. color:{color:text};
  173. text-transform:lowercase;
  174. }
  175.  
  176.  
  177. blockquote {
  178. border-left:1px solid {color:#000000};
  179. padding-left:5px;
  180. margin:5px;
  181. }
  182.  
  183. #theme {
  184. background-color:{color:bg};
  185. width:700px;
  186. margin: 0 auto -12px auto;
  187. text-align: center;
  188. }
  189.  
  190. #sidebar {
  191. color:{color:text};
  192. position:fixed;
  193. width:275px;
  194. height:100px;
  195. margin-left:-210px;
  196. border-left: 1px dotted #191919;
  197. border-right: 1px dotted #191919;
  198. margin-top:430px;
  199. text-align:right;
  200. }
  201.  
  202.  
  203. #title {
  204. width:275px;
  205. margin-top:-3px;
  206. height:auto;
  207. font-size:28px;
  208. font-family:helvetica;
  209. text-align:center;
  210. color:{color:title};
  211. letter-spacing:-3px;
  212. word-spacing:3px;
  213. margin-left:-2px;
  214. margin-bottom:10px;
  215. }
  216.  
  217. .yooo {
  218. margin-left:400px;
  219. width:265px;
  220. font-style:italic;
  221. text-align:center;
  222. }
  223.  
  224.  
  225. .nav {
  226. width:265px;
  227. height:5px;
  228. padding-top:5px;
  229. padding-bottom:10px;
  230. margin-bottom:0px;
  231. padding-right:1px;
  232. margin-top:-20px;
  233. margin-left:5px;
  234. font-size:9px;
  235. text-transform:lowercase;
  236. text-align:center;
  237. line-height:100%;
  238. position:fixed;
  239. color:{color:#000000};
  240. border-bottom:5px dotted {color:#000000};
  241. letter-spacing:0px;
  242. }
  243.  
  244. .nav a {
  245. width:60px;
  246. margin-bottom:6px;
  247. padding:3px;
  248. text-decoration:underline;
  249. text-align:center;
  250. color:{color:tags};
  251. opacity:100;
  252. }
  253.  
  254. .nav a:hover {
  255. color:{color:nav};
  256. text-decoration:underline;
  257. background-color:{color:#ffffff};
  258. }
  259.  
  260.  
  261. .desc {
  262. margin-bottom:10px;
  263. margin-top:3px;
  264. text-align:center;
  265. font-size:9px;
  266. letter-spacing:0px;
  267. margin-left:5px;
  268. font-style:normal;
  269. width:265px;
  270. color:{color:desc};
  271. line-height:130%;
  272. }
  273.  
  274. .desc a {
  275. color:{color:link};
  276.  
  277. }
  278.  
  279. .pagi {
  280. font-size:9px;
  281. text-transform:lowercase;
  282. letter-spacing:0px;
  283. margin-top:2px;
  284. padding-bottom:5px;
  285. margin-left:-15px;
  286. font-style:normal;
  287. text-align:center;
  288. }
  289.  
  290. .pagi a {
  291. color:{color:link};
  292. text-decoration:underline;
  293. }
  294.  
  295. .pagi a:hover {
  296. text-decoration:underline;
  297. color:{color:link};
  298. }
  299.  
  300. #stuffcontainer {
  301. float:left;
  302. margin-left:200px;
  303. margin-top:105px;
  304. text-align:justify;
  305. background-color:{color:bg};
  306. color:{color:text};
  307. margin-bottom: 35px;
  308. }
  309.  
  310.  
  311. #stuff {
  312. width:500px;
  313. margin-top:-25px;
  314. margin-left:-100px;
  315. text-align:justify;
  316. font-size:9px;
  317. padding-bottom:60px;
  318. line-height:90%;
  319. letter-spacing:0x;
  320. color:{color:text};
  321. }
  322.  
  323. .caption {
  324. width:500px;
  325. text-align:justify;
  326. line-height:120%;
  327. }
  328.  
  329. .asker {
  330. text-align:left;
  331. font-size:9px;
  332. padding:5px;
  333. margin-left:-2px;
  334. font-weight:bold;
  335. letter-spacing:0px;
  336. color:{color:text};
  337. text-transform:lowercase;
  338. }
  339.  
  340. .ask {
  341. padding:10px;
  342. text-align:left;
  343. margin-left:-2px;
  344. color:{color:text};
  345. background-color:{color:infobg};
  346. border-bottom:1px solid {color:border};
  347. border-right:1px solid {color:border};
  348. }
  349.  
  350. .ans {
  351. text-align:left;
  352. margin-left:-2px;
  353. padding:5px;
  354. color:{color:text};
  355. }
  356.  
  357. #audio {
  358. width:100%;
  359. height:22px;
  360. padding:4px 0 10px 0;
  361. background:#e4e4e4;
  362. display:block;
  363. }
  364.  
  365. .player {
  366. float:center;
  367. text-align:center;
  368. width:28px;
  369. margin-left:0%;
  370. overflow:hidden;
  371. position:absolute;
  372. z-index:1000;
  373. }
  374.  
  375. .cap {
  376. padding-top:25px;
  377. padding-bottom:15px;
  378. text-align:center;
  379. }
  380.  
  381.  
  382. #postinfo {
  383. width:500px;
  384. padding:5px;
  385. font-size:9px;
  386. color:{color:link};
  387. margin-left:-5px;
  388. font-family:helvetica;
  389. margin-top:5px;
  390. font-style:normal;
  391. text-transform:lowercase;
  392. letter-spacing:0px;
  393. text-align:right;
  394. border-top:1px solid {color:border};
  395. border-bottom:1px solid {color:border};
  396. -moz-transition-duration:0.5s;
  397. -webkit-transition-duration:0.5s;
  398. -o-transition-duration:0.5s;
  399. }
  400.  
  401. #postinfo a {
  402. color:{color:link};
  403. text-align:right;
  404. letter-spacing:0px;
  405. font-style:normal;
  406. }
  407.  
  408. #postinfo a:hover {
  409. color:{color:hover};
  410. }
  411.  
  412. .note {
  413. text-transform:lowercase;
  414. font-style:normal;
  415. letter-spacing:0px;
  416. font-size: 9px;
  417. text-align:center;
  418. line-height:90%;
  419. margin-left:-40px;
  420. }
  421.  
  422. .note li {
  423. list-style-type:none;
  424. border-bottom:1px solid {color:border};
  425. padding:10px 25px 10px 25px;
  426. text-align:left;
  427. margin:0px;
  428. -moz-transition-duration:0.5s;
  429. -webkit-transition-duration:0.5s;
  430. -o-transition-duration:0.5s;
  431. }
  432.  
  433. .tags {
  434. font-style:normal;
  435. width:500px;
  436. font-family:helvetica;
  437. text-transform:lowercase;
  438. font-style:normal;
  439. color:{color:tags};
  440. letter-spacing:0px;
  441. line-height:100%;
  442. font-size:9px;
  443. margin-top:-8px;
  444. margin-left:0px;
  445. text-align:right;
  446. padding:5px;
  447. -moz-transition-duration:0.5s;
  448. -webkit-transition-duration:0.5s;
  449. -o-transition-duration:0.5s;
  450. }
  451.  
  452. .tags a {
  453. background-color:#f1f1f1;
  454. margin-right:10px;
  455. color:{color:tags};
  456. letter-spacing:0px;
  457. padding:1px;
  458. }
  459.  
  460. .tags a:hover {
  461. color:{color:link};
  462. }
  463.  
  464.  
  465.  
  466. ul.chat, .chat ol, .chat li {
  467. list-style:none;
  468. margin:0px;
  469. margin-left:0px;
  470. padding:2px;
  471. }
  472.  
  473. .label {
  474. text-decoration:underline;
  475. font-weight:700;
  476. background-color:{color:ffffff};
  477. margin-right:5px;
  478. }
  479.  
  480. #cred {
  481. position:fixed;
  482. font-size:10.5px;
  483. font-weight:normal;
  484. line-height:150%;
  485. letter-spacing:0px;
  486. right:10px;
  487. bottom:10px;
  488. text-transform:lowercase;
  489. text-align:center;
  490. }
  491.  
  492. #cred a {
  493. padding:3px;
  494. color:{color:text};
  495. background-color:{color:#ffffff};
  496. -moz-transition-duration:0.5s;
  497. -webkit-transition-duration:0.5s;
  498. -o-transition-duration:0.5s;
  499. }
  500.  
  501. {CustomCSS}
  502.  
  503. </style></head>
  504.  
  505. <body>
  506. <div id="theme">
  507. <div id="sidebar">
  508. <div id="title"><a href="/">{Title}</a></div>
  509. <a href="/"><img src="{image:sidebar}"></a>
  510. <div class="nav">
  511. <a href="/">home</a> /
  512. <a href="/ask">ask</a> /
  513. {block:IfLink1}
  514. <a href="{text:link1 url}">{text:link1}</a> /
  515. {/block:IfLink1}
  516. {block:IfLink2}
  517. <a href="{text:link2 url}">{text:link2}</a> /
  518. {/block:IfLink2}
  519. {block:IfLink3}
  520. <a href="{text:link3 url}">{text:link3}</a> /
  521. {/block:IfLink3}
  522. <a href="http://jasondilaurentis.tumblr.com">credit</a>
  523. </div>
  524. <div class="desc">
  525. {Description}</blockquote>
  526. </div>
  527. </div>
  528.  
  529. <div id="stuffcontainer">
  530.  
  531. {block:Posts}
  532.  
  533. <div id="stuff">
  534.  
  535. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  536.  
  537. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  538.  
  539. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  540. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  541.  
  542. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  543.  
  544. {block:Photoset}<center>{Photoset-500}</center>
  545. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  546.  
  547. {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}
  548.  
  549. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  550.  
  551. {block:Answer}<div class="ask">{Question} <b>- {Asker}</b></div><div class="ans">{Answer}</div>{/block:answer}
  552.  
  553. {block:Audio}
  554. <div class="cap">
  555. <b><u>Artist</u></b>&nbsp; <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}&nbsp;&nbsp;&nbsp;
  556. <b><u>Song</u></b>&nbsp; <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}&nbsp;&nbsp;&nbsp;
  557. <b><u>Record</u></b>&nbsp; <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}
  558. </div>
  559. <div id="audio">
  560. <div class="player">
  561. {block:AudioPlayer}
  562. {AudioPlayerGrey}
  563. {/block:AudioPlayer}
  564. </div></div>
  565. {/block:Audio}
  566.  
  567.  
  568.  
  569. {block:Date}{block:Date} <div id="postinfo"> <a href="{Permalink}"><u>{timeago}</u></a> <font color="#ffffff">o</font> <font color="#ffffff">o</font> {NoteCountWithLabel} {block:RebloggedFrom}<font color="#ffffff">o</font> <font color="#ffffff">o</font> <a href="{ReblogParentURL}"><u>via</u></a>{/block:RebloggedFrom} {/block:NoteCount} {block:ContentSource}<font color="#ffffff">o</font> <font color="#ffffff">o</font> <a href="{SourceURL}"><u>source</u></a>{/block:ContentSource} <font color="#ffffff">o</font> </div>{/block:Date}
  570. {block:HasTags}
  571. <div class="tags">
  572. <br>
  573. {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>
  574. {/block:HasTags}
  575. <div class="note">
  576. {block:PostNotes}{PostNotes}{/block:PostNotes}
  577. </div>
  578. </div>
  579. {/block:Posts}
  580.  
  581.  
  582. </div>
  583.  
  584. <div id="cred"><small>{block:Pagination}
  585. <div class="pagi">
  586. {block:PreviousPage}
  587. <a href="{PreviousPage}">back</a>
  588. {/block:PreviousPage}
  589. {block:NextPage}
  590. <a href="{NextPage}"> next</a>
  591. {/block:NextPage}
  592. </div>
  593. {/block:Pagination}</small></div>
  594.  
  595. </div>
  596. </div>
  597. </div>
  598. </body>
  599. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement