Advertisement
direwolved

NEWTHEME#006

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