Advertisement
parispier

Theme35: Forever and Always

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