Advertisement
konstantina

Megan Theme by perfectic

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