parispier

Theme16: Lilac Spring

May 7th, 2013
1,138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.32 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:destext" content="#a3a3a3" />
  33. <meta name="color:link" content="#b3b2b1" />
  34. <meta name="color:linkhovercolor" content="#f3f3f3" />
  35. <meta name="color:navlink" content="#b3b2b1" />
  36. <meta name="color:navlinkhovercolor" content="#b3b2b2" />
  37. <meta name="color:scrollbar" content="#b1b1b1"/>
  38.  
  39. <meta name="text:Link1" content="/" />
  40. <meta name="text:Link1 Title" content="link 1" />
  41. <meta name="text:Link2" content="/" />
  42. <meta name="text:Link2 Title" content="link 2" />
  43. <meta name="text:Link3" content="/" />
  44. <meta name="text:Link3 Title" content="link 3" />
  45. <meta name="text:Link4" content="/" />
  46. <meta name="text:Link4 Title" content="link 4" />
  47. <meta name="text:Link5" content="/" />
  48. <meta name="text:Link5 Title" content="link 5" />
  49.  
  50. <meta name="image:sidebar" content=""/>
  51.  
  52. <style type="text/css">
  53.  
  54. ::-webkit-scrollbar-thumb:vertical {background-color: {color:scrollbar}; height:100px;}
  55.  
  56. ::-webkit-scrollbar-thumb:horizontal {background-color: {color:scrollbar}; height:10px !important;}
  57.  
  58. ::-webkit-scrollbar {height:9px; width:9px; background-color: {color:Background};}
  59.  
  60. body {
  61. background:{color:background};
  62. margin:0px;
  63. color:{color:text};
  64. font-size:10px;
  65. line-height:100%;
  66. font-family:cambria;
  67. }
  68.  
  69. a {
  70. text-decoration:none;
  71. outline:none;
  72. -moz-outline-style:none;
  73. color:{color:link};
  74. -webkit-transition: all 0.9s ease-in;
  75. -moz-transition: all 0.9s ease-in;
  76. -o-transition: all 0.9s ease-in;
  77. -webkit-transition: all 0.5s ease-out;
  78. -moz-transition: all 0.5s ease-out;
  79. -o-transition: all 0.5s ease-out;
  80. }
  81.  
  82. a:hover {
  83. color:{color:linkhovercolor};
  84. -webkit-transition: all 0.9s ease-in;
  85. -moz-transition: all 0.9s ease-in;
  86. -o-transition: all 0.9s ease-in;
  87. -webkit-transition: all 0.5s ease-out;
  88. -moz-transition: all 0.5s ease-out;
  89. -o-transition: all 0.5s ease-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:12px;
  108. font-family:consolas;
  109. text-transform:uppercase;
  110. padding-bottom:2px;
  111. }
  112.  
  113. #entries {
  114. width:500px;
  115. margin-left:520px;
  116. margin-top:80px;
  117. margin-bottom:30px;
  118. }
  119.  
  120. #post {
  121. font-family:cambria;
  122. width:500px;
  123. padding-right:20px;
  124. padding-left:15px;
  125. padding-top:15px;
  126. margin-top:18px;
  127. }
  128.  
  129. #sidebar {
  130. position:fixed;
  131. width:280px;
  132. margin-left:350px;
  133. margin-top:90px;
  134. }
  135.  
  136. #sidebarimage img {
  137. position:fixed;
  138. width:120px;
  139. height:150px;
  140. padding:3px;
  141. opacity:.7;
  142. border:1px solid #e4e3e2;
  143. }
  144.  
  145. #sw {
  146. z-index:5;
  147. position:fixed;
  148. margin-top:-250px;
  149. margin-left:-50px;
  150. }
  151.  
  152. #description {
  153. width:110px;
  154. height:80px;
  155. font-family:cambria;
  156. font-size:8px;
  157. position:fixed;
  158. padding:5px;
  159. margin-top:285px;
  160. margin-left:54px;
  161. line-height:170%;
  162. text-align:justify;
  163. opacity:0;
  164. font-weight:bolder;
  165. background-color:#fff;
  166. color:{color:destext};
  167. -webkit-transition: all 0.9s ease-in;
  168. -moz-transition: all 0.9s ease-in;
  169. -o-transition: all 0.9s ease-in;
  170. -webkit-transition: all 0.5s ease-out;
  171. -moz-transition: all 0.5s ease-out;
  172. -o-transition: all 0.5s ease-out;
  173. }
  174.  
  175. #links {
  176. font-family:consolas;
  177. z-index:5;
  178. position:fixed;
  179. margin-left:-40px;
  180. margin-top:280px;
  181. line-height:140%;
  182. height:100px;
  183. width:80px;
  184. font-size:9px;
  185. text-align:right;
  186. padding-right:5px;
  187. text-transform:uppercase;
  188. letter-spacing:1px;
  189. opacity:1;
  190. border-right:1px solid #d5d2d0;
  191. display:block;
  192. }
  193.  
  194. #links a{
  195. display:block;
  196. margin-top:2px;
  197. }
  198.  
  199. #pagination {
  200. z-index:5;
  201. position:fixed;
  202. font-family:cambria;
  203. font-size:7.5px;
  204. text-align:center;
  205. margin-top:360px;
  206. margin-left:85px;
  207. text-transform:uppercase;
  208. font-weight:bolder;
  209. letter-spacing:1px;
  210. opacity:0;
  211. -webkit-transition: all 0.9s ease-in;
  212. -moz-transition: all 0.9s ease-in;
  213. -o-transition: all 0.9s ease-in;
  214. -webkit-transition: all 0.5s ease-out;
  215. -moz-transition: all 0.5s ease-out;
  216. -o-transition: all 0.5s ease-out;
  217. }
  218.  
  219. #pagination a {
  220. color:{color:navlink};
  221. }
  222.  
  223. #pagination a:hover {
  224. color:{color:navlinkhovercolor};
  225. }
  226.  
  227. #sidebar:hover #description {
  228. opacity:.9;
  229. -webkit-transition: all 0.9s ease-in;
  230. -moz-transition: all 0.9s ease-in;
  231. -o-transition: all 0.9s ease-in;
  232. -webkit-transition: all 0.5s ease-out;
  233. -moz-transition: all 0.5s ease-out;
  234. -o-transition: all 0.5s ease-out;
  235. }
  236.  
  237. #sidebar:hover #pagination {
  238. opacity:1;
  239. -webkit-transition: all 0.9s ease-in;
  240. -moz-transition: all 0.9s ease-in;
  241. -o-transition: all 0.9s ease-in;
  242. -webkit-transition: all 0.5s ease-out;
  243. -moz-transition: all 0.5s ease-out;
  244. -o-transition: all 0.5s ease-out;
  245. }
  246.  
  247. #tags {
  248. font-size:8px;
  249. padding-top:2px;
  250. margin-top:-4px;
  251. display:block;
  252. }
  253.  
  254. #tags a{
  255. text-decoration:underline;
  256. display:inline-block;
  257. }
  258.  
  259. #info {
  260. font-family:cambria;
  261. text-align:left;
  262. text-transform:lowercase;
  263. font-size:7.5px;
  264. margin-top:2px;
  265. padding:2px;
  266. opacity:1;
  267. border-top:1px solid #ececec;
  268. border-left:1px solid #ececec;
  269. -webkit-transition: all 0.9s ease-in;
  270. -moz-transition: all 0.9s ease-in;
  271. -o-transition: all 0.9s ease-in;
  272. -webkit-transition: all 0.5s ease-out;
  273. -moz-transition: all 0.5s ease-out;
  274. -o-transition: all 0.5s ease-out;
  275. }
  276.  
  277. #info a {
  278. color:{color:link};
  279. }
  280.  
  281. #info a:hover {
  282. color:{color:linkhovercolor};
  283. }
  284.  
  285. #question{
  286. font-size:9px;
  287. background-color:#ffffff;
  288. padding:7px;
  289. text-align:center;
  290. background-color:#fcfcfc;
  291. border-bottom:1px solid #cecccc;
  292. }
  293.  
  294. #question a:hover{
  295. color:{color:linkhovercolor};
  296. }
  297.  
  298. #heyo {
  299. font-family:cambria;
  300. position:fixed;
  301. text-align:center;
  302. bottom:10px;
  303. right:7px;
  304. font-size:6.5px;
  305. text-transform:uppercase;
  306. display:block;
  307. background-color:#fff;
  308. letter-spacing:1px;
  309. }
  310.  
  311. #heyo a{
  312. color:#b3b2b1;
  313. border: 1px solid #e4e3e2;
  314. padding: 3px 5px 3px 5px;
  315. border-radius:500px;
  316. background-color:#fff;
  317. -moz-transition-duration:0.5s;
  318. -webkit-transition-duration:0.5s;
  319. -o-transition-duration:0.5s;
  320. }
  321.  
  322. #heyo a:hover{
  323. color:#fff;
  324. background-color:#969194;
  325. border: 1px solid #7a7979;
  326. -moz-transition-duration:0.5s;
  327. -webkit-transition-duration:0.5s;
  328. -o-transition-duration:0.5s;
  329. }
  330.  
  331. i, em{color:{color:italic}; font-style:italic;}
  332. b, strong{color:{color:bold}; font-style:bold; font-weight:900;}
  333.  
  334. #albumart {
  335. position:absolute;
  336. width:125px;
  337. height:125px;}
  338. #albumart img {
  339. width:125px;
  340. height:125px;
  341. float:left;
  342. padding:5px;}
  343. #audioinfo {
  344. font-size:7px;
  345. color:text;}
  346.  
  347. {CustomCSS}</style></head><body>
  348.  
  349. <div id="sidebar">
  350.  
  351. <div id="sw">
  352.  
  353. <div id="links">
  354. <a href="{text:Link1}" style="color:{color:navlink};">01</a><p>
  355. <a href="{text:Link2}" style="color:{color:navlink};">02</a><p>
  356. <a href="{text:Link3}" style="color:{color:navlink};">03</a><p>
  357. <a href="{text:Link4}" style="color:{color:navlink};">04</a><p>
  358. <a href="{text:Link5}" style="color:{color:navlink};">05</a>
  359. </div>
  360.  
  361. <div id="description">{Description}</div>
  362.  
  363. <div id="pagination">{block:Pagination}
  364. {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  365. {block:JumpPagination length="5"}
  366. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  367. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  368. {/block:JumpPagination}
  369. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  370. {/block:Pagination}
  371. </div>
  372.  
  373. </div>
  374. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  375.  
  376. </div>
  377.  
  378.  
  379. <div id="entries">{block:Posts}<div id="post">
  380.  
  381. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  382.  
  383. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  384.  
  385. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  386.  
  387. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  388.  
  389. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  390.  
  391. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  392.  
  393. {block:Audio}
  394. {block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" />{/block:AlbumArt}<p>
  395. {AudioPlayerWhite}
  396. {block:TrackName}<b>Title: </b>{TrackName}{/block:TrackName}
  397. <br>
  398. {block:Artist}<b>Artist: </b>{Artist}{/block:Artist}
  399. <br>
  400. {block:Album}<b>Album:</b> {Album}{/block:Album}
  401. <br>
  402. <b>Plays:</b> {PlayCount}
  403. {/block:Audio}
  404.  
  405. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  406.  
  407. {block:Answer}
  408. <a href="{AskerURL}"></a> <div id="question" style="width:485px;"><i>{Asker} whispered:</i><br>{Question}</div> <p>
  409. {Answer}
  410. {/block:Answer}
  411.  
  412. <div id="info">
  413. {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
  414. {NoteCountWithLabel}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>{/block:RebloggedFrom} + <a href="{ReblogURL}" target="_blank">reblog</a>
  415.  
  416. {block:HasTags}<div id="tags">{block:Tags} +<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags} </div></div>
  417.  
  418. {/block:Posts}
  419. {block:PostNotes}{PostNotes}</div>{/block:PostNotes}
  420. {/block:Posts} </div></div>
  421.  
  422. <div id="heyo"><a href="http://nialljhoren.tumblr.com">N</a></div>
  423.  
  424. </div>
  425.  
  426. </div>
  427.  
  428. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment