Advertisement
parispier

Theme14: New Adventure

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