Advertisement
elia-themes

Water #1- Elia Themes

Sep 22nd, 2014
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.91 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3.  
  4. <!---------------------------------
  5. _______ _ __________ ___
  6. |_______| | | |____ ____| | |
  7. |_____ | | | | |_____|
  8. |_____| | | | | |_______|
  9. |_______ | |_____ ____| |____ | |
  10. |_______| |_______| |___________| | |
  11.  
  12. theme-elia.tumblr.com.
  13. please keep the credit or i wil report you.
  14. ---------------------------------->
  15. <head>
  16.  
  17. <script type="text/javascript"
  18. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  19.  
  20. <meta name="color:Background" content="#fafafa"/>
  21. <meta name="color:Header Background" content="#fafafa"/>
  22. <meta name="color:Text" content="#030303"/>
  23. <meta name="color:Links" content="#030303"/>
  24. <meta name="color:Links Hover" content="#dab4f1"/>
  25. <meta name="color:Posts Background" content="#fff"/>
  26.  
  27. <meta name="image:Header Background" content=""/>
  28. <meta name="image:Background" content=""/>
  29. <meta name="image:Posts Background" content=""/>
  30. <meta name="image:Banner" content=""/>
  31.  
  32. <meta name="if:custom scrollbar" content="1"/>
  33. <meta name="if:click title for description" content="1"/>
  34. <meta name="if:show Banner" content="0"/>
  35.  
  36. <meta name="text:Link One Title" content="link 1" />
  37. <meta name="text:Link One" content="" />
  38. <meta name="text:Link Two Title" content="link 2" />
  39. <meta name="text:Link Two" content="" />
  40. <meta name="text:Link Three Title" content="link 3" />
  41. <meta name="text:Link Three" content="" />
  42. <meta name="text:Link Four Title" content="link 4" />
  43. <meta name="text:Link Four" content="" />
  44.  
  45. <script>
  46. $(document).ready(function(){
  47. $(".information").hide();
  48. $(".blogtitle").click(function(){
  49. $('.information').slideToggle("fast");
  50. return true;
  51. });
  52. });
  53. </script>
  54.  
  55. <style type="text/css">
  56.  
  57. @import url(http://fonts.googleapis.com/css?family=Syncopate);
  58.  
  59. @import url(http://fonts.googleapis.com/css?family=Short+Stack);
  60.  
  61. @font-face{font-family:'overthinking mh';src:url('http://static.tumblr.com/7qdgtio/7qBm5wm8g/jennasue.ttf');}
  62.  
  63. #tumblr_controls{
  64. position:fixed !important;
  65. }
  66.  
  67. .wrapper {
  68. margin: 0px auto;
  69. width: 900px;
  70. }
  71.  
  72. .header {
  73. float: center;
  74. width: 100%;
  75. }
  76.  
  77. .left {
  78. float: left;
  79. margin-right: 20px;
  80. width: 802px;
  81. }
  82.  
  83. body {
  84. position: relative;
  85. padding: 10px;
  86. margin: 0px;
  87. float: center;
  88. color:{color:text};
  89. font-family:georgia;
  90. font-size:13px;
  91. background-color: {color:Background};
  92. background-image:url({image:Background});
  93. background-attachment: fixed;
  94. background-repeat: repeat;
  95. }
  96.  
  97.  
  98. a:link, a:active, a:visited{
  99. color:{color:Links};
  100. text-decoration: none;
  101. -webkit-transition: color 0.4s ease-out;
  102. -moz-transition: color 0.4s ease-out;
  103. -webkit-transition: all 0.2s linear;
  104. -webkit-transition: all 0.2s linear;
  105. -moz-transition: all 0.2s linear;
  106. transition: all 0.2s linear;
  107. }
  108.  
  109. a:hover{
  110. color:{color:Links Hover};
  111. -webkit-transition: color 0.4s ease-out;
  112. -moz-transition: color 0.4s ease-out;
  113. -webkit-transition: all 0.2s linear;
  114. -webkit-transition: all 0.2s linear;
  115. -moz-transition: all 0.2s linear;
  116. transition: all 0.2s linear;
  117. }
  118.  
  119. #javascript-scroll{
  120. position:fixed;
  121. -webkit-filter: invert(100%);
  122. opacity: 0.7;
  123. top:27px;
  124. right:5px;
  125. height:auto;
  126. text-transform:uppercase;
  127. background: transparent;
  128. width:auto;
  129. z-index: 9999;
  130. border-radius: 5px;
  131. }
  132.  
  133. #header {
  134. z-index:999999999999999;
  135. text-align:center;
  136. line-height: 13px;
  137. font-size:13px;
  138. font-family: 'Short Stack', cursive;
  139. color: {color:text};
  140. opacity:0.6;
  141. overflow:hidden;
  142. background-color:white;
  143. background-image:url({image:Header Background});
  144. background-attachment: fixed;
  145. background-repeat: repeat;
  146. background-color: {color:Header Background};
  147. background-size:100%;
  148. width:426px;
  149. margin-left:440px;
  150. height:auto;
  151. margin-top:8px;
  152. padding:15px;
  153. padding-bottom:7px;
  154. border: 1px solid #cccccc;
  155. -webkit-animation:fadeInDownBig
  156. -moz-animation:fadeInDownBig 3s;
  157. -ms-animation:fadeInDownBig 3s;
  158. -webkit-transition: all 0.5s ease;
  159. -moz-transition: all 0.5s ease;
  160. -o-transition: all 0.5s ease;
  161. }
  162.  
  163.  
  164. #posts {
  165. float:center;
  166. padding-left: 6px;
  167. padding-right: 140px;
  168. top:0px;
  169. margin-top:5px;
  170. width:1000px;
  171. background: transparent;
  172. margin-left:240px;
  173. }
  174.  
  175.  
  176. .entry {
  177. overflow: hidden;
  178. float: center;
  179. margin: 4px;
  180. padding: 6px;
  181. padding-bottom:4px;
  182. border: 1px solid #cccccc;
  183. text-align: justify;
  184. background-color: {color:Posts Background};
  185. background-image:URL({image:Posts Background});
  186. font-family: georgia;
  187. font-size: 12px;
  188. line-height:12px;
  189. letter-spacing:1px;
  190. {block:IndexPage}
  191. width:250px;
  192. {/block:IndexPage}
  193. {block:PermalinkPage}
  194. margin-top:50px;
  195. margin-left:220px;
  196. width:400px;
  197. {/block:PermalinkPage}
  198. -o-border-radius: 3px
  199. }
  200.  
  201.  
  202. .entry .perma{
  203. position:absolute;
  204. width:auto;
  205. height:15px;
  206. padding-top:2px;
  207. margin-left: 0px;
  208. margin-top: 0px;
  209. font-family: 'Happy Monkey'
  210. text-transform: uppercase;
  211. font-size: 8px;
  212. line-height:14px;
  213. text-align:center;
  214. padding-left: 10px;
  215. padding-right: 10px;
  216. opacity:0.0;
  217. -webkit-transition: all 0.3s linear;
  218. -moz-transition: all 0.3s linear;
  219. transition: all 0.3s linear;
  220. }
  221.  
  222. .entry:hover .perma{
  223. overflow:visible;
  224. -webkit-transition: opacity 0.5s linear; opacity: 0.6;
  225. transition: all 0.4s linear;
  226. margin-left: 6px;
  227. width: auto;
  228. height: 15px;
  229. margin-top: 6px;
  230. padding-left: 10px;
  231. padding-right: 10px;
  232. }
  233.  
  234. .entry:hover .perma:hover{
  235. opacity: 1;
  236. padding-top:2px;
  237. height: 15px;
  238. width: auto;
  239. padding-left: 10px;
  240. }
  241.  
  242. .entry .perma2{
  243. position:absolute;
  244. width:auto;
  245. height:15px;
  246. padding-top:2px;
  247. background-color:#fff;
  248. overflow:hidden;
  249. margin-top: 0px;
  250. font-family: littlefont;
  251. text-transform: uppercase;
  252. font-size: 8px;
  253. line-height:17px;
  254. text-align:center;
  255. padding-right: 0px;
  256. opacity:0.0;
  257. padding-left: 10px;
  258. padding-right: 10px;
  259. }
  260.  
  261. .entry:hover .perma2{
  262. overflow:visible;
  263. -webkit-transition: opacity 0.5s linear; opacity: 0.6;
  264. transition: all 0.4s linear;
  265. right: 6px;
  266. width: auto;
  267. height: 15px;
  268. margin-top: 6px;
  269. padding-left: 10px;
  270. padding-right: 10px;
  271. }
  272.  
  273. .entry:hover .perma2:hover{
  274. opacity: 1;
  275. padding-top:2px;
  276. height: 15px;
  277. width: auto;
  278. padding-left: 10px;
  279. padding-right:10px;
  280. -webkit-transition: all 0.5s linear;
  281. -moz-transition: all 0.5s linear;
  282. transition: all 0.5s linear;
  283. }
  284.  
  285.  
  286.  
  287. .perm{
  288. margin-top: 0px;
  289. font-family: 'Happy Monkey', cursive;
  290. font-size: 8px;
  291. line-height: 0px;
  292. text-align:center;
  293. background-color: ;
  294. text-transform: uppercase;
  295. }
  296.  
  297.  
  298. .entry .perm{
  299. opacity: 0;
  300. width: 300px;
  301. margin-top: -14px;
  302. padding-top: 6px;
  303. text-align:center;
  304. position:absolute;
  305. -webkit-transition: all 0.4s linear;
  306. }
  307.  
  308. .entry:hover .perm{
  309. overflow:visible;
  310. text-align:center;
  311. opacity: 0.8;
  312. -webkit-transition: all 0.4s linear;
  313. }
  314.  
  315. .information {text-align:center;
  316. line-height: 13px;
  317. padding-bottom:10px;
  318. font-size:13px;
  319. font-family: 'Short Stack', cursive;
  320. }
  321.  
  322. blockquote{
  323. padding:0px 0px 2px 5px;
  324. margin:0px 0px 2px 1px;
  325. border-left: 1px solid #130C11;}
  326. blockquote p, ul{margin:0px; padding:0px;}
  327.  
  328. .title{
  329. font-family: georgia;
  330. font-size: 17px;
  331. line-height:11px;
  332. color: black;
  333. font-weight: normal;
  334. }
  335.  
  336. .blogtitle{
  337. font-family: 'overthinking mh';
  338. font-size:40px;
  339. line-height:35px;
  340. color: {color:Title};
  341. letter-spacing: 0px;
  342. font-weight: normal;
  343. padding:0px 0px 0px 0px;
  344. }
  345.  
  346.  
  347. .link {
  348. font-size:13px;
  349. letter-spacing:0px;
  350. text-align: center;
  351. line-height:32px;
  352. margin:4px;
  353. font-family: 'Syncopate', sans-serif;
  354. color:{color:Links};
  355. text-transform:uppercase;
  356. width:auto;
  357. background-color:transparent;
  358. padding:7px;
  359. }
  360.  
  361. blockquote{
  362. padding:0px 0px 2px 5px;
  363. margin:0px 0px 2px 10px;
  364. border-left: 1px dotted #555555;
  365. }
  366.  
  367. iframe, img, embed, object, video {
  368. max-width: 100%;
  369. }
  370. img {
  371. height: auto;
  372. width: auto;
  373. }
  374. article {
  375. width: 41.5%;
  376. margin: 0 10px;
  377. }
  378.  
  379. {CustomCSS}
  380.  
  381. {block:ifcustomscrollbar}
  382. ::-webkit-scrollbar { width: 8px; height: 4px; }
  383. ::-webkit-scrollbar-button:start:decrement,
  384. ::-webkit-scrollbar-button:end:increment { height: 0px; display: block; background: #fff; }
  385. ::-webkit-scrollbar-track-piece { background: #fff; }
  386. ::-webkit-scrollbar-thumb {height: 50px; background-color: #000; }
  387. {/block:ifcustomscrollbar}
  388.  
  389. </style>
  390.  
  391. {block:IndexPage}
  392. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  393. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  394.  
  395. <script type="text/javascript">
  396. $(window).load(function () {
  397. var $content = $('#posts');
  398. $content.masonry({itemSelector: '.entry'}),
  399. $content.infinitescroll({
  400. navSelector : 'div#pagination',
  401. nextSelector : 'div#pagination a#nextPage',
  402. itemSelector : '.entry',
  403. loading: {
  404. finishedMsg: '',
  405. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  406. },
  407. bufferPx : 600,
  408. debug : false,
  409. },
  410. // call masonry as a callback.
  411. function( newElements ) {
  412. var $newElems = $( newElements );
  413. $newElems.hide();
  414. // ensure that images load before adding to masonry layout
  415. $newElems.imagesLoaded(function(){
  416. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  417.  
  418.  
  419. });
  420. });
  421. });
  422. </script>
  423.  
  424. {/block:IndexPage}
  425.  
  426. <title>{title}</title>
  427.  
  428. <link rel="shortcut icon" href="{Favicon}">
  429. <meta name="viewport" content="width=820" />
  430.  
  431. </head>
  432. <body>
  433.  
  434. <div id="header">
  435.  
  436. {block:ifclicktitlefordescription}
  437. {block:ifshowBanner}
  438. <img style="max-width:400px; max-height:auto" src="{image:Banner}"/>
  439. {/block:ifshowBanner}
  440. {block:ifNOTshowBanner}<div class="blogtitle">{Title}</div>
  441. {/block:ifNOTshowBanner}
  442. <div class="information"><br>{Description}</div>
  443. {/block:ifclicktitlefordescription}
  444.  
  445. {block:ifnotclicktitlefordescription}
  446. {block:ifshowBanner}
  447. <img style="max-width:400px; max-height:auto" src="{image:Banner}"/>
  448. {/block:ifshowBanner}
  449. {block:ifNOTshowBanner}<div class="blogtitle">{Title}</div>
  450. {/block:ifNOTshowBanner}
  451. <br>{Description}<br><br>
  452. {/block:ifnotclicktitlefordescription}
  453.  
  454. <center>
  455.  
  456.  
  457. <a href="/" class= "link">home</a>
  458. <a href="/ask" class= "link">message</a>
  459. {block:ifLinkOne}<a href="{text:Link One}" class= "link">{text:Link One Title}</a>{/block:ifLinkOne}
  460. {block:ifLinkTwo}<a href="{text:Link Two}" class= "link" >{text:Link Two Title}</a>{/block:ifLinkTwo}
  461. {block:ifLinkThree}<a href="{text:Link Three}" class= "link">{text:Link Three Title}</a> {/block:ifLinkThree}
  462. {block:ifLinkFour} <a href="{text:Link Four}" class= "link">{text:Link Four Title}</a>{/block:ifLinkFour}
  463. {block:HasPages} {block:Pages} <a href="{URL}" class= "link">{Label}</a> {/block:Pages} {/block:HasPages}
  464. <a href="http://theme-elia.tumblr.com/" class= "link">theme</a></span></div>
  465.  
  466. </div></div>
  467.  
  468. <div id="javascript-scroll"><a target="blank" href="http://www.theme-elia.tumblr.com"><img src="http://i50.tinypic.com/3325qp0.png"></a></div>
  469.  
  470. <div class="left">
  471.  
  472. <div id="posts">
  473.  
  474. {block:Posts}
  475.  
  476. <div class="entry">
  477.  
  478. {block:Text}<strong>{block:Title}<span class="title">{Title}</span>{/block:Title}</strong><span class="entrytext">{Body}<br>{block:IndexPage}<span class="perm"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a> | <a href="{permalink}"><a href="{ReblogURL}" target="_blank">REBLOG</a>{/block:IndexPage}{/block:text}
  479.  
  480. {block:Photo}
  481. {block:IndexPage}
  482. <div class="perma">
  483. <a href="{permalink}"><a href="{ReblogURL}" target="_blank"><img src="http://assets.tumblr.com/images/iframe_reblog_alpha.png?621"></a></div>
  484. {/block:IndexPage}
  485. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="250"/></a></div>{LinkCloseTag}
  486. {/block:IndexPage}
  487. {block:PermalinkPage}<center>{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="400"/></a>{LinkCloseTag}{/block:PermalinkPage}</center>
  488. {/block:Photo}
  489.  
  490. {block:Photoset}
  491. {block:IndexPage}
  492. <div class="perma">
  493. <a href="{permalink}">{NoteCount} Notes</a><a href="{ReblogURL}" target="_blank">Reblog</a></div>
  494. {/block:IndexPage}
  495. <center>{Photoset-250}</center></span>
  496. {/block:Photoset}
  497.  
  498. {block:Link}<a href="{URL}" class="title">{Name}</a><br><br>{block:Description}{Description}{/block:Description}<br>{block:IndexPage}<span class="perm"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a> | <a href="{permalink}"><a href="{ReblogURL}" target="_blank">REBLOG</a>{/block:IndexPage}{/block:link}
  499.  
  500. {block:Answer}
  501. <div class="ask">{Asker} asked: <b>{Question}</b></div>
  502. {Answer}<br>
  503. {block:IndexPage}<span class="perm"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a>{/block:IndexPage}
  504. {/block:Answer}
  505.  
  506. {block:Quote}<span class="title">"{Quote}"</span>{block:Source}<i> - {Source}</i>{/block:Source}<br><br><br>{block:IndexPage}<span class="perm"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a> | <a href="{permalink}"><a href="{ReblogURL}" target="_blank">REBLOG</a>{/block:IndexPage}{/block:Quote}
  507.  
  508. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label"><b>{Label}</b></span>{/block:Label}{Line}</li>{/block:Lines}</ul>
  509. {block:IndexPage}<br>
  510. <span class="perm"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a> | <a href="{permalink}"><a href="{ReblogURL}" target="_blank">REBLOG</a>
  511. {block:IndexPage}
  512. {/block:Chat}
  513.  
  514.  
  515. {Line}
  516. </li>
  517. {/block:Lines}
  518. </ul>
  519. {/block:Chat}
  520.  
  521.  
  522. {block:Audio}
  523. <center><div style="width:300px; height:28px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
  524. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center><br><br>{block:IndexPage}<span class="perm"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a> | <a href="{permalink}"><a href="{ReblogURL}" target="_blank">REBLOG</a>{/block:IndexPage}
  525. {/block:Audio}
  526.  
  527. {block:Video}
  528. {block:IndexPage}
  529. {Video-250}
  530. <span class="perm"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a> | <a href="{permalink}"><a href="{ReblogURL}" target="_blank">REBLOG</a>
  531.  
  532. {/block:IndexPage}
  533. {block:PermalinkPage}
  534. <center>
  535. {Video-500}</center>
  536. {/block:PermalinkPage}
  537. {block:Video}
  538.  
  539. {block:PermalinkPage}
  540. <center>
  541. <br>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</center>
  542.  
  543.  
  544. {/block:PermalinkPage}
  545.  
  546.  
  547. {block:PostNotes}{PostNotes}
  548. {/block:PostNotes}
  549. </div>
  550.  
  551.  
  552. {/block:Posts}
  553. </div>
  554. </div>
  555. {block:IndexPage}
  556. {block:Pagination}
  557. <div id="pagination">
  558. {block:NextPage}
  559. <a id="nextPage" href="{NextPage}"></a>
  560. {/block:NextPage}
  561. {block:PreviousPage}
  562. <a href="{PreviousPage}"></a>
  563. {/block:PreviousPage}
  564. </div>
  565. {/block:Pagination}
  566. {/block:IndexPage}
  567. </div>
  568.  
  569. </body>
  570.  
  571. <div style="position:fixed; left:5px; bottom:5px; opacity:0.8;"> <a href="http://theme-elia.tumblr.com/" title="elia themes"><img src="http://i59.tinypic.com/w9k5lj.jpg" width="35"></a></div>
  572.  
  573. <html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement