Advertisement
parispier

Theme34: Still in Love

Oct 6th, 2013
571
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.47 KB | None | 0 0
  1. <!----THEME 34 / 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="I don't know why I can't take my eyes off of you." />
  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:370px;
  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:180px;
  133. height:220px;
  134. }
  135.  
  136. #sidething {
  137. position:fixed;
  138. background-color:#000;
  139. height:100%;
  140. width:210px;
  141. margin-top:-50px;
  142. }
  143.  
  144. #sidebarimage img {
  145. z-index:1;
  146. position:fixed;
  147. width:75px;
  148. height:75px;
  149. opacity:1;
  150. margin-top:-50px;
  151. margin-left:-15px;
  152. }
  153.  
  154. #sw {
  155. position:fixed;
  156. z-index:999;
  157. width:110px;
  158. height:190px;
  159. margin-top:30px;
  160. margin-left:0px;
  161. }
  162.  
  163. #links {
  164. font-family:times new;
  165. z-index:5;
  166. text-transform:uppercase;
  167. position:fixed;
  168. width:70px;
  169. text-align:right;
  170. margin-left:-15px;
  171. margin-top:25px;
  172. font-size:7px;
  173. letter-spacing:1px;
  174. display:block;
  175. }
  176.  
  177. #links a {
  178. display:block;
  179. width:67px;
  180. padding:3px 4px 1px 4px;
  181. line-height:180%;
  182. color:{color:navlink};
  183. border-bottom:1px solid {color:linkborder};
  184. }
  185.  
  186. #links a:hover {
  187. background-color:#fff;
  188. border-bottom:1px solid #fff;
  189. color:{color:navlinkhovercolor};
  190. }
  191.  
  192. #title {
  193. position:fixed;
  194. z-index:9999;
  195. margin-top:-50px;
  196. margin-left:65px;
  197. width:90px;
  198. line-height:110%;
  199. text-align:left;
  200. font-style:italic;
  201. font-size:15px;
  202. padding:5px;
  203. letter-spacing:0px;
  204. font-weight:normal;
  205. background-color:#f3f3f3;
  206. }
  207.  
  208. #description {
  209. z-index:2;
  210. width:90px;
  211. height:auto;
  212. font-family:times new;
  213. font-size:8px;
  214. position:fixed;
  215. padding:5px;
  216. margin-top:22px;
  217. margin-left:65px;
  218. line-height:130%;
  219. text-align:justify;
  220. letter-spacing:1px;
  221. }
  222.  
  223. #pagination {
  224. position:fixed;
  225. z-index:10;
  226. width:90px;
  227. font-size:9px;
  228. margin-top:92px;
  229. margin-left:65px;
  230. letter-spacing:1px;
  231. padding:4px;
  232. text-align:center;
  233. font-style:italic;
  234. background-color:#f3f3f3;
  235. -webkit-transition: all 0.5s ease-in-out;
  236. -moz-transition: all 0.5s ease-in-out;
  237. -o-transition: all 0.5s ease-in-out;
  238. }
  239.  
  240. #pagination a {
  241. color:{color:navlink};
  242. }
  243.  
  244. #pagination a:hover {
  245. color:{color:navlinkhovercolor};
  246. }
  247.  
  248. #heyo {
  249. position:fixed;
  250. font-family:cambria;
  251. text-align:center;
  252. bottom:2px;
  253. right:7px;
  254. text-transform:uppercase;
  255. font-size:7.5px;
  256. display:block;
  257. background-color:#fff;
  258. letter-spacing:1px;
  259. }
  260.  
  261. #heyo a{
  262. color:#b3b2b1;
  263. border: 1px solid #e4e3e2;
  264. padding: 2px 4px 5px 4px;
  265. background-color:#fff;
  266. -moz-transition-duration:0.5s;
  267. -webkit-transition-duration:0.5s;
  268. -o-transition-duration:0.5s;
  269. }
  270.  
  271. #heyo a:hover{
  272. color:#fff;
  273. background-color:#383838;
  274. border: 1px solid #2E2E2E;
  275. -moz-transition-duration:0.3s;
  276. -webkit-transition-duration:0.3s;
  277. -o-transition-duration:0.3s;
  278. }
  279.  
  280. i, em{color:{color:italic}; font-style:italic;}
  281. b, strong{color:{color:bold}; font-style:bold; font-weight:900;}
  282.  
  283. .chat {
  284. border-bottom:1px solid #d5d5d5;
  285. padding:5px;
  286. margin-bottom:-3px;
  287. }
  288.  
  289. .quote {
  290. font-size:15px;
  291. font-style:italic;
  292. line-height:120%;
  293. }
  294.  
  295. .quotesource {
  296. font-size:10px;
  297. text-align:right;
  298. margin-bottom:5px;
  299. }
  300.  
  301. .notes {
  302. list-style:decimal-leading-zero;
  303. padding-bottom:3.5px;
  304. padding-top:3.5px;
  305. margin-left:0px;
  306. text-transform:uppercase;
  307. font-family:trebuchet ms;
  308. font-size:8px;
  309. }
  310.  
  311. .notes img {
  312. width:12px;
  313. height:12px;
  314. margin-top:4px;
  315. }
  316.  
  317. #info {
  318. text-align:left;
  319. margin-top:2px;
  320. text-transform:uppercase;
  321. font-family:trebuchet ms;
  322. font-size:7px;
  323. letter-spacing:0px;
  324. padding-right:3px;
  325. border-top:1px solid #d5d5d5;
  326. border-bottom:1px solid #d5d5d5;
  327. border-right:1px solid #d5d5d5;
  328. }
  329.  
  330. #indexinfo {
  331. opacity:0;
  332. }
  333.  
  334. .postblocks {
  335. padding:3px 4px 2px 3px;
  336. text-transform:uppercase;
  337. font-family:trebuchet ms;
  338. font-size:7px;
  339. letter-spacing:0px;
  340. background-color:#222121;
  341. color:#fff;
  342. display:inline-block;
  343. }
  344.  
  345. #tags {
  346. padding-top:2px;
  347. margin-top:0px;
  348. text-transform:uppercase;
  349. font-family:trebuchet ms;
  350. font-size:7px;
  351. letter-spacing:0px;
  352. }
  353.  
  354. #tags a{
  355. display:inline-block;
  356. }
  357.  
  358. #question{
  359. font-size:9px;
  360. background-color:#ffffff;
  361. padding: 7px;
  362. text-align:center;
  363. background-color:#f8f8f8;
  364. border-bottom:1px solid #cecccc;
  365. }
  366.  
  367. .info {
  368. text-align:left;
  369. margin-top:2px;
  370. font-family:trebuchet ms;
  371. letter-spacing:0px;
  372. font-size:7px;
  373. text-transform:uppercase;
  374. padding-right:3px;
  375. border-top:1px solid #d5d5d5;
  376. border-bottom:1px solid #d5d5d5;
  377. border-right:1px solid #d5d5d5;
  378. }
  379.  
  380. #audioinfo {
  381. font-size:8px;
  382. letter-spacing:1px;
  383. padding-bottom:2px;
  384. }
  385.  
  386. .audioplayer {
  387. overflow:hidden;
  388. display:block;
  389. float:left;
  390. margin-top:7px;
  391. margin-left:7px;
  392. width:27px;
  393. height:27px;
  394. opacity:.5;
  395. }
  396.  
  397. .audioplayercontainer {
  398. width:70px;
  399. height:70px;
  400. position:absolute;
  401. }
  402.  
  403. {CustomCSS}</style></head><body>
  404.  
  405. <div id="sidething"></div>
  406.  
  407. <div id="sidebar">
  408.  
  409. <div id="sw">
  410.  
  411. <div id="title">"{text:title1}"</div>
  412.  
  413. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  414.  
  415. <div id="description">{Description}</div>
  416.  
  417. <div id="links">
  418. <a href="{text:Link1}">{text:Link1 Title}</a>
  419. <a href="{text:Link2}">{text:Link2 Title}</a>
  420. <a href="{text:Link3}">{text:Link3 Title}</a>
  421. <a href="{text:Link4}">{text:Link4 Title}</a>
  422. <a href="{text:Link5}">{text:Link5 Title}</a>
  423. </div>
  424.  
  425. <div id="pagination">
  426. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  427. {CurrentPage}<small> of </small>{TotalPages}
  428. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
  429. </div>
  430.  
  431. </div></div>
  432.  
  433. <div id="entries">{block:Posts}<div id="post">
  434.  
  435. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  436.  
  437. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}" class=desaturate>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  438.  
  439. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  440.  
  441. {block:Quote}<div class="quote">{Quote}</div>{block:Source} <div class="quotesource">—{Source}</div>{/block:Source}{/block:Quote}
  442.  
  443. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  444.  
  445. {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}
  446.  
  447. {block:Audio}
  448. {block:AlbumArt}<img src="{AlbumArtURL}" width="40px" height="40px" align="left" />{/block:AlbumArt}
  449. <div class="audioplayercontainer"><div class="audioplayer">{AudioPlayerWhite}</div></div>
  450.  
  451. <div id="audioinfo">
  452. &nbsp;{block:TrackName}<b>Title: </b>{TrackName}{/block:TrackName}<br>
  453. &nbsp;{block:Artist}<b>Artist: </b>{Artist}{/block:Artist}<br>
  454. &nbsp;{block:Album}<b>Album:</b> {Album}{/block:Album}<br>
  455. &nbsp;<b>Plays:</b> {PlayCount}</div>
  456. {/block:Audio}
  457.  
  458. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  459.  
  460. {block:Answer}
  461. <a href="{AskerURL}"></a> <div id="question" style="width:485px;"><i>{Asker} asked:</i><br>{Question}</div> <p>
  462. {Answer}
  463. {/block:Answer}
  464.  
  465. <div id="info">
  466. <div style="font-family:trebuchet ms; text-transform:uppercase;">
  467. {block:Date}<div class="postblocks">{TimeAgo}{/block:Date}</div><a href="{Permalink}" style=padding-left:2px;>
  468. {NoteCountWithLabel}</a> <small>+</small> <a href="{ReblogURL}" target="_blank">reblog</a>
  469. <div style="float:right; padding-top:3px;">
  470. {block:RebloggedFrom} via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>{/block:RebloggedFrom} -
  471. {block:ContentSource}<a href="{SourceURL}">© {SourceLink}</a>{/block:ContentSource}
  472. </div></div></div>
  473.  
  474. {block:HasTags}<div id="tags">tagged as:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags} </div>
  475.  
  476. {/block:Posts}
  477.  
  478. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  479. {/block:Posts} </div></div>
  480.  
  481. {block:IndexPage}<div id="indexinfo">
  482. <a href="{Permalink}" style=padding-left:2px;>
  483. {NoteCountWithLabel}</a> <small>+</small> <a href="{ReblogURL}" target="_blank">reblog</a>
  484. <div style="float:right; padding-top:3px;">
  485. {block:RebloggedFrom} via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>{/block:RebloggedFrom} -
  486. {block:ContentSource}<a href="{SourceURL}">© {SourceLink}</a>{/block:ContentSource}</div>{/block:IndexPage}
  487.  
  488. </div></div>
  489.  
  490. <!---do not remove--->
  491. <div id="heyo"><a href=http://nialljhoren.tumblr.com/>NJH</div>
  492.  
  493. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement