Advertisement
modernesse

Pamela Theme by Modernesse

May 12th, 2013
2,949
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.21 KB | None | 0 0
  1. <!--
  2.  
  3.  
  4.  
  5.  
  6. Pamela Theme by Modernesse
  7.  
  8. Please do not remove the credit or claim as your own!
  9.  
  10. Hope you enjoy this theme! xx
  11.  
  12.  
  13.  
  14.  
  15. -->
  16.  
  17. <html lang="en">
  18.  
  19. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  20. <html xmlns="http://www.w3.org/1999/xhtml">
  21.  
  22.  
  23. <head>
  24.  
  25. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  26. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  27. <script>
  28. (function($){
  29. $(document).ready(function(){
  30. $("a[title]").style_my_tooltips({
  31. tip_follows_cursor:true,
  32. tip_delay_time:90,
  33. tip_fade_speed:600,
  34. attribute:"title"
  35. });
  36. });
  37. })(jQuery);
  38. </script>
  39.  
  40. <link href='http://fonts.googleapis.com/css?family=Swanky+and+Moo+Moo|Didact+Gothic' rel='stylesheet' type='text/css'>
  41.  
  42. <script type="text/javascript"
  43. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  44.  
  45. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  46.  
  47. <meta name="color:background" content="#fff"/>
  48. <meta name="color:link" content="#777"/>
  49. <meta name="color:text" content="#777"/>
  50. <meta name="color:title" content="#333"/>
  51. <meta name="color:hover" content="#fff"/>
  52.  
  53. <meta name="if:show sidebar image" content="1"/>
  54. <meta name="if:title style 1" content="1"/>
  55. <meta name="if:title style 2" content="0"/>
  56.  
  57. <meta name="image:sidebar" content="1"/>
  58. <meta name="image:background" content="1"/>
  59.  
  60.  
  61. <style type="text/css">
  62.  
  63.  
  64. iframe#tumblr_controls {-webkit-transition: opacity 0.7s linear;opacity: 0.8;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  65.  
  66. p {
  67. margin:0px;
  68. margin-top:0px;
  69. }
  70.  
  71.  
  72. body {
  73. padding: 0px;
  74. margin: 0px;
  75. color:{color:text};
  76. font-family:didact gothic;
  77. line-height:16px;
  78. font-size:14px;
  79. background-color: {color:Background};
  80. background-image:url({image:Background});
  81. background-attachment: fixed;
  82. background-repeat: repeat;
  83. }
  84.  
  85.  
  86. a:link, a:active, a:visited{
  87. text-decoration: none;
  88. -webkit-transition: color 0.3s ease-out;
  89. -moz-transition: color 0.3s ease-out;
  90. transition: color 0.3s ease-out;
  91. color:{color:link};
  92. }
  93.  
  94. a:hover {
  95. text-decoration: none;
  96. font-style:;
  97. color: {color:Hover};
  98. }
  99.  
  100. div#center{
  101. margin:auto;
  102. position:relative;
  103. width:1400px;
  104. background-color:;
  105. overflow:auto;
  106. overflow-y:hidden;
  107. }
  108.  
  109.  
  110. .entry {
  111. float:left;
  112. display: block;
  113. margin:5px;
  114. overflow:hidden;
  115. width:220px;
  116. {block:PermalinkPage}
  117. width:450px;
  118. text-align:left;
  119. line-height:10px;
  120. {/block:PermalinkPage}
  121. background:white;
  122. background-image:URL();
  123. }
  124.  
  125. .description {
  126. line-height:16px;
  127. font-size:14px;
  128. }
  129.  
  130.  
  131. .entry .perma{
  132. width:240px;
  133. height:18px;
  134. margin-left:0px;
  135. position: absolute;
  136. line-height: 16px;
  137. overflow:hidden;
  138. text-align:center;
  139. top:0px;
  140. background:white;
  141. word-spacing:2px;
  142. letter-spacing:1px;
  143. opacity: 0.0;
  144. -webkit-transition: all .7s ease;
  145. -moz-transition: all .7s ease;
  146. -o-transition: all .7s ease;
  147. transition: all .7s ease;
  148.  
  149. }
  150.  
  151. .entry:hover .perma{
  152. overflow:visible;
  153. opacity:0.9;
  154. }
  155.  
  156.  
  157. .blogtitle{
  158. {block:ifTitleStyle1}
  159. font-family:didact gothic;
  160. {/block:ifTitleStyle1}
  161. {block:ifTitleStyle2}
  162. font-family:swanky and moo moo;
  163. {/block:ifTitleStyle2}
  164. font-size:40px;
  165. line-height:50px;
  166. font-weight:bold;
  167. color:{color:title};
  168. }
  169.  
  170.  
  171.  
  172. #posts {
  173. width:1000px;
  174. margin-top:10px;
  175. z-index:99;
  176. margin-left:242px;
  177. right:auto;
  178. background:transparent;
  179. margin-right:auto;
  180. position:relative;
  181. overflow-y: hidden;
  182. }
  183.  
  184. #s-m-t-tooltip {
  185. max-width:300px;
  186. padding:3px 4px 5px 4px;
  187. margin:20px 0px 0px 20px;
  188. background-color:#444; /* change the background color */
  189. border:1px solid #ddd; /* change the border color */
  190. font-family:calibri; /* change the font */
  191. font-size:14px; /* change the font size */
  192. letter-spacing:2px; /* change the letter spacing */
  193. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  194. color:#fff; /* change the text color */
  195. z-index:999999999999999999999999999999999999;
  196. }
  197.  
  198.  
  199. #sidebar{
  200. position:fixed !important;
  201. width:230px;
  202. background:white;
  203. height:auto;
  204. margin-top:10px;
  205. margin-left:-10px;
  206. text-align:center;
  207. }
  208.  
  209. .linkydinkys {
  210. width:170px;
  211. height:20px;
  212. border: 1px solid #000;
  213. margin-top:5px;
  214. padding-top:5px;
  215. padding-bottom:-5px;
  216. text-align:center;
  217. letter-spacing:6px;
  218. background-color:{color:link hover};
  219. -webkit-transition: opacity 0.6s linear;
  220. -webkit-transition: all 0.6s ease-in-out;
  221. -moz-transition: all 0.6s ease-in-out;
  222. -o-transition: all 0.6s ease-in-out;
  223. }
  224.  
  225. .linkydinkys:hover {
  226. background-color:{color:link}
  227. }
  228.  
  229. @import url(http://fonts.googleapis.com/css?family=Swanky+and+Moo+Moo|Didact+Gothic);
  230.  
  231.  
  232. .title{
  233. line-height: 26px;
  234. font-size:22px;
  235. color:{color:Title};
  236. }
  237.  
  238.  
  239. .permalink{
  240. text-transform: normal;
  241. display: block;
  242. text-align: right;
  243. text-decoration: none;
  244. opacity:1;
  245. }
  246.  
  247. #infscr-loading{
  248. bottom: -70px;
  249. position: absolute;
  250. left: 50%;
  251. margin-left:-8px;
  252. width:16px;
  253. height:11px;
  254. overflow:hidden;
  255. margin-bottom: 50px;
  256. }
  257.  
  258. #postnotes{
  259. text-align: justify;
  260. }
  261.  
  262. #postnotes blockquote{
  263. border: 0px;}
  264.  
  265. blockquote{
  266. padding:0px 0px 2px 5px;
  267. margin:0px 0px 2px 10px;
  268. border-left: 3px solid #000;
  269. }
  270.  
  271. blockquote p, ul{
  272. margin:0px;
  273. padding:0px;
  274. }
  275.  
  276. a img{border: 0px;}
  277.  
  278.  
  279. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  280.  
  281. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  282. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  283.  
  284. .notes img{width:10px; position:relative; top:3px;}
  285. <--ses-->
  286. small{font-size: 90%;}
  287.  
  288. {CustomCSS}
  289.  
  290. </style>
  291.  
  292. {block:IndexPage}
  293. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  294. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  295.  
  296. <script type="text/javascript">
  297. $(window).load(function(){
  298. var $wall = $('#posts');
  299. $wall.imagesLoaded(function(){
  300. $wall.masonry({
  301. itemSelector: '.entry, .entry_photo',
  302. isAnimated : false
  303. });
  304. });
  305.  
  306. $wall.infinitescroll({
  307. navSelector : '#pagination',
  308. nextSelector : '#pagination a',
  309. itemSelector : '.entry, .entry_photo',
  310. bufferPx : 2000,
  311. debug : false,
  312. errorCallback: function() {
  313. $('#infscr-loading').fadeOut('normal');
  314. }},
  315. function( newElements ) {
  316. var $newElems = $( newElements );
  317. $newElems.hide();
  318. $newElems.imagesLoaded(function(){
  319. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  320. });
  321. }); $('#posts').show(500);
  322. });
  323. </script>
  324.  
  325.  
  326. {/block:IndexPage}
  327.  
  328.  
  329. <title>{title}</title>
  330.  
  331. <link rel="shortcut icon" href="{Favicon}" />
  332. <meta name="viewport" content="width=820" />
  333. </head>
  334.  
  335. <body>
  336. <div class="wrapper">
  337. <div class="header">
  338. </div>
  339.  
  340. <div id="cage">
  341. <div id="center">
  342.  
  343.  
  344. <div id="sidebar">
  345. <center>
  346. <span class="blogtitle">{title}</span>
  347. {block:ifShowSidebarImage}
  348. <a href="/"><img src="{image:sidebar}" width=100%></a>
  349. {/block:ifShowSidebarImage}
  350. {block:ifnotShowSidebarImage}
  351. <br><br>
  352. {/block:ifnotShowSidebarImage}
  353. <span class="description">
  354. {description}
  355. </span>
  356. <br>
  357. <div class="linkydinkys">
  358. <a href="/" title="refresh">home</a>
  359. </div>
  360. <div class="linkydinkys">
  361. <a href="/ask" title="ask">message</a>
  362. </div>
  363. <div class="linkydinkys">
  364. <a href="/archive" title="history">index</a>
  365. </div>
  366. <div class="linkydinkys">
  367. <a href="/links" title="links">etc</a>
  368. </div>
  369. <div class="linkydinkys">
  370. <a href="http://modernesse.tumblr.com/" title="credit">theme</a>
  371. </div>
  372.  
  373. </center>
  374. </div>
  375.  
  376.  
  377.  
  378. <div class="left">
  379. <div id="posts">
  380. {block:Posts}
  381. <div class="entry">
  382.  
  383. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a
  384. href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></a><br>{/block:HasTags}</span></align>
  385. {/block:Text}
  386.  
  387. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  388.  
  389. class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  390.  
  391. {block:Photo}
  392. {block:IndexPage}
  393. <center>
  394. <div class="perma">
  395. <a href="{ReblogURL}" target="_blank" > reblog </a> with <a href="{Permalink}"> {NoteCount} </a> </div>
  396.  
  397. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  398. {/block:IndexPage}
  399. {block:PermalinkPage}
  400. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  401.  
  402. {LinkCloseTag}
  403. {/block:PermalinkPage}
  404. {/block:Photo}
  405.  
  406. {block:Photoset}
  407. {block:IndexPage}
  408. <center>
  409.  
  410. <div class="perma">
  411. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  412.  
  413. {Photoset-250}</center>
  414. {/block:IndexPage}
  415. {block:PermalinkPage}
  416. <center>
  417. {Photoset-500}</center>
  418. {/block:PermalinkPage}
  419. {/block:Photoset}
  420.  
  421. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  422.  
  423. href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
  424.  
  425. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  426. <ul class="chat">
  427. {block:Lines}
  428. <li class="user_{UserNumber}">
  429. {block:Label}
  430. <span class="label">{Label}</span>
  431. {/block:Label}
  432.  
  433. {Line}
  434. </li>
  435. {/block:Lines}
  436. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
  437. {/block:Chat}
  438.  
  439. {block:Audio}
  440. <div style="width:200px; height:30px;">
  441. {AudioPlayerBlack}
  442. </div>
  443. {block:IndexPage}<span class="permalink">
  444. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </a>
  445. </span>{/block:IndexPage}
  446. {/block:Audio}
  447.  
  448. {block:Video}
  449. {block:IndexPage}
  450. <center>
  451. <div class="perma">
  452. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  453. {Video-250}</center>
  454. {/block:IndexPage}
  455. {block:PermalinkPage}
  456. <center>
  457. {Video-400}</center>
  458. {/block:PermalinkPage}
  459. {block:Video}
  460.  
  461.  
  462. {block:PostNotes}<div align="middle">{caption}</div>
  463. <center>
  464.  
  465. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  466.  
  467. {block:HasTags}
  468. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  469. {block:RebloggedFrom}
  470. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  471. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  472.  
  473. {/block:RebloggedFrom}
  474. </center></span>
  475. <br>
  476. <div id="postnotes">{PostNotes}</div><br>
  477.  
  478. <center>{block:ContentSource}
  479. <br><a href="{SourceURL}">
  480. {lang:Source}:
  481. {block:SourceLogo}
  482. <img src="{BlackLogoURL}" width="{LogoWidth}"
  483. height="{LogoHeight}" alt="{SourceTitle}" />
  484. {/block:SourceLogo}
  485. {block:NoSourceLogo}
  486. {SourceLink}
  487. {/block:NoSourceLogo}
  488. </a>
  489. {/block:ContentSource}</center>
  490.  
  491. {/block:PostNotes}
  492. </div>
  493. {/block:Posts}
  494. </div></div>
  495.  
  496. {block:IndexPage}
  497. {block:Pagination}
  498. <div id="pagination">
  499. {block:NextPage}
  500. <a id="nextPage" href="{NextPage}"></a>
  501. {/block:NextPage}
  502. {block:PreviousPage}
  503. <a href="{PreviousPage}"></a>
  504. {/block:PreviousPage}
  505. </div>
  506. {/block:Pagination}
  507. {/block:IndexPage}
  508. </body>
  509. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement