Advertisement
ogaraster

Eon Theme

Apr 2nd, 2013
24,533
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.24 KB | None | 0 0
  1. <!--
  2.  
  3. The Eon Theme brought to you by Atlas Designs
  4. http://atlasdesigns.tumblr.com/
  5.  
  6. Do not remove credits or republish this theme without permission.
  7.  
  8. -->
  9.  
  10. <head>
  11.  
  12. <link rel="shortcut icon" href="{Favicon}">
  13.  
  14. <link href='http://fonts.googleapis.com/css?family=PT+Sans+Narrow' rel='stylesheet' type='text/css'>
  15.  
  16. {block:IndexPage}
  17.  
  18. <script type="text/javascript"
  19. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  20.  
  21. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  22.  
  23. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  24. <script type="text/javascript">
  25. $(window).load(function () {
  26. var $content = $('#content');
  27. $content.masonry({itemSelector: '.entry'}),
  28. $content.infinitescroll({
  29. navSelector : 'div#pagination',
  30. nextSelector : 'div#pagination a#nextPage',
  31. itemSelector : '.entry',
  32. loading: {
  33. finishedMsg: '',
  34. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  35. },
  36. bufferPx : 600,
  37. debug : false,
  38. },
  39. // call masonry as a callback.
  40. function( newElements ) {
  41. var $newElems = $( newElements );
  42. $newElems.hide();
  43. // ensure that images load before adding to masonry layout
  44. $newElems.imagesLoaded(function(){
  45. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );});});});</script>
  46. {/block:IndexPage}
  47.  
  48. <meta name="color:background" content="#ffffff" />
  49. <meta name="color:text" content="#000" />
  50. <meta name="color:title" content="#000" />
  51. <meta name="color:link" content="#828282" />
  52. <meta name="color:link hover" content="#eee" />
  53. <meta name="color:scrollbar" content="#a3a3a3" />
  54. <meta name="color:top line" content="#ebebeb" />
  55. <meta name="color:post perma" content="#fff">
  56.  
  57. <meta name="if:banner" content="">
  58. <meta name="if:link tabs" content="0">
  59. <meta name="if:four columns" content="0">
  60. <meta name="if:three columns" content="1">
  61. <meta name="if:two columns" content="0">
  62.  
  63. <meta name="text:reblog" content="reblog">
  64. <meta name="text:home" content="Home">
  65. <meta name="text:message" content="Message">
  66. <meta name="text:archive" content="Archive">
  67.  
  68. <meta name="image:background" content="" />
  69. <meta name="image:banner" content="">
  70.  
  71. <style type="text/css">
  72.  
  73.  
  74. ::-webkit-scrollbar {width: 5px; height: 0px; background:{color:background};}
  75. ::-webkit-scrollbar-thumb {background: {color:scrollbar};}
  76.  
  77. iframe#tumblr_controls {position:fixed; z-index:9999999999; top: 3px; margin: 0 0 0 0; right:4px; -webkit-filter: invert(100%);}
  78.  
  79. body {
  80. background-color: {color:background};
  81. background-image:url({image:Background});
  82. background-attachment: fixed;
  83. background-repeat: repeat;
  84. font-size:11px;
  85. font-family:helvetica;
  86. font-weight:200;
  87. line-height:13px;
  88. text-transform:none;
  89. color: {color:text};
  90. }
  91.  
  92. #top{
  93. position:absolute;
  94. top:0px;
  95. left:0px;
  96. width:100%;
  97. height:5px;
  98. background-color:{color:top line};
  99. }
  100.  
  101. #blogtitle{
  102. position:fixed;
  103. font-family:pt sans narrow;
  104. top:200px;
  105. left:20px;
  106. width:150px;
  107. font-weight:100;
  108. font-size:20px;
  109. line-height:13px;
  110. letter-spacing:2px;
  111. text-transform:uppercase;
  112. text-align:right;
  113. }
  114.  
  115. #blogtitle a{
  116. color: {color:title};
  117. }
  118.  
  119. #description{
  120. font-family:helvetica;
  121. font-size:11px;
  122. text-align:right;
  123. font-style:italic;
  124. text-transform:none;
  125. letter-spacing:0px;
  126. }
  127.  
  128. #nav{
  129. font-family:pt sans narrow;
  130. position:absolute;
  131. top:6px;
  132. left:250px;
  133. width:800px;
  134. word-spacing:10px;
  135. }
  136.  
  137. #nav a{
  138. {block:iflinktabs}
  139. color:{color:background};
  140. background-color:{color:top line};
  141. border-bottom-left-radius:2px;
  142. border-bottom-right-radius:2px;
  143. {/block:iflinktabs}
  144. font-size:11px;
  145. line-height:30px;
  146. letter-spacing:2px;
  147. text-transform:uppercase;
  148. padding-top:10px;
  149. padding-left:3px;
  150. padding-right:1px;
  151. padding-bottom:2px;
  152. -webkit-transition: all 0.4s linear;
  153. -webkit-transition: all 0.4s linear;
  154. -moz-transition: all 0.4s linear;
  155. transition: all 0.4s linear;
  156. }
  157.  
  158. #nav a:hover{
  159. color:{color:background};
  160. background-color:{color:top line};
  161. -webkit-transition: all 0.4s linear;
  162. -webkit-transition: all 0.4s linear;
  163. -moz-transition: all 0.4s linear;
  164. transition: all 0.4s linear;
  165. }
  166.  
  167. .answer{
  168. }
  169. .answer img {
  170. width:250px;
  171. height:auto;
  172. {block:permalinkpage}
  173. width:auto;
  174. height:auto;
  175. {/block:permalinkpage}
  176. }
  177.  
  178. a {
  179. text-decoration:none;
  180. color:{color:link};
  181. }
  182.  
  183. a:link, a:active, a:visited{
  184. color: {color:link};
  185. }
  186.  
  187. a:hover{
  188. color: {color:link hover};
  189. }
  190.  
  191. div#center{
  192. margin-left: 0px;
  193. width: 100%;
  194. height: auto;
  195. overflow-x:hidden;
  196. }
  197.  
  198. div#content {
  199. {block:iffourcolumns}
  200. width: 1200px;
  201. {/block:iffourcolumns}
  202. {block:ifthreecolumns}
  203. width: 1000px;
  204. {/block:ifthreecolumns}
  205. {block:iftwocolumns}
  206. width: 800px;
  207. {/block:iftwocolumns}
  208. margin-left:175px;
  209. margin-top:50px;
  210. float:left;
  211. position: relative;
  212. }
  213.  
  214. .entry{
  215. margin:10px;
  216. float:left;
  217. height:auto;
  218. background-color: #trans;
  219. {block:IndexPage}
  220. width:280px;
  221. overflow:hidden;
  222. {/block:IndexPage}
  223. {block:PermalinkPage}
  224. width:450px;
  225. height:auto;
  226. {/block:PermalinkPage}
  227. -moz-transition: all 0.4s ease-in-out;
  228. -webkit-transition: all 0.4s ease-in-out;
  229. -o-transition: all 0.4s ease-in-out;
  230. -ms-transition: all 0.4s ease-in-out;
  231. transition: all 0.4s ease-in-out;
  232. }
  233.  
  234. .title{
  235. font-family:pt sans narrow;
  236. font-size:16px;
  237. line-height:17px;
  238. letter-spacing:2px;
  239. text-transform:uppercase;
  240. color: {color:text};
  241. }
  242.  
  243. blockquote{
  244. padding:0px 0px 0px 3px;
  245. margin:0px 0px 0px 2px;
  246. border-left: 2px solid #ddd;
  247. }
  248.  
  249. .entry .perma{
  250. position:absolute;
  251. font-family:pt sans narrow;
  252. top:-30px;
  253. right:60px;
  254. background:{color:post perma};
  255. font-size:11px;
  256. line-height:15px;
  257. height:13px;
  258. padding:6px;
  259. overflow:hidden;
  260. opacity: 0;
  261. -webkit-transition: all 0.2s linear;
  262. -webkit-transition: all 0.2s linear;
  263. -moz-transition: all 0.2s linear;
  264. transition: all 0.2s linear;
  265. }
  266.  
  267. .entry:hover .perma{
  268. top:10px;
  269. overflow:hidden;
  270. opacity: .7;
  271. -webkit-transition: all 0.2s linear;
  272. -webkit-transition: all 0.2s linear;
  273. -moz-transition: all 0.2s linear;
  274. transition: all 0.2s linear;
  275. }
  276.  
  277. .entry .reperma{
  278. position:absolute;
  279. font-family:pt sans narrow;
  280. top:-30px;
  281. right:10px;
  282. background:{color:post perma};
  283. font-size:11px;
  284. line-height:15px;
  285. height:13px;
  286. padding:6px;
  287. overflow:hidden;
  288. text-transform:uppercase;
  289. opacity: 0;
  290. -webkit-transition: all 0.2s linear;
  291. -webkit-transition: all 0.2s linear;
  292. -moz-transition: all 0.2s linear;
  293. transition: all 0.2s linear;
  294. }
  295.  
  296. .entry:hover .reperma{
  297. top:10px;
  298. overflow:hidden;
  299. opacity: .7;
  300. -webkit-transition: all 0.2s linear;
  301. -webkit-transition: all 0.2s linear;
  302. -moz-transition: all 0.2s linear;
  303. transition: all 0.2s linear;
  304. }
  305.  
  306. .entry .permalink{
  307. font-family:pt sans narrow;
  308. font-size:11px;
  309. text-transform:uppercase;
  310. word-spacing:1px;
  311. text-align:center;
  312. padding:0px;
  313. line-height:0px;
  314. opacity:0;
  315. -webkit-transition: all 0.4s linear;
  316. -webkit-transition: all 0.4s linear;
  317. -moz-transition: all 0.4s linear;
  318. transition: all 0.4s linear;
  319. }
  320.  
  321. .entry:hover .permalink{
  322. line-height:12px;
  323. opacity:1;
  324. -webkit-transition: all 0.4s linear;
  325. -webkit-transition: all 0.4s linear;
  326. -moz-transition: all 0.4s linear;
  327. transition: all 0.4s linear;
  328. }
  329.  
  330. .lowerc{
  331. text-transform:lowercase;
  332. }
  333.  
  334. .speclink{
  335. word-spacing:1px;
  336. }
  337.  
  338. .notess{
  339. position:absolute;
  340. left:500px;
  341. top:20px;
  342. height:500px;
  343. width:500px;
  344. overflow:scroll;
  345. }
  346.  
  347. #banner{
  348.  
  349. }
  350.  
  351. {CustomCSS}
  352. </style>
  353.  
  354. <title>{title}</title>
  355.  
  356. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  357.  
  358. </head>
  359. <body>
  360.  
  361. <div id="top"></div>
  362.  
  363. <div id="nav">
  364. <a href="/">{text:home}</a>
  365. <a href="/ask">{text:message}</a>
  366. <a href="/archive">{text:archive}</a>
  367. {block:HasPages}{block:Pages}<a href="{URL}"><span class="speclink">{Label}</span></a> {/block:Pages}{/block:HasPages}
  368. <a href="http://atlasdesigns.tumblr.com/">theme</a> <br>
  369. </div>
  370.  
  371. {block:ifbanner}
  372. <div id="blogtitle"><img src="{image:banner}" alt="{title}" width="150"><br>
  373. {/block:ifbanner}{block:ifnotbanner}<div id="blogtitle"><a href="/">{Title}<br></a>{/block:ifnotbanner}
  374. <span id="description"><br>{Description}</span>
  375. </div>
  376.  
  377. <div id="center">
  378.  
  379. <div id="content">
  380.  
  381. {block:Posts}
  382.  
  383. <div class="entry">
  384.  
  385. {block:Text}
  386. {block:Title}<center><span class="title">{Title}</span></center>{/block:Title}<div class="answer">
  387. <div style="margin-left:1px;">{Body}</div></div>
  388. <div class="permalink"><a href="{ReblogUrl}">{text:reblog}</a>&nbsp;<span class="lowerc">with</span>&nbsp;<a href="{permalink}">{NoteCountwithLabel}</a></div>
  389. {/block:Text}
  390.  
  391. {block:Link}
  392. <center><a href="{URL}"><span class="title">{Name}</span></a></center>
  393. <div style="margin-left:3px;">{block:Description}{Description}{/block:Description}</div>
  394. <div class="permalink"><a href="{ReblogUrl}">{text:reblog}</a>&nbsp;<span class="lowerc">with</span>&nbsp;<a href="{permalink}">{NoteCountwithLabel}</a></div>
  395. {block:Link}
  396.  
  397. {block:Photo}
  398. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=280px/></a></div>{LinkCloseTag}
  399. <div class="perma">
  400. <a href="{Permalink}">{NoteCount}</a>
  401. </div><div class="reperma">
  402. <a href="{ReblogUrl}">reblog</a>
  403. </div>
  404. {/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=450px/>{LinkCloseTag}{/block:PermalinkPage}
  405. {/block:Photo}
  406.  
  407. {block:Photoset}
  408. <center>
  409. {block:IndexPage}{Photoset-250}
  410. <div class="reperma">
  411. <a href="{ReblogURL}" target="_blank">↻</a><br>
  412. </div>
  413. {/block:IndexPage}
  414. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  415. </center>
  416. {/block:IndexPage}
  417.  
  418. {/block:Photoset}
  419.  
  420. {block:Quote}
  421. <div style="margin-left:3px;">
  422. {Quote}</span><br><i>{Source}</i>
  423. </div>
  424. <div class="permalink"><a href="{ReblogUrl}">{text:reblog}</a>&nbsp;<span class="lowerc">with</span>&nbsp;<a href="{permalink}">{NoteCountwithLabel}</a></div>
  425. {/block:Quote}
  426.  
  427. {block:Chat}
  428. <div style="margin-left:3px;">
  429. {block:Title}<span class="title">{Title}</span>{/block:Title}
  430. <ul class="chat">
  431. {block:Lines}
  432. <li class="user_{UserNumber}">
  433. {block:Label}
  434. <span class="label">{Label}</span>
  435. {/block:Label}
  436. {Line}
  437. </li>
  438. {/block:Lines}
  439. </ul>
  440. </div>
  441. <div class="permalink"><a href="{ReblogUrl}">{text:reblog}</a>&nbsp;<span class="lowerc">with</span>&nbsp;<a href="{permalink}">{NoteCountwithLabel}</a></div>
  442. {/block:Chat}
  443.  
  444. {block:Audio}<div style="height:0px;background-color:black;opacity:0.1;width:100%;margin-top:10px;margin-bottom:5px;"></div>
  445. <center>{AudioPlayerBlack}
  446. {block:Caption}{Caption}{/block:Caption}</center>
  447. <div class="permalink"><a href="{ReblogUrl}">{text:reblog}</a>&nbsp;<span class="lowerc">with</span>&nbsp;<a href="{permalink}">{NoteCountwithLabel}</a></div>
  448. {/block:Audio}
  449.  
  450. {block:Answer}<img src="{AskerPortraitURL-24}" align="left" z-index: 1;/> {Asker} asked: <br><i>{Question}</i><br><br><div class="answer">{Answer}</div>
  451. <div class="permalink"><a href="{ReblogUrl}">{text:reblog}</a>&nbsp;<span class="lowerc">with</span>&nbsp;<a href="{permalink}">{NoteCountwithLabel}</a></div>
  452. {/block:Answer}
  453.  
  454. {block:Video}
  455. {block:IndexPage}
  456. <center>
  457. {Video-250}</center>
  458. {/block:IndexPage}
  459. {block:PermalinkPage}
  460. <center>
  461. {Video-500}</center>
  462. {/block:PermalinkPage}
  463. <div class="reperma">
  464. <a href="{ReblogURL}" target="_blank">↻</a><br>
  465. </div>
  466. {block:Video}
  467.  
  468. {block:PermalinkPage}
  469. {block:Caption}{Caption}<div style="height:1px;background-color:black;opacity:0.1;width:100%;margin-top:5px;margin-bottom:5px;"></div>{/block:Caption}
  470. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}
  471. {/block:PermalinkPage}
  472.  
  473.  
  474. {block:PostNotes}
  475. <div class="notess">{PostNotes}</div>
  476. {/block:PostNotes}
  477. </div>
  478.  
  479. {/block:Posts}
  480.  
  481. {block:IndexPage}
  482. {block:Pagination}
  483. <div id="pagination">
  484. {block:NextPage}
  485. <a id="nextPage" href="{NextPage}"></a>
  486. {/block:NextPage}
  487. {block:PreviousPage}
  488. <a href="{PreviousPage}"></a>
  489. {/block:PreviousPage}
  490. </div>
  491. {/block:Pagination}
  492. {/block:IndexPage}
  493. </div>
  494.  
  495. <div style="position:absolute;z-index:99999999999999999999999999999999999; !important;top:24px;right:3px;-webkit-filter:invert(100%);"><a href="http://atlasdesigns.tumblr.com/"><img src="http://static.tumblr.com/2w7y46r/wuvmba8c2/installtheme.png"></a></div>
  496.  
  497. </body>
  498. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement