Advertisement
konstantina

Natalia Theme by perfectic

Jan 13th, 2013
21,393
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 13.80 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. Natalia Theme
  10.  
  11. personal: perfectic.tumblr.com
  12. themes: perfecticthemes.tumblr.com
  13.  
  14. please don't remove the credit.
  15. if you do, i'll report you.
  16.  
  17. ---------------------------------->
  18.  
  19. <head>
  20.  
  21. <script type="text/javascript"
  22. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  23.  
  24. <meta name="color:Background" content="#fafafa"/>
  25. <meta name="color:Header Background" content="#fff"/>
  26. <meta name="color:Text" content="#030303"/>
  27. <meta name="color:Links" content="#000"/>
  28. <meta name="color:Links Hover" content="#4e4c4c"/>
  29. <meta name="color:Blogtitle" content="#000"/>
  30. <meta name="color:Description" content="#fff"/>
  31. <meta name="color:Posts Border" content="#000"/>
  32. <meta name="color:Posts Border Hover" content="#fff"/>
  33. <meta name="color:Navigation Links" content="#fff"/>
  34. <meta name="color:Asker Url" content="#ca6b6b"/>
  35.  
  36. <meta name="image:Background" content=""/>
  37. <meta name="image:Banner" content=""/>
  38.  
  39. <meta name="if:show Banner" content=""/>
  40.  
  41. <meta name="text:Link One Title" content="link 1" />
  42. <meta name="text:Link One" content="" />
  43. <meta name="text:Link Two Title" content="link 2" />
  44. <meta name="text:Link Two" content="" />
  45. <meta name="text:Link Three Title" content="link 3" />
  46. <meta name="text:Link Three" content="" />
  47. <meta name="text:Link Four Title" content="link 4" />
  48. <meta name="text:Link Four" content="" />
  49. <meta name="text:Link Five Title" content="link 5" />
  50. <meta name="text:Link Five" content="" />
  51. <meta name="text:Link Six Title" content="link 6" />
  52. <meta name="text:Link Six" content="" />
  53.  
  54. <link href='http://fonts.googleapis.com/css?family=Ubuntu:300' rel='stylesheet' type='text/css'>
  55.  
  56. <style type="text/css">
  57.  
  58. @font-face{font-family:'kg overthinking mh';src:url('http://static.tumblr.com/hcocigh/G6xm6xmov/signerica_thin.ttf');}
  59.  
  60. @font-face { font-family: pixie; src: url('http://static.tumblr.com/fxpo5zq/a8Em6bgnk/lekton-regular.ttf'); }
  61.  
  62. #tumblr_controls{
  63. position:fixed!important;
  64. -webkit-filter: invert(100%)
  65. }
  66.  
  67.  
  68. .wrapper {
  69. margin: 0px auto;
  70. width: 100%;
  71. }
  72.  
  73. .header {
  74. float: center;
  75. width: 100%;
  76. }
  77.  
  78. body {
  79. position: relative;
  80. padding: 10px;
  81. margin: 0px;
  82. float: center;
  83. background-color: {color:Background};
  84. background-image:url({image:Background});
  85. background-attachment:fixed;
  86. background-repeat:repeat;
  87. background-size:cover;
  88. }
  89.  
  90. a:link, a:active, a:visited{
  91. color:{color:Links};
  92. text-decoration: none;
  93. -webkit-transition: color 0.4s ease-out;
  94. -moz-transition: color 0.4s ease-out;
  95. }
  96.  
  97. a:hover{
  98. text-decoration:line-through;
  99. color:{color:Links Hover};
  100. -webkit-transition: color 0.4s ease-out;
  101. -moz-transition: color 0.4s ease-out;
  102. -webkit-transition: all 0.2s linear;
  103. -webkit-transition: all 0.2s linear;
  104. -moz-transition: all 0.2s linear;
  105. transition: all 0.2s linear;
  106. }
  107.  
  108. #posts {
  109. float:center;
  110. margin-top:80px;
  111. width:100%;
  112. margin-left:5px;
  113. {block:ifshowBanner}
  114. margin-top:105px;
  115. {/block:ifshowBanner}
  116. }
  117.  
  118. .entry {
  119. width:205px;
  120. overflow: visible;
  121. float: center;
  122. margin: 10px;
  123. padding: 10px;
  124. padding-bottom:13px;
  125. text-align: justify;
  126. font-family:ubuntu;
  127. font-size: 14px;
  128. line-height:13px;
  129. letter-spacing:0.5px;
  130. opacity:0.9;
  131. border:1px solid {color:Posts Border};
  132. color:{color:Text};
  133. -webkit-transition: all 0.8s ease-out;
  134. -moz-transition: all 0.8s ease-out;
  135. transition: all 0.8s ease-out;
  136. {block:PermalinkPage}
  137. margin-left:420px;
  138. margin-top:80px;
  139. width:400px;
  140. {/block:PermalinkPage}
  141. }
  142.  
  143. #header {
  144. position:fixed;
  145. height: auto;
  146. width: 100%;
  147. left:0px;
  148. top:0px;
  149. z-index:100;
  150. text-align: center;
  151. padding: 25px;
  152. border-bottom:10px solid #000;
  153. background-color: {color:Header Background};
  154. {block:ifshowBanner}
  155. padding:0px;
  156. {/block:ifshowBanner}
  157. }
  158.  
  159. #linkbar {
  160. position:fixed;
  161. height: 100px;
  162. width: 100%;
  163. left:0px;
  164. z-index:99;
  165. bottom:-80px;
  166. text-align: center;
  167. padding: 3px;
  168. padding-bottom:5px;
  169. z-index:99999999;
  170. color: {color:text};
  171. background-color: black;
  172. -webkit-transition: all 0.8s ease-out;
  173. -moz-transition: all 0.8s ease-out;
  174. transition: all 0.8s ease-out;
  175. }
  176.  
  177. #linkbar:hover {
  178. bottom:-7px;
  179. -webkit-transition: all 0.8s ease-out;
  180. -moz-transition: all 0.8s ease-out;
  181. transition: all 0.8s ease-out;
  182. }
  183.  
  184. .title{
  185. font-family: 'pixie';
  186. font-size: 18px;
  187. line-height:13px;
  188. font-weight:400;
  189. color: {color:Text};
  190. }
  191.  
  192. .blogtitle {
  193. font-family:'kg overthinking mh';
  194. line-height: 22px;
  195. padding:7px;
  196. letter-spacing: 2px;
  197. font-weight: normal;
  198. text-transform:lowercase;
  199. font-size:35px;
  200. color: {color:Blogtitle};
  201. font-size:35px;
  202. text-shadow:2px 5px 5px #000;    
  203. }
  204.  
  205.  
  206. .blogtitle:hover {
  207. text-decoration:none;
  208. }
  209.  
  210. .nav a {
  211. font-family:'consolas';
  212. font-size:14px;
  213. line-height:13px;
  214. border-bottom: 2px solid {color:Navigation Links};
  215. text-transform:uppercase;
  216. margin-left:20px;
  217. color:{color:Navigation Links};
  218. }
  219.  
  220. .desc a {
  221. font-family:'pixie';
  222. font-size:15px;
  223. line-height:13px;
  224. margin-left:20px;
  225. text-shadow:0px 1px 1px #fff;
  226. color:{color:Description};
  227. }
  228.  
  229. .desc:hover a {
  230. -webkit-transition: color 0.4s ease-out;
  231. -moz-transition: color 0.4s ease-out;
  232. -webkit-transition: all 0.2s linear;
  233. -webkit-transition: all 0.2s linear;
  234. -moz-transition: all 0.2s linear;
  235. transition: all 0.2s linear;
  236. }
  237.  
  238. .asker a {
  239. font-family:pixie;
  240. text-transform:uppercase;
  241. color:{color:Asker Url};
  242. }
  243.  
  244. .asker:hover a {
  245. color: {color:Links Hover};
  246. -webkit-transition: color 0.4s ease-out;
  247. -moz-transition: color 0.4s ease-out;
  248. -webkit-transition: all 0.2s linear;
  249. -webkit-transition: all 0.2s linear;
  250. -moz-transition: all 0.2s linear;
  251. transition: all 0.2s linear;
  252. }
  253.  
  254. .credit a {
  255. color:black;
  256. font-size: 11px;
  257. float: left;
  258. position: fixed;
  259. top: 24px;
  260. right: 5px;
  261. text-transform:lowercase;
  262. z-index:9999999999;
  263. font-family:ubuntu;
  264. border:1px dashed #000;
  265. padding:3px;
  266. }
  267.  
  268. #infscr-loading{
  269. bottom: -70px;
  270. position: absolute;
  271. left: 50%;
  272. margin-left:-8px;
  273. width:16px;
  274. height:11px;
  275. overflow:hidden;
  276. margin-bottom: 50px;
  277. }
  278.  
  279. .entry:hover {
  280. border:1px solid {color:Posts Border Hover};
  281. opacity:1;
  282. -webkit-transition: all 0.5s linear;
  283. -moz-transition: all 0.5s linear;
  284. transition: all 0.5s linear;
  285. }
  286.  
  287. .reblogbutton {
  288. position:absolute;
  289. height: auto;
  290. width: auto;
  291. padding:7px;
  292. padding-bottom:2px;
  293. padding-top:2px;
  294. overflow: hidden;
  295. text-align: left;
  296. font-size: 10px;
  297. font-family:'century gothic';
  298. line-height: 15px;
  299. opacity: 0;
  300. background-color: {color:Background};
  301. filter: alpha(opacity = 0);
  302. -webkit-transition: all 0.5s linear;
  303. -moz-transition: all 0.5s linear;
  304. transition: all 0.5s linear;
  305. }
  306.  
  307. .entry:hover .reblogbutton {
  308. opacity:1;
  309. bottom:-10px;
  310. font-family:'century gothic';
  311. filter: alpha(opacity = 90);
  312. -webkit-transition: all 0.5s linear;
  313. -moz-transition: all 0.5s linear;
  314. transition: all 0.5s linear;
  315. }
  316.  
  317.  
  318. ::-webkit-scrollbar { width: 3px; height: 4px; }
  319. ::-webkit-scrollbar-button:start:decrement,
  320. ::-webkit-scrollbar-button:end:increment  { height: 0px; display: block; background: #fff; }
  321. ::-webkit-scrollbar-track-piece  { background: #fff; }
  322. ::-webkit-scrollbar-thumb {height: 50px; background-color: #000; }
  323.  
  324. </style>
  325.  
  326. {block:IndexPage}
  327. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  328. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  329.  
  330. <script type="text/javascript">
  331. $(window).load(function () {
  332. var $content = $('#posts');
  333. $content.masonry({itemSelector: '.entry'}),
  334. $content.infinitescroll({
  335. navSelector : 'div#pagination',
  336. nextSelector : 'div#pagination a#nextPage',
  337. itemSelector : '.entry',
  338. loading: {
  339. finishedMsg: '',
  340. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  341. },
  342. bufferPx : 600,
  343. debug : false,
  344. },
  345. // call masonry as a callback.
  346. function( newElements ) {
  347. var $newElems = $( newElements );
  348. $newElems.hide();
  349. // ensure that images load before adding to masonry layout
  350. $newElems.imagesLoaded(function(){
  351. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  352.  
  353.  
  354. });
  355. });
  356. });
  357. </script>
  358.  
  359. {/block:IndexPage}
  360.  
  361.  
  362. <title>{title}</title>
  363.  
  364. <link rel="shortcut icon" href="{Favicon}">
  365. <meta name="viewport" content="width=820" />
  366.  
  367.  
  368. </head>
  369. <body>
  370.  
  371. <div id="header">
  372. {block:ifshowBanner}
  373. <a href="/"><img style="max-width:500px; max-height:100px" src="{image:Banner}"/></a>
  374. {/block:ifshowBanner}
  375. {block:ifNOTshowBanner}
  376. <a href="/"><span class="blogtitle">{Title}</span></a>
  377. {/block:ifNOTshowBanner}
  378. </div>
  379.  
  380. <div id="linkbar">
  381. <span class="nav">
  382. <a href="/">home</a>
  383. <a href="/ask">message</a>
  384. {block:ifLinkOne}<a href="{text:Link One}">{text:Link One Title}</a>{/block:ifLinkOne}
  385. {block:ifLinkTwo}<a href="{text:Link Two}"{text:Link Two Title}</a>{/block:ifLinkTwo}
  386. {block:ifLinkThree}<a href="{text:Link Three}">{text:Link Three Title}</a> {/block:ifLinkThree}
  387. {block:ifLinkFour} <a href="{text:Link Four}">{text:Link Four Title}</a>{/block:ifLinkFour}
  388. {block:ifLinkFive} <a href="{text:Link Five}">{text:Link Five Title}</a>{/block:ifLinkFive}
  389. {block:ifLinkSix} <a href="{text:Link Six}">{text:Link Six Title}</a>{/block:ifLinkSix}
  390. <a href="http://perfectic.tumblr.com/">theme</a>
  391. </span>
  392.  
  393. <span class="desc">
  394. <div style="color:{color:Description}; font-family:pixie">
  395. <p>{Description}</p>
  396. </div></span></div>
  397.  
  398. <div id="posts">
  399.  
  400. {block:Posts}
  401.  
  402. <div class="entry">
  403.  
  404. {block:Text}
  405. <strong>{block:Title}<span class="title">{Title}</span>{/block:Title}</strong>{Body}
  406. {block:IndexPage}
  407. <div class="reblogbutton">
  408. <div class="background"><div style="text-transform:uppercase;"><a href="{reblogurl}" target="_blank">REBLOG</a><a href="{permalink}">{notecountwithlabel}</a></div></div></div>
  409. {/block:IndexPage}
  410. {/block:text}
  411.  
  412. {block:Photo}
  413. {block:IndexPage}<div class="reblogbutton">
  414. <div class="background"><div style="text-transform:uppercase;"><a href="{reblogurl}" target="_blank">REBLOG</a><a href="{permalink}">{notecountwithlabel}</a></div></div></div>
  415. {LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a>{LinkCloseTag}
  416. {/block:IndexPage}
  417. {block:PermalinkPage}<center>{LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a>{LinkCloseTag}{/block:PermalinkPage}</center>
  418. {/block:Photo}
  419.  
  420. {block:Photoset}
  421. <center>{Photoset-250}</center>
  422. {block:IndexPage}
  423. <div class="reblogbutton">
  424. <div class="background"><div style="text-transform:uppercase;"><a href="{reblogurl}" target="_blank">REBLOG</a><a href="{permalink}">{notecountwithlabel}</a></div></div></div>
  425. {/block:IndexPage}
  426. {/block:Photoset}
  427.  
  428. {block:Link}
  429. <a href="{URL}" class="title">{Name}</a><br>{block:Description}{Description}{/block:Description}
  430. {block:IndexPage}
  431. <div class="reblogbutton">
  432. <div class="background"><div style="text-transform:uppercase;"><a href="{reblogurl}" target="_blank">REBLOG</a><a href="{permalink}">{notecountwithlabel}</a></div></div></div>
  433. {/block:IndexPage}
  434. {/block:link}
  435.  
  436. {block:Answer}
  437. <span class="asker">{Asker} :</span> <b>{Question}</b>
  438. {Answer}
  439. {block:IndexPage}
  440. <div class="reblogbutton">
  441. <div class="background"><div style="text-transform:uppercase;"><a href="{permalink}">{notecountwithlabel}</a></div></div></div>
  442. {/block:IndexPage}
  443. {/block:Answer}
  444.  
  445. {block:Quote}
  446. <span class="title">"{Quote}"</span>
  447. <br><br>{block:Source}<i> - {Source}</i>{/block:Source}<br>
  448. {block:IndexPage}
  449. <div class="reblogbutton">
  450. <div class="background"><div style="text-transform:uppercase;"><a href="{reblogurl}" target="_blank">REBLOG</a><a href="{permalink}">{notecountwithlabel}</a></div></div></div>
  451. {/block:IndexPage}
  452. {/block:Quote}
  453.  
  454. {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>
  455. {block:IndexPage}
  456. <div class="reblogbutton">
  457. <div class="background"><div style="text-transform:uppercase;"><a href="{reblogurl}" target="_blank">REBLOG</a><a href="{permalink}">{notecountwithlabel}</a></div></div></div>
  458. {/block:IndexPage}
  459. {/block:Chat}
  460.  
  461.  
  462. {Line}
  463. </li>
  464. {/block:Lines}
  465. </ul>
  466. {/block:Chat}
  467.  
  468.  
  469. {block:Audio}
  470. <center><div style="width:180px; height:28px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
  471. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center>{block:IndexPage}
  472. <div class="reblogbutton">
  473. <div class="background"><div style="text-transform:uppercase;"><a href="{reblogurl}" target="_blank">REBLOG</a><a href="{permalink}">{notecountwithlabel}</a></div></div></div>
  474. {/block:IndexPage}
  475. {/block:Audio}
  476.  
  477. {block:Video}
  478. {block:IndexPage}
  479. {Video-250}</center>
  480. <div class="reblogbutton">
  481. <div class="background"><div style="text-transform:uppercase;"><a href="{reblogurl}" target="_blank">REBLOG</a><a href="{permalink}">{notecountwithlabel}</a></div></div></div>
  482. {/block:IndexPage}
  483. {block:PermalinkPage}
  484. <center>
  485. {Video-500}</center>
  486. {/block:PermalinkPage}
  487. {block:Video}
  488.  
  489. {block:PermalinkPage}
  490. <center>
  491. <br>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</center>
  492.  
  493.  
  494. {/block:PermalinkPage}
  495.  
  496.  
  497. {block:PostNotes}{PostNotes}
  498. {/block:PostNotes}
  499. </div>
  500.  
  501. {/block:Posts}
  502. </div>
  503. </div>
  504. {block:IndexPage}
  505. {block:Pagination}
  506. <div id="pagination">
  507. {block:NextPage}
  508. <a id="nextPage" href="{NextPage}"></a>
  509. {/block:NextPage}
  510. {block:PreviousPage}
  511. <a href="{PreviousPage}"></a>
  512. {/block:PreviousPage}
  513. </div>
  514. {/block:Pagination}
  515. {/block:IndexPage}
  516. </div>
  517.  
  518.  
  519. </body>
  520.  
  521. <span class="credit">
  522. <a href="http://perfectic.tumblr.com/">perfectic theme</a>
  523. </span>
  524.  
  525. <html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement