Advertisement
konstantina

Natalia Theme by perfectic (with sidebar)

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