Advertisement
konstantina

loukia theme by perfectic (with sidebar on top)

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