Advertisement
konstantina

Audrey Theme by perfectic

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