Advertisement
konstantina

jannel theme by perfectic (edited for p-erfective)

Apr 19th, 2013
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 14.66 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. Jannel 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.  
  25. <meta name="color:Background" content="#FDFAF80"/>
  26. <meta name="color:Sidebar Background" content="#FDFAF80"/>
  27. <meta name="color:Text" content="#000"/>
  28. <meta name="color:Description" content="#000"/>
  29. <meta name="color:Title" content="#000"/>
  30. <meta name="color:Blogtitle" content="#ecd3c0"/>
  31. <meta name="color:Asker Url" content="#ecd3c0"/>
  32. <meta name="color:Links" content="#030303"/>
  33. <meta name="color:Links Hover" content="#ecd3c0"/>
  34.  
  35. <meta name="image:Background" content=""/>
  36. <meta name="image:Sidebar Background" content=""/>
  37.  
  38. <meta name="text:Link One Title" content="link1" />
  39. <meta name="text:Link One" content="" />
  40. <meta name="text:Link Two Title" content="link2" />
  41. <meta name="text:Link Two" content="" />
  42. <meta name="text:Link Three Title" content="link3" />
  43. <meta name="text:Link Three" content="" />
  44. <meta name="text:Link Four Title" content="link4" />
  45. <meta name="text:Link Four" content="" />
  46.  
  47. <style type="text/css">
  48.  
  49. @import url(http://fonts.googleapis.com/css?family=Grand+Hotel);
  50.  
  51. #tumblr_controls{
  52. position:fixed !important;
  53. -webkit-filter: invert(100%);
  54. }
  55.  
  56. .wrapper{
  57. margin: 0px auto;
  58. width: 802px;
  59. }
  60.  
  61.  
  62.  
  63. body {
  64. position: relative;
  65. padding: 10px;
  66. margin: 0px;
  67. color:{color:text};
  68. font-family: 'Courier New';
  69. font-size:13px;
  70. background-color: {color:Background};
  71. background-image:url({image:Background});
  72. background-attachment: fixed;
  73. background-size: cover;
  74. }
  75.  
  76. a:link, a:active, a:visited{
  77. color:{color:Links};
  78. text-decoration: none;
  79. -webkit-transition: color 0.6s ease-out;
  80. -moz-transition: color 0.6s ease-out;
  81. }
  82.  
  83. a:hover{
  84. color:{color:Links Hover};
  85. -webkit-transition: color 0.6s ease-out;
  86. -moz-transition: color 0.6s ease-out;
  87. }
  88.  
  89.  
  90. #posts {
  91. float:center;
  92. width: 1000px;
  93. margin-top: 55px;
  94. margin-left:-150px;
  95. }
  96.  
  97. #infscr-loading{
  98. bottom: -70px;
  99. position: absolute;
  100. left: 50%;
  101. left:100px;
  102. width:16px;
  103. height:11px;
  104. overflow:hidden;
  105. margin-bottom: 50px;
  106. }
  107.  
  108. .entry {
  109. width:260px;
  110. overflow: hidden;
  111. position:relative;
  112. margin: 10px;
  113. padding: 10px;
  114. font-family: 'calibri';
  115. font-size: 15px;
  116. line-height:15px;
  117. letter-spacing:1px;
  118. border:1px solid #ddd;
  119. opacity:1;
  120. background:white;
  121. {block:PermalinkPage}
  122. width:500px;
  123. margin-left:180px;
  124. {/block:PermalinkPage}
  125. -webkit-transition: all 0.4s linear;
  126. -moz-transition: all 0.4s linear;
  127. transition: all 0.4s linear;
  128. }
  129.  
  130. #header {
  131. position:absolute;
  132. height: auto;
  133. width:100%;
  134. left:-150px;
  135. top:0px;
  136. z-index:100;
  137. text-align:center;
  138. padding-top: 40px;
  139. padding-right: 8px;
  140. padding-left:40px;
  141. padding-bottom:30px;
  142. line-height:13px;
  143. color: {color:text};
  144. }
  145.  
  146. #sidebar {
  147. z-index:999999999999999;
  148. position:fixed !important;
  149. font-size: 12px;
  150. line-height:12px;
  151. width:140px;
  152. right:0px;
  153. top:0px;
  154. height:100%;
  155. padding:15px;
  156. padding-left:30px;
  157. padding-right:15px;
  158. z-index:10;
  159. overflow:hidden;
  160. text-align:right;
  161. font-family:'calibri';
  162. border-left:15px solid {color:Blogtitle};
  163. background-color: {color: Sidebar Background};
  164. background-image:url({image:Sidebar Background});
  165. background-attachment: fixed;
  166. }
  167.  
  168.  
  169. .title{
  170. font-family: 'calibri';
  171. font-size: 17px;
  172. line-height:15px;
  173. color: {color:Title};
  174. font-weight: normal;
  175. }
  176.  
  177. .blogtitle{
  178. font-family: 'Grand Hotel';
  179. font-size: 45px;
  180. line-height: 22px;
  181. left:50%;
  182. color: {color:Blogtitle};
  183. letter-spacing: 0px;
  184. font-weight: normal;
  185. padding:0px 0px 0px 0px;
  186. }
  187.  
  188. .portrait{
  189. width:128px;
  190. height:128px;
  191. position:fixed;
  192. background:white;
  193. margin-left:-20px;
  194. padding:20px;
  195. margin-top:40px;
  196. z-index:99999999999999999999;
  197. border:#ddd solid 1px;
  198. }
  199.  
  200.  
  201. .askerportrait{
  202. width:auto;
  203. height:auto;
  204. position:absolute;
  205. background:white;
  206. padding:10px;
  207. padding-bottom:7px;
  208. z-index:99999999999999999999;
  209. border:#ddd solid 1px;
  210. }
  211.  
  212. .nav a {
  213. text-transform:uppercase;
  214. border-right:5px solid #000;
  215. font-family:'calibri';
  216. color:#000;  
  217. text-align:right;
  218. padding-top:4px;
  219. padding-bottom:4px;
  220. padding-right:7px;
  221. padding-left:7px;
  222. line-height:17px;
  223. font-size:12px;
  224. -webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  225. }
  226.  
  227. .nav:hover a{
  228. border-right:10px solid #000;
  229. -webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  230. }
  231.  
  232. .asker {
  233. margin-left:60px;
  234. font-family:'calibri';
  235. font-size:13px;
  236. background-color:white;
  237. border:1px solid #ddd;
  238. padding-right:4px;
  239. padding-left:4px;
  240. padding-top:2px;
  241. padding-bottom:2px;
  242. }
  243.  
  244. .asker a {
  245. margin-left:0px;
  246. font-family:'calibri';
  247. text-transform:uppercase;
  248. font-size:10px;
  249. border:0px;
  250. padding-right:4px;
  251. padding-left:4px;
  252. padding-top:2px;
  253. padding-bottom:2px;
  254. color: {color:Asker Url};
  255. }
  256.  
  257. .asker:hover a{
  258. text-decoration:line-through;
  259. color: {color:Text};
  260. }
  261.  
  262. .desc a {
  263. font-size:14px;
  264. font-family:calibri;
  265. color:{color:Description};
  266. }
  267.  
  268. .credit a {
  269. color:black;
  270. font-size: 13px;
  271. float: left;
  272. position: fixed;
  273. bottom: 5px;
  274. right: 2px;
  275. text-transform:lowercase;
  276. z-index:9999999999;
  277. border:3px double #b3adad;
  278. font-family:'calibri';
  279. padding:3px;
  280. }
  281.  
  282. .credit:hover a{
  283. text-decoration:line-through;
  284. color:black;
  285. }
  286.  
  287. highlight{
  288. background:{color:Blogtitle};
  289. line-height:15px;
  290. margin:0px;
  291. padding:0px;
  292. }
  293.  
  294. blockquote{
  295. padding:0px 0px 2px 5px;
  296. margin:0px 0px 2px 10px;
  297. border-left: 2px solid {color:Blogtitle};
  298. background-color:#ddd;
  299. }
  300.  
  301. iframe, img, embed, object, video {
  302. max-width: 100%;
  303. }
  304.  
  305. img {
  306. height: auto;
  307. width: auto;
  308. }
  309.  
  310. article {
  311. width: 41.5%;
  312. margin: 0 10px;
  313. }
  314.  
  315. .reblogbutton {
  316. height: auto;
  317. overflow: hidden;
  318. width: 60px;
  319. margin-left:0px;
  320. text-align: center;
  321. font-size: 12px;
  322. font-family:'calibri';
  323. background: white;
  324. line-height: 15px;
  325. opacity: 0;
  326. padding:4px 3px;
  327. position:absolute;
  328. border-right:3px solid {color:Blogtitle};
  329. border-left:3px solid {color:Blogtitle};
  330. filter: alpha(opacity = 0);
  331. -webkit-transition: all 0.4s linear;
  332. -moz-transition: all 0.4s linear;
  333. transition: all 0.4s linear;
  334. }
  335.  
  336. .entry:hover .reblogbutton {
  337. opacity: 0.9;
  338. top: 20px;
  339. left:20px;
  340. font-family:'calibri';
  341. filter: alpha(opacity = 80);
  342. -webkit-transition: all 0.4s linear;
  343. -moz-transition: all 0.4s linear;
  344. transition: all 0.4s linear;
  345. }  
  346.  
  347. .notesbutton {
  348. height: auto;
  349. overflow: hidden;
  350. width: auto;
  351. margin-left:0px;
  352. text-align: center;
  353. font-size: 12px;
  354. font-family:'calibri';
  355. background: white;
  356. line-height: 15px;
  357. opacity: 0;
  358. padding:4px 3px;
  359. position:absolute;
  360. text-transform:uppercase;
  361. border-right:3px solid {color:Blogtitle};
  362. border-left:3px solid {color:Blogtitle};
  363. filter: alpha(opacity = 0);
  364. -webkit-transition: all 0.4s linear;
  365. -moz-transition: all 0.4s linear;
  366. transition: all 0.4s linear;
  367. }
  368.  
  369. .entry:hover .notesbutton {
  370. opacity: 0.9;
  371. top: 55px;
  372. left:20px;
  373. font-family:'calibri';
  374. filter: alpha(opacity = 80);
  375. -webkit-transition: all 0.4s linear;
  376. -moz-transition: all 0.4s linear;
  377. transition: all 0.4s linear;
  378. }
  379.  
  380. .textreblogbutton{
  381. font-family: 'calibri';
  382. font-size: 12px;
  383. text-align:right;
  384. text-transform: uppercase;
  385. }
  386.  
  387.  
  388. .entry .textreblogbutton{
  389. opacity: 0;
  390. width: 273px;
  391. margin-top: -14px;
  392. padding-top: 7px;
  393. position:absolute;
  394. margin-left:-10px;
  395. -webkit-transition: all 0.4s linear;
  396. -moz-transition: all 0.4s linear;
  397. transition: all 0.4s linear;
  398. }
  399.  
  400. .entry:hover .textreblogbutton{
  401. overflow:visible;
  402. opacity:0.9;
  403. -webkit-transition: all 0.4s linear;
  404. -moz-transition: all 0.4s linear;
  405. transition: all 0.4s linear;}
  406.  
  407. ::-webkit-scrollbar { width: 8px; height: 4px; }
  408. ::-webkit-scrollbar-button:start:decrement,
  409. ::-webkit-scrollbar-button:end:increment { height: 0px; display: block; background: #fff; }
  410. ::-webkit-scrollbar-track-piece { background: {color:Scrollbar background}; }
  411. ::-webkit-scrollbar-thumb {height: 50px; background-color: {color:Scrollbar colour}; }
  412.  
  413. </style>
  414.  
  415. {block:IndexPage}
  416. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  417. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  418.  
  419. <script type="text/javascript">
  420. $(window).load(function () {
  421. var $content = $('#posts');
  422. $content.masonry({itemSelector: '.entry'}),
  423. $content.infinitescroll({
  424. navSelector : 'div#pagination',
  425. nextSelector : 'div#pagination a#nextPage',
  426. itemSelector : '.entry',
  427. loading: {
  428. finishedMsg: '',
  429. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  430. },
  431. bufferPx : 600,
  432. debug : false,
  433. },
  434. // call masonry as a callback.
  435. function( newElements ) {
  436. var $newElems = $( newElements );
  437. $newElems.hide();
  438. // ensure that images load before adding to masonry layout
  439. $newElems.imagesLoaded(function(){
  440. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  441.  
  442.  
  443. });
  444. });
  445. });
  446. </script>
  447.  
  448. {/block:IndexPage}
  449.  
  450. <title>{title}</title>
  451.  
  452. <link rel="shortcut icon" href="{Favicon}">
  453. <meta name="viewport" content="width=820" />
  454.  
  455. </head>
  456.  
  457. <body>
  458.  
  459. <div id="sidebar">
  460.  
  461.  
  462. <div class="portrait"><a href="/"><img src="{PortraitURL-128}" ></a></div> <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  463.  
  464. <p><div class="desc"><div style="font-size:14px; font-family:calibri;color:{color:Description}">{Description}</div></div></p>
  465.  <br>
  466.  
  467. <span class="nav"> <a href="/">home</a></span><br>
  468. <span class="nav"><a href="/ask" class= "link">message</a></span><br>
  469. {block:ifLinkOne}
  470. <span class="nav"><a href="{text:Link One}">{text:Link One Title}</a></span><br>
  471. {/block:ifLinkOne}
  472. {block:ifLinkTwo}
  473. <span class="nav"><a href="{text:Link Two}">{text:Link Two Title}</a></span><br>
  474. {/block:ifLinkTwo}
  475. {block:ifLinkThree}
  476. <span class="nav"><a href="{text:Link Three}">{text:Link Three Title}</a></span><br>
  477. {/block:ifLinkThree}
  478. {block:ifLinkFour}
  479. <span class="nav"><a href="{text:Link Four}">{text:Link Four Title}</a></span><br>{/block:ifLinkFour}
  480. {block:HasPages} {block:Pages} <span class="nav"><a href="{URL}">{Label}</a></span><br> {/block:Pages} {/block:HasPages}
  481.  
  482. </div>
  483.  
  484. <div id="header">
  485.  
  486. <a href="/"><span class="blogtitle">{Title}</span></a>
  487.  
  488. </div>
  489.  
  490. <div class="wrapper">
  491. <div id="posts">
  492.  
  493. {block:Posts}
  494.  
  495. <div class="entry">
  496.  
  497. {block:Text}<strong>{block:Title}<span class="title">{Title}</span>{/block:Title}</strong>{Body}{block:IndexPage}
  498. <span class="textreblogbutton"><a href="{permalink}"><a href="{ReblogURL}" target="_blank">REBLOG</a> WITH
  499. <a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></span>
  500. {/block:IndexPage}
  501. {/block:text}
  502.  
  503. {block:Photo}
  504. {block:IndexPage}{LinkOpenTag}
  505. <div class="photo">
  506. <a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  507. {LinkCloseTag}
  508. <div class="reblogbutton">
  509. <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>
  510. {/block:IndexPage}
  511. {block:PermalinkPage}<center>{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="400"/></a>{LinkCloseTag}
  512. {block:Caption}
  513. {Caption}
  514. {/block:Caption}  
  515. {/block:PermalinkPage}</center>
  516. {/block:Photo}
  517.  
  518. {block:Photoset}
  519. {Photoset-250}
  520. {block:IndexPage}
  521. <div class="reblogbutton">
  522. <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>
  523. {/block:IndexPage}
  524. {/block:Photoset}
  525.  
  526. {block:Link}
  527. <a href="{URL}" class="title">{Name}</a><br>{block:Description}{Description}{/block:Description}
  528. {block:IndexPage}
  529. <span class="textreblogbutton"><a href="{permalink}"><a href="{ReblogURL}" target="_blank">REBLOG</a> WITH
  530. <a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></span>
  531. {/block:IndexPage}
  532. {/block:link}
  533.  
  534. {block:Answer}
  535. <div class="askerportrait"><img src="{AskerPortraitURL-30}"/></div>
  536. <div class="asker">{Asker}: {Question}</div>
  537. <div style="margin-left:60px;">{Answer}</div>
  538. {block:IndexPage}
  539. <span class="textreblogbutton"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></span>
  540. {/block:IndexPage}
  541. {/block:Answer}
  542.  
  543. {block:Quote}<span class="title">"{Quote}"</span>{block:Source}<i> - {Source}</i>{/block:Source}<br><br>{block:IndexPage}
  544. <span class="textreblogbutton"><a href="{permalink}"><a href="{ReblogURL}" target="_blank">REBLOG</a> WITH
  545. <a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></span>
  546. {/block:IndexPage}
  547. {/block:Quote}
  548.  
  549.  
  550. {block:Chat}
  551. {block:Title}<span class="title">{Title}</span>{/block:Title}
  552. <ul class="chat">
  553. {block:Lines}
  554. <li class="user_{UserNumber}">
  555. {block:Label}<span class="label"><b>{Label}</b></span>{/block:Label}
  556. {Line}</li>
  557. {/block:Lines}</ul>
  558. {block:IndexPage}
  559. <span class="textreblogbutton"><a href="{permalink}"><a href="{ReblogURL}" target="_blank">REBLOG</a> WITH
  560. <a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></span>
  561. {/block:IndexPage}
  562. {/block:Chat}
  563.  
  564. {block:Audio}
  565. <center><div style="width:300px; height:28px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
  566. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center><br>
  567. {block:IndexPage}<span class="textreblogbutton"><a href="{permalink}"><a href="{ReblogURL}" target="_blank">REBLOG</a> WITH
  568. <a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></span>{/block:IndexPage}
  569. {/block:Audio}
  570.  
  571. {block:Video}
  572. {block:IndexPage}
  573. {Video-250}</center>
  574. {/block:IndexPage}
  575. {block:PermalinkPage}
  576. <center>
  577. {Video-500}</center>
  578. {/block:PermalinkPage}
  579. {block:Video}
  580.  
  581. {block:PermalinkPage}
  582. <center>
  583. <p>{block:HasTags} tagged as: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</p>
  584. <br>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</center>
  585. {/block:PermalinkPage}
  586.  
  587.  
  588. {block:PostNotes}{PostNotes}
  589. {/block:PostNotes}
  590. </div>
  591.  
  592.  
  593. {/block:Posts}
  594. </div>
  595. </div>
  596. {block:IndexPage}
  597. {block:Pagination}
  598. <div id="pagination">
  599. {block:NextPage}
  600. <a id="nextPage" href="{NextPage}"></a>
  601. {/block:NextPage}
  602. {block:PreviousPage}
  603. <a href="{PreviousPage}"></a>
  604. {/block:PreviousPage}
  605. </div>
  606. {/block:Pagination}
  607. {/block:IndexPage}
  608. </div>
  609.  
  610. </body>
  611.  
  612.  
  613. <html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement