Advertisement
imperialthemes

ε Theme

Feb 15th, 2013
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.86 KB | None | 0 0
  1. <!--
  2. ε Theme ✦ Epsilon Theme
  3. main blog: oasal.tumblr.com
  4. theme blog: imperialthemes.tumblr.com
  5.  
  6. ✦ The Epsilon theme is a 300px two
  7. ___ ___ ✦ column grid theme that is very
  8. / \ /\ / /\ | ✦ unique. It features beautiful audio
  9. | | / \ \___ / \ | ✦ and quote posts, slider permalinks,
  10. | | /----\ \ /----\ | ✦ unique header and original posts. It
  11. \___/ / \ ___/ / \ |___ ✦ also includes many color choices and
  12. ✦ up to three custom links. Contact me
  13. ✦ if you are using this theme!
  14. -->
  15.  
  16. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  17. <html xmlns="http://www.w3.org/1999/xhtml">
  18. <head>
  19.  
  20. <meta name="color:Background" content="#ffffff"/>
  21. <meta name="color:Text" content="#000000"/>
  22. <meta name="color:Link" content="#c0ffee">
  23. <meta name="color:Hover" content="#ffffff"/>
  24. <meta name="image:Background" content=""/>
  25. <meta name="if:Full Screen Background" content=""/>
  26. <meta name="if:Image Opacity" content="1"/>
  27. <meta name="if:White Follow Button" content="1"/>
  28. <meta name="text:link one" content="" />
  29. <meta name="text:link one title" content="" />
  30. <meta name="text:link two" content="" />
  31. <meta name="text:link two title" content="" />
  32. <meta name="text:link three" content="" />
  33. <meta name="text:link three title" content="" />
  34. <meta name="text:link four" content="" />
  35. <meta name="text:link four title" content="" />
  36. <meta name="text:link five" content="" />
  37. <meta name="text:link five title" content="" />
  38.  
  39. <script type="text/javascript"
  40. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  41.  
  42. <style type="text/css">
  43.  
  44. body {
  45. margin:0px;
  46. padding:0px;
  47. font-family:georgia;
  48. font-size: 11px;
  49. line-height: 12px;
  50. background: {color:Background};
  51. background-image:url({image:Background});
  52. background-attachment:fixed;
  53. background-repeat:repeat;
  54. }
  55.  
  56. #content {width:100%;height:100%;}
  57.  
  58. {block:iffullscreenbackground}
  59. #bg img {
  60. z-index:-1;
  61. position:fixed;
  62. top:0;
  63. left:0;
  64. height:100%;
  65. width:100%;
  66. }
  67. {/block:iffullscreenbackground}
  68.  
  69. iframe#tumblr_controls {
  70. right:3px !important;
  71. top:3px !important;
  72. position: fixed !important;
  73. z-index:999999999;
  74. opacity:.4;
  75. {block:ifWhiteFollowButton}
  76. -webkit-filter:invert(100%);
  77. white-space:nowrap;
  78. {/block:ifWhiteFollowButton}
  79. }
  80.  
  81. a:link, a:active, a:visited{
  82. text-decoration: none;
  83. -webkit-transition: color 0.4s ease-out;
  84. -moz-transition: color 0.4s ease-out;
  85. color: {color:Link};
  86. }
  87.  
  88. a:hover{
  89. -webkit-transition: color 0.4s ease-out;
  90. -moz-transition: color 0.4s ease-out;
  91. color:{color:Hover};
  92. }
  93.  
  94. ::-webkit-scrollbar-thumb{
  95. background-color: #000;
  96. border: 2px solid #fff;
  97. height:auto;
  98. -moz-border-radius: 10px;
  99. border-radius: 10px;
  100. }
  101.  
  102. ::-webkit-scrollbar {
  103. height:auto;
  104. width:9px;
  105. background-color: #000;
  106. border: 4px solid #fff;
  107. }
  108.  
  109. #header {
  110. top:0px;
  111. width:100%;
  112. left:0px;
  113. background:rgba(255,255,255,0.7);
  114. border-bottom:5px solid #888;
  115. padding-top:10px;
  116. padding-bottom:10px;
  117. height:20px;
  118. font-size:12px;
  119. overflow:hidden;
  120. position:fixed !important;
  121. z-index:99;
  122. }
  123. .blogtitle {
  124. font-family:Courier New;
  125. font-size:30px;
  126. line-height:20px;
  127. margin-left:75px;
  128. text-transform:uppercase;
  129. position:absolute;
  130. width:auto;
  131. }
  132.  
  133. #posts {
  134. position:relative;
  135. float:left;
  136. background:transparent;
  137. top:50px;
  138. margin-left:250px;
  139. width:700px;
  140. {block:PermalinkPage}
  141. margin-left:60px;
  142. width:520px;
  143. {/block:PermalinkPage}
  144. }
  145.  
  146. .entry {
  147. background:transparent;
  148. width:300px;
  149. margin:10px;
  150. {block:PermalinkPage}
  151. width:400px;
  152. {/block:PermalinkPage}
  153. }
  154.  
  155. {block:ifimageopacity}
  156. {block:IndexPage}
  157. .entryimg {opacity:.8;-webkit-transition-duration:1s;-webkit-transition:1s;}
  158. .entryimg:hover {opacity:1;-webkit-transition-duration:1s;-webkit-transition:1s;}
  159. {/block:IndexPage}
  160. {/block:ifimageopacity}
  161.  
  162. .caption {
  163. padding:10px;
  164. width:400px;
  165. position:relative;
  166. margin-left:440px;
  167. margin-top:10px;
  168. background:#fff;
  169. }
  170. .perm a {
  171. text-decoration: underline;
  172. color: {color:Link};
  173. }
  174. .perm {
  175. display: block;
  176. margin-top: 3px;
  177. font-family: georgia;
  178. font-size: 10px;
  179. line-height: 9px;
  180. text-align:center;
  181. text-transform: uppercase;
  182. opacity:0;
  183. -webkit-transition: 0.3s ease-in;
  184. }
  185.  
  186. .entry:hover .perm {
  187. opacity:1;
  188. -webkit-transition: 0.3s ease-in;
  189. }
  190. .perma a {text-decoration:none;}
  191. .perma {
  192. opacity: 0.0;
  193. filter: alpha(opacity = 0);
  194. z-index:9999991;
  195. display: inline-block;
  196. position: absolute;
  197. text-align: center;
  198. right: 7px;
  199. bottom:-3px;
  200. {block:ifonecolumn}
  201. bottom:23px;
  202. {/block:ifonecolumn}
  203. -webkit-transition: all 0.4s ease-in-out;
  204. -moz-transition: all 0.4s ease-in-out;
  205. transition: all 0.4s ease-in-out;
  206. }
  207.  
  208. .entry:hover .perma {
  209. bottom:3px;
  210. opacity: 1;
  211. filter: alpha(opacity = 100);
  212. -webkit-transition: all 0.4s ease-in-out;
  213. -moz-transition: all 0.4s ease-in-out;
  214. transition: all 0.4s ease-in-out;
  215. }
  216.  
  217. .likep {
  218. width: 21px;
  219. height: 20px;
  220. overflow: hidden;
  221. z-index: 9999999;
  222. display: inline-block;
  223. }
  224.  
  225. .rep {
  226. width: 24px;
  227. height: 20px;
  228. overflow: hidden;
  229. z-index: 9999999;
  230. display: inline-block;
  231. }
  232.  
  233. .likep a:hover {
  234. background-position: 0px 0px;
  235. }
  236.  
  237. .likep a {
  238. background-image: url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  239. background-position: 0px 0px;
  240. display: block;
  241. z-index: 9999999;
  242. }
  243.  
  244. .likep img {
  245. width: 21px;
  246. height: 20px;
  247. }
  248.  
  249. .rep img{
  250. width: 24px;
  251. height: 20px;
  252. line-height: 30px;
  253. display: inline;
  254. }
  255.  
  256. .not {
  257. display: inline-block;
  258. background: url("http://static.tumblr.com/uiqhh9x/X6Ym17xp2/middle.png");
  259. height: 20px;
  260. top: -6px;
  261. font-size: 11px;
  262. line-height: 20px;
  263. color: #fff;
  264. padding-left: 4px;
  265. padding-right: 4px;
  266. -moz-border-radius: 2px;
  267. border-radius: 2px;
  268. position: relative;
  269. }
  270.  
  271. .not a {
  272. color: #fff;
  273. font-weight: bold;
  274. font-family: Arial, Helvetica, sans-serif;
  275. }
  276.  
  277. .entry:hover .not, .entry:hover .rep, .entry:hover .likep {
  278. opacity: 0.8;
  279. filter: alpha(opacity = 80);
  280. margin-right: 0;
  281. }
  282.  
  283. .not:hover , .rep:hover, .likep:hover {
  284. opacity: 1!important;
  285. filter: alpha(opacity = 100)!important;
  286. }
  287.  
  288. #title {
  289. font-size: 15px;
  290. font-family:courier new;
  291. text-decoration: underline;
  292. }
  293.  
  294. .audioplayer {
  295. background-color: #fff;
  296. -moz-box-shadow: 3px 3px 4px #ccc;
  297. -webkit-box-shadow: 3px 3px 4px #ccc;
  298. box-shadow: 3px 3px 4px #ccc;
  299. }
  300. .credit {
  301. position:fixed;
  302. z-index:999;
  303. bottom:0px;
  304. right:0px;
  305. padding:7px;
  306. font-size:40px;
  307. line-height:40px;
  308. }
  309. blockquote {
  310. background:#000;
  311. color:#fff;
  312. margin-left:20px;
  313. margin-right:10px;
  314. padding:5px;
  315. }
  316. ol.notes {
  317. padding: 0px;
  318. margin: 25px 0px;
  319. list-style-type: none;
  320. border-bottom: solid 1px #ccc;
  321. }
  322. ol.notes li.note {
  323. border-top: solid 1px #ccc;
  324. padding: 6px;
  325. }
  326. .quote{
  327. font-size: 26px;
  328. float: left;
  329. margin: 6px;
  330. color: {color:Link};
  331. }
  332. .playa {
  333. width:280px;
  334. background:#fff;
  335. margin-top:45%;
  336. position:absolute;
  337. }
  338. .entry #artist {
  339. width:284px;height:4px;text-align:center;background:#fff;z-index:98;position:absolute;opacity:0;bottom:22px;left:0px;padding:3px;line-height:17px;
  340. color:black;padding-left:3px;padding-right:3px;text-transform:uppercase;-webkit-transition: all .5s ease-in-out;-moz-transition: all .5s ease-in-out;transition: all .5s ease-in-out;}
  341. .entry:hover #artist{opacity:1;height:14px;-webkit-transition: all .5s ease-in-out;-moz-transition: all .5s ease-in-out;transition: all .5s ease-in-out;}
  342.  
  343. .bubble {
  344. align:right;background: #d5d0d0; margin:7px 0px 5px 66px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
  345.  
  346. .bubble p {margin:1px 0px;}
  347.  
  348. .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid #d5d0d0;}
  349.  
  350. .askborder {float: left;margin: 1px 4px 0 0;padding: 2px; background: #f7f7f7}
  351.  
  352. #pagination {display:none;}
  353. .infinitescroll {display:none;}
  354.  
  355. </style>
  356.  
  357. <title>{Title}</title>
  358. <link rel="shortcut icon" href="{Favicon}">
  359. <meta name="viewport" content="width=800" />
  360.  
  361. {block:IndexPage}
  362. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  363. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  364.  
  365. <script type="text/javascript">
  366. $(window).load(function () {
  367. var $content = $('#posts');
  368. $content.masonry({itemSelector: '.entry'}),
  369. $content.infinitescroll({
  370. navSelector : 'div#pagination',
  371. nextSelector : 'div#pagination a#nextPage',
  372. itemSelector : '.entry',
  373. loading: {
  374. finishedMsg: '',
  375. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  376. },
  377. bufferPx : 600,
  378. debug : false,
  379. },
  380. // call masonry as a callback.
  381. function( newElements ) {
  382. var $newElems = $( newElements );
  383. $newElems.hide();
  384. // ensure that images load before adding to masonry layout
  385. $newElems.imagesLoaded(function(){
  386. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  387.  
  388.  
  389. });
  390. });
  391. });
  392. </script>
  393.  
  394. {/block:IndexPage}
  395.  
  396. </head>
  397.  
  398. <body>
  399.  
  400. {block:iffullscreenbackground}<div id="bg"><img src="{image:Background}"></div>{/block:iffullscreenbackground}
  401.  
  402. <div id="content">
  403.  
  404. <div class="credit"><a href="http://oasal.tumblr.com"><img src="http://static.tumblr.com/cs9z8nu/fkDmbyfvp/tumblr_mbao3b14mh1rux83o.gif" width=25px></a></div>
  405.  
  406. <div id="header">
  407. <div class="blogtitle">{Title}</div>
  408. <div style="margin-left:300px;line-height:2px;">{description}</div>
  409. <div style="margin-left:375px;line-height:30px;">
  410. <a href="/">home</a> &middot
  411. <a href="/ask">mail</a>
  412. {block:IfLinkOneTitle} &middot <a href="{text:Link One}">{text:Link One Title}</a>{/block:ifLinkOneTitle}
  413. {block:IfLinkTwoTitle} &middot <a href="{text:Link Two}">{text:Link Two Title}</a>{/block:ifLinkTwoTitle}
  414. {block:IfLinkThreeTitle} &middot <a href="{text:Link Three}">{text:Link Three Title}</a>{/block:ifLinkThreeTitle}
  415. {block:IfLinkFourTitle} &middot <a href="{text:Link Four}">{text:Link Four Title}</a>{/block:ifLinkFourTitle}
  416. {block:IfLinkFiveTitle} &middot <a href="{text:Link Five}">{text:Link Five Title}</a>{/block:ifLinkFiveTitle} &middot
  417. <a href="http://oasal.tumblr.com">theme</a>
  418. </div>
  419. </div>
  420.  
  421. <div id="posts">
  422. {block:Posts}
  423. <div class="entry">
  424.  
  425. {block:Text}
  426. <div style="background:#fff;padding:10px;">
  427. {block:Title}<div id="title">{Title}</div>{/block:Title}
  428. {Body}
  429. {block:IndexPage}
  430. <div class="perm">
  431. <a href="{Permalink}">POSTED {TimeAgo} WITH {NoteCountWithLabel}</a></div>
  432. {/block:IndexPage}
  433. </div>
  434. {/block:Text}
  435.  
  436. {block:Link}
  437. <div style="background:#fff;padding:10px;">
  438. <a href="{URL}" id="title">{Name}</a>
  439. {block:Description}{Description}{/block:Description}
  440. {block:IndexPage}
  441. <div class="perm">
  442. <a href="{Permalink}">POSTED {TimeAgo} WITH {NoteCountWithLabel}</a></div>
  443. {/block:IndexPage}
  444. </div>
  445. {block:Link}
  446.  
  447. {block:Photo}
  448. {block:IndexPage}
  449. <div class="perma">
  450. <div class="likep">
  451. <a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a>
  452. </div>
  453. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="24"/></a>
  454. </div>
  455. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div> </div>
  456. {/block:IndexPage}
  457. {block:IndexPage}{LinkOpenTag}
  458. <a href="{permalink}"><img class="entryimg" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="300px" />
  459. </a>{LinkCloseTag}
  460. {/block:IndexPage}
  461. {block:PermalinkPage}
  462. <div style="background:#fff;top:60px;padding:10px;width:400px;position:fixed;">
  463. <a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="400px"/></a>
  464. </div>
  465. {/block:PermalinkPage}
  466. {/block:Photo}
  467.  
  468. {block:Photoset}
  469. <div style="background:#fff;padding:10px;">
  470. <center><div style="width:280px;height:auto; overflow:hidden;">{Photoset-250}</div></center>
  471. {block:Caption}{Caption}{/block:Caption}
  472. {block:IndexPage}
  473. <div class="perm">
  474. <a href="{Permalink}">POSTED {TimeAgo} WITH {NoteCountWithLabel}</a></div>
  475. {/block:IndexPage}
  476. </div>{/block:Photoset}
  477.  
  478. {block:Quote}
  479. <div style="background:#fff;padding:10px;">
  480. <div class="quote">❝</div>
  481. {Quote}
  482. <div align="right"> – {block:Source}{Source}{/block:Source}</div>
  483. {block:IndexPage}
  484. <div class="perm">
  485. <a href="{Permalink}">POSTED {TimeAgo} WITH {NoteCountWithLabel}</a></div>
  486. {/block:IndexPage}
  487. </div>
  488. {/block:Quote}
  489.  
  490. {block:Audio}
  491. <div style="background:#fff;padding:10px;">
  492. <div class="playa">{AudioPlayerWhite}</div>
  493. {block:AlbumArt}<img width="280px" src="{AlbumArtURL}"/>{/block:AlbumArt}
  494. <div id="artist">
  495. <b>{block:Artist}{Artist}{/block:Artist}</b>
  496. {block:TrackName}{TrackName}{/block:TrackName}
  497. </div>
  498. {block:IndexPage}
  499. <div class="perm">
  500. <a href="{Permalink}">POSTED {TimeAgo} WITH {NoteCountWithLabel}</a></div>
  501. {/block:IndexPage}
  502. </div>
  503. {/block:Audio}
  504.  
  505. {block:Chat}
  506. <div style="background:#fff;padding:10px;">
  507. {block:Title}<div id="title">{Title}</div>{/block:Title}
  508. <ul class="chat">
  509. {block:Lines}
  510. <li class="user_{UserNumber}">
  511. {block:Label}
  512. <span class="label">{Label}</span>
  513. {/block:Label}
  514. {Line}
  515. </li>
  516. {/block:Lines}
  517. </ul>
  518. {block:IndexPage}
  519. <div class="perm">
  520. <a href="{Permalink}">POSTED {TimeAgo} WITH {NoteCountWithLabel}</a></div>
  521. {/block:IndexPage}
  522. </div>
  523. {/block:Chat}
  524.  
  525. {block:Answer}<img src="{AskerPortraitURL-48}" align="left" class="askborder"><div class="bubble"><span></span>{Asker}: {Question}&nbsp;</div>{Answer} {block:indexpage}{block:IndexPage}
  526. <div class="perm">
  527. <a href="{Permalink}">POSTED {TimeAgo} WITH {NoteCountWithLabel}</a></div>
  528. {/block:IndexPage}{/block:Answer}
  529.  
  530. </div>
  531. {block:PermalinkPage}
  532. {block:PostNotes}<div class="caption">
  533. <center>
  534. {block:Caption}{Caption}{/block:Caption}
  535. {block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}<br>{/block:NoteCount}
  536. {block:RebloggedFrom}<b>source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> | <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br>{/block:RebloggedFrom}
  537. {block:HasTags}<b>tags »</b> {block:Tags}<a href="{TagURL}">#{Tag}</a> <br>{/block:Tags}{/block:hasTags}
  538. </center>
  539. {PostNotes}</div>{/block:PostNotes}
  540. {/block:PermalinkPage}
  541. {/block:Posts}
  542. </div>
  543. </div>
  544. {block:IndexPage}<br>
  545. {block:Pagination}
  546. <div id="pagination">
  547. {block:NextPage}
  548. <a id="nextPage" href="{NextPage}">next</a>
  549. {/block:NextPage}
  550. {block:PreviousPage}
  551. <a href="{PreviousPage}">back</a>
  552. {/block:PreviousPage}
  553. </div>
  554. {/block:Pagination}
  555. {/block:IndexPage}
  556. </div>
  557.  
  558. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/UYAm6i0bc/like.js"></script>
  559. <iframe id="likeiframe" style="width:0px;height:0px;display:none;"></iframe>
  560. </body>
  561. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement