Advertisement
direwolved

NEWTHEME#003

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