Advertisement
parispier

Theme24: Back to the Start

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