Advertisement
parispier

Theme36: Mystery Girl

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