parispier

Theme37: Still Into You

Oct 6th, 2013
345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.90 KB | None | 0 0
  1. <!----THEME 37 / MADE BY NIALLJHOREN---->
  2. <!----DO NOT REMOVE CREDIT OR CLAIM AS YOUR OWN--->
  3.  
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <head><title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11. <script>
  12. window.onload = function () {
  13. document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' );
  14. document.addEventListener( 'click', function ( event ) {
  15. var myLike = event.target;
  16. if( myLike.className.indexOf( 'my-like' ) > -1 ) {
  17. var frame = document.getElementById( 'my-like-frame' ),
  18. liked = ( myLike.className == 'my-liked' ),
  19. command = liked ? 'unlike' : 'like',
  20. reblog = myLike.getAttribute( 'data-reblog' ),
  21. id = myLike.getAttribute( 'data-id' ),
  22. oauth = reblog.slice( -8 );
  23. frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id;
  24. liked ? myLike.className = 'my-like' : myLike.className = 'my-liked';
  25. };
  26. }, false );
  27. };
  28. </script>
  29.  
  30. <meta name="color:background" content="#ffffff"/>
  31. <meta name="color:text" content="#747474" />
  32. <meta name="color:link" content="#a3a0a3" />
  33. <meta name="color:linkhovercolor" content="#c48e8e" />
  34. <meta name="color:navlink" content="#aaa8a7" />
  35. <meta name="color:navlinkhovercolor" content="#ca8080" />
  36. <meta name="color:desctext" content="#dddddd"/>
  37. <meta name="color:linkborder" content="#1b1b1b"/>
  38. <meta name="color:scrollbar" content="#504f4f"/>
  39.  
  40. <meta name="text:title1" content="" />
  41.  
  42. <meta name="text:Link1" content="/" />
  43. <meta name="text:Link1 Title" content="link 1" />
  44. <meta name="text:Link2" content="/" />
  45. <meta name="text:Link2 Title" content="link 2" />
  46. <meta name="text:Link3" content="/" />
  47. <meta name="text:Link3 Title" content="link 3" />
  48. <meta name="text:Link4" content="/" />
  49. <meta name="text:Link4 Title" content="link 4" />
  50. <meta name="text:Link5" content="/" />
  51. <meta name="text:Link5 Title" content="link 5" />
  52. <meta name="text:Link6" content="/" />
  53. <meta name="text:Link6 Title" content="link 6" />
  54. <meta name="text:Link7" content="/" />
  55. <meta name="text:Link7 Title" content="link 7" />
  56. <meta name="text:Link8" content="/" />
  57. <meta name="text:Link8 Title" content="link 8" />
  58. <meta name="text:descborder" content="57px" />
  59.  
  60. <meta name="image:sidebar" content=""/>
  61. <meta name="image:sidebar2" content=""/>
  62.  
  63. <style type="text/css">
  64.  
  65. ::-webkit-scrollbar {width:6px; height:6px;}
  66.  
  67. ::-webkit-scrollbar-track {background-color:{color:background};}
  68.  
  69. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  70.  
  71. body {
  72. background:{color:background};
  73. margin:0px;
  74. color:{color:text};
  75. font-size:10px;
  76. line-height:100%;
  77. font-family:times new roman;
  78. }
  79.  
  80. a {
  81. text-decoration:none;
  82. outline:none;
  83. -moz-outline-style:none;
  84. color:{color:link};
  85. -webkit-transition: all 0.5s ease-in-out;
  86. -moz-transition: all 0.5s ease-in-out;
  87. -o-transition: all 0.5s ease-in-out;
  88. }
  89.  
  90. a:hover {
  91. color:{color:linkhovercolor};
  92. -webkit-transition: all 0.5s ease-in-out;
  93. -moz-transition: all 0.5s ease-in-out;
  94. -o-transition: all 0.5s ease-in-out;
  95. }
  96.  
  97. img {
  98. border:none;
  99. }
  100.  
  101. blockquote {
  102. padding-left:5px;
  103. border-left:2px solid;
  104. }
  105.  
  106. blockquote blockquote {
  107. padding-left:5px;
  108. border-left:2px solid;
  109. }
  110.  
  111. h1 {
  112. font-size:17px;
  113. font-family:times new roman;
  114. text-transform:lowercase;
  115. font-style:italic;
  116. font-weight:100;
  117. padding-bottom:2px;
  118. }
  119.  
  120. #entries {
  121. position:absolute;
  122. width:500px;
  123. margin-left:320px;
  124. margin-top:0px;
  125. }
  126.  
  127. #post {
  128. font-family:times new;
  129. width:500px;
  130. padding-right:20px;
  131. padding-left:15px;
  132. padding-top:5px;
  133. margin-top:18px;
  134. padding-bottom:10px;
  135. }
  136.  
  137. #sidebar {
  138. z-index:999999999999999999999;
  139. position:fixed;
  140. width:145px;
  141. margin-left:140px;
  142. margin-top:170px;
  143. height:150px;
  144. }
  145.  
  146. #sidething {
  147. position:fixed;
  148. background-color:#000;
  149. height:100%;
  150. width:290px;
  151. margin-top:-70px;
  152. }
  153.  
  154. #sidebarimage img {
  155. z-index:1;
  156. position:fixed;
  157. width:150px;
  158. height:68px;
  159. opacity:1;
  160. margin-top:-15px;
  161. margin-left:-20px;
  162. border:1px solid #fff;
  163. }
  164.  
  165. #sidebarimage2 img {
  166. z-index:1;
  167. position:fixed;
  168. width:150px;
  169. height:68px;
  170. opacity:1;
  171. margin-top:59px;
  172. margin-left:-20px;
  173. border:1px solid #fff;
  174. }
  175.  
  176. #title {
  177. position:fixed;
  178. z-index:9999;
  179. margin-top:-44px;
  180. margin-left:-25px;
  181. width:160px;
  182. line-height:100%;
  183. text-align:left;
  184. font-style:italic;
  185. font-size:20px;
  186. padding:5px;
  187. letter-spacing:0px;
  188. font-weight:normal;
  189. color:#fff;
  190. }
  191.  
  192. #sw {
  193. position:fixed;
  194. z-index:999;
  195. width:110px;
  196. height:120px;
  197. margin-top:30px;
  198. margin-left:-5px;
  199. }
  200.  
  201. #links {
  202. font-family:times new;
  203. z-index:5;
  204. position:fixed;
  205. width:17px;
  206. height:17px;
  207. background-color:#fff;
  208. text-align:center;
  209. margin-left:-45px;
  210. margin-top:-14px;
  211. font-size:7px;
  212. text-transform:uppercase;
  213. letter-spacing:1px;
  214. display:block;
  215. }
  216.  
  217. #links a {
  218. display:block;
  219. width:10px;
  220. padding:3px 3px 2px 4px;
  221. line-height:180%;
  222. margin-top:-1px;
  223. color:{color:navlink};
  224. border-top:1px solid {color:linkborder};
  225. border-bottom:1px solid {color:linkborder};
  226. -webkit-transition: all 0.5s ease-in-out;
  227. -moz-transition: all 0.5s ease-in-out;
  228. -o-transition: all 0.5s ease-in-out;
  229. }
  230.  
  231. #links a:hover {
  232. background-color:#fff;
  233. border-bottom:1px solid {color:navlinkhovercolor};
  234. border-top:1px solid {color:navlinkhovercolor};
  235. color:{color:navlinkhovercolor};
  236. -webkit-transition: all 0.2s ease-in-out;
  237. -moz-transition: all 0.2s ease-in-out;
  238. -o-transition: all 0.2s ease-in-out;
  239. }
  240.  
  241. #descborder {
  242. position:absolute;
  243. z-index:3;
  244. width:20px;
  245. margin-top:-6px;
  246. margin-left:-33px;
  247. border-right:5px double #fff;
  248. height:{text:descborder};
  249. }
  250.  
  251. #description {
  252. z-index:2;
  253. width:452px;
  254. font-family:times new;
  255. font-size:13px;
  256. padding:5px 7px 5px 43px;
  257. font-style:italic;
  258. margin-top:70px;
  259. margin-left:335px;
  260. line-height:120%;
  261. text-align:justify;
  262. letter-spacing:0px;
  263. background-color:#000;
  264. color:{color:desctext};
  265. }
  266.  
  267. #description a {color:{color:navlink};}
  268.  
  269. #pagination {
  270. position:fixed;
  271. z-index:10;
  272. width:80px;
  273. font-size:8px;
  274. margin-top:130px;
  275. margin-left:52px;
  276. letter-spacing:1px;
  277. padding:4px 0px 4px 0px;
  278. text-align:right;
  279. text-transform:uppercase;
  280. font-style:italic;
  281. }
  282.  
  283. #pagination a {color:{color:navlink};}
  284.  
  285. #pagination a:hover {color:{color:navlinkhovercolor};}
  286.  
  287. #heyo {
  288. position:fixed;
  289. text-align:center;
  290. bottom:2px;
  291. right:7px;
  292. text-transform:uppercase;
  293. font-size:7.5px;
  294. display:block;
  295. background-color:#fff;
  296. letter-spacing:1px;
  297. }
  298.  
  299. #heyo a{
  300. color:#b3b2b1;
  301. border: 1px solid #e4e3e2;
  302. padding: 2px 4px 5px 4px;
  303. background-color:#fff;
  304. -moz-transition-duration:0.5s;
  305. -webkit-transition-duration:0.5s;
  306. -o-transition-duration:0.5s;
  307. }
  308.  
  309. #heyo a:hover{
  310. color:#fff;
  311. background-color:#383838;
  312. border: 1px solid #2E2E2E;
  313. -moz-transition-duration:0.2s;
  314. -webkit-transition-duration:0.2s;
  315. -o-transition-duration:0.23s;
  316. }
  317.  
  318. i, em{color:{color:italic}; font-style:italic;}
  319. b, strong{color:{color:bold}; font-style:bold; font-weight:900;}
  320.  
  321. .chat {
  322. border-bottom:1px solid #d5d5d5;
  323. padding:5px;
  324. margin-bottom:-3px;
  325. }
  326.  
  327. .quote {
  328. font-size:15px;
  329. font-style:italic;
  330. line-height:120%;
  331. }
  332.  
  333. .quotesource {
  334. font-size:10px;
  335. text-align:right;
  336. margin-bottom:5px;
  337. }
  338.  
  339. .notes {
  340. list-style:decimal-leading-zero;
  341. padding-bottom:3.5px;
  342. padding-top:3.5px;
  343. margin-left:0px;
  344. text-transform:uppercase;
  345. font-family:trebuchet ms;
  346. font-size:8px;
  347. }
  348.  
  349. .notes img {
  350. width:12px;
  351. height:12px;
  352. margin-top:4px;
  353. }
  354.  
  355. #info {
  356. text-align:left;
  357. margin-top:2px;
  358. text-transform:uppercase;
  359. font-family:trebuchet ms;
  360. font-size:7px;
  361. letter-spacing:0px;
  362. padding-right:3px;
  363. border-top:1px solid #d5d5d5;
  364. border-bottom:1px solid #d5d5d5;
  365. border-right:1px solid #d5d5d5;
  366. }
  367.  
  368. #indexinfo {opacity:0;}
  369.  
  370. .postblocks {
  371. padding:3px 4px 2px 3px;
  372. text-transform:uppercase;
  373. font-family:trebuchet ms;
  374. font-size:7px;
  375. letter-spacing:0px;
  376. background-color:#222121;
  377. color:#fff;
  378. display:inline-block;
  379. }
  380.  
  381. #tags {
  382. padding-top:2px;
  383. margin-top:0px;
  384. text-transform:uppercase;
  385. font-family:trebuchet ms;
  386. font-size:7px;
  387. letter-spacing:0px;
  388. }
  389.  
  390. #tags a {
  391. display:inline-block;
  392. }
  393.  
  394. #question {
  395. letter-spacing:1px;
  396. position:relative;
  397. font-size:10px;
  398. margin-left:0px;
  399. text-align:left;
  400. padding:5px 5px 5px 6px;
  401. line-height:130%;
  402. }
  403.  
  404. #askername {
  405. z-index:-1;
  406. font-size:20px;
  407. font-style:italic;
  408. text-align:left;
  409. color:#fff;
  410. width:488px;
  411. letter-spacing:-1px;
  412. padding:14px 2px 5px 6px;
  413. background-color:#000;
  414. border-right:6px double #fff;
  415. border-top:1px solid #fff;
  416. }
  417.  
  418. #askername a {color:#fff;}
  419.  
  420. #answer {
  421. position:relative;
  422. font-size:10px;
  423. margin-left:0px;
  424. text-align:left;
  425. padding:0px 5px 0px 5px;
  426. line-height:130%;
  427. }
  428.  
  429. .info {
  430. text-align:left;
  431. margin-top:2px;
  432. font-family:trebuchet ms;
  433. letter-spacing:0px;
  434. font-size:7px;
  435. text-transform:uppercase;
  436. padding-right:3px;
  437. border-top:1px solid #d5d5d5;
  438. border-bottom:1px solid #d5d5d5;
  439. border-right:1px solid #d5d5d5;
  440. }
  441.  
  442. #audioinfo {
  443. font-size:8px;
  444. letter-spacing:1px;
  445. padding-bottom:2px;
  446. }
  447.  
  448. .audioplayer {
  449. overflow:hidden;
  450. display:block;
  451. float:left;
  452. margin-top:7px;
  453. margin-left:7px;
  454. width:27px;
  455. height:27px;
  456. opacity:.5;
  457. }
  458.  
  459. .audioplayercontainer {
  460. width:70px;
  461. height:70px;
  462. position:absolute;
  463. }
  464.  
  465. #qTip {
  466. position:absolute;
  467. z-index:999999999999999999;
  468. display:none;
  469. margin-top:0px;
  470. margin-left:20px;
  471. font-size:7px;
  472. letter-spacing:2px;
  473. padding:3px 3px 3px 4px;
  474. text-transform:uppercase;
  475. border-right:2px solid #fff;
  476. border-left:2px solid #fff;
  477. color:#fff;
  478. background-color:{color:navlinkhovercolor};
  479. }
  480.  
  481. {CustomCSS}</style></head><body>
  482.  
  483. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  484.  
  485. <div id="sidething"></div>
  486.  
  487. <div id="sidebar">
  488.  
  489. <div id="sw">
  490.  
  491. <div id="title">{text:title1}</div>
  492.  
  493. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  494. <div id="sidebarimage2"><img src="{image:sidebar2}"></div>
  495.  
  496. <div id="links">
  497. <a title="{text:Link1 Title}" href="{text:Link1}" style="color:#3B3B3B;">01</a>
  498. <a title="{text:Link2 Title}" href="{text:Link2}">02</a>
  499. <a title="{text:Link3 Title}" href="{text:Link3}">03</a>
  500. <a title="{text:Link4 Title}" href="{text:Link4}">04</a>
  501. <a title="{text:Link5 Title}" href="{text:Link5}">05</a>
  502. <a title="{text:Link6 Title}" href="{text:Link6}">06</a>
  503. <a title="{text:Link7 Title}" href="{text:Link7}">07</a>
  504. <a title="{text:Link8 Title}" href="{text:Link8}">08</a>
  505. </div>
  506.  
  507. <div id="pagination">
  508. {block:Pagination}
  509. {block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage}
  510. -
  511. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  512. {/block:Pagination}
  513. </div>
  514.  
  515. </div></div>
  516.  
  517. <div id="description"><div id="descborder"></div>{Description}</div>
  518.  
  519. <div id="entries">{block:Posts}<div id="post">
  520.  
  521. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  522.  
  523. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}" class=desaturate>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  524.  
  525. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  526.  
  527. {block:Quote}<div class="quote">{Quote}</div>{block:Source} <div class="quotesource">—{Source}</div>{/block:Source}{/block:Quote}
  528.  
  529. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  530.  
  531. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}<div class="chat">{block:Label}{Label}{/block:Label} {Line}<br></div>{/block:Lines}{/block:Chat}
  532.  
  533. {block:Audio}
  534. {block:AlbumArt}<img src="{AlbumArtURL}" width="40px" height="40px" align="left"/>{/block:AlbumArt}
  535. <div class="audioplayercontainer"><div class="audioplayer">{AudioPlayerWhite}</div></div>
  536.  
  537. <div id="audioinfo">
  538. &nbsp;{block:TrackName}<b>Title: </b>{TrackName}{/block:TrackName}<br>
  539. &nbsp;{block:Artist}<b>Artist: </b>{Artist}{/block:Artist}<br>
  540. &nbsp;{block:Album}<b>Album:</b> {Album}{/block:Album}<br>
  541. &nbsp;<b>Plays:</b> {PlayCount}</div>
  542. {/block:Audio}
  543.  
  544. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  545.  
  546. {block:Answer}
  547. <div id="askername"><a href="{AskerURL}">{Asker} sent</a>
  548. <div id="question">&nbsp;&nbsp;{Question}</div>
  549. </div>
  550. <div id="answer">{Answer}</div>
  551. {/block:Answer}
  552.  
  553. <div id="info">
  554. <div style="font-family:trebuchet ms; text-transform:uppercase;">
  555. {block:Date}<div class="postblocks">{TimeAgo}{/block:Date}</div><a href="{Permalink}" style=padding-left:2px;>
  556. {NoteCountWithLabel}</a> <small>+</small> <a href="{ReblogURL}" target="_blank">reblog</a>
  557. <div style="float:right; padding-top:3px;">
  558. {block:RebloggedFrom} via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>{/block:RebloggedFrom} -
  559. {block:ContentSource}<a href="{SourceURL}">© {SourceLink}</a>{/block:ContentSource}
  560. </div></div></div>
  561.  
  562. {block:HasTags}<div id="tags">tagged as:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags} </div>
  563.  
  564. {/block:Posts}
  565.  
  566. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  567. {/block:Posts} </div></div>
  568.  
  569. {block:IndexPage}<div id="indexinfo">
  570. <a href="{Permalink}" style=padding-left:2px;>
  571. {NoteCountWithLabel}</a> <small>+</small> <a href="{ReblogURL}" target="_blank">reblog</a>
  572. <div style="float:right; padding-top:3px;">
  573. {block:RebloggedFrom} via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>{/block:RebloggedFrom} -
  574. {block:ContentSource}<a href="{SourceURL}">© {SourceLink}</a>{/block:ContentSource}</div>{/block:IndexPage}
  575.  
  576. </div></div>
  577.  
  578. <!-- do not remove -->
  579. <div id="heyo"><a href="http://nialljhoren.tumblr.com">NJH</a></div>
  580.  
  581. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment