Advertisement
konstantina

Anna Maria Theme by perfectic

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