parispier

Theme22: Late Spring

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