Advertisement
konstantina

Loukia theme by perfectic (with sidebar image)

May 10th, 2013
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 16.34 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. Loukia 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:Text" content="#030303"/>
  26. <meta name="color:Links" content="#030303"/>
  27. <meta name="color:Links Hover" content="#dab4f1"/>
  28. <meta name="color:Blogtitle"content="#030303"/>
  29.  
  30. <meta name="image:Background" content=""/>
  31. <meta name="image:Sidebar Background" content=""/>
  32. <meta name="image:Sidebar Image" content=""/>
  33.  
  34. <meta name="if:custom scrollbar" content="1"/>
  35. <meta name="if:three columns" content="0"/>
  36.  
  37. <meta name="text:Link One Title" content="link 1" />
  38. <meta name="text:Link One" content="" />
  39. <meta name="text:Link Two Title" content="link 2" />
  40. <meta name="text:Link Two" content="" />
  41. <meta name="text:Link Three Title" content="link 3" />
  42. <meta name="text:Link Three" content="" />
  43. <meta name="text:Link Four Title" content="link 4" />
  44. <meta name="text:Link Four" content="" />
  45. <meta name="text:Link Five Title" content="link 5" />
  46. <meta name="text:Link Five" content="" />
  47. <meta name="text:Link Six Title" content="link 6" />
  48. <meta name="text:Link Six" content="" />
  49. <meta name="text:messagetext" content="Ask me anything!" />
  50. <meta name="text:Other" content="" />
  51.  
  52. <link href='http://fonts.googleapis.com/css?family=Lekton' rel='stylesheet' type='text/css'>
  53.  
  54.  
  55. <link href='http://fonts.googleapis.com/css?family=Happy+Monkey|Codystar' rel='stylesheet' type='text/css'>
  56.  
  57. <script type="text/javascript">
  58. // <![CDATA[
  59. var speed=100; // speed of wobbling, lower is faster
  60. var height=3; // height of wobbling in pixels
  61. var alink="/"; // page to link text to (set to ="" for no link)
  62.  
  63. /****************************
  64. * Wobbly Text Effect *
  65. *(c) 2003-6 mf2fm web-design*
  66. * http://www.mf2fm.com/rv *
  67. * DON'T EDIT BELOW THIS BOX *
  68. ****************************/
  69. var wobtxt, wobble, wobcnt=0;
  70. window.onload=function() { if (document.getElementById) {
  71. var i, wobli;
  72. wobble=document.getElementById("wobble");
  73. wobtxt=wobble.firstChild.nodeValue;
  74. while (wobble.childNodes.length) wobble.removeChild(wobble.childNodes[0]);
  75. for (i=0; i<wobtxt.length; i++) {
  76. wobli=document.createElement("span");
  77. wobli.setAttribute("id", "wobb"+i);
  78. wobli.style.position="relative";
  79. wobli.appendChild(document.createTextNode(wobtxt.charAt(i)));
  80. if (alink) {
  81. wobli.style.cursor="pointer";
  82. wobli.onclick=function() { top.location.href=alink; }
  83. }
  84. wobble.appendChild(wobli);
  85. }
  86. setInterval("wobbler()", speed);
  87. }}
  88.  
  89. function wobbler() {
  90. for (var i=0; i<wobtxt.length; i++) document.getElementById("wobb"+i).style.top=Math.round(height*Math.sin(i+wobcnt))+"px"
  91. wobcnt++;
  92. }
  93. // ]]>
  94. </script>
  95.  
  96.  
  97. <style type="text/css">  
  98.  
  99.  
  100. @import url(http://fonts.googleapis.com/css?family=Lekton);
  101.  
  102. #tumblr_controls {
  103. position: fixed;
  104. -webkit-filter: invert(100%)
  105. }
  106.  
  107. .wrapper{
  108. margin: 0px auto;
  109. width: 1000px;
  110. }
  111.  
  112. .header{
  113. float: center;
  114. width: 100%;
  115. }
  116.  
  117.  
  118. body {
  119. position: relative;
  120. padding: 10px;
  121. margin: 0px;
  122. float: center;
  123. color:{color:text};
  124. font-family: calibri;
  125. font-size:13px;
  126. line-height:14px;
  127. background-color: {color:Background};
  128. background-image:url({image:Background});
  129. background-attachment: fixed;
  130. background-size:cover;
  131. }
  132.  
  133. a:link, a:active, a:visited{
  134. color:{color:Links};
  135. text-decoration: none;
  136. -webkit-transition: color 0.4s ease-out;
  137. -moz-transition: color 0.4s ease-out;
  138. }
  139.  
  140. a:hover{
  141. text-shadow:0px 0px 5px {color:Links};    
  142. color:{color:Links Hover};
  143. -webkit-transition: color 0.4s ease-out;
  144. -moz-transition: color 0.4s ease-out;
  145. -webkit-transition: all 0.2s linear;
  146. -webkit-transition: all 0.2s linear;
  147. -moz-transition: all 0.2s linear;
  148. transition: all 0.2s linear;
  149. }
  150.  
  151.  
  152. #posts {
  153. float:center;
  154. width:800px;
  155. margin-top: 10px;
  156. margin-left:200px;
  157. {Block:ifthreecolumns}
  158. width:1000px;
  159. {/Block:ifthreecolumns}
  160. }
  161.  
  162. .entry {
  163. overflow: hidden;
  164. position:relative;
  165. margin: 13px;
  166. padding: 10px;
  167. float:left;
  168. border: 1px solid #ddd;
  169. text-align: justify;
  170. font-family: 'calibri';
  171. font-size: 14px;
  172. line-height:15px;
  173. background-color: white;
  174. width:350px;
  175. {Block:ifthreecolumns}
  176. width:265px;
  177. {/Block:ifthreecolumns}
  178. {block:PermalinkPage}
  179. margin-top:4px;
  180. margin-left:350px;
  181. width:400px;
  182. {/block:PermalinkPage}
  183. -o-border-radius: 3px
  184. }
  185.  
  186. #sidebar {
  187. position:fixed !important;
  188. font-size: 12px;
  189. line-height:12px;
  190. width:250px;;
  191. left:50px;
  192. border:1px solid #ddd;
  193. top:150px;
  194. height:auto;
  195. padding:15px;
  196. z-index:10;
  197. overflow:hidden;
  198. text-align:center;
  199. background-color: white;
  200. background-image:url({image:Sidebar Background});
  201. background-size:cover;
  202. }
  203.  
  204. .sideimage img{
  205. width:240px;
  206. float: center;
  207. background-color:#fff;
  208. }
  209.  
  210.  
  211. #box1{
  212. font-family: 'calibri';
  213. font-size:17px;
  214. position:fixed;
  215. left:65px;
  216. padding-top:12px;
  217. margin-top:160px;
  218. padding-bottom:12px;
  219. text-align:center;
  220. height:10px;
  221. width:68px;
  222. color:#444444;
  223. overflow:hidden;
  224. -webkit-transition: opacity 0.7s linear;
  225. -webkit-transition: all 0.7s ease-in-out;
  226. -moz-transition: all 0.7s ease-in-out;
  227. -o-transition: all 0.7s ease-in-out;
  228. background:transparent;
  229. z-index:9999999999999999999999999999999;
  230. border-top:1px dashed #ddd;
  231. border-bottom:1px dashed #ddd;
  232. }
  233.  
  234. #box1:hover{
  235. border:1px dashed #000;
  236. padding:5px;
  237. height:135px;
  238. width:175px;
  239. z-index:99999999999999999999999999999999999;
  240. opacity: 0.8;
  241. background:#fff;
  242. }
  243.  
  244. #box2{
  245. font-family: 'calibri';
  246. font-size:17px;
  247. position:fixed;
  248. left:130px; padding-top:12px;
  249. margin-top:160px;
  250. padding-bottom:12px;
  251. text-align:center;
  252. height:10px;
  253. color:#444444;
  254. width:70px;
  255. overflow:hidden;
  256. -webkit-transition: opacity 0.7s linear;
  257. -webkit-transition: all 0.7s ease-in-out;
  258. -moz-transition: all 0.7s ease-in-out;
  259. -o-transition: all 0.7s ease-in-out;
  260. background:transparent;
  261. z-index:999999999;
  262. border-top:1px dashed #ddd;
  263. border-bottom:1px dashed #ddd;
  264. }
  265.  
  266. #box2:hover{
  267. border:1px dashed #000;
  268. padding:5px;
  269. height:250px;
  270. overflow:hidden;
  271. width:390px;
  272. opacity:1.0;
  273. background:white;
  274. opacity: 0.8;
  275. z-index:999999999;
  276. }
  277.  
  278. #box3{
  279. color:#444444;
  280. font-family: 'calibri';
  281. font-size:17px;
  282. position:fixed !important;
  283. left:195px; padding-top:12px;
  284. margin-top:160px;
  285. padding-bottom:12px;
  286. text-align:center;
  287. height:10px;
  288. width:68px;
  289. overflow:hidden;
  290. -webkit-transition: opacity 0.7s linear;
  291. -webkit-transition: all 0.7s ease-in-out;
  292. -moz-transition: all 0.7s ease-in-out;
  293. -o-transition: all 0.7s ease-in-out;
  294. background:transparent;
  295. z-index:9999;
  296. border-top:1px dashed #ddd;
  297. border-bottom:1px dashed #ddd;
  298. }
  299.  
  300. #box3:hover{
  301. border:1px dashed #000;
  302. padding:5px;
  303. height:195px;
  304. width:200px;
  305. z-index:999999999;
  306. opacity: 0.8;
  307. background:white;
  308. }
  309.  
  310.  
  311. #box4{
  312. font-family: 'calibri';
  313. font-size:17px;
  314. position:fixed !important;
  315. left:250px;
  316. padding-top:12px;
  317. margin-top:160px;
  318. color:#444444;
  319. padding-bottom:12px;
  320. text-align:center;
  321. height:10px;
  322. width:68px;
  323. overflow:hidden;
  324. -webkit-transition: opacity 0.7s linear;
  325. -webkit-transition: all 0.7s ease-in-out;
  326. -moz-transition: all 0.7s ease-in-out;
  327. -o-transition: all 0.7s ease-in-out;
  328. background:transparent;
  329. z-index:9999;
  330. border-top:1px dashed #ddd;
  331. border-bottom:1px dashed #ddd;
  332. }
  333.  
  334. #box4:hover{
  335. border:1px dashed #000;
  336. padding:5px;
  337. height:145px;
  338. width:200px;
  339. z-index:999999999;
  340. opacity: 0.8;
  341. background:white;
  342. }
  343.  
  344.  
  345. .title{
  346. font-family: 'century gothic';
  347. font-size: 17px;
  348. line-height:13px;
  349. color: black;
  350. font-weight:normal;
  351. }
  352.  
  353. .blogtitle{
  354. font-family: 'Codystar';
  355. font-size: 30px;
  356. line-height: 30px;
  357. color: {color:Blogtitle};
  358. float: center;
  359. letter-spacing: 0px;
  360. font-weight: normal;
  361. padding:0px;
  362. }    
  363.  
  364. blockquote{
  365. padding:0px 0px 2px 5px;
  366. margin:0px 0px 2px 10px;
  367. background-color:#ddd;
  368. border-left: 3px solid #525252;
  369. }
  370.  
  371. iframe, img, embed, object, video {
  372. max-width: 100%;
  373. }
  374.  
  375. article {
  376. width: 41.5%;
  377. margin: 0 10px;
  378. }
  379.  
  380. img {
  381. height: auto;
  382. width: auto;;
  383. }
  384.  
  385. .reblogbutton {
  386. height: auto;
  387. overflow: hidden;
  388. width: 60px;
  389. margin-left:0px;
  390. text-align: center;
  391. font-size: 12px;
  392. font-family:'calibri';
  393. background: white;
  394. line-height: 15px;
  395. opacity: 0;
  396. padding:4px 3px;
  397. position:absolute;
  398. filter: alpha(opacity = 0);
  399. -webkit-transition: all 0.4s linear;
  400. -moz-transition: all 0.4s linear;
  401. transition: all 0.4s linear;
  402. }
  403.  
  404. .entry:hover .reblogbutton {
  405. opacity: 0.9;
  406. top: 20px;
  407. left:20px;
  408. font-family:'calibri';
  409. filter: alpha(opacity = 80);
  410. -webkit-transition: all 0.4s linear;
  411. -moz-transition: all 0.4s linear;
  412. transition: all 0.4s linear;
  413. }  
  414.  
  415. .notesbutton {
  416. height: auto;
  417. overflow: hidden;
  418. width: auto;
  419. margin-left:0px;
  420. text-align: center;
  421. font-size: 12px;
  422. font-family:'calibri';
  423. background: white;
  424. line-height: 15px;
  425. opacity: 0;
  426. padding:4px 5px;
  427. position:absolute;
  428. text-transform:uppercase;
  429. filter: alpha(opacity = 0);
  430. -webkit-transition: all 0.4s linear;
  431. -moz-transition: all 0.4s linear;
  432. transition: all 0.4s linear;
  433. }
  434.  
  435. .entry:hover .notesbutton {
  436. opacity: 0.9;
  437. top: 55px;
  438. left:20px;
  439. font-family:'calibri';
  440. filter: alpha(opacity = 80);
  441. -webkit-transition: all 0.4s linear;
  442. -moz-transition: all 0.4s linear;
  443. transition: all 0.4s linear;
  444. }
  445.  
  446. #infscr-loading{
  447. bottom: -70px;
  448. position: absolute;
  449. left: 50%;
  450. margin-left:-8px;
  451. width:16px;
  452. height:11px;
  453. overflow:hidden;
  454. margin-bottom: 50px;
  455. }
  456.  
  457. {CustomCSS}
  458.  
  459. {block:ifcustomscrollbar}
  460. ::-webkit-scrollbar { width: 3px; height: 4px; }
  461. ::-webkit-scrollbar-button:start:decrement,
  462. ::-webkit-scrollbar-button:end:increment  { height: 0px; display: block; background: #fff; }
  463. ::-webkit-scrollbar-track-piece  { background: #fff; }
  464. ::-webkit-scrollbar-thumb {height: 50px; background-color: #000; }
  465. {/block:ifcustomscrollbar}
  466.  
  467. </style>
  468.  
  469. {block:IndexPage}
  470.  
  471. <script type="text/javascript"
  472. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  473.  
  474. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  475.  
  476. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  477. <script type="text/javascript">
  478. $(window).load(function () {
  479. var $content = $('#posts');
  480. $content.masonry({itemSelector: '.entry'}),
  481. $content.infinitescroll({
  482. navSelector : 'div#pagination',
  483. nextSelector : 'div#pagination a#nextPage',
  484. itemSelector : '.entry',
  485. loading: {
  486. finishedMsg: '',
  487. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  488. },
  489. bufferPx : 600,
  490. debug : false,
  491. },
  492. // call masonry as a callback.
  493. function( newElements ) {
  494. var $newElems = $( newElements );
  495. $newElems.hide();
  496. // ensure that images load before adding to masonry layout
  497. $newElems.imagesLoaded(function(){
  498. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );});});});
  499.    
  500. </script>
  501.  
  502. {/block:IndexPage}
  503.  
  504. <title>{title}</title>
  505.  
  506. <link rel="shortcut icon" href="{Favicon}">
  507. <meta name="viewport" content="width=820" />    
  508.    
  509. </head>
  510.  
  511. <body>
  512.  
  513.  
  514. <div class="wrapper">
  515. <div class="header">
  516. </div>
  517.  
  518. <div id="sidebar">
  519. <br><br><br><br><br><br>
  520. <div class="sideimage"><a href="/"><img src="{image:Sidebar Image}"></a> </div><br><br><a href="/"><div class="blogtitle"><div id="wobble">{Title}</div></a><br></div>
  521. </div>
  522.  
  523.  
  524. <div id="box1">
  525. about<br>
  526. <div id="box">
  527. <br>
  528. {description}
  529. <br>
  530. </div></div>
  531.  
  532. <div id="box2">
  533. message<p>
  534. <div id="box">
  535. {text:messagetext}
  536. <br><br>
  537. <iframe frameborder="0" scrolling="yes" width="100%" height="200" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;"></iframe>
  538. </div></div>
  539.  
  540. <div id="box3">
  541. links<br><p>
  542. <div id="box">
  543. {block:ifLinkOne}
  544. <a href="{text:Link One}">{text:Link One Title}</a><br><br>
  545. {/block:ifLinkOne}
  546. {block:ifLinkTwo}
  547. <a href="{text:Link Two}">{text:Link Two Title}</a><br><br>
  548. {/block:ifLinkTwo}
  549. {block:ifLinkThree}
  550. <a href="{text:Link Three}">{text:Link Three Title}</a><br><br>
  551. {/block:ifLinkThree}
  552. {block:ifLinkFour}
  553. <a href="{text:Link Four}">{text:Link Four Title}</a><br><br>
  554. {/block:ifLinkFour}
  555. {block:ifLinkFive}
  556. <a href="{text:Link Five}">{text:Link Five Title}</a><br><br>
  557. {/block:ifLinkFive}
  558. {block:ifLinkSix}
  559. <a href="{text:Link Six}">{text:Link Six Title}</a><br><br>
  560. {/block:ifLinkSix}
  561. <br><br>
  562. </div>
  563. </div>
  564.  
  565. <div id="box4">
  566. other<br><p>
  567. <div id="box">
  568. {text:Other}
  569.  
  570. </div></div></center>
  571.  
  572.  
  573. <div id="posts">
  574.  
  575. {block:Posts}
  576.  
  577. <div class="entry">
  578.  
  579. {block:Text}<strong>{block:Title}<span class="title">{Title}</span>{/block:Title}</strong>{Body}<br>{block:IndexPage}<a href="{Permalink}">+ {NoteCount}</a> <a href="{ReblogURL}" target="_blank"></a>{/block:IndexPage}{/block:text}
  580.  
  581. {block:Photo}
  582. {block:IndexPage}{LinkOpenTag}
  583. <div class="photo">
  584. <a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  585. {LinkCloseTag}
  586. <div class="reblogbutton">
  587. <div class="background"><a href="{ReblogURL}" target="_blank">REBLOG</a></div></div><div class="notesbutton"><div class="background2"><a href="{Permalink}">{NoteCountWithLabel}</a></div></div>
  588. {/block:IndexPage}
  589. {block:PermalinkPage}<center>{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="400"/></a>{LinkCloseTag}
  590. {block:Caption}
  591. {Caption}
  592. {/block:Caption}  
  593. {/block:PermalinkPage}</center>
  594. {/block:Photo}
  595.  
  596. {block:Photoset}
  597. {Photoset-250}
  598. {block:IndexPage}
  599. <div class="reblogbutton">
  600. <div class="background"><a href="{ReblogURL}" target="_blank">REBLOG</a></div></div><div class="notesbutton"><div class="background2"><a href="{Permalink}">{NoteCountWithLabel}</a></div></div>
  601. {/block:IndexPage}
  602. {/block:Photoset}
  603.  
  604. {block:Link}<a href="{URL}" class="title">{Name}</a><br>{block:Description}{Description}{/block:Description}<br>{block:IndexPage}<a href="{Permalink}">+ {NoteCount}</a> <a href="{ReblogURL}" target="_blank"></a>{/block:IndexPage}{/block:link}
  605.  
  606. {block:Answer}
  607. {Asker} whispered: <b>{Question}</b>
  608. {Answer}<br>
  609. {block:IndexPage}<a href="{Permalink}">+ {NoteCount}</a>{/block:IndexPage}
  610. {/block:Answer}
  611.  
  612. {block:Quote}<span class="title">"{Quote}"</span>{block:Source}<i> - {Source}</i>{/block:Source}<br><br>{block:IndexPage}<a href="{Permalink}">+ {NoteCount}</a> <a href="{ReblogURL}" target="_blank"></a>{/block:IndexPage}{/block:Quote}
  613.  
  614. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}{block:Lines}<li class="user_{UserNumber}">{block:Label}<b>{Label}</b>{/block:Label}{Line}</li>{/block:Lines}</ul><br>
  615. {block:IndexPage}
  616. <a href="{Permalink}">+ {NoteCount}</a> <a href="{ReblogURL}" target="_blank"></a>
  617. {block:IndexPage}
  618. {/block:Chat}
  619.  
  620.  
  621. {Line}
  622. </li>
  623. {/block:Lines}
  624. </ul>
  625. {/block:Chat}
  626.  
  627.  
  628. {block:Audio}
  629. <center><div style="width:100%; height:28px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
  630. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center><br>{block:IndexPage}<a href="{Permalink}">+ {NoteCount}</a> <a href="{ReblogURL}" target="_blank"></a>{/block:IndexPage}
  631. {/block:Audio}
  632.  
  633. {block:Video}
  634. {block:IndexPage}
  635. <a href="{Permalink}">+ {NoteCount}</a> <a href="{ReblogURL}" target="_blank"></a>
  636. {Video-250}</center>
  637. {/block:IndexPage}
  638. {block:PermalinkPage}
  639. <center>
  640. {Video-500}</center>
  641. {/block:PermalinkPage}
  642. {block:Video}
  643.  
  644. {block:PermalinkPage}
  645. <center>
  646. <br>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</center>
  647.  
  648.  
  649. {/block:PermalinkPage}
  650.  
  651.  
  652. {block:PostNotes}{PostNotes}
  653. {/block:PostNotes}
  654. </div>
  655.  
  656.  
  657. {/block:Posts}
  658. </div>
  659. </div>
  660. {block:IndexPage}
  661. {block:Pagination}
  662. <div id="pagination">
  663. {block:NextPage}
  664. <a id="nextPage" href="{NextPage}"></a>
  665. {/block:NextPage}
  666. {block:PreviousPage}
  667. <a href="{PreviousPage}"></a>
  668. {/block:PreviousPage}
  669. </div>
  670. {/block:Pagination}
  671. {/block:IndexPage}
  672. </div>
  673.  
  674. </body>
  675.  
  676. <div style="font-size: 14px; float: right; position: fixed; bottom: 3px; right: 5px; text-transform:lowercase;"><a href="http://perfectic.tumblr.com/">credit</a></div>
  677.  
  678.  
  679. <html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement